Max level shown:
1 [ Oct 10 04:25:20 Enabled. ]
2 [ Oct 10 04:25:20 Rereading configuration. ]
3 [ Oct 10 04:25:24 Rereading configuration. ]
4 [ Oct 10 04:25:36 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 [ Oct 10 04:25:36 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.10.10 04:25:37.754011 [ 1 ] {} <Information> Application: Will watch for the process with pid 24277
29 2024.10.10 04:25:37.754576 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.10.10 04:25:38.214490 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24277
31 2024.10.10 04:25:38.215301 [ 1 ] {} <Information> Application: starting up
32 2024.10.10 04:25:38.216077 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.10.10 04:25:38.311294 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.10.10 04:25:38.355753 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.10.10 04:25:38.355842 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.10.10 04:25:38.355859 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.10.10 04:25:38.355937 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.10.10 04:25:38.356640 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.10.10 04:25:38.358373 [ 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.10.10 04:25:38.359034 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.10.10 04:25:38.359884 [ 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.10.10 04:25:38.359935 [ 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.10.10 04:25:38.359974 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.10.10 04:25:38.360141 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.10.10 04:25:38.361130 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.10.10 04:25:38.366712 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.10.10 04:25:38.367539 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.10.10 04:25:38.368963 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.10.10 04:25:38.369051 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.10.10 04:25:38.370606 [ 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.10.10 04:25:38.370976 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.10.10 04:25:38.375113 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.10.10 04:25:38.375844 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.10.10 04:25:38.377486 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.10.10 04:25:38.377920 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.10.10 04:25:38.378324 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.10.10 04:25:38.378749 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.10.10 04:25:38.380168 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.10.10 04:25:38.380193 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.10.10 04:25:38.380265 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.10.10 04:25:38.380377 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.10.10 04:25:38.397491 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.10.10 04:25:38.397519 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151034 sec
68 2024.10.10 04:25:38.397593 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.10.10 04:25:38.397625 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.10.10 04:25:38.398880 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.10.10 04:25:38.400075 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.10.10 04:25:38.413579 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.10.10 04:25:38.413626 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.10.10 04:25:38.413698 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.10.10 04:25:38.413713 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.10.10 04:25:38.413744 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.10.10 04:25:38.413809 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.10.10 04:25:38.413823 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.10.10 04:25:38.413860 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.10.10 04:25:38.413927 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.10.10 04:25:38.413941 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.10.10 04:25:38.413952 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.10.10 04:25:38.414037 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.10.10 04:25:38.414051 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.10.10 04:25:38.414063 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.10.10 04:25:38.414144 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.10.10 04:25:38.414157 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.10.10 04:25:38.447153 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.10.10 04:25:38.448992 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.10.10 04:25:38.449054 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1052e-05 sec
91 2024.10.10 04:25:38.449070 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.10.10 04:25:38.449081 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.10.10 04:25:38.449107 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.10.10 04:25:38.449355 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.10.10 04:25:38.449428 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.10.10 04:25:38.449443 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.10.10 04:25:38.449454 [ 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.10.10 04:25:38.449525 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.10.10 04:25:38.452952 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.10.10 04:25:38.453178 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 92.00 MiB
101 2024.10.10 04:25:38.453617 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2851e-05 sec.
102 2024.10.10 04:25:38.453997 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.10.10 04:25:38.454090 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.10.10 04:25:38.454106 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.10.10 04:25:44.925746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
106 2024.10.10 04:25:44.925976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
107 2024.10.10 04:25:44.926015 [ 3 ] {} <Debug> HTTP-Session: 027ddbed-3ed7-47b3-9130-f2d82649167c Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
108 2024.10.10 04:25:44.926279 [ 3 ] {} <Debug> HTTP-Session: 027ddbed-3ed7-47b3-9130-f2d82649167c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.10.10 04:25:44.926303 [ 3 ] {} <Debug> HTTP-Session: 027ddbed-3ed7-47b3-9130-f2d82649167c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.10.10 04:25:44.926425 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.10.10 04:25:44.926553 [ 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.10.10 04:25:44.926581 [ 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.10.10 04:25:44.926739 [ 3 ] {} <Trace> HTTP-Session: 027ddbed-3ed7-47b3-9130-f2d82649167c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
114 2024.10.10 04:25:44.932841 [ 3 ] {b6f3264f-c3fb-4220-b4b3-fd046a2dcdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
115 2024.10.10 04:25:45.000347 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 118.26 MiB, peak 118.26 MiB, free memory in arenas 0.00 B, will set to 126.21 MiB (RSS), difference: 7.95 MiB
116 2024.10.10 04:25:45.003617 [ 3 ] {b6f3264f-c3fb-4220-b4b3-fd046a2dcdb5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46188) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
117 
118 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
119 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
120 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
121 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
122 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
123 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
124 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
125 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
126 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
127 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
128 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
129 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
130 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
131 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
132 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
133 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
134 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
135 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
136 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
137 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
138 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
139 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
140 
141 2024.10.10 04:25:45.007214 [ 3 ] {b6f3264f-c3fb-4220-b4b3-fd046a2dcdb5} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
142 
143 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
144 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
145 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
146 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
147 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
148 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
149 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
150 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
151 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
152 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
153 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
154 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
155 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
156 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
157 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
158 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
159 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
160 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
161 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
162 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
163 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
164 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
165 (version 23.8.7.1)
166 2024.10.10 04:25:45.009353 [ 3 ] {} <Debug> HTTP-Session: 027ddbed-3ed7-47b3-9130-f2d82649167c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
167 2024.10.10 04:25:45.013815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
168 2024.10.10 04:25:45.014024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
169 2024.10.10 04:25:45.014050 [ 3 ] {} <Debug> HTTP-Session: 7b7898a7-91ab-483a-b593-20ae82cd870f Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
170 2024.10.10 04:25:45.014076 [ 3 ] {} <Debug> HTTP-Session: 7b7898a7-91ab-483a-b593-20ae82cd870f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.10.10 04:25:45.014157 [ 3 ] {} <Debug> HTTP-Session: 7b7898a7-91ab-483a-b593-20ae82cd870f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
172 2024.10.10 04:25:45.014216 [ 3 ] {} <Trace> HTTP-Session: 7b7898a7-91ab-483a-b593-20ae82cd870f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
173 2024.10.10 04:25:45.014459 [ 3 ] {b91835a9-0ef8-4d97-a383-c2a0a3c1569c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
174 2024.10.10 04:25:45.014898 [ 3 ] {b91835a9-0ef8-4d97-a383-c2a0a3c1569c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46188) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
175 
176 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
177 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
178 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
179 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
180 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
181 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
182 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
183 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
184 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
185 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
186 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
187 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
188 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
189 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
190 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
191 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
192 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
193 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
194 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
195 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
196 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
197 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
198 
199 2024.10.10 04:25:45.015283 [ 3 ] {b91835a9-0ef8-4d97-a383-c2a0a3c1569c} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
200 
201 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
202 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
203 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
204 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
205 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
206 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
207 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
208 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
209 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
210 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
211 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
212 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
213 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
214 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse
215 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
216 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
217 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
218 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
219 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
220 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
221 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
222 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
223 (version 23.8.7.1)
224 2024.10.10 04:25:45.015627 [ 3 ] {} <Debug> HTTP-Session: 7b7898a7-91ab-483a-b593-20ae82cd870f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2024.10.10 04:25:45.022174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
226 2024.10.10 04:25:45.022259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
227 2024.10.10 04:25:45.022285 [ 3 ] {} <Debug> HTTP-Session: 9c0c0180-f7a3-4d81-af61-a8793856b6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
228 2024.10.10 04:25:45.022392 [ 3 ] {} <Debug> HTTP-Session: 9c0c0180-f7a3-4d81-af61-a8793856b6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.10.10 04:25:45.022411 [ 3 ] {} <Debug> HTTP-Session: 9c0c0180-f7a3-4d81-af61-a8793856b6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2024.10.10 04:25:45.022456 [ 3 ] {} <Trace> HTTP-Session: 9c0c0180-f7a3-4d81-af61-a8793856b6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
231 2024.10.10 04:25:45.026223 [ 3 ] {8e46910a-b7ec-4572-b4c4-98a1f02b356d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) DROP DATABASE IF EXISTS oximeter (stage: Complete)
232 2024.10.10 04:25:45.027114 [ 3 ] {8e46910a-b7ec-4572-b4c4-98a1f02b356d} <Debug> DynamicQueryHandler: Done processing query
233 2024.10.10 04:25:45.027140 [ 3 ] {} <Debug> HTTP-Session: 9c0c0180-f7a3-4d81-af61-a8793856b6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2024.10.10 04:25:45.032186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
235 2024.10.10 04:25:45.032254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
236 2024.10.10 04:25:45.032321 [ 3 ] {} <Debug> HTTP-Session: 16ce4e3f-5a2e-4ce2-9123-a949e69b4b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
237 2024.10.10 04:25:45.032376 [ 3 ] {} <Debug> HTTP-Session: 16ce4e3f-5a2e-4ce2-9123-a949e69b4b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2024.10.10 04:25:45.032400 [ 3 ] {} <Debug> HTTP-Session: 16ce4e3f-5a2e-4ce2-9123-a949e69b4b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2024.10.10 04:25:45.032494 [ 3 ] {} <Trace> HTTP-Session: 16ce4e3f-5a2e-4ce2-9123-a949e69b4b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
240 2024.10.10 04:25:45.032690 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
241 2024.10.10 04:25:45.034776 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
242 2024.10.10 04:25:45.036400 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
243 2024.10.10 04:25:45.036427 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0562e-05 sec
244 2024.10.10 04:25:45.036443 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Trace> ReferentialDeps: No tables
245 2024.10.10 04:25:45.036455 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Trace> LoadingDeps: No tables
246 2024.10.10 04:25:45.036549 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Information> DatabaseAtomic (oximeter): Starting up tables.
247 2024.10.10 04:25:45.036683 [ 3 ] {94dabec7-6530-4f0b-a9ec-b96c8d6d288d} <Debug> DynamicQueryHandler: Done processing query
248 2024.10.10 04:25:45.036705 [ 3 ] {} <Debug> HTTP-Session: 16ce4e3f-5a2e-4ce2-9123-a949e69b4b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
249 2024.10.10 04:25:45.036873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
250 2024.10.10 04:25:45.037003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
251 2024.10.10 04:25:45.037036 [ 3 ] {} <Debug> HTTP-Session: 1e146642-5488-4936-8e49-3d11ad9de0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
252 2024.10.10 04:25:45.037140 [ 3 ] {} <Debug> HTTP-Session: 1e146642-5488-4936-8e49-3d11ad9de0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
253 2024.10.10 04:25:45.037166 [ 3 ] {} <Debug> HTTP-Session: 1e146642-5488-4936-8e49-3d11ad9de0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
254 2024.10.10 04:25:45.037223 [ 3 ] {} <Trace> HTTP-Session: 1e146642-5488-4936-8e49-3d11ad9de0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
255 2024.10.10 04:25:45.037471 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) /* The version table contains metadata about the `oximeter` database */
256 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
257 2024.10.10 04:25:45.037523 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
258 2024.10.10 04:25:45.062664 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
259 2024.10.10 04:25:45.066002 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Debug> oximeter.version (cf414ca6-35b7-4b84-ad45-ba69475a492c): Loading data parts
260 2024.10.10 04:25:45.066582 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Debug> oximeter.version (cf414ca6-35b7-4b84-ad45-ba69475a492c): There are no data parts
261 2024.10.10 04:25:45.070654 [ 3 ] {551caf3d-5d60-41f4-9dc7-888044a7ca09} <Debug> DynamicQueryHandler: Done processing query
262 2024.10.10 04:25:45.070698 [ 3 ] {} <Debug> HTTP-Session: 1e146642-5488-4936-8e49-3d11ad9de0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
263 2024.10.10 04:25:45.070947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
264 2024.10.10 04:25:45.071111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
265 2024.10.10 04:25:45.071141 [ 3 ] {} <Debug> HTTP-Session: ea7c72fd-cc42-44bf-964d-6bf5e3ba98ca Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
266 2024.10.10 04:25:45.071170 [ 3 ] {} <Debug> HTTP-Session: ea7c72fd-cc42-44bf-964d-6bf5e3ba98ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
267 2024.10.10 04:25:45.071250 [ 3 ] {} <Debug> HTTP-Session: ea7c72fd-cc42-44bf-964d-6bf5e3ba98ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
268 2024.10.10 04:25:45.071299 [ 3 ] {} <Trace> HTTP-Session: ea7c72fd-cc42-44bf-964d-6bf5e3ba98ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
269 2024.10.10 04:25:45.071576 [ 3 ] {65299189-80a5-419c-bef4-1f872853127a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) /* The measurement tables contain all individual samples from each timeseries.
270 *
271 * Each table stores a single datum type, and otherwise contains nearly the same
272 * structure. The primary sorting key is on the timeseries name, key, and then
273 * timestamp, so that all timeseries from the same schema are grouped, followed
274 * by all samples from the same timeseries.
275 *
276 * This reflects that one usually looks up the _key_ in one or more field table,
277 * and then uses that to index quickly into the measurements tables.
278 */
279 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( 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)
280 2024.10.10 04:25:45.071705 [ 3 ] {65299189-80a5-419c-bef4-1f872853127a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
281 2024.10.10 04:25:45.082798 [ 3 ] {65299189-80a5-419c-bef4-1f872853127a} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Loading data parts
282 2024.10.10 04:25:45.083125 [ 3 ] {65299189-80a5-419c-bef4-1f872853127a} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): There are no data parts
283 2024.10.10 04:25:45.086280 [ 3 ] {65299189-80a5-419c-bef4-1f872853127a} <Debug> DynamicQueryHandler: Done processing query
284 2024.10.10 04:25:45.086311 [ 3 ] {} <Debug> HTTP-Session: ea7c72fd-cc42-44bf-964d-6bf5e3ba98ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
285 2024.10.10 04:25:45.086593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
286 2024.10.10 04:25:45.086663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
287 2024.10.10 04:25:45.086688 [ 3 ] {} <Debug> HTTP-Session: 2406cbce-82c1-4fdd-82f8-e678eaa2784a Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
288 2024.10.10 04:25:45.086797 [ 3 ] {} <Debug> HTTP-Session: 2406cbce-82c1-4fdd-82f8-e678eaa2784a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
289 2024.10.10 04:25:45.086814 [ 3 ] {} <Debug> HTTP-Session: 2406cbce-82c1-4fdd-82f8-e678eaa2784a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
290 2024.10.10 04:25:45.086859 [ 3 ] {} <Trace> HTTP-Session: 2406cbce-82c1-4fdd-82f8-e678eaa2784a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
291 2024.10.10 04:25:45.087179 [ 3 ] {d696da3e-0518-47d6-81b4-c1b5b17093b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
292 2024.10.10 04:25:45.087331 [ 3 ] {d696da3e-0518-47d6-81b4-c1b5b17093b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
293 2024.10.10 04:25:45.089370 [ 3 ] {d696da3e-0518-47d6-81b4-c1b5b17093b1} <Debug> oximeter.measurements_i8 (6935bd4a-f705-409e-87b3-ab3aebbec267): Loading data parts
294 2024.10.10 04:25:45.089613 [ 3 ] {d696da3e-0518-47d6-81b4-c1b5b17093b1} <Debug> oximeter.measurements_i8 (6935bd4a-f705-409e-87b3-ab3aebbec267): There are no data parts
295 2024.10.10 04:25:45.092826 [ 3 ] {d696da3e-0518-47d6-81b4-c1b5b17093b1} <Debug> DynamicQueryHandler: Done processing query
296 2024.10.10 04:25:45.092855 [ 3 ] {} <Debug> HTTP-Session: 2406cbce-82c1-4fdd-82f8-e678eaa2784a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
297 2024.10.10 04:25:45.093030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
298 2024.10.10 04:25:45.093157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
299 2024.10.10 04:25:45.093180 [ 3 ] {} <Debug> HTTP-Session: 97a2140b-71ab-45b6-8dbe-0916fbbb3c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
300 2024.10.10 04:25:45.093200 [ 3 ] {} <Debug> HTTP-Session: 97a2140b-71ab-45b6-8dbe-0916fbbb3c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
301 2024.10.10 04:25:45.093279 [ 3 ] {} <Debug> HTTP-Session: 97a2140b-71ab-45b6-8dbe-0916fbbb3c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
302 2024.10.10 04:25:45.093316 [ 3 ] {} <Trace> HTTP-Session: 97a2140b-71ab-45b6-8dbe-0916fbbb3c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
303 2024.10.10 04:25:45.093515 [ 3 ] {d8a13c9d-1180-44c6-be33-c120e3b35a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
304 2024.10.10 04:25:45.093633 [ 3 ] {d8a13c9d-1180-44c6-be33-c120e3b35a74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
305 2024.10.10 04:25:45.096710 [ 3 ] {d8a13c9d-1180-44c6-be33-c120e3b35a74} <Debug> oximeter.measurements_u8 (f8c30f1e-79df-4088-8c59-ad86f8cee89a): Loading data parts
306 2024.10.10 04:25:45.096935 [ 3 ] {d8a13c9d-1180-44c6-be33-c120e3b35a74} <Debug> oximeter.measurements_u8 (f8c30f1e-79df-4088-8c59-ad86f8cee89a): There are no data parts
307 2024.10.10 04:25:45.099373 [ 3 ] {d8a13c9d-1180-44c6-be33-c120e3b35a74} <Debug> DynamicQueryHandler: Done processing query
308 2024.10.10 04:25:45.099400 [ 3 ] {} <Debug> HTTP-Session: 97a2140b-71ab-45b6-8dbe-0916fbbb3c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
309 2024.10.10 04:25:45.099651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
310 2024.10.10 04:25:45.099705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
311 2024.10.10 04:25:45.099777 [ 3 ] {} <Debug> HTTP-Session: a3b0b44e-fc1c-4964-8188-b9ca6b53f0c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
312 2024.10.10 04:25:45.099841 [ 3 ] {} <Debug> HTTP-Session: a3b0b44e-fc1c-4964-8188-b9ca6b53f0c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
313 2024.10.10 04:25:45.099857 [ 3 ] {} <Debug> HTTP-Session: a3b0b44e-fc1c-4964-8188-b9ca6b53f0c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
314 2024.10.10 04:25:45.099931 [ 3 ] {} <Trace> HTTP-Session: a3b0b44e-fc1c-4964-8188-b9ca6b53f0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
315 2024.10.10 04:25:45.100159 [ 3 ] {8aaaa17c-57ff-4193-953a-921c0aa6b8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
316 2024.10.10 04:25:45.100285 [ 3 ] {8aaaa17c-57ff-4193-953a-921c0aa6b8e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
317 2024.10.10 04:25:45.103152 [ 3 ] {8aaaa17c-57ff-4193-953a-921c0aa6b8e7} <Debug> oximeter.measurements_i16 (b4ec5d1a-0d0b-4ee7-a564-8d9d743178c8): Loading data parts
318 2024.10.10 04:25:45.103330 [ 3 ] {8aaaa17c-57ff-4193-953a-921c0aa6b8e7} <Debug> oximeter.measurements_i16 (b4ec5d1a-0d0b-4ee7-a564-8d9d743178c8): There are no data parts
319 2024.10.10 04:25:45.105369 [ 3 ] {8aaaa17c-57ff-4193-953a-921c0aa6b8e7} <Debug> DynamicQueryHandler: Done processing query
320 2024.10.10 04:25:45.105398 [ 3 ] {} <Debug> HTTP-Session: a3b0b44e-fc1c-4964-8188-b9ca6b53f0c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
321 2024.10.10 04:25:45.105555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
322 2024.10.10 04:25:45.105677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
323 2024.10.10 04:25:45.105697 [ 3 ] {} <Debug> HTTP-Session: 8384c9d5-7797-414f-9abf-fcde03513ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
324 2024.10.10 04:25:45.105712 [ 3 ] {} <Debug> HTTP-Session: 8384c9d5-7797-414f-9abf-fcde03513ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
325 2024.10.10 04:25:45.105796 [ 3 ] {} <Debug> HTTP-Session: 8384c9d5-7797-414f-9abf-fcde03513ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
326 2024.10.10 04:25:45.105829 [ 3 ] {} <Trace> HTTP-Session: 8384c9d5-7797-414f-9abf-fcde03513ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
327 2024.10.10 04:25:45.106020 [ 3 ] {05073d21-0cd2-4381-a36c-1e361f9112c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
328 2024.10.10 04:25:45.106141 [ 3 ] {05073d21-0cd2-4381-a36c-1e361f9112c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
329 2024.10.10 04:25:45.108701 [ 3 ] {05073d21-0cd2-4381-a36c-1e361f9112c3} <Debug> oximeter.measurements_u16 (4a06af8e-0bfc-4d15-89b6-a08172b24647): Loading data parts
330 2024.10.10 04:25:45.108874 [ 3 ] {05073d21-0cd2-4381-a36c-1e361f9112c3} <Debug> oximeter.measurements_u16 (4a06af8e-0bfc-4d15-89b6-a08172b24647): There are no data parts
331 2024.10.10 04:25:45.110377 [ 3 ] {05073d21-0cd2-4381-a36c-1e361f9112c3} <Debug> DynamicQueryHandler: Done processing query
332 2024.10.10 04:25:45.110461 [ 3 ] {} <Debug> HTTP-Session: 8384c9d5-7797-414f-9abf-fcde03513ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
333 2024.10.10 04:25:45.110668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
334 2024.10.10 04:25:45.110737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
335 2024.10.10 04:25:45.110838 [ 3 ] {} <Debug> HTTP-Session: b35f6393-0382-4210-9718-6db14861fc3a Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
336 2024.10.10 04:25:45.110857 [ 3 ] {} <Debug> HTTP-Session: b35f6393-0382-4210-9718-6db14861fc3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
337 2024.10.10 04:25:45.110872 [ 3 ] {} <Debug> HTTP-Session: b35f6393-0382-4210-9718-6db14861fc3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
338 2024.10.10 04:25:45.110996 [ 3 ] {} <Trace> HTTP-Session: b35f6393-0382-4210-9718-6db14861fc3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
339 2024.10.10 04:25:45.111185 [ 3 ] {cc0a0c36-88c7-4ca7-b4f6-14b88d3c7b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
340 2024.10.10 04:25:45.111304 [ 3 ] {cc0a0c36-88c7-4ca7-b4f6-14b88d3c7b49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
341 2024.10.10 04:25:45.113570 [ 3 ] {cc0a0c36-88c7-4ca7-b4f6-14b88d3c7b49} <Debug> oximeter.measurements_i32 (7a2ae7c4-b464-4c74-acee-bf25ee9db360): Loading data parts
342 2024.10.10 04:25:45.113740 [ 3 ] {cc0a0c36-88c7-4ca7-b4f6-14b88d3c7b49} <Debug> oximeter.measurements_i32 (7a2ae7c4-b464-4c74-acee-bf25ee9db360): There are no data parts
343 2024.10.10 04:25:45.115483 [ 3 ] {cc0a0c36-88c7-4ca7-b4f6-14b88d3c7b49} <Debug> DynamicQueryHandler: Done processing query
344 2024.10.10 04:25:45.115510 [ 3 ] {} <Debug> HTTP-Session: b35f6393-0382-4210-9718-6db14861fc3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
345 2024.10.10 04:25:45.115669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
346 2024.10.10 04:25:45.115853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
347 2024.10.10 04:25:45.115880 [ 3 ] {} <Debug> HTTP-Session: 68e8ed43-cc7d-4a78-909d-24f85edd4fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
348 2024.10.10 04:25:45.115901 [ 3 ] {} <Debug> HTTP-Session: 68e8ed43-cc7d-4a78-909d-24f85edd4fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
349 2024.10.10 04:25:45.116004 [ 3 ] {} <Debug> HTTP-Session: 68e8ed43-cc7d-4a78-909d-24f85edd4fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
350 2024.10.10 04:25:45.116051 [ 3 ] {} <Trace> HTTP-Session: 68e8ed43-cc7d-4a78-909d-24f85edd4fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
351 2024.10.10 04:25:45.116349 [ 3 ] {8c3fb6f5-f413-4895-ac8a-dfba66cc1540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
352 2024.10.10 04:25:45.116445 [ 3 ] {8c3fb6f5-f413-4895-ac8a-dfba66cc1540} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
353 2024.10.10 04:25:45.119261 [ 3 ] {8c3fb6f5-f413-4895-ac8a-dfba66cc1540} <Debug> oximeter.measurements_u32 (7f9f3d6b-7706-429d-a1fd-a166a2953144): Loading data parts
354 2024.10.10 04:25:45.119454 [ 3 ] {8c3fb6f5-f413-4895-ac8a-dfba66cc1540} <Debug> oximeter.measurements_u32 (7f9f3d6b-7706-429d-a1fd-a166a2953144): There are no data parts
355 2024.10.10 04:25:45.122578 [ 3 ] {8c3fb6f5-f413-4895-ac8a-dfba66cc1540} <Debug> DynamicQueryHandler: Done processing query
356 2024.10.10 04:25:45.122692 [ 3 ] {} <Debug> HTTP-Session: 68e8ed43-cc7d-4a78-909d-24f85edd4fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
357 2024.10.10 04:25:45.122874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
358 2024.10.10 04:25:45.122941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
359 2024.10.10 04:25:45.123026 [ 3 ] {} <Debug> HTTP-Session: 1c297d89-e96d-4102-93e9-d49adead737d Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
360 2024.10.10 04:25:45.123045 [ 3 ] {} <Debug> HTTP-Session: 1c297d89-e96d-4102-93e9-d49adead737d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
361 2024.10.10 04:25:45.123058 [ 3 ] {} <Debug> HTTP-Session: 1c297d89-e96d-4102-93e9-d49adead737d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
362 2024.10.10 04:25:45.123137 [ 3 ] {} <Trace> HTTP-Session: 1c297d89-e96d-4102-93e9-d49adead737d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
363 2024.10.10 04:25:45.123355 [ 3 ] {4b993d39-86c0-4d6c-9b57-d83649d6ca80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
364 2024.10.10 04:25:45.123456 [ 3 ] {4b993d39-86c0-4d6c-9b57-d83649d6ca80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
365 2024.10.10 04:25:45.125284 [ 3 ] {4b993d39-86c0-4d6c-9b57-d83649d6ca80} <Debug> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Loading data parts
366 2024.10.10 04:25:45.125508 [ 3 ] {4b993d39-86c0-4d6c-9b57-d83649d6ca80} <Debug> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): There are no data parts
367 2024.10.10 04:25:45.127434 [ 3 ] {4b993d39-86c0-4d6c-9b57-d83649d6ca80} <Debug> DynamicQueryHandler: Done processing query
368 2024.10.10 04:25:45.127459 [ 3 ] {} <Debug> HTTP-Session: 1c297d89-e96d-4102-93e9-d49adead737d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
369 2024.10.10 04:25:45.127604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
370 2024.10.10 04:25:45.127708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
371 2024.10.10 04:25:45.127730 [ 3 ] {} <Debug> HTTP-Session: a7beaf54-d8bd-44d0-b0a6-21447317efee Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
372 2024.10.10 04:25:45.127746 [ 3 ] {} <Debug> HTTP-Session: a7beaf54-d8bd-44d0-b0a6-21447317efee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
373 2024.10.10 04:25:45.127827 [ 3 ] {} <Debug> HTTP-Session: a7beaf54-d8bd-44d0-b0a6-21447317efee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
374 2024.10.10 04:25:45.127859 [ 3 ] {} <Trace> HTTP-Session: a7beaf54-d8bd-44d0-b0a6-21447317efee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
375 2024.10.10 04:25:45.128105 [ 3 ] {695f7edb-c6cd-4026-994c-dd9c820f013b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
376 2024.10.10 04:25:45.128150 [ 3 ] {695f7edb-c6cd-4026-994c-dd9c820f013b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
377 2024.10.10 04:25:45.130243 [ 3 ] {695f7edb-c6cd-4026-994c-dd9c820f013b} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Loading data parts
378 2024.10.10 04:25:45.130415 [ 3 ] {695f7edb-c6cd-4026-994c-dd9c820f013b} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): There are no data parts
379 2024.10.10 04:25:45.132032 [ 3 ] {695f7edb-c6cd-4026-994c-dd9c820f013b} <Debug> DynamicQueryHandler: Done processing query
380 2024.10.10 04:25:45.132145 [ 3 ] {} <Debug> HTTP-Session: a7beaf54-d8bd-44d0-b0a6-21447317efee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
381 2024.10.10 04:25:45.132318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
382 2024.10.10 04:25:45.132376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
383 2024.10.10 04:25:45.132463 [ 3 ] {} <Debug> HTTP-Session: cc071b50-0934-4a2c-9ba3-7a594f1c1b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
384 2024.10.10 04:25:45.132480 [ 3 ] {} <Debug> HTTP-Session: cc071b50-0934-4a2c-9ba3-7a594f1c1b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
385 2024.10.10 04:25:45.132494 [ 3 ] {} <Debug> HTTP-Session: cc071b50-0934-4a2c-9ba3-7a594f1c1b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
386 2024.10.10 04:25:45.132607 [ 3 ] {} <Trace> HTTP-Session: cc071b50-0934-4a2c-9ba3-7a594f1c1b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2024.10.10 04:25:45.132789 [ 3 ] {bc638894-bdcd-49d1-bf96-ec4702475d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
388 2024.10.10 04:25:45.132915 [ 3 ] {bc638894-bdcd-49d1-bf96-ec4702475d5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
389 2024.10.10 04:25:45.135604 [ 3 ] {bc638894-bdcd-49d1-bf96-ec4702475d5b} <Debug> oximeter.measurements_f32 (01c8dec6-d9a9-424f-9839-1944949974a9): Loading data parts
390 2024.10.10 04:25:45.135852 [ 3 ] {bc638894-bdcd-49d1-bf96-ec4702475d5b} <Debug> oximeter.measurements_f32 (01c8dec6-d9a9-424f-9839-1944949974a9): There are no data parts
391 2024.10.10 04:25:45.137946 [ 3 ] {bc638894-bdcd-49d1-bf96-ec4702475d5b} <Debug> DynamicQueryHandler: Done processing query
392 2024.10.10 04:25:45.137990 [ 3 ] {} <Debug> HTTP-Session: cc071b50-0934-4a2c-9ba3-7a594f1c1b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
393 2024.10.10 04:25:45.138185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
394 2024.10.10 04:25:45.138349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
395 2024.10.10 04:25:45.138378 [ 3 ] {} <Debug> HTTP-Session: e32b84f6-64d0-46c4-9df6-c6847610fd61 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
396 2024.10.10 04:25:45.138466 [ 3 ] {} <Debug> HTTP-Session: e32b84f6-64d0-46c4-9df6-c6847610fd61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
397 2024.10.10 04:25:45.138500 [ 3 ] {} <Debug> HTTP-Session: e32b84f6-64d0-46c4-9df6-c6847610fd61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
398 2024.10.10 04:25:45.138534 [ 3 ] {} <Trace> HTTP-Session: e32b84f6-64d0-46c4-9df6-c6847610fd61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
399 2024.10.10 04:25:45.138890 [ 3 ] {b973c903-209b-4afc-8f10-f02a6961cb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
400 2024.10.10 04:25:45.138951 [ 3 ] {b973c903-209b-4afc-8f10-f02a6961cb28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
401 2024.10.10 04:25:45.142460 [ 3 ] {b973c903-209b-4afc-8f10-f02a6961cb28} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Loading data parts
402 2024.10.10 04:25:45.142694 [ 3 ] {b973c903-209b-4afc-8f10-f02a6961cb28} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): There are no data parts
403 2024.10.10 04:25:45.144544 [ 3 ] {b973c903-209b-4afc-8f10-f02a6961cb28} <Debug> DynamicQueryHandler: Done processing query
404 2024.10.10 04:25:45.144696 [ 3 ] {} <Debug> HTTP-Session: e32b84f6-64d0-46c4-9df6-c6847610fd61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
405 2024.10.10 04:25:45.144879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
406 2024.10.10 04:25:45.144948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
407 2024.10.10 04:25:45.145078 [ 3 ] {} <Debug> HTTP-Session: fb13988a-ba49-405d-a4a2-2a497b53e2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
408 2024.10.10 04:25:45.145100 [ 3 ] {} <Debug> HTTP-Session: fb13988a-ba49-405d-a4a2-2a497b53e2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
409 2024.10.10 04:25:45.145115 [ 3 ] {} <Debug> HTTP-Session: fb13988a-ba49-405d-a4a2-2a497b53e2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
410 2024.10.10 04:25:45.145223 [ 3 ] {} <Trace> HTTP-Session: fb13988a-ba49-405d-a4a2-2a497b53e2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2024.10.10 04:25:45.145457 [ 3 ] {7aab80fc-5a80-4599-8ed6-40d53f036c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
412 2024.10.10 04:25:45.145614 [ 3 ] {7aab80fc-5a80-4599-8ed6-40d53f036c55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
413 2024.10.10 04:25:45.147876 [ 3 ] {7aab80fc-5a80-4599-8ed6-40d53f036c55} <Debug> oximeter.measurements_string (89e154bf-1731-46db-a4f7-1042a62e9021): Loading data parts
414 2024.10.10 04:25:45.148138 [ 3 ] {7aab80fc-5a80-4599-8ed6-40d53f036c55} <Debug> oximeter.measurements_string (89e154bf-1731-46db-a4f7-1042a62e9021): There are no data parts
415 2024.10.10 04:25:45.149578 [ 3 ] {7aab80fc-5a80-4599-8ed6-40d53f036c55} <Debug> DynamicQueryHandler: Done processing query
416 2024.10.10 04:25:45.149608 [ 3 ] {} <Debug> HTTP-Session: fb13988a-ba49-405d-a4a2-2a497b53e2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
417 2024.10.10 04:25:45.149821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
418 2024.10.10 04:25:45.149932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
419 2024.10.10 04:25:45.149966 [ 3 ] {} <Debug> HTTP-Session: dba3f7b2-eeca-4c26-9672-46e66dded7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
420 2024.10.10 04:25:45.150075 [ 3 ] {} <Debug> HTTP-Session: dba3f7b2-eeca-4c26-9672-46e66dded7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
421 2024.10.10 04:25:45.150096 [ 3 ] {} <Debug> HTTP-Session: dba3f7b2-eeca-4c26-9672-46e66dded7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
422 2024.10.10 04:25:45.150138 [ 3 ] {} <Trace> HTTP-Session: dba3f7b2-eeca-4c26-9672-46e66dded7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2024.10.10 04:25:45.150456 [ 3 ] {100ae08c-6c8e-43ac-bc2f-bd561dcda78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
424 * NOTE: Right now we can't unambiguously record a nullable byte array.
425 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
426 * a string isn't palatable for a few reasons.
427 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
428 * details.
429 */
430 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
431 2024.10.10 04:25:45.150607 [ 3 ] {100ae08c-6c8e-43ac-bc2f-bd561dcda78c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
432 2024.10.10 04:25:45.152516 [ 3 ] {100ae08c-6c8e-43ac-bc2f-bd561dcda78c} <Debug> oximeter.measurements_bytes (f9727456-ea59-46b9-b714-c35553fadaa2): Loading data parts
433 2024.10.10 04:25:45.154781 [ 3 ] {100ae08c-6c8e-43ac-bc2f-bd561dcda78c} <Debug> oximeter.measurements_bytes (f9727456-ea59-46b9-b714-c35553fadaa2): There are no data parts
434 2024.10.10 04:25:45.157469 [ 3 ] {100ae08c-6c8e-43ac-bc2f-bd561dcda78c} <Debug> DynamicQueryHandler: Done processing query
435 2024.10.10 04:25:45.157498 [ 3 ] {} <Debug> HTTP-Session: dba3f7b2-eeca-4c26-9672-46e66dded7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
436 2024.10.10 04:25:45.157812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
437 2024.10.10 04:25:45.157872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
438 2024.10.10 04:25:45.157893 [ 3 ] {} <Debug> HTTP-Session: 386a818e-ee7c-4bd7-a1e4-2d9f00660014 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
439 2024.10.10 04:25:45.157990 [ 3 ] {} <Debug> HTTP-Session: 386a818e-ee7c-4bd7-a1e4-2d9f00660014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
440 2024.10.10 04:25:45.158008 [ 3 ] {} <Debug> HTTP-Session: 386a818e-ee7c-4bd7-a1e4-2d9f00660014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
441 2024.10.10 04:25:45.158045 [ 3 ] {} <Trace> HTTP-Session: 386a818e-ee7c-4bd7-a1e4-2d9f00660014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
442 2024.10.10 04:25:45.158404 [ 3 ] {c377f260-1220-4b22-bfa9-6211efe68b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
443 2024.10.10 04:25:45.158539 [ 3 ] {c377f260-1220-4b22-bfa9-6211efe68b3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
444 2024.10.10 04:25:45.160531 [ 3 ] {c377f260-1220-4b22-bfa9-6211efe68b3b} <Debug> oximeter.measurements_cumulativei64 (334d391b-56d8-4f5e-92ef-1bc2a63f6ef5): Loading data parts
445 2024.10.10 04:25:45.160784 [ 3 ] {c377f260-1220-4b22-bfa9-6211efe68b3b} <Debug> oximeter.measurements_cumulativei64 (334d391b-56d8-4f5e-92ef-1bc2a63f6ef5): There are no data parts
446 2024.10.10 04:25:45.162694 [ 3 ] {c377f260-1220-4b22-bfa9-6211efe68b3b} <Debug> DynamicQueryHandler: Done processing query
447 2024.10.10 04:25:45.162733 [ 3 ] {} <Debug> HTTP-Session: 386a818e-ee7c-4bd7-a1e4-2d9f00660014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
448 2024.10.10 04:25:45.162894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
449 2024.10.10 04:25:45.163076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
450 2024.10.10 04:25:45.163109 [ 3 ] {} <Debug> HTTP-Session: ab36e974-bdf5-4c17-9a65-53ad5975282a Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
451 2024.10.10 04:25:45.163134 [ 3 ] {} <Debug> HTTP-Session: ab36e974-bdf5-4c17-9a65-53ad5975282a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
452 2024.10.10 04:25:45.163265 [ 3 ] {} <Debug> HTTP-Session: ab36e974-bdf5-4c17-9a65-53ad5975282a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
453 2024.10.10 04:25:45.163312 [ 3 ] {} <Trace> HTTP-Session: ab36e974-bdf5-4c17-9a65-53ad5975282a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
454 2024.10.10 04:25:45.163649 [ 3 ] {0bdb065b-7fa9-49f7-a63b-851e65cf5af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
455 2024.10.10 04:25:45.163753 [ 3 ] {0bdb065b-7fa9-49f7-a63b-851e65cf5af2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
456 2024.10.10 04:25:45.166587 [ 3 ] {0bdb065b-7fa9-49f7-a63b-851e65cf5af2} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Loading data parts
457 2024.10.10 04:25:45.166773 [ 3 ] {0bdb065b-7fa9-49f7-a63b-851e65cf5af2} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): There are no data parts
458 2024.10.10 04:25:45.168532 [ 3 ] {0bdb065b-7fa9-49f7-a63b-851e65cf5af2} <Debug> DynamicQueryHandler: Done processing query
459 2024.10.10 04:25:45.168561 [ 3 ] {} <Debug> HTTP-Session: ab36e974-bdf5-4c17-9a65-53ad5975282a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
460 2024.10.10 04:25:45.168699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
461 2024.10.10 04:25:45.168836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
462 2024.10.10 04:25:45.168858 [ 3 ] {} <Debug> HTTP-Session: f0d9ea8f-eb7e-4a4c-ba1b-05cfc1769f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
463 2024.10.10 04:25:45.168876 [ 3 ] {} <Debug> HTTP-Session: f0d9ea8f-eb7e-4a4c-ba1b-05cfc1769f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
464 2024.10.10 04:25:45.168934 [ 3 ] {} <Debug> HTTP-Session: f0d9ea8f-eb7e-4a4c-ba1b-05cfc1769f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
465 2024.10.10 04:25:45.169002 [ 3 ] {} <Trace> HTTP-Session: f0d9ea8f-eb7e-4a4c-ba1b-05cfc1769f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2024.10.10 04:25:45.169214 [ 3 ] {29f8200e-0399-4d8e-b8d7-53904fdc9016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
467 2024.10.10 04:25:45.169339 [ 3 ] {29f8200e-0399-4d8e-b8d7-53904fdc9016} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
468 2024.10.10 04:25:45.172337 [ 3 ] {29f8200e-0399-4d8e-b8d7-53904fdc9016} <Debug> oximeter.measurements_cumulativef32 (3c9e9af8-e7d2-4167-946d-548282d5354c): Loading data parts
469 2024.10.10 04:25:45.172522 [ 3 ] {29f8200e-0399-4d8e-b8d7-53904fdc9016} <Debug> oximeter.measurements_cumulativef32 (3c9e9af8-e7d2-4167-946d-548282d5354c): There are no data parts
470 2024.10.10 04:25:45.173919 [ 3 ] {29f8200e-0399-4d8e-b8d7-53904fdc9016} <Debug> DynamicQueryHandler: Done processing query
471 2024.10.10 04:25:45.173947 [ 3 ] {} <Debug> HTTP-Session: f0d9ea8f-eb7e-4a4c-ba1b-05cfc1769f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
472 2024.10.10 04:25:45.174224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
473 2024.10.10 04:25:45.174285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
474 2024.10.10 04:25:45.174378 [ 3 ] {} <Debug> HTTP-Session: a9c4a464-5343-4f3f-94ea-35d2f829b020 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
475 2024.10.10 04:25:45.174397 [ 3 ] {} <Debug> HTTP-Session: a9c4a464-5343-4f3f-94ea-35d2f829b020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
476 2024.10.10 04:25:45.174411 [ 3 ] {} <Debug> HTTP-Session: a9c4a464-5343-4f3f-94ea-35d2f829b020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
477 2024.10.10 04:25:45.174528 [ 3 ] {} <Trace> HTTP-Session: a9c4a464-5343-4f3f-94ea-35d2f829b020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2024.10.10 04:25:45.174732 [ 3 ] {9c21b082-9771-42a0-a719-83a1b5c55d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
479 2024.10.10 04:25:45.174874 [ 3 ] {9c21b082-9771-42a0-a719-83a1b5c55d5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
480 2024.10.10 04:25:45.177099 [ 3 ] {9c21b082-9771-42a0-a719-83a1b5c55d5a} <Debug> oximeter.measurements_cumulativef64 (2af7c107-103c-427e-8b43-a7afd77a0e2f): Loading data parts
481 2024.10.10 04:25:45.177427 [ 3 ] {9c21b082-9771-42a0-a719-83a1b5c55d5a} <Debug> oximeter.measurements_cumulativef64 (2af7c107-103c-427e-8b43-a7afd77a0e2f): There are no data parts
482 2024.10.10 04:25:45.178752 [ 3 ] {9c21b082-9771-42a0-a719-83a1b5c55d5a} <Debug> DynamicQueryHandler: Done processing query
483 2024.10.10 04:25:45.178779 [ 3 ] {} <Debug> HTTP-Session: a9c4a464-5343-4f3f-94ea-35d2f829b020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
484 2024.10.10 04:25:45.178931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
485 2024.10.10 04:25:45.179097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
486 2024.10.10 04:25:45.179128 [ 3 ] {} <Debug> HTTP-Session: 29dc41ce-2821-454c-a2af-6a576d0972dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
487 2024.10.10 04:25:45.179256 [ 3 ] {} <Debug> HTTP-Session: 29dc41ce-2821-454c-a2af-6a576d0972dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
488 2024.10.10 04:25:45.179276 [ 3 ] {} <Debug> HTTP-Session: 29dc41ce-2821-454c-a2af-6a576d0972dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
489 2024.10.10 04:25:45.179309 [ 3 ] {} <Trace> HTTP-Session: 29dc41ce-2821-454c-a2af-6a576d0972dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2024.10.10 04:25:45.179687 [ 3 ] {b566f458-cc4f-4950-aff6-49eea49c288a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
491 * NOTE: Array types cannot be Nullable, see
492 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
493 * for more details.
494 *
495 * This means we need to use empty arrays to indicate a missing value. This
496 * is unfortunate, and at this point relies on the fact that an
497 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
498 * to figure out another way to represent missing samples here.
499 */
500 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)
501 2024.10.10 04:25:45.179832 [ 3 ] {b566f458-cc4f-4950-aff6-49eea49c288a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
502 2024.10.10 04:25:45.183876 [ 3 ] {b566f458-cc4f-4950-aff6-49eea49c288a} <Debug> oximeter.measurements_histogrami8 (02f04195-7b09-4d0f-95c4-0b1881cb304d): Loading data parts
503 2024.10.10 04:25:45.184055 [ 3 ] {b566f458-cc4f-4950-aff6-49eea49c288a} <Debug> oximeter.measurements_histogrami8 (02f04195-7b09-4d0f-95c4-0b1881cb304d): There are no data parts
504 2024.10.10 04:25:45.186430 [ 3 ] {b566f458-cc4f-4950-aff6-49eea49c288a} <Debug> DynamicQueryHandler: Done processing query
505 2024.10.10 04:25:45.186539 [ 3 ] {} <Debug> HTTP-Session: 29dc41ce-2821-454c-a2af-6a576d0972dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
506 2024.10.10 04:25:45.186683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
507 2024.10.10 04:25:45.186735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
508 2024.10.10 04:25:45.186833 [ 3 ] {} <Debug> HTTP-Session: c9c16e9a-105c-4301-9f63-4165c0176e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
509 2024.10.10 04:25:45.186853 [ 3 ] {} <Debug> HTTP-Session: c9c16e9a-105c-4301-9f63-4165c0176e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
510 2024.10.10 04:25:45.186869 [ 3 ] {} <Debug> HTTP-Session: c9c16e9a-105c-4301-9f63-4165c0176e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
511 2024.10.10 04:25:45.186973 [ 3 ] {} <Trace> HTTP-Session: c9c16e9a-105c-4301-9f63-4165c0176e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
512 2024.10.10 04:25:45.187234 [ 3 ] {3d15001c-433d-4472-a07d-6016ec44df12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
513 2024.10.10 04:25:45.187368 [ 3 ] {3d15001c-433d-4472-a07d-6016ec44df12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
514 2024.10.10 04:25:45.189811 [ 3 ] {3d15001c-433d-4472-a07d-6016ec44df12} <Debug> oximeter.measurements_histogramu8 (20f4d735-d435-46ba-b463-4ea5edb6e93b): Loading data parts
515 2024.10.10 04:25:45.190019 [ 3 ] {3d15001c-433d-4472-a07d-6016ec44df12} <Debug> oximeter.measurements_histogramu8 (20f4d735-d435-46ba-b463-4ea5edb6e93b): There are no data parts
516 2024.10.10 04:25:45.191526 [ 3 ] {3d15001c-433d-4472-a07d-6016ec44df12} <Debug> DynamicQueryHandler: Done processing query
517 2024.10.10 04:25:45.191553 [ 3 ] {} <Debug> HTTP-Session: c9c16e9a-105c-4301-9f63-4165c0176e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
518 2024.10.10 04:25:45.191694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
519 2024.10.10 04:25:45.191823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
520 2024.10.10 04:25:45.191845 [ 3 ] {} <Debug> HTTP-Session: fa34525f-41bf-406d-8509-89a4123b91a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
521 2024.10.10 04:25:45.191896 [ 3 ] {} <Debug> HTTP-Session: fa34525f-41bf-406d-8509-89a4123b91a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
522 2024.10.10 04:25:45.191943 [ 3 ] {} <Debug> HTTP-Session: fa34525f-41bf-406d-8509-89a4123b91a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
523 2024.10.10 04:25:45.191976 [ 3 ] {} <Trace> HTTP-Session: fa34525f-41bf-406d-8509-89a4123b91a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
524 2024.10.10 04:25:45.192293 [ 3 ] {177b444a-2226-4112-b78a-c2baecce9942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
525 2024.10.10 04:25:45.192446 [ 3 ] {177b444a-2226-4112-b78a-c2baecce9942} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
526 2024.10.10 04:25:45.194663 [ 3 ] {177b444a-2226-4112-b78a-c2baecce9942} <Debug> oximeter.measurements_histogrami16 (9abd806f-f2de-4c78-8f28-7f06c6e8c04f): Loading data parts
527 2024.10.10 04:25:45.194837 [ 3 ] {177b444a-2226-4112-b78a-c2baecce9942} <Debug> oximeter.measurements_histogrami16 (9abd806f-f2de-4c78-8f28-7f06c6e8c04f): There are no data parts
528 2024.10.10 04:25:45.196240 [ 3 ] {177b444a-2226-4112-b78a-c2baecce9942} <Debug> DynamicQueryHandler: Done processing query
529 2024.10.10 04:25:45.196329 [ 3 ] {} <Debug> HTTP-Session: fa34525f-41bf-406d-8509-89a4123b91a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
530 2024.10.10 04:25:45.196471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
531 2024.10.10 04:25:45.196521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
532 2024.10.10 04:25:45.196606 [ 3 ] {} <Debug> HTTP-Session: e57aad4e-208d-4406-a41a-ccbba8e05e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
533 2024.10.10 04:25:45.196623 [ 3 ] {} <Debug> HTTP-Session: e57aad4e-208d-4406-a41a-ccbba8e05e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
534 2024.10.10 04:25:45.196636 [ 3 ] {} <Debug> HTTP-Session: e57aad4e-208d-4406-a41a-ccbba8e05e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
535 2024.10.10 04:25:45.196729 [ 3 ] {} <Trace> HTTP-Session: e57aad4e-208d-4406-a41a-ccbba8e05e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
536 2024.10.10 04:25:45.197033 [ 3 ] {162444f9-4399-4499-8854-16d7d076a613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
537 2024.10.10 04:25:45.197174 [ 3 ] {162444f9-4399-4499-8854-16d7d076a613} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
538 2024.10.10 04:25:45.199281 [ 3 ] {162444f9-4399-4499-8854-16d7d076a613} <Debug> oximeter.measurements_histogramu16 (472ddc33-453d-41bf-9320-809e82ccb1b4): Loading data parts
539 2024.10.10 04:25:45.199563 [ 3 ] {162444f9-4399-4499-8854-16d7d076a613} <Debug> oximeter.measurements_histogramu16 (472ddc33-453d-41bf-9320-809e82ccb1b4): There are no data parts
540 2024.10.10 04:25:45.201281 [ 3 ] {162444f9-4399-4499-8854-16d7d076a613} <Debug> DynamicQueryHandler: Done processing query
541 2024.10.10 04:25:45.201318 [ 3 ] {} <Debug> HTTP-Session: e57aad4e-208d-4406-a41a-ccbba8e05e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
542 2024.10.10 04:25:45.201488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
543 2024.10.10 04:25:45.201657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
544 2024.10.10 04:25:45.201690 [ 3 ] {} <Debug> HTTP-Session: b73516bf-eba2-4c8d-898f-4e5994ccfdf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
545 2024.10.10 04:25:45.201804 [ 3 ] {} <Debug> HTTP-Session: b73516bf-eba2-4c8d-898f-4e5994ccfdf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
546 2024.10.10 04:25:45.201827 [ 3 ] {} <Debug> HTTP-Session: b73516bf-eba2-4c8d-898f-4e5994ccfdf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
547 2024.10.10 04:25:45.201871 [ 3 ] {} <Trace> HTTP-Session: b73516bf-eba2-4c8d-898f-4e5994ccfdf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
548 2024.10.10 04:25:45.202349 [ 3 ] {c3d5ba8c-99db-4dc6-85e7-279cf441be05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
549 2024.10.10 04:25:45.202515 [ 3 ] {c3d5ba8c-99db-4dc6-85e7-279cf441be05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
550 2024.10.10 04:25:45.205220 [ 3 ] {c3d5ba8c-99db-4dc6-85e7-279cf441be05} <Debug> oximeter.measurements_histogrami32 (9984843c-209f-464b-b99e-f1da8126672a): Loading data parts
551 2024.10.10 04:25:45.205422 [ 3 ] {c3d5ba8c-99db-4dc6-85e7-279cf441be05} <Debug> oximeter.measurements_histogrami32 (9984843c-209f-464b-b99e-f1da8126672a): There are no data parts
552 2024.10.10 04:25:45.207380 [ 3 ] {c3d5ba8c-99db-4dc6-85e7-279cf441be05} <Debug> DynamicQueryHandler: Done processing query
553 2024.10.10 04:25:45.207500 [ 3 ] {} <Debug> HTTP-Session: b73516bf-eba2-4c8d-898f-4e5994ccfdf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
554 2024.10.10 04:25:45.207669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
555 2024.10.10 04:25:45.207781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
556 2024.10.10 04:25:45.207841 [ 3 ] {} <Debug> HTTP-Session: 248962db-f72b-4df6-9d7e-4fbdb2759ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
557 2024.10.10 04:25:45.207860 [ 3 ] {} <Debug> HTTP-Session: 248962db-f72b-4df6-9d7e-4fbdb2759ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
558 2024.10.10 04:25:45.207876 [ 3 ] {} <Debug> HTTP-Session: 248962db-f72b-4df6-9d7e-4fbdb2759ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
559 2024.10.10 04:25:45.207983 [ 3 ] {} <Trace> HTTP-Session: 248962db-f72b-4df6-9d7e-4fbdb2759ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
560 2024.10.10 04:25:45.208257 [ 3 ] {39267fcf-b2f7-4d26-a2e6-8439fe05fd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
561 2024.10.10 04:25:45.208408 [ 3 ] {39267fcf-b2f7-4d26-a2e6-8439fe05fd1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
562 2024.10.10 04:25:45.210427 [ 3 ] {39267fcf-b2f7-4d26-a2e6-8439fe05fd1f} <Debug> oximeter.measurements_histogramu32 (314472b7-a4f2-4355-9c44-bc5d22c69081): Loading data parts
563 2024.10.10 04:25:45.210686 [ 3 ] {39267fcf-b2f7-4d26-a2e6-8439fe05fd1f} <Debug> oximeter.measurements_histogramu32 (314472b7-a4f2-4355-9c44-bc5d22c69081): There are no data parts
564 2024.10.10 04:25:45.212152 [ 3 ] {39267fcf-b2f7-4d26-a2e6-8439fe05fd1f} <Debug> DynamicQueryHandler: Done processing query
565 2024.10.10 04:25:45.212187 [ 3 ] {} <Debug> HTTP-Session: 248962db-f72b-4df6-9d7e-4fbdb2759ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
566 2024.10.10 04:25:45.212434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
567 2024.10.10 04:25:45.212495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
568 2024.10.10 04:25:45.212514 [ 3 ] {} <Debug> HTTP-Session: ae36a788-223d-4c7f-92ea-c392a0c17b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
569 2024.10.10 04:25:45.212612 [ 3 ] {} <Debug> HTTP-Session: ae36a788-223d-4c7f-92ea-c392a0c17b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
570 2024.10.10 04:25:45.212630 [ 3 ] {} <Debug> HTTP-Session: ae36a788-223d-4c7f-92ea-c392a0c17b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
571 2024.10.10 04:25:45.212664 [ 3 ] {} <Trace> HTTP-Session: ae36a788-223d-4c7f-92ea-c392a0c17b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
572 2024.10.10 04:25:45.213038 [ 3 ] {08d3186f-a6b3-425a-9a96-0c1743bb6f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
573 2024.10.10 04:25:45.213182 [ 3 ] {08d3186f-a6b3-425a-9a96-0c1743bb6f97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
574 2024.10.10 04:25:45.215283 [ 3 ] {08d3186f-a6b3-425a-9a96-0c1743bb6f97} <Debug> oximeter.measurements_histogrami64 (02600f23-2448-495e-ad9c-3b2c72fc0dc6): Loading data parts
575 2024.10.10 04:25:45.215461 [ 3 ] {08d3186f-a6b3-425a-9a96-0c1743bb6f97} <Debug> oximeter.measurements_histogrami64 (02600f23-2448-495e-ad9c-3b2c72fc0dc6): There are no data parts
576 2024.10.10 04:25:45.216894 [ 3 ] {08d3186f-a6b3-425a-9a96-0c1743bb6f97} <Debug> DynamicQueryHandler: Done processing query
577 2024.10.10 04:25:45.216947 [ 3 ] {} <Debug> HTTP-Session: ae36a788-223d-4c7f-92ea-c392a0c17b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
578 2024.10.10 04:25:45.217087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
579 2024.10.10 04:25:45.217236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
580 2024.10.10 04:25:45.217258 [ 3 ] {} <Debug> HTTP-Session: 5de8fa45-1c01-4b20-af16-b6da08292974 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
581 2024.10.10 04:25:45.217274 [ 3 ] {} <Debug> HTTP-Session: 5de8fa45-1c01-4b20-af16-b6da08292974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
582 2024.10.10 04:25:45.217328 [ 3 ] {} <Debug> HTTP-Session: 5de8fa45-1c01-4b20-af16-b6da08292974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
583 2024.10.10 04:25:45.217395 [ 3 ] {} <Trace> HTTP-Session: 5de8fa45-1c01-4b20-af16-b6da08292974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
584 2024.10.10 04:25:45.217670 [ 3 ] {8da10e00-656c-49f1-bbac-019cffd5ceaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
585 2024.10.10 04:25:45.217809 [ 3 ] {8da10e00-656c-49f1-bbac-019cffd5ceaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
586 2024.10.10 04:25:45.219933 [ 3 ] {8da10e00-656c-49f1-bbac-019cffd5ceaf} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Loading data parts
587 2024.10.10 04:25:45.220228 [ 3 ] {8da10e00-656c-49f1-bbac-019cffd5ceaf} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): There are no data parts
588 2024.10.10 04:25:45.221684 [ 3 ] {8da10e00-656c-49f1-bbac-019cffd5ceaf} <Debug> DynamicQueryHandler: Done processing query
589 2024.10.10 04:25:45.221711 [ 3 ] {} <Debug> HTTP-Session: 5de8fa45-1c01-4b20-af16-b6da08292974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
590 2024.10.10 04:25:45.221925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
591 2024.10.10 04:25:45.221976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
592 2024.10.10 04:25:45.221995 [ 3 ] {} <Debug> HTTP-Session: 87715fc1-10b2-443e-bd6f-f71c85027bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
593 2024.10.10 04:25:45.222096 [ 3 ] {} <Debug> HTTP-Session: 87715fc1-10b2-443e-bd6f-f71c85027bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
594 2024.10.10 04:25:45.222112 [ 3 ] {} <Debug> HTTP-Session: 87715fc1-10b2-443e-bd6f-f71c85027bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
595 2024.10.10 04:25:45.222143 [ 3 ] {} <Trace> HTTP-Session: 87715fc1-10b2-443e-bd6f-f71c85027bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
596 2024.10.10 04:25:45.222465 [ 3 ] {f490a031-555f-428e-a6c3-4a1dccff3e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
597 2024.10.10 04:25:45.222600 [ 3 ] {f490a031-555f-428e-a6c3-4a1dccff3e47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
598 2024.10.10 04:25:45.225441 [ 3 ] {f490a031-555f-428e-a6c3-4a1dccff3e47} <Debug> oximeter.measurements_histogramf32 (f0e83c84-5c7c-41ce-95cf-a0edc8198030): Loading data parts
599 2024.10.10 04:25:45.225624 [ 3 ] {f490a031-555f-428e-a6c3-4a1dccff3e47} <Debug> oximeter.measurements_histogramf32 (f0e83c84-5c7c-41ce-95cf-a0edc8198030): There are no data parts
600 2024.10.10 04:25:45.227715 [ 3 ] {f490a031-555f-428e-a6c3-4a1dccff3e47} <Debug> DynamicQueryHandler: Done processing query
601 2024.10.10 04:25:45.227742 [ 3 ] {} <Debug> HTTP-Session: 87715fc1-10b2-443e-bd6f-f71c85027bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
602 2024.10.10 04:25:45.227891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
603 2024.10.10 04:25:45.228034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
604 2024.10.10 04:25:45.228056 [ 3 ] {} <Debug> HTTP-Session: e41aac8c-0ab4-4056-b344-815a25c63dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
605 2024.10.10 04:25:45.228073 [ 3 ] {} <Debug> HTTP-Session: e41aac8c-0ab4-4056-b344-815a25c63dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
606 2024.10.10 04:25:45.228232 [ 3 ] {} <Debug> HTTP-Session: e41aac8c-0ab4-4056-b344-815a25c63dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2024.10.10 04:25:45.228266 [ 3 ] {} <Trace> HTTP-Session: e41aac8c-0ab4-4056-b344-815a25c63dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
608 2024.10.10 04:25:45.228545 [ 3 ] {bfacac24-3b9b-44b7-82c2-4866dfd6528c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
609 2024.10.10 04:25:45.228711 [ 3 ] {bfacac24-3b9b-44b7-82c2-4866dfd6528c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
610 2024.10.10 04:25:45.230935 [ 3 ] {bfacac24-3b9b-44b7-82c2-4866dfd6528c} <Debug> oximeter.measurements_histogramf64 (c83262d0-da40-40ed-829e-eac1ce78e47e): Loading data parts
611 2024.10.10 04:25:45.231136 [ 3 ] {bfacac24-3b9b-44b7-82c2-4866dfd6528c} <Debug> oximeter.measurements_histogramf64 (c83262d0-da40-40ed-829e-eac1ce78e47e): There are no data parts
612 2024.10.10 04:25:45.232523 [ 3 ] {bfacac24-3b9b-44b7-82c2-4866dfd6528c} <Debug> DynamicQueryHandler: Done processing query
613 2024.10.10 04:25:45.232554 [ 3 ] {} <Debug> HTTP-Session: e41aac8c-0ab4-4056-b344-815a25c63dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2024.10.10 04:25:45.232807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
615 2024.10.10 04:25:45.232857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
616 2024.10.10 04:25:45.232924 [ 3 ] {} <Debug> HTTP-Session: 6bbbc480-ef7a-4fb3-b159-404237ebba98 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
617 2024.10.10 04:25:45.233012 [ 3 ] {} <Debug> HTTP-Session: 6bbbc480-ef7a-4fb3-b159-404237ebba98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2024.10.10 04:25:45.233040 [ 3 ] {} <Debug> HTTP-Session: 6bbbc480-ef7a-4fb3-b159-404237ebba98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2024.10.10 04:25:45.233107 [ 3 ] {} <Trace> HTTP-Session: 6bbbc480-ef7a-4fb3-b159-404237ebba98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
620 2024.10.10 04:25:45.233443 [ 3 ] {8c25b413-019e-4f13-8433-6651c1ac3d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) /* The field tables store named dimensions of each timeseries.
621 *
622 * As with the measurement tables, there is one field table for each field data
623 * type. Fields are deduplicated by using the "replacing merge tree", though
624 * this behavior **must not** be relied upon for query correctness.
625 *
626 * The index for the fields differs from the measurements, however. Rows are
627 * sorted by timeseries name, then field name, field value, and finally
628 * timeseries key. This reflects the most common pattern for looking them up:
629 * by field name and possibly value, within a timeseries. The resulting keys are
630 * usually then used to look up measurements.
631 *
632 * NOTE: We may want to consider a secondary index on these tables, sorting by
633 * timeseries name and then key, since it would improve lookups where one
634 * already has the key. Realistically though, these tables are quite small and
635 * so performance benefits will be low in absolute terms.
636 *
637 * TTL: We use a materialized column to expire old field table records. This
638 * column is generated automatically by the database whenever a new row is
639 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
640 * query. Since these tables are `ReplacingMergeTree`s, that means the last
641 * record will remain during a deduplication, which will have the last
642 * timestamp. ClickHouse will then expire old data for us, similar to the
643 * measurement tables.
644 */
645 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( 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)
646 2024.10.10 04:25:45.233579 [ 3 ] {8c25b413-019e-4f13-8433-6651c1ac3d96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
647 2024.10.10 04:25:45.235913 [ 3 ] {8c25b413-019e-4f13-8433-6651c1ac3d96} <Debug> oximeter.fields_bool (c6401510-2602-49dc-b82a-ae6b2889db92): Loading data parts
648 2024.10.10 04:25:45.236079 [ 3 ] {8c25b413-019e-4f13-8433-6651c1ac3d96} <Debug> oximeter.fields_bool (c6401510-2602-49dc-b82a-ae6b2889db92): There are no data parts
649 2024.10.10 04:25:45.237497 [ 3 ] {8c25b413-019e-4f13-8433-6651c1ac3d96} <Debug> DynamicQueryHandler: Done processing query
650 2024.10.10 04:25:45.237531 [ 3 ] {} <Debug> HTTP-Session: 6bbbc480-ef7a-4fb3-b159-404237ebba98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
651 2024.10.10 04:25:45.237666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
652 2024.10.10 04:25:45.237805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
653 2024.10.10 04:25:45.237827 [ 3 ] {} <Debug> HTTP-Session: eabd06c9-f332-4cb2-8816-43c1283d5aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
654 2024.10.10 04:25:45.237845 [ 3 ] {} <Debug> HTTP-Session: eabd06c9-f332-4cb2-8816-43c1283d5aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2024.10.10 04:25:45.237919 [ 3 ] {} <Debug> HTTP-Session: eabd06c9-f332-4cb2-8816-43c1283d5aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2024.10.10 04:25:45.237983 [ 3 ] {} <Trace> HTTP-Session: eabd06c9-f332-4cb2-8816-43c1283d5aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
657 2024.10.10 04:25:45.238167 [ 3 ] {3e5c3ec2-9420-4430-ab85-d8bcb0aab5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
658 2024.10.10 04:25:45.238279 [ 3 ] {3e5c3ec2-9420-4430-ab85-d8bcb0aab5cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
659 2024.10.10 04:25:45.240135 [ 3 ] {3e5c3ec2-9420-4430-ab85-d8bcb0aab5cf} <Debug> oximeter.fields_i8 (3afbd59c-0ba7-49a3-9b0a-af28cfd07687): Loading data parts
660 2024.10.10 04:25:45.240428 [ 3 ] {3e5c3ec2-9420-4430-ab85-d8bcb0aab5cf} <Debug> oximeter.fields_i8 (3afbd59c-0ba7-49a3-9b0a-af28cfd07687): There are no data parts
661 2024.10.10 04:25:45.241977 [ 3 ] {3e5c3ec2-9420-4430-ab85-d8bcb0aab5cf} <Debug> DynamicQueryHandler: Done processing query
662 2024.10.10 04:25:45.242018 [ 3 ] {} <Debug> HTTP-Session: eabd06c9-f332-4cb2-8816-43c1283d5aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.10.10 04:25:45.242294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
664 2024.10.10 04:25:45.242358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
665 2024.10.10 04:25:45.242380 [ 3 ] {} <Debug> HTTP-Session: 79418253-9722-4101-a967-010d9a976a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
666 2024.10.10 04:25:45.242496 [ 3 ] {} <Debug> HTTP-Session: 79418253-9722-4101-a967-010d9a976a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2024.10.10 04:25:45.242524 [ 3 ] {} <Debug> HTTP-Session: 79418253-9722-4101-a967-010d9a976a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2024.10.10 04:25:45.242577 [ 3 ] {} <Trace> HTTP-Session: 79418253-9722-4101-a967-010d9a976a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
669 2024.10.10 04:25:45.242950 [ 3 ] {64c25f30-1507-4785-82ad-8119925cc9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
670 2024.10.10 04:25:45.243093 [ 3 ] {64c25f30-1507-4785-82ad-8119925cc9ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
671 2024.10.10 04:25:45.245755 [ 3 ] {64c25f30-1507-4785-82ad-8119925cc9ac} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Loading data parts
672 2024.10.10 04:25:45.245950 [ 3 ] {64c25f30-1507-4785-82ad-8119925cc9ac} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): There are no data parts
673 2024.10.10 04:25:45.247603 [ 3 ] {64c25f30-1507-4785-82ad-8119925cc9ac} <Debug> DynamicQueryHandler: Done processing query
674 2024.10.10 04:25:45.247631 [ 3 ] {} <Debug> HTTP-Session: 79418253-9722-4101-a967-010d9a976a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
675 2024.10.10 04:25:45.247783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
676 2024.10.10 04:25:45.247936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
677 2024.10.10 04:25:45.247960 [ 3 ] {} <Debug> HTTP-Session: 1503eab9-7e23-460d-97af-087ad3928476 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
678 2024.10.10 04:25:45.247980 [ 3 ] {} <Debug> HTTP-Session: 1503eab9-7e23-460d-97af-087ad3928476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2024.10.10 04:25:45.248083 [ 3 ] {} <Debug> HTTP-Session: 1503eab9-7e23-460d-97af-087ad3928476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
680 2024.10.10 04:25:45.248126 [ 3 ] {} <Trace> HTTP-Session: 1503eab9-7e23-460d-97af-087ad3928476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2024.10.10 04:25:45.248329 [ 3 ] {7731f357-260d-4651-a187-e6faad00ce42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
682 2024.10.10 04:25:45.248482 [ 3 ] {7731f357-260d-4651-a187-e6faad00ce42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2024.10.10 04:25:45.250927 [ 3 ] {7731f357-260d-4651-a187-e6faad00ce42} <Debug> oximeter.fields_i16 (0bdc8d9c-9273-4393-a87b-0083555bc952): Loading data parts
684 2024.10.10 04:25:45.251154 [ 3 ] {7731f357-260d-4651-a187-e6faad00ce42} <Debug> oximeter.fields_i16 (0bdc8d9c-9273-4393-a87b-0083555bc952): There are no data parts
685 2024.10.10 04:25:45.253820 [ 3 ] {7731f357-260d-4651-a187-e6faad00ce42} <Debug> DynamicQueryHandler: Done processing query
686 2024.10.10 04:25:45.253848 [ 3 ] {} <Debug> HTTP-Session: 1503eab9-7e23-460d-97af-087ad3928476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2024.10.10 04:25:45.254126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
688 2024.10.10 04:25:45.254184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
689 2024.10.10 04:25:45.254297 [ 3 ] {} <Debug> HTTP-Session: 3e494352-c3c7-4d5e-9f2e-f82301a7c0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
690 2024.10.10 04:25:45.254318 [ 3 ] {} <Debug> HTTP-Session: 3e494352-c3c7-4d5e-9f2e-f82301a7c0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2024.10.10 04:25:45.254333 [ 3 ] {} <Debug> HTTP-Session: 3e494352-c3c7-4d5e-9f2e-f82301a7c0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
692 2024.10.10 04:25:45.254475 [ 3 ] {} <Trace> HTTP-Session: 3e494352-c3c7-4d5e-9f2e-f82301a7c0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2024.10.10 04:25:45.254682 [ 3 ] {21126181-87c5-40b5-8546-0143c1197a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
694 2024.10.10 04:25:45.254832 [ 3 ] {21126181-87c5-40b5-8546-0143c1197a48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
695 2024.10.10 04:25:45.257454 [ 3 ] {21126181-87c5-40b5-8546-0143c1197a48} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Loading data parts
696 2024.10.10 04:25:45.257659 [ 3 ] {21126181-87c5-40b5-8546-0143c1197a48} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): There are no data parts
697 2024.10.10 04:25:45.259112 [ 3 ] {21126181-87c5-40b5-8546-0143c1197a48} <Debug> DynamicQueryHandler: Done processing query
698 2024.10.10 04:25:45.259138 [ 3 ] {} <Debug> HTTP-Session: 3e494352-c3c7-4d5e-9f2e-f82301a7c0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.10.10 04:25:45.259278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
700 2024.10.10 04:25:45.259414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
701 2024.10.10 04:25:45.259436 [ 3 ] {} <Debug> HTTP-Session: 496414ac-57bd-4880-8da1-9663aa8cdefe Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
702 2024.10.10 04:25:45.259452 [ 3 ] {} <Debug> HTTP-Session: 496414ac-57bd-4880-8da1-9663aa8cdefe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
703 2024.10.10 04:25:45.259535 [ 3 ] {} <Debug> HTTP-Session: 496414ac-57bd-4880-8da1-9663aa8cdefe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2024.10.10 04:25:45.259570 [ 3 ] {} <Trace> HTTP-Session: 496414ac-57bd-4880-8da1-9663aa8cdefe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2024.10.10 04:25:45.259793 [ 3 ] {d9096270-a77d-4345-9186-f732712ea5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
706 2024.10.10 04:25:45.259882 [ 3 ] {d9096270-a77d-4345-9186-f732712ea5d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
707 2024.10.10 04:25:45.262061 [ 3 ] {d9096270-a77d-4345-9186-f732712ea5d6} <Debug> oximeter.fields_i32 (1d9e2488-4764-4f3e-8675-14e1ff5e8412): Loading data parts
708 2024.10.10 04:25:45.262240 [ 3 ] {d9096270-a77d-4345-9186-f732712ea5d6} <Debug> oximeter.fields_i32 (1d9e2488-4764-4f3e-8675-14e1ff5e8412): There are no data parts
709 2024.10.10 04:25:45.263665 [ 3 ] {d9096270-a77d-4345-9186-f732712ea5d6} <Debug> DynamicQueryHandler: Done processing query
710 2024.10.10 04:25:45.263783 [ 3 ] {} <Debug> HTTP-Session: 496414ac-57bd-4880-8da1-9663aa8cdefe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
711 2024.10.10 04:25:45.263932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
712 2024.10.10 04:25:45.263985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
713 2024.10.10 04:25:45.264089 [ 3 ] {} <Debug> HTTP-Session: fc3ec596-5698-42ed-bf83-147599c6f227 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
714 2024.10.10 04:25:45.264113 [ 3 ] {} <Debug> HTTP-Session: fc3ec596-5698-42ed-bf83-147599c6f227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
715 2024.10.10 04:25:45.264132 [ 3 ] {} <Debug> HTTP-Session: fc3ec596-5698-42ed-bf83-147599c6f227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
716 2024.10.10 04:25:45.264269 [ 3 ] {} <Trace> HTTP-Session: fc3ec596-5698-42ed-bf83-147599c6f227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2024.10.10 04:25:45.264515 [ 3 ] {044b003d-e9f5-4453-8db6-b2bbf8aae39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
718 2024.10.10 04:25:45.264681 [ 3 ] {044b003d-e9f5-4453-8db6-b2bbf8aae39e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
719 2024.10.10 04:25:45.267135 [ 3 ] {044b003d-e9f5-4453-8db6-b2bbf8aae39e} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Loading data parts
720 2024.10.10 04:25:45.267389 [ 3 ] {044b003d-e9f5-4453-8db6-b2bbf8aae39e} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): There are no data parts
721 2024.10.10 04:25:45.272171 [ 3 ] {044b003d-e9f5-4453-8db6-b2bbf8aae39e} <Debug> DynamicQueryHandler: Done processing query
722 2024.10.10 04:25:45.272200 [ 3 ] {} <Debug> HTTP-Session: fc3ec596-5698-42ed-bf83-147599c6f227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
723 2024.10.10 04:25:45.272341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
724 2024.10.10 04:25:45.272482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
725 2024.10.10 04:25:45.272523 [ 3 ] {} <Debug> HTTP-Session: 3ac1ce3b-8357-4a49-b1af-d31e848ba275 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
726 2024.10.10 04:25:45.272628 [ 3 ] {} <Debug> HTTP-Session: 3ac1ce3b-8357-4a49-b1af-d31e848ba275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
727 2024.10.10 04:25:45.272646 [ 3 ] {} <Debug> HTTP-Session: 3ac1ce3b-8357-4a49-b1af-d31e848ba275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
728 2024.10.10 04:25:45.272680 [ 3 ] {} <Trace> HTTP-Session: 3ac1ce3b-8357-4a49-b1af-d31e848ba275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2024.10.10 04:25:45.272947 [ 3 ] {043c2899-70a1-40bd-bb36-12d32ba9f482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
730 2024.10.10 04:25:45.273071 [ 3 ] {043c2899-70a1-40bd-bb36-12d32ba9f482} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
731 2024.10.10 04:25:45.276422 [ 3 ] {043c2899-70a1-40bd-bb36-12d32ba9f482} <Debug> oximeter.fields_i64 (0cd9b9c9-2ca2-44b5-8269-b126ef37a3db): Loading data parts
732 2024.10.10 04:25:45.276604 [ 3 ] {043c2899-70a1-40bd-bb36-12d32ba9f482} <Debug> oximeter.fields_i64 (0cd9b9c9-2ca2-44b5-8269-b126ef37a3db): There are no data parts
733 2024.10.10 04:25:45.278642 [ 3 ] {043c2899-70a1-40bd-bb36-12d32ba9f482} <Debug> DynamicQueryHandler: Done processing query
734 2024.10.10 04:25:45.278740 [ 3 ] {} <Debug> HTTP-Session: 3ac1ce3b-8357-4a49-b1af-d31e848ba275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2024.10.10 04:25:45.278925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
736 2024.10.10 04:25:45.279064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
737 2024.10.10 04:25:45.279096 [ 3 ] {} <Debug> HTTP-Session: 32981b33-3c08-4501-8e24-064ebe065685 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
738 2024.10.10 04:25:45.279128 [ 3 ] {} <Debug> HTTP-Session: 32981b33-3c08-4501-8e24-064ebe065685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.10.10 04:25:45.279151 [ 3 ] {} <Debug> HTTP-Session: 32981b33-3c08-4501-8e24-064ebe065685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.10.10 04:25:45.279254 [ 3 ] {} <Trace> HTTP-Session: 32981b33-3c08-4501-8e24-064ebe065685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
741 2024.10.10 04:25:45.279529 [ 3 ] {29ddeb62-8ea1-4bc3-9de5-537ff3d86fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
742 2024.10.10 04:25:45.279650 [ 3 ] {29ddeb62-8ea1-4bc3-9de5-537ff3d86fab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
743 2024.10.10 04:25:45.282011 [ 3 ] {29ddeb62-8ea1-4bc3-9de5-537ff3d86fab} <Debug> oximeter.fields_u64 (26ced64d-022e-4dfa-8c59-a1251134b099): Loading data parts
744 2024.10.10 04:25:45.282222 [ 3 ] {29ddeb62-8ea1-4bc3-9de5-537ff3d86fab} <Debug> oximeter.fields_u64 (26ced64d-022e-4dfa-8c59-a1251134b099): There are no data parts
745 2024.10.10 04:25:45.283732 [ 3 ] {29ddeb62-8ea1-4bc3-9de5-537ff3d86fab} <Debug> DynamicQueryHandler: Done processing query
746 2024.10.10 04:25:45.283762 [ 3 ] {} <Debug> HTTP-Session: 32981b33-3c08-4501-8e24-064ebe065685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
747 2024.10.10 04:25:45.283898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
748 2024.10.10 04:25:45.283951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
749 2024.10.10 04:25:45.283971 [ 3 ] {} <Debug> HTTP-Session: 9cfc4170-2d39-4257-b890-218de4325c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
750 2024.10.10 04:25:45.283988 [ 3 ] {} <Debug> HTTP-Session: 9cfc4170-2d39-4257-b890-218de4325c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.10.10 04:25:45.284003 [ 3 ] {} <Debug> HTTP-Session: 9cfc4170-2d39-4257-b890-218de4325c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.10.10 04:25:45.284034 [ 3 ] {} <Trace> HTTP-Session: 9cfc4170-2d39-4257-b890-218de4325c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2024.10.10 04:25:45.284217 [ 3 ] {0583788f-de27-45d2-b566-7f9e1e64c7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
754 2024.10.10 04:25:45.284265 [ 3 ] {0583788f-de27-45d2-b566-7f9e1e64c7bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
755 2024.10.10 04:25:45.286433 [ 3 ] {0583788f-de27-45d2-b566-7f9e1e64c7bf} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Loading data parts
756 2024.10.10 04:25:45.286628 [ 3 ] {0583788f-de27-45d2-b566-7f9e1e64c7bf} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): There are no data parts
757 2024.10.10 04:25:45.289420 [ 3 ] {0583788f-de27-45d2-b566-7f9e1e64c7bf} <Debug> DynamicQueryHandler: Done processing query
758 2024.10.10 04:25:45.289449 [ 3 ] {} <Debug> HTTP-Session: 9cfc4170-2d39-4257-b890-218de4325c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.10.10 04:25:45.289600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
760 2024.10.10 04:25:45.289652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
761 2024.10.10 04:25:45.289672 [ 3 ] {} <Debug> HTTP-Session: 777d9724-ed79-44c9-b236-f5a6a13acbdc Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
762 2024.10.10 04:25:45.289692 [ 3 ] {} <Debug> HTTP-Session: 777d9724-ed79-44c9-b236-f5a6a13acbdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
763 2024.10.10 04:25:45.289707 [ 3 ] {} <Debug> HTTP-Session: 777d9724-ed79-44c9-b236-f5a6a13acbdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
764 2024.10.10 04:25:45.289738 [ 3 ] {} <Trace> HTTP-Session: 777d9724-ed79-44c9-b236-f5a6a13acbdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
765 2024.10.10 04:25:45.289939 [ 3 ] {1193914d-9171-4090-bb92-ec3cfbae0b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
766 2024.10.10 04:25:45.289988 [ 3 ] {1193914d-9171-4090-bb92-ec3cfbae0b60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
767 2024.10.10 04:25:45.292012 [ 3 ] {1193914d-9171-4090-bb92-ec3cfbae0b60} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Loading data parts
768 2024.10.10 04:25:45.292187 [ 3 ] {1193914d-9171-4090-bb92-ec3cfbae0b60} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): There are no data parts
769 2024.10.10 04:25:45.294077 [ 3 ] {1193914d-9171-4090-bb92-ec3cfbae0b60} <Debug> DynamicQueryHandler: Done processing query
770 2024.10.10 04:25:45.294105 [ 3 ] {} <Debug> HTTP-Session: 777d9724-ed79-44c9-b236-f5a6a13acbdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
771 2024.10.10 04:25:45.294260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
772 2024.10.10 04:25:45.294313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
773 2024.10.10 04:25:45.294340 [ 3 ] {} <Debug> HTTP-Session: 0af2e720-7528-4c6d-be56-c75158d74745 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
774 2024.10.10 04:25:45.294358 [ 3 ] {} <Debug> HTTP-Session: 0af2e720-7528-4c6d-be56-c75158d74745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
775 2024.10.10 04:25:45.294372 [ 3 ] {} <Debug> HTTP-Session: 0af2e720-7528-4c6d-be56-c75158d74745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
776 2024.10.10 04:25:45.294407 [ 3 ] {} <Trace> HTTP-Session: 0af2e720-7528-4c6d-be56-c75158d74745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2024.10.10 04:25:45.294594 [ 3 ] {9fffe5b1-49e6-4f27-940f-e3c727839a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) 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)
778 2024.10.10 04:25:45.294639 [ 3 ] {9fffe5b1-49e6-4f27-940f-e3c727839a49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
779 2024.10.10 04:25:45.296989 [ 3 ] {9fffe5b1-49e6-4f27-940f-e3c727839a49} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Loading data parts
780 2024.10.10 04:25:45.297179 [ 3 ] {9fffe5b1-49e6-4f27-940f-e3c727839a49} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): There are no data parts
781 2024.10.10 04:25:45.299036 [ 3 ] {9fffe5b1-49e6-4f27-940f-e3c727839a49} <Debug> DynamicQueryHandler: Done processing query
782 2024.10.10 04:25:45.299062 [ 3 ] {} <Debug> HTTP-Session: 0af2e720-7528-4c6d-be56-c75158d74745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
783 2024.10.10 04:25:45.299210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
784 2024.10.10 04:25:45.299260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
785 2024.10.10 04:25:45.299280 [ 3 ] {} <Debug> HTTP-Session: 371a38e7-73c6-459b-aca6-c93552fe8189 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
786 2024.10.10 04:25:45.299296 [ 3 ] {} <Debug> HTTP-Session: 371a38e7-73c6-459b-aca6-c93552fe8189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
787 2024.10.10 04:25:45.299310 [ 3 ] {} <Debug> HTTP-Session: 371a38e7-73c6-459b-aca6-c93552fe8189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
788 2024.10.10 04:25:45.299340 [ 3 ] {} <Trace> HTTP-Session: 371a38e7-73c6-459b-aca6-c93552fe8189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2024.10.10 04:25:45.299553 [ 3 ] {4fd7f661-69ac-4837-ba62-be664313df7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) /* The timeseries schema table stores the extracted schema for the samples
790 * oximeter collects.
791 */
792 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)
793 2024.10.10 04:25:45.299614 [ 3 ] {4fd7f661-69ac-4837-ba62-be664313df7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
794 2024.10.10 04:25:45.301613 [ 3 ] {4fd7f661-69ac-4837-ba62-be664313df7c} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Loading data parts
795 2024.10.10 04:25:45.301783 [ 3 ] {4fd7f661-69ac-4837-ba62-be664313df7c} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): There are no data parts
796 2024.10.10 04:25:45.303516 [ 3 ] {4fd7f661-69ac-4837-ba62-be664313df7c} <Debug> DynamicQueryHandler: Done processing query
797 2024.10.10 04:25:45.303542 [ 3 ] {} <Debug> HTTP-Session: 371a38e7-73c6-459b-aca6-c93552fe8189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.10.10 04:25:45.303692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46188, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
799 2024.10.10 04:25:45.303745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
800 2024.10.10 04:25:45.303765 [ 3 ] {} <Debug> HTTP-Session: 73fdef9a-53be-499b-8b05-791d6ddbc448 Authenticating user 'default' from [fd00:1122:3344:101::d]:46188
801 2024.10.10 04:25:45.303785 [ 3 ] {} <Debug> HTTP-Session: 73fdef9a-53be-499b-8b05-791d6ddbc448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
802 2024.10.10 04:25:45.303800 [ 3 ] {} <Debug> HTTP-Session: 73fdef9a-53be-499b-8b05-791d6ddbc448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
803 2024.10.10 04:25:45.303832 [ 3 ] {} <Trace> HTTP-Session: 73fdef9a-53be-499b-8b05-791d6ddbc448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.10.10 04:25:45.304005 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46188) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
805 2024.10.10 04:25:45.305516 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
806 2024.10.10 04:25:45.324293 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Trace> oximeter.version (cf414ca6-35b7-4b84-ad45-ba69475a492c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
807 2024.10.10 04:25:45.324363 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
808 2024.10.10 04:25:45.331242 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
809 2024.10.10 04:25:45.334957 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Trace> oximeter.version (cf414ca6-35b7-4b84-ad45-ba69475a492c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
810 2024.10.10 04:25:45.337344 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.031366 sec., 31.881655295542945 rows/sec., 510.11 B/sec.
811 2024.10.10 04:25:45.337621 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Debug> DynamicQueryHandler: Done processing query
812 2024.10.10 04:25:45.337650 [ 3 ] {1a413f9f-c063-4201-a284-0595cef70681} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
813 2024.10.10 04:25:45.337669 [ 3 ] {} <Debug> HTTP-Session: 73fdef9a-53be-499b-8b05-791d6ddbc448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
814 2024.10.10 04:25:46.001146 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.38 MiB, peak 134.51 MiB, free memory in arenas 0.00 B, will set to 133.68 MiB (RSS), difference: 4.30 MiB
815 2024.10.10 04:25:48.415207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
816 2024.10.10 04:25:48.415317 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
817 2024.10.10 04:25:48.429169 [ 242 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Loading data parts
818 2024.10.10 04:25:48.429329 [ 242 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): There are no data parts
819 2024.10.10 04:25:48.438116 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2024.10.10 04:25:48.438157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
821 2024.10.10 04:25:48.440527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
822 2024.10.10 04:25:48.441739 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2024.10.10 04:25:48.442214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
824 2024.10.10 04:25:49.001146 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.01 MiB, peak 138.01 MiB, free memory in arenas 0.00 B, will set to 134.96 MiB (RSS), difference: -3.05 MiB
825 2024.10.10 04:25:53.380620 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
826 2024.10.10 04:25:53.380686 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
827 2024.10.10 04:25:55.339761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
828 2024.10.10 04:25:55.339887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
829 2024.10.10 04:25:55.339913 [ 3 ] {} <Debug> HTTP-Session: e2d4bd45-69c2-47a2-b1c5-672741cb7159 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
830 2024.10.10 04:25:55.339940 [ 3 ] {} <Debug> HTTP-Session: e2d4bd45-69c2-47a2-b1c5-672741cb7159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
831 2024.10.10 04:25:55.339956 [ 3 ] {} <Debug> HTTP-Session: e2d4bd45-69c2-47a2-b1c5-672741cb7159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
832 2024.10.10 04:25:55.340011 [ 3 ] {} <Trace> HTTP-Session: e2d4bd45-69c2-47a2-b1c5-672741cb7159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.10.10 04:25:55.340211 [ 3 ] {07d3fdab-4a85-4a97-9f2c-04366340c70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
834 2024.10.10 04:25:55.342573 [ 3 ] {07d3fdab-4a85-4a97-9f2c-04366340c70c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.10.10 04:25:55.346780 [ 3 ] {07d3fdab-4a85-4a97-9f2c-04366340c70c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.10.10 04:25:55.353067 [ 3 ] {07d3fdab-4a85-4a97-9f2c-04366340c70c} <Debug> DynamicQueryHandler: Done processing query
837 2024.10.10 04:25:55.353098 [ 3 ] {07d3fdab-4a85-4a97-9f2c-04366340c70c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
838 2024.10.10 04:25:55.353115 [ 3 ] {} <Debug> HTTP-Session: e2d4bd45-69c2-47a2-b1c5-672741cb7159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
839 2024.10.10 04:25:55.358111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
840 2024.10.10 04:25:55.358175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
841 2024.10.10 04:25:55.358199 [ 3 ] {} <Debug> HTTP-Session: 7153b689-336c-4b6a-9e63-6cda307a457c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
842 2024.10.10 04:25:55.358220 [ 3 ] {} <Debug> HTTP-Session: 7153b689-336c-4b6a-9e63-6cda307a457c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
843 2024.10.10 04:25:55.358235 [ 3 ] {} <Debug> HTTP-Session: 7153b689-336c-4b6a-9e63-6cda307a457c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
844 2024.10.10 04:25:55.358274 [ 3 ] {} <Trace> HTTP-Session: 7153b689-336c-4b6a-9e63-6cda307a457c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.10.10 04:25:55.358435 [ 3 ] {6a6262ce-aa82-4845-b321-25d55847aae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
846 2024.10.10 04:25:55.364258 [ 3 ] {6a6262ce-aa82-4845-b321-25d55847aae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.10.10 04:25:55.364331 [ 3 ] {6a6262ce-aa82-4845-b321-25d55847aae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2024.10.10 04:25:55.365680 [ 3 ] {6a6262ce-aa82-4845-b321-25d55847aae5} <Debug> DynamicQueryHandler: Done processing query
849 2024.10.10 04:25:55.365709 [ 3 ] {6a6262ce-aa82-4845-b321-25d55847aae5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
850 2024.10.10 04:25:55.365726 [ 3 ] {} <Debug> HTTP-Session: 7153b689-336c-4b6a-9e63-6cda307a457c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
851 2024.10.10 04:25:55.366133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
852 2024.10.10 04:25:55.366188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
853 2024.10.10 04:25:55.366208 [ 3 ] {} <Debug> HTTP-Session: be1bacef-6baa-49b6-8872-7c71acfd6ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
854 2024.10.10 04:25:55.366230 [ 3 ] {} <Debug> HTTP-Session: be1bacef-6baa-49b6-8872-7c71acfd6ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
855 2024.10.10 04:25:55.366245 [ 3 ] {} <Debug> HTTP-Session: be1bacef-6baa-49b6-8872-7c71acfd6ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
856 2024.10.10 04:25:55.366281 [ 3 ] {} <Trace> HTTP-Session: be1bacef-6baa-49b6-8872-7c71acfd6ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2024.10.10 04:25:55.366418 [ 3 ] {010ce14b-3dc7-4fa8-bc19-e7a72ab0c650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
858 2024.10.10 04:25:55.366791 [ 3 ] {010ce14b-3dc7-4fa8-bc19-e7a72ab0c650} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2024.10.10 04:25:55.366843 [ 3 ] {010ce14b-3dc7-4fa8-bc19-e7a72ab0c650} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2024.10.10 04:25:55.367852 [ 3 ] {010ce14b-3dc7-4fa8-bc19-e7a72ab0c650} <Debug> DynamicQueryHandler: Done processing query
861 2024.10.10 04:25:55.367878 [ 3 ] {010ce14b-3dc7-4fa8-bc19-e7a72ab0c650} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
862 2024.10.10 04:25:55.367895 [ 3 ] {} <Debug> HTTP-Session: be1bacef-6baa-49b6-8872-7c71acfd6ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
863 2024.10.10 04:25:55.368145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
864 2024.10.10 04:25:55.368194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
865 2024.10.10 04:25:55.368213 [ 3 ] {} <Debug> HTTP-Session: d6eb0669-32de-4180-91f9-32c93062b7cf Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
866 2024.10.10 04:25:55.368230 [ 3 ] {} <Debug> HTTP-Session: d6eb0669-32de-4180-91f9-32c93062b7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
867 2024.10.10 04:25:55.368244 [ 3 ] {} <Debug> HTTP-Session: d6eb0669-32de-4180-91f9-32c93062b7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
868 2024.10.10 04:25:55.368276 [ 3 ] {} <Trace> HTTP-Session: d6eb0669-32de-4180-91f9-32c93062b7cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.10.10 04:25:55.368398 [ 3 ] {2b426f89-be93-48ac-9bfc-850781344637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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 JSONEachRow; (stage: Complete)
870 2024.10.10 04:25:55.368725 [ 3 ] {2b426f89-be93-48ac-9bfc-850781344637} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2024.10.10 04:25:55.368777 [ 3 ] {2b426f89-be93-48ac-9bfc-850781344637} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2024.10.10 04:25:55.369684 [ 3 ] {2b426f89-be93-48ac-9bfc-850781344637} <Debug> DynamicQueryHandler: Done processing query
873 2024.10.10 04:25:55.369710 [ 3 ] {2b426f89-be93-48ac-9bfc-850781344637} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
874 2024.10.10 04:25:55.369726 [ 3 ] {} <Debug> HTTP-Session: d6eb0669-32de-4180-91f9-32c93062b7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
875 2024.10.10 04:25:55.370347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
876 2024.10.10 04:25:55.370407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
877 2024.10.10 04:25:55.370431 [ 3 ] {} <Debug> HTTP-Session: ab059c54-b373-4d19-b2ea-df23ebdb3980 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
878 2024.10.10 04:25:55.370448 [ 3 ] {} <Debug> HTTP-Session: ab059c54-b373-4d19-b2ea-df23ebdb3980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
879 2024.10.10 04:25:55.370463 [ 3 ] {} <Debug> HTTP-Session: ab059c54-b373-4d19-b2ea-df23ebdb3980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
880 2024.10.10 04:25:55.370494 [ 3 ] {} <Trace> HTTP-Session: ab059c54-b373-4d19-b2ea-df23ebdb3980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2024.10.10 04:25:55.370607 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
882 2024.10.10 04:25:55.370663 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2024.10.10 04:25:55.372754 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
884 2024.10.10 04:25:55.373392 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
885 2024.10.10 04:25:55.373432 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
886 2024.10.10 04:25:55.373987 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
887 2024.10.10 04:25:55.374315 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
888 2024.10.10 04:25:55.374481 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.003901 sec., 1025.3781081773905 rows/sec., 130.43 KiB/sec.
889 2024.10.10 04:25:55.374772 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Debug> DynamicQueryHandler: Done processing query
890 2024.10.10 04:25:55.374799 [ 3 ] {d3440e9e-4d1e-4e31-9ff0-5af07ceae2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
891 2024.10.10 04:25:55.374815 [ 3 ] {} <Debug> HTTP-Session: ab059c54-b373-4d19-b2ea-df23ebdb3980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
892 2024.10.10 04:25:55.374925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
893 2024.10.10 04:25:55.374974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
894 2024.10.10 04:25:55.374994 [ 3 ] {} <Debug> HTTP-Session: b41c52b3-b566-4d32-b2ea-fa82f6ae433e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
895 2024.10.10 04:25:55.375012 [ 3 ] {} <Debug> HTTP-Session: b41c52b3-b566-4d32-b2ea-fa82f6ae433e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
896 2024.10.10 04:25:55.375027 [ 3 ] {} <Debug> HTTP-Session: b41c52b3-b566-4d32-b2ea-fa82f6ae433e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
897 2024.10.10 04:25:55.375059 [ 3 ] {} <Trace> HTTP-Session: b41c52b3-b566-4d32-b2ea-fa82f6ae433e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2024.10.10 04:25:55.375155 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
899 2024.10.10 04:25:55.375200 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
900 2024.10.10 04:25:55.375454 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
901 2024.10.10 04:25:55.376512 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2024.10.10 04:25:55.376548 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
903 2024.10.10 04:25:55.376958 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
904 2024.10.10 04:25:55.377352 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2024.10.10 04:25:55.377499 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002362 sec., 1693.480101608806 rows/sec., 142.64 KiB/sec.
906 2024.10.10 04:25:55.377675 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Debug> DynamicQueryHandler: Done processing query
907 2024.10.10 04:25:55.377700 [ 3 ] {8be18400-a460-4999-8d66-2803fe0f542e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
908 2024.10.10 04:25:55.377715 [ 3 ] {} <Debug> HTTP-Session: b41c52b3-b566-4d32-b2ea-fa82f6ae433e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
909 2024.10.10 04:25:55.377834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
910 2024.10.10 04:25:55.377883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
911 2024.10.10 04:25:55.377902 [ 3 ] {} <Debug> HTTP-Session: 08458768-ac45-4c42-9fc5-f5f24661906f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
912 2024.10.10 04:25:55.377918 [ 3 ] {} <Debug> HTTP-Session: 08458768-ac45-4c42-9fc5-f5f24661906f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
913 2024.10.10 04:25:55.377933 [ 3 ] {} <Debug> HTTP-Session: 08458768-ac45-4c42-9fc5-f5f24661906f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
914 2024.10.10 04:25:55.377964 [ 3 ] {} <Trace> HTTP-Session: 08458768-ac45-4c42-9fc5-f5f24661906f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
915 2024.10.10 04:25:55.378062 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
916 2024.10.10 04:25:55.378105 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
917 2024.10.10 04:25:55.378330 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> ParallelParsingInputFormat: Parallel parsing is used
918 2024.10.10 04:25:55.378708 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2024.10.10 04:25:55.378745 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
920 2024.10.10 04:25:55.379126 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
921 2024.10.10 04:25:55.379485 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2024.10.10 04:25:55.379643 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001607 sec., 4978.220286247667 rows/sec., 399.86 KiB/sec.
923 2024.10.10 04:25:55.379819 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Debug> DynamicQueryHandler: Done processing query
924 2024.10.10 04:25:55.379844 [ 3 ] {933e29ee-c8c4-4ec4-b85b-40c173c7c115} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
925 2024.10.10 04:25:55.379860 [ 3 ] {} <Debug> HTTP-Session: 08458768-ac45-4c42-9fc5-f5f24661906f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
926 2024.10.10 04:25:55.379984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
927 2024.10.10 04:25:55.380034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
928 2024.10.10 04:25:55.380055 [ 3 ] {} <Debug> HTTP-Session: da5b4e20-bfd0-4561-8da7-e12df62676bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
929 2024.10.10 04:25:55.380073 [ 3 ] {} <Debug> HTTP-Session: da5b4e20-bfd0-4561-8da7-e12df62676bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
930 2024.10.10 04:25:55.380088 [ 3 ] {} <Debug> HTTP-Session: da5b4e20-bfd0-4561-8da7-e12df62676bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
931 2024.10.10 04:25:55.380120 [ 3 ] {} <Trace> HTTP-Session: da5b4e20-bfd0-4561-8da7-e12df62676bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
932 2024.10.10 04:25:55.380221 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
933 2024.10.10 04:25:55.380269 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
934 2024.10.10 04:25:55.380494 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
935 2024.10.10 04:25:55.382769 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
936 2024.10.10 04:25:55.382805 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
937 2024.10.10 04:25:55.383220 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
938 2024.10.10 04:25:55.383577 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
939 2024.10.10 04:25:55.383751 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Debug> executeQuery: Read 6 rows, 468.00 B in 0.003555 sec., 1687.7637130801688 rows/sec., 128.56 KiB/sec.
940 2024.10.10 04:25:55.383965 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Debug> DynamicQueryHandler: Done processing query
941 2024.10.10 04:25:55.383990 [ 3 ] {bb78e1e3-6729-4ac9-97cd-f3717d4ad93f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
942 2024.10.10 04:25:55.384006 [ 3 ] {} <Debug> HTTP-Session: da5b4e20-bfd0-4561-8da7-e12df62676bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
943 2024.10.10 04:25:55.384124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
944 2024.10.10 04:25:55.384173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
945 2024.10.10 04:25:55.384193 [ 3 ] {} <Debug> HTTP-Session: b6934a4f-e6ce-40eb-9038-94aec9723860 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
946 2024.10.10 04:25:55.384209 [ 3 ] {} <Debug> HTTP-Session: b6934a4f-e6ce-40eb-9038-94aec9723860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
947 2024.10.10 04:25:55.384223 [ 3 ] {} <Debug> HTTP-Session: b6934a4f-e6ce-40eb-9038-94aec9723860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
948 2024.10.10 04:25:55.384255 [ 3 ] {} <Trace> HTTP-Session: b6934a4f-e6ce-40eb-9038-94aec9723860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
949 2024.10.10 04:25:55.384351 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
950 2024.10.10 04:25:55.384397 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
951 2024.10.10 04:25:55.384533 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
952 2024.10.10 04:25:55.384873 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
953 2024.10.10 04:25:55.384910 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
954 2024.10.10 04:25:55.385280 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
955 2024.10.10 04:25:55.385602 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
956 2024.10.10 04:25:55.385749 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Debug> executeQuery: Read 6 rows, 387.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 266.71 KiB/sec.
957 2024.10.10 04:25:55.385922 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Debug> DynamicQueryHandler: Done processing query
958 2024.10.10 04:25:55.385947 [ 3 ] {6edd5875-7704-48a9-afe0-0bef76e1458a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
959 2024.10.10 04:25:55.385963 [ 3 ] {} <Debug> HTTP-Session: b6934a4f-e6ce-40eb-9038-94aec9723860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
960 2024.10.10 04:25:56.001147 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.72 MiB, peak 140.85 MiB, free memory in arenas 0.00 B, will set to 137.68 MiB (RSS), difference: 1.97 MiB
961 2024.10.10 04:25:58.443430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 18 entries to flush up to offset 108
962 2024.10.10 04:25:58.448499 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
963 2024.10.10 04:25:58.448552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
964 2024.10.10 04:25:58.450051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
965 2024.10.10 04:25:58.451132 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
966 2024.10.10 04:25:58.451760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 108
967 2024.10.10 04:25:59.001146 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.70 MiB, peak 140.85 MiB, free memory in arenas 0.00 B, will set to 137.73 MiB (RSS), difference: 4.03 MiB
968 2024.10.10 04:26:00.339343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
969 2024.10.10 04:26:00.339486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
970 2024.10.10 04:26:00.339521 [ 3 ] {} <Debug> HTTP-Session: c171fae0-cc11-4a8e-b5b9-166b7f4684c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
971 2024.10.10 04:26:00.339557 [ 3 ] {} <Debug> HTTP-Session: c171fae0-cc11-4a8e-b5b9-166b7f4684c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
972 2024.10.10 04:26:00.339578 [ 3 ] {} <Debug> HTTP-Session: c171fae0-cc11-4a8e-b5b9-166b7f4684c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
973 2024.10.10 04:26:00.339645 [ 3 ] {} <Trace> HTTP-Session: c171fae0-cc11-4a8e-b5b9-166b7f4684c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.10.10 04:26:00.339919 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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 JSONEachRow; (stage: Complete)
975 2024.10.10 04:26:00.340494 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
976 2024.10.10 04:26:00.343115 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
977 2024.10.10 04:26:00.343494 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
978 2024.10.10 04:26:00.346120 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
979 2024.10.10 04:26:00.346564 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
980 2024.10.10 04:26:00.352560 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
981 2024.10.10 04:26:00.352637 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
982 2024.10.10 04:26:00.352666 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
983 2024.10.10 04:26:00.352819 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
984 2024.10.10 04:26:00.352854 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
985 2024.10.10 04:26:00.368100 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.028277 sec., 141.45772182339005 rows/sec., 5.84 KiB/sec.
986 2024.10.10 04:26:00.368546 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> DynamicQueryHandler: Done processing query
987 2024.10.10 04:26:00.368586 [ 3 ] {8c816f7a-a56d-4131-b3fc-89117681c45a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
988 2024.10.10 04:26:00.368611 [ 3 ] {} <Debug> HTTP-Session: c171fae0-cc11-4a8e-b5b9-166b7f4684c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
989 2024.10.10 04:26:00.370568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
990 2024.10.10 04:26:00.370661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
991 2024.10.10 04:26:00.370691 [ 3 ] {} <Debug> HTTP-Session: 36c8626f-8f1b-4e38-93d1-cc5678b72619 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
992 2024.10.10 04:26:00.370719 [ 3 ] {} <Debug> HTTP-Session: 36c8626f-8f1b-4e38-93d1-cc5678b72619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
993 2024.10.10 04:26:00.370740 [ 3 ] {} <Debug> HTTP-Session: 36c8626f-8f1b-4e38-93d1-cc5678b72619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
994 2024.10.10 04:26:00.370795 [ 3 ] {} <Trace> HTTP-Session: 36c8626f-8f1b-4e38-93d1-cc5678b72619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
995 2024.10.10 04:26:00.371030 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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 JSONEachRow; (stage: Complete)
996 2024.10.10 04:26:00.371409 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
997 2024.10.10 04:26:00.371455 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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
998 2024.10.10 04:26:00.371751 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
999 2024.10.10 04:26:00.371849 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1000 2024.10.10 04:26:00.372047 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
1001 2024.10.10 04:26:00.372105 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1002 2024.10.10 04:26:00.372143 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1003 2024.10.10 04:26:00.372173 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1004 2024.10.10 04:26:00.372251 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1005 2024.10.10 04:26:00.372282 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1006 2024.10.10 04:26:00.373438 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002496 sec., 1602.5641025641025 rows/sec., 66.12 KiB/sec.
1007 2024.10.10 04:26:00.373782 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> DynamicQueryHandler: Done processing query
1008 2024.10.10 04:26:00.373818 [ 3 ] {1e18064c-0abe-436a-b003-1e8cbdf1953f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1009 2024.10.10 04:26:00.373839 [ 3 ] {} <Debug> HTTP-Session: 36c8626f-8f1b-4e38-93d1-cc5678b72619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1010 2024.10.10 04:26:00.374134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1011 2024.10.10 04:26:00.374203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1012 2024.10.10 04:26:00.374228 [ 3 ] {} <Debug> HTTP-Session: 2f394f0d-a143-4362-8750-1ff71b5b3c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1013 2024.10.10 04:26:00.374250 [ 3 ] {} <Debug> HTTP-Session: 2f394f0d-a143-4362-8750-1ff71b5b3c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1014 2024.10.10 04:26:00.374267 [ 3 ] {} <Debug> HTTP-Session: 2f394f0d-a143-4362-8750-1ff71b5b3c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1015 2024.10.10 04:26:00.374319 [ 3 ] {} <Trace> HTTP-Session: 2f394f0d-a143-4362-8750-1ff71b5b3c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1016 2024.10.10 04:26:00.374516 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', '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 JSONEachRow; (stage: Complete)
1017 2024.10.10 04:26:00.374839 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1018 2024.10.10 04:26:00.374883 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', '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.10.10 04:26:00.375154 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1020 2024.10.10 04:26:00.375243 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1021 2024.10.10 04:26:00.375434 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1022 2024.10.10 04:26:00.375479 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1023 2024.10.10 04:26:00.375507 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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.10.10 04:26:00.375532 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1025 2024.10.10 04:26:00.375585 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', '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.10.10 04:26:00.375612 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1027 2024.10.10 04:26:00.376661 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002227 sec., 1796.1383026493043 rows/sec., 74.11 KiB/sec.
1028 2024.10.10 04:26:00.376960 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> DynamicQueryHandler: Done processing query
1029 2024.10.10 04:26:00.376991 [ 3 ] {10132173-b70d-4af4-8803-8cc9e67647f3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1030 2024.10.10 04:26:00.377022 [ 3 ] {} <Debug> HTTP-Session: 2f394f0d-a143-4362-8750-1ff71b5b3c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1031 2024.10.10 04:26:00.377455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1032 2024.10.10 04:26:00.377529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1033 2024.10.10 04:26:00.377557 [ 3 ] {} <Debug> HTTP-Session: 504d5331-863b-4f7e-a70c-25d11c4cf245 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1034 2024.10.10 04:26:00.377579 [ 3 ] {} <Debug> HTTP-Session: 504d5331-863b-4f7e-a70c-25d11c4cf245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1035 2024.10.10 04:26:00.377598 [ 3 ] {} <Debug> HTTP-Session: 504d5331-863b-4f7e-a70c-25d11c4cf245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1036 2024.10.10 04:26:00.377640 [ 3 ] {} <Trace> HTTP-Session: 504d5331-863b-4f7e-a70c-25d11c4cf245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1037 2024.10.10 04:26:00.377831 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', '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 JSONEachRow; (stage: Complete)
1038 2024.10.10 04:26:00.378122 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1039 2024.10.10 04:26:00.378164 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1040 2024.10.10 04:26:00.378401 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1041 2024.10.10 04:26:00.378482 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1042 2024.10.10 04:26:00.378658 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1043 2024.10.10 04:26:00.378699 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1044 2024.10.10 04:26:00.378728 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1045 2024.10.10 04:26:00.378747 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1046 2024.10.10 04:26:00.378797 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1047 2024.10.10 04:26:00.378821 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1048 2024.10.10 04:26:00.379816 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002065 sec., 1937.046004842615 rows/sec., 79.92 KiB/sec.
1049 2024.10.10 04:26:00.380127 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> DynamicQueryHandler: Done processing query
1050 2024.10.10 04:26:00.380159 [ 3 ] {88780127-f391-4d23-b351-7c284ea9b941} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1051 2024.10.10 04:26:00.380180 [ 3 ] {} <Debug> HTTP-Session: 504d5331-863b-4f7e-a70c-25d11c4cf245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1052 2024.10.10 04:26:00.381492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1053 2024.10.10 04:26:00.381562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1054 2024.10.10 04:26:00.381586 [ 3 ] {} <Debug> HTTP-Session: a6a74131-7cdf-4147-a7e4-70113e6d37ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1055 2024.10.10 04:26:00.381615 [ 3 ] {} <Debug> HTTP-Session: a6a74131-7cdf-4147-a7e4-70113e6d37ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1056 2024.10.10 04:26:00.381635 [ 3 ] {} <Debug> HTTP-Session: a6a74131-7cdf-4147-a7e4-70113e6d37ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1057 2024.10.10 04:26:00.381681 [ 3 ] {} <Trace> HTTP-Session: a6a74131-7cdf-4147-a7e4-70113e6d37ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1058 2024.10.10 04:26:00.381852 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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 JSONEachRow; (stage: Complete)
1059 2024.10.10 04:26:00.382151 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1060 2024.10.10 04:26:00.382195 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1061 2024.10.10 04:26:00.382465 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1062 2024.10.10 04:26:00.382547 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1063 2024.10.10 04:26:00.382730 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1064 2024.10.10 04:26:00.382774 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1065 2024.10.10 04:26:00.382802 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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.10.10 04:26:00.382823 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1067 2024.10.10 04:26:00.382875 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <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', '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'))"
1068 2024.10.10 04:26:00.382899 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1069 2024.10.10 04:26:00.383841 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002057 sec., 1944.5794846864367 rows/sec., 80.23 KiB/sec.
1070 2024.10.10 04:26:00.384135 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> DynamicQueryHandler: Done processing query
1071 2024.10.10 04:26:00.384166 [ 3 ] {83ca2a2c-cebf-40e4-a137-08aa40d87a3a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1072 2024.10.10 04:26:00.384190 [ 3 ] {} <Debug> HTTP-Session: a6a74131-7cdf-4147-a7e4-70113e6d37ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1073 2024.10.10 04:26:00.384456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1074 2024.10.10 04:26:00.384524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1075 2024.10.10 04:26:00.384550 [ 3 ] {} <Debug> HTTP-Session: c0e4bc09-e9f1-43ed-957a-2d5c6b4270fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1076 2024.10.10 04:26:00.384570 [ 3 ] {} <Debug> HTTP-Session: c0e4bc09-e9f1-43ed-957a-2d5c6b4270fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1077 2024.10.10 04:26:00.384588 [ 3 ] {} <Debug> HTTP-Session: c0e4bc09-e9f1-43ed-957a-2d5c6b4270fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1078 2024.10.10 04:26:00.384636 [ 3 ] {} <Trace> HTTP-Session: c0e4bc09-e9f1-43ed-957a-2d5c6b4270fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1079 2024.10.10 04:26:00.384822 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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_underlay_prefixes', '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 JSONEachRow; (stage: Complete)
1080 2024.10.10 04:26:00.385168 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1081 2024.10.10 04:26:00.385216 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <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_underlay_prefixes', '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
1082 2024.10.10 04:26:00.385512 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1083 2024.10.10 04:26:00.385604 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1084 2024.10.10 04:26:00.385805 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1085 2024.10.10 04:26:00.385855 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1086 2024.10.10 04:26:00.385888 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1087 2024.10.10 04:26:00.385911 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1088 2024.10.10 04:26:00.385962 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <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_underlay_prefixes', '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'))"
1089 2024.10.10 04:26:00.385985 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1090 2024.10.10 04:26:00.387068 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002322 sec., 1722.6528854435833 rows/sec., 71.08 KiB/sec.
1091 2024.10.10 04:26:00.387389 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> DynamicQueryHandler: Done processing query
1092 2024.10.10 04:26:00.387419 [ 3 ] {bb0659fc-80b9-4b8b-b243-ab7a6da696a5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1093 2024.10.10 04:26:00.387441 [ 3 ] {} <Debug> HTTP-Session: c0e4bc09-e9f1-43ed-957a-2d5c6b4270fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1094 2024.10.10 04:26:00.387742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1095 2024.10.10 04:26:00.387813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1096 2024.10.10 04:26:00.387841 [ 3 ] {} <Debug> HTTP-Session: 573522da-8796-472b-901d-7d7d4456fed0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1097 2024.10.10 04:26:00.387867 [ 3 ] {} <Debug> HTTP-Session: 573522da-8796-472b-901d-7d7d4456fed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1098 2024.10.10 04:26:00.387892 [ 3 ] {} <Debug> HTTP-Session: 573522da-8796-472b-901d-7d7d4456fed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1099 2024.10.10 04:26:00.387937 [ 3 ] {} <Trace> HTTP-Session: 573522da-8796-472b-901d-7d7d4456fed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2024.10.10 04:26:00.388136 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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', '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 JSONEachRow; (stage: Complete)
1101 2024.10.10 04:26:00.388476 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1102 2024.10.10 04:26:00.388532 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <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', '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
1103 2024.10.10 04:26:00.388845 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2024.10.10 04:26:00.388943 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1105 2024.10.10 04:26:00.389142 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1106 2024.10.10 04:26:00.389190 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1107 2024.10.10 04:26:00.389224 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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.10.10 04:26:00.389246 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1109 2024.10.10 04:26:00.389300 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <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', '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'))"
1110 2024.10.10 04:26:00.389327 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1111 2024.10.10 04:26:00.390548 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002492 sec., 1605.1364365971108 rows/sec., 66.23 KiB/sec.
1112 2024.10.10 04:26:00.390863 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> DynamicQueryHandler: Done processing query
1113 2024.10.10 04:26:00.390896 [ 3 ] {aae77685-6832-410f-93c2-50b18ab61521} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1114 2024.10.10 04:26:00.390916 [ 3 ] {} <Debug> HTTP-Session: 573522da-8796-472b-901d-7d7d4456fed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1115 2024.10.10 04:26:00.391176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1116 2024.10.10 04:26:00.391241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1117 2024.10.10 04:26:00.391267 [ 3 ] {} <Debug> HTTP-Session: 7e421500-2610-4699-b8f0-534d95e569cd Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1118 2024.10.10 04:26:00.391288 [ 3 ] {} <Debug> HTTP-Session: 7e421500-2610-4699-b8f0-534d95e569cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1119 2024.10.10 04:26:00.391308 [ 3 ] {} <Debug> HTTP-Session: 7e421500-2610-4699-b8f0-534d95e569cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1120 2024.10.10 04:26:00.391354 [ 3 ] {} <Trace> HTTP-Session: 7e421500-2610-4699-b8f0-534d95e569cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1121 2024.10.10 04:26:00.391537 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:solicitations_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 JSONEachRow; (stage: Complete)
1122 2024.10.10 04:26:00.391882 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1123 2024.10.10 04:26:00.391939 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <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:solicitations_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
1124 2024.10.10 04:26:00.392244 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1125 2024.10.10 04:26:00.392326 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1126 2024.10.10 04:26:00.392515 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1127 2024.10.10 04:26:00.392563 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1128 2024.10.10 04:26:00.392593 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1129 2024.10.10 04:26:00.392614 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1130 2024.10.10 04:26:00.392670 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <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:solicitations_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'))"
1131 2024.10.10 04:26:00.392699 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1132 2024.10.10 04:26:00.393653 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002194 sec., 1823.1540565177756 rows/sec., 75.22 KiB/sec.
1133 2024.10.10 04:26:00.393962 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> DynamicQueryHandler: Done processing query
1134 2024.10.10 04:26:00.393995 [ 3 ] {f1779428-10da-4b89-904e-0e5d4b1913d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1135 2024.10.10 04:26:00.394016 [ 3 ] {} <Debug> HTTP-Session: 7e421500-2610-4699-b8f0-534d95e569cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1136 2024.10.10 04:26:00.394334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1137 2024.10.10 04:26:00.394401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1138 2024.10.10 04:26:00.394426 [ 3 ] {} <Debug> HTTP-Session: 4f8d7a55-af72-4e50-b7bb-743278c051e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1139 2024.10.10 04:26:00.394450 [ 3 ] {} <Debug> HTTP-Session: 4f8d7a55-af72-4e50-b7bb-743278c051e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1140 2024.10.10 04:26:00.394470 [ 3 ] {} <Debug> HTTP-Session: 4f8d7a55-af72-4e50-b7bb-743278c051e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1141 2024.10.10 04:26:00.394515 [ 3 ] {} <Trace> HTTP-Session: 4f8d7a55-af72-4e50-b7bb-743278c051e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.10.10 04:26:00.394706 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1143 2024.10.10 04:26:00.395064 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2024.10.10 04:26:00.395117 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <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:solicitations_received', 'ddm_session:solicitations_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
1145 2024.10.10 04:26:00.395438 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2024.10.10 04:26:00.395530 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2024.10.10 04:26:00.395727 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1148 2024.10.10 04:26:00.395775 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2024.10.10 04:26:00.395807 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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.10.10 04:26:00.395830 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2024.10.10 04:26:00.395886 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1152 2024.10.10 04:26:00.395915 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1153 2024.10.10 04:26:00.397045 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002425 sec., 1649.4845360824743 rows/sec., 68.06 KiB/sec.
1154 2024.10.10 04:26:00.397370 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> DynamicQueryHandler: Done processing query
1155 2024.10.10 04:26:00.397402 [ 3 ] {32a53176-4121-4a2f-9d67-d9323658b62e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1156 2024.10.10 04:26:00.397424 [ 3 ] {} <Debug> HTTP-Session: 4f8d7a55-af72-4e50-b7bb-743278c051e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1157 2024.10.10 04:26:00.397666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1158 2024.10.10 04:26:00.397728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1159 2024.10.10 04:26:00.397754 [ 3 ] {} <Debug> HTTP-Session: c80cbbd2-3f0f-411e-864a-7b675dd48f5e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1160 2024.10.10 04:26:00.397778 [ 3 ] {} <Debug> HTTP-Session: c80cbbd2-3f0f-411e-864a-7b675dd48f5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1161 2024.10.10 04:26:00.397796 [ 3 ] {} <Debug> HTTP-Session: c80cbbd2-3f0f-411e-864a-7b675dd48f5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1162 2024.10.10 04:26:00.397836 [ 3 ] {} <Trace> HTTP-Session: c80cbbd2-3f0f-411e-864a-7b675dd48f5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1163 2024.10.10 04:26:00.398015 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1164 2024.10.10 04:26:00.398360 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1165 2024.10.10 04:26:00.398413 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1166 2024.10.10 04:26:00.398745 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1167 2024.10.10 04:26:00.398839 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1168 2024.10.10 04:26:00.399043 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1169 2024.10.10 04:26:00.399096 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1170 2024.10.10 04:26:00.399126 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1171 2024.10.10 04:26:00.399147 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1172 2024.10.10 04:26:00.399211 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1173 2024.10.10 04:26:00.399241 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1174 2024.10.10 04:26:00.400429 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002493 sec., 1604.4925792218212 rows/sec., 66.20 KiB/sec.
1175 2024.10.10 04:26:00.400762 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> DynamicQueryHandler: Done processing query
1176 2024.10.10 04:26:00.400797 [ 3 ] {28792b7c-0a02-43e4-b840-6f9ced74dd63} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1177 2024.10.10 04:26:00.400821 [ 3 ] {} <Debug> HTTP-Session: c80cbbd2-3f0f-411e-864a-7b675dd48f5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1178 2024.10.10 04:26:00.401111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1179 2024.10.10 04:26:00.401179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1180 2024.10.10 04:26:00.401202 [ 3 ] {} <Debug> HTTP-Session: fcaa0cf0-46ad-4a48-967d-0df5157b7e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1181 2024.10.10 04:26:00.401224 [ 3 ] {} <Debug> HTTP-Session: fcaa0cf0-46ad-4a48-967d-0df5157b7e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1182 2024.10.10 04:26:00.401241 [ 3 ] {} <Debug> HTTP-Session: fcaa0cf0-46ad-4a48-967d-0df5157b7e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1183 2024.10.10 04:26:00.401284 [ 3 ] {} <Trace> HTTP-Session: fcaa0cf0-46ad-4a48-967d-0df5157b7e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2024.10.10 04:26:00.401474 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1185 2024.10.10 04:26:00.401831 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1186 2024.10.10 04:26:00.401886 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <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:solicitations_received', 'ddm_session:solicitations_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
1187 2024.10.10 04:26:00.402215 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1188 2024.10.10 04:26:00.402307 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1189 2024.10.10 04:26:00.402498 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1190 2024.10.10 04:26:00.402542 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1191 2024.10.10 04:26:00.402577 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1192 2024.10.10 04:26:00.402600 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1193 2024.10.10 04:26:00.402662 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1194 2024.10.10 04:26:00.402693 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1195 2024.10.10 04:26:00.403760 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002371 sec., 1687.0518768452132 rows/sec., 69.61 KiB/sec.
1196 2024.10.10 04:26:00.404088 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> DynamicQueryHandler: Done processing query
1197 2024.10.10 04:26:00.404124 [ 3 ] {a0b2e901-5576-43c7-984f-e52d2d77c13a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1198 2024.10.10 04:26:00.404147 [ 3 ] {} <Debug> HTTP-Session: fcaa0cf0-46ad-4a48-967d-0df5157b7e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1199 2024.10.10 04:26:00.404447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1200 2024.10.10 04:26:00.404517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1201 2024.10.10 04:26:00.404547 [ 3 ] {} <Debug> HTTP-Session: 7d421c85-57b7-4177-b133-89ee49bd1266 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1202 2024.10.10 04:26:00.404572 [ 3 ] {} <Debug> HTTP-Session: 7d421c85-57b7-4177-b133-89ee49bd1266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1203 2024.10.10 04:26:00.404595 [ 3 ] {} <Debug> HTTP-Session: 7d421c85-57b7-4177-b133-89ee49bd1266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1204 2024.10.10 04:26:00.404640 [ 3 ] {} <Trace> HTTP-Session: 7d421c85-57b7-4177-b133-89ee49bd1266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2024.10.10 04:26:00.404841 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1206 2024.10.10 04:26:00.405194 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1207 2024.10.10 04:26:00.405251 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1208 2024.10.10 04:26:00.405600 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1209 2024.10.10 04:26:00.405698 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1210 2024.10.10 04:26:00.405904 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1211 2024.10.10 04:26:00.405950 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1212 2024.10.10 04:26:00.405983 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1213 2024.10.10 04:26:00.406007 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1214 2024.10.10 04:26:00.406066 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1215 2024.10.10 04:26:00.406096 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1216 2024.10.10 04:26:00.407287 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002538 sec., 1576.0441292356186 rows/sec., 65.03 KiB/sec.
1217 2024.10.10 04:26:00.407630 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> DynamicQueryHandler: Done processing query
1218 2024.10.10 04:26:00.407660 [ 3 ] {07a1933a-1794-4013-9f84-b10852afc326} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1219 2024.10.10 04:26:00.407683 [ 3 ] {} <Debug> HTTP-Session: 7d421c85-57b7-4177-b133-89ee49bd1266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1220 2024.10.10 04:26:00.408008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1221 2024.10.10 04:26:00.408077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1222 2024.10.10 04:26:00.408104 [ 3 ] {} <Debug> HTTP-Session: 8b4965b8-5e63-4c51-b09f-644301d8dbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1223 2024.10.10 04:26:00.408126 [ 3 ] {} <Debug> HTTP-Session: 8b4965b8-5e63-4c51-b09f-644301d8dbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1224 2024.10.10 04:26:00.408147 [ 3 ] {} <Debug> HTTP-Session: 8b4965b8-5e63-4c51-b09f-644301d8dbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1225 2024.10.10 04:26:00.408190 [ 3 ] {} <Trace> HTTP-Session: 8b4965b8-5e63-4c51-b09f-644301d8dbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1226 2024.10.10 04:26:00.408383 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1227 2024.10.10 04:26:00.408746 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1228 2024.10.10 04:26:00.408802 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1229 2024.10.10 04:26:00.409165 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1230 2024.10.10 04:26:00.409264 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1231 2024.10.10 04:26:00.409466 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1232 2024.10.10 04:26:00.409513 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1233 2024.10.10 04:26:00.409543 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1234 2024.10.10 04:26:00.409566 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1235 2024.10.10 04:26:00.410049 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1236 2024.10.10 04:26:00.410090 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1237 2024.10.10 04:26:00.411272 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002978 sec., 1343.183344526528 rows/sec., 55.42 KiB/sec.
1238 2024.10.10 04:26:00.411603 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> DynamicQueryHandler: Done processing query
1239 2024.10.10 04:26:00.411634 [ 3 ] {75ce323a-e61f-433c-925b-8e3510f2d875} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1240 2024.10.10 04:26:00.411659 [ 3 ] {} <Debug> HTTP-Session: 8b4965b8-5e63-4c51-b09f-644301d8dbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1241 2024.10.10 04:26:00.411990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1242 2024.10.10 04:26:00.412058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1243 2024.10.10 04:26:00.412083 [ 3 ] {} <Debug> HTTP-Session: 2dd13bd9-bf2b-456a-baf3-53ba69bba108 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1244 2024.10.10 04:26:00.412108 [ 3 ] {} <Debug> HTTP-Session: 2dd13bd9-bf2b-456a-baf3-53ba69bba108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1245 2024.10.10 04:26:00.412127 [ 3 ] {} <Debug> HTTP-Session: 2dd13bd9-bf2b-456a-baf3-53ba69bba108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1246 2024.10.10 04:26:00.412168 [ 3 ] {} <Trace> HTTP-Session: 2dd13bd9-bf2b-456a-baf3-53ba69bba108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.10.10 04:26:00.412346 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 JSONEachRow; (stage: Complete)
1248 2024.10.10 04:26:00.412691 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1249 2024.10.10 04:26:00.412747 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1250 2024.10.10 04:26:00.413092 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1251 2024.10.10 04:26:00.413180 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1252 2024.10.10 04:26:00.413385 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1253 2024.10.10 04:26:00.413438 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1254 2024.10.10 04:26:00.413468 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1255 2024.10.10 04:26:00.413491 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1256 2024.10.10 04:26:00.413549 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1257 2024.10.10 04:26:00.413578 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1258 2024.10.10 04:26:00.414712 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002442 sec., 1638.001638001638 rows/sec., 67.58 KiB/sec.
1259 2024.10.10 04:26:00.415103 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> DynamicQueryHandler: Done processing query
1260 2024.10.10 04:26:00.415149 [ 3 ] {07de40f8-07ac-4528-8224-5cff4f99bb22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1261 2024.10.10 04:26:00.415179 [ 3 ] {} <Debug> HTTP-Session: 2dd13bd9-bf2b-456a-baf3-53ba69bba108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1262 2024.10.10 04:26:00.415495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1263 2024.10.10 04:26:00.415588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1264 2024.10.10 04:26:00.415622 [ 3 ] {} <Debug> HTTP-Session: eba7ae4a-65d7-4fcd-a104-29ad417497bf Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1265 2024.10.10 04:26:00.415654 [ 3 ] {} <Debug> HTTP-Session: eba7ae4a-65d7-4fcd-a104-29ad417497bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1266 2024.10.10 04:26:00.415680 [ 3 ] {} <Debug> HTTP-Session: eba7ae4a-65d7-4fcd-a104-29ad417497bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1267 2024.10.10 04:26:00.415740 [ 3 ] {} <Trace> HTTP-Session: eba7ae4a-65d7-4fcd-a104-29ad417497bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1268 2024.10.10 04:26:00.415941 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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 JSONEachRow; (stage: Complete)
1269 2024.10.10 04:26:00.416333 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1270 2024.10.10 04:26:00.416394 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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
1271 2024.10.10 04:26:00.416739 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1272 2024.10.10 04:26:00.416831 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1273 2024.10.10 04:26:00.417037 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1274 2024.10.10 04:26:00.417083 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1275 2024.10.10 04:26:00.417115 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1276 2024.10.10 04:26:00.417138 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1277 2024.10.10 04:26:00.417198 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))"
1278 2024.10.10 04:26:00.417230 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1279 2024.10.10 04:26:00.418429 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002569 sec., 1557.026080186843 rows/sec., 64.24 KiB/sec.
1280 2024.10.10 04:26:00.418800 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> DynamicQueryHandler: Done processing query
1281 2024.10.10 04:26:00.418838 [ 3 ] {fdd2f536-5267-4d93-8af1-938e6fdad209} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1282 2024.10.10 04:26:00.418860 [ 3 ] {} <Debug> HTTP-Session: eba7ae4a-65d7-4fcd-a104-29ad417497bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1283 2024.10.10 04:26:00.419151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1284 2024.10.10 04:26:00.419224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1285 2024.10.10 04:26:00.419256 [ 3 ] {} <Debug> HTTP-Session: 8f7f668e-afdc-4918-9d49-adba40d7a76d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1286 2024.10.10 04:26:00.419280 [ 3 ] {} <Debug> HTTP-Session: 8f7f668e-afdc-4918-9d49-adba40d7a76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1287 2024.10.10 04:26:00.419300 [ 3 ] {} <Debug> HTTP-Session: 8f7f668e-afdc-4918-9d49-adba40d7a76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1288 2024.10.10 04:26:00.419348 [ 3 ] {} <Trace> HTTP-Session: 8f7f668e-afdc-4918-9d49-adba40d7a76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1289 2024.10.10 04:26:00.419550 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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: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', '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 JSONEachRow; (stage: Complete)
1290 2024.10.10 04:26:00.419892 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1291 2024.10.10 04:26:00.419953 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <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: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', '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
1292 2024.10.10 04:26:00.420339 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1293 2024.10.10 04:26:00.420436 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1294 2024.10.10 04:26:00.420637 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1295 2024.10.10 04:26:00.420685 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1296 2024.10.10 04:26:00.420719 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1297 2024.10.10 04:26:00.420743 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1298 2024.10.10 04:26:00.420805 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <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: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', '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'))"
1299 2024.10.10 04:26:00.420842 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1300 2024.10.10 04:26:00.421907 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002447 sec., 1634.6546791990193 rows/sec., 67.45 KiB/sec.
1301 2024.10.10 04:26:00.422220 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> DynamicQueryHandler: Done processing query
1302 2024.10.10 04:26:00.422251 [ 3 ] {ba0b2dda-f07c-40c0-9665-5b720739eb73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1303 2024.10.10 04:26:00.422273 [ 3 ] {} <Debug> HTTP-Session: 8f7f668e-afdc-4918-9d49-adba40d7a76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1304 2024.10.10 04:26:00.422575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1305 2024.10.10 04:26:00.422650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1306 2024.10.10 04:26:00.422679 [ 3 ] {} <Debug> HTTP-Session: b437507f-8f69-45f8-bc14-aed2a29038aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1307 2024.10.10 04:26:00.422705 [ 3 ] {} <Debug> HTTP-Session: b437507f-8f69-45f8-bc14-aed2a29038aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1308 2024.10.10 04:26:00.422726 [ 3 ] {} <Debug> HTTP-Session: b437507f-8f69-45f8-bc14-aed2a29038aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1309 2024.10.10 04:26:00.422779 [ 3 ] {} <Trace> HTTP-Session: b437507f-8f69-45f8-bc14-aed2a29038aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.10.10 04:26:00.422989 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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 JSONEachRow; (stage: Complete)
1311 2024.10.10 04:26:00.423319 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1312 2024.10.10 04:26:00.423377 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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
1313 2024.10.10 04:26:00.423786 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1314 2024.10.10 04:26:00.423888 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1315 2024.10.10 04:26:00.424095 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1316 2024.10.10 04:26:00.424149 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1317 2024.10.10 04:26:00.424182 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1318 2024.10.10 04:26:00.424202 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1319 2024.10.10 04:26:00.424291 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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'))"
1320 2024.10.10 04:26:00.424323 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1321 2024.10.10 04:26:00.425462 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002567 sec., 1558.2391897156215 rows/sec., 64.29 KiB/sec.
1322 2024.10.10 04:26:00.425787 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> DynamicQueryHandler: Done processing query
1323 2024.10.10 04:26:00.425823 [ 3 ] {484a014d-850a-4a6a-a49b-102166f5c704} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1324 2024.10.10 04:26:00.425849 [ 3 ] {} <Debug> HTTP-Session: b437507f-8f69-45f8-bc14-aed2a29038aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1325 2024.10.10 04:26:00.426095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1326 2024.10.10 04:26:00.426155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1327 2024.10.10 04:26:00.426185 [ 3 ] {} <Debug> HTTP-Session: 8cd0690a-29ab-4912-ae0c-70f4c5d57dca Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1328 2024.10.10 04:26:00.426206 [ 3 ] {} <Debug> HTTP-Session: 8cd0690a-29ab-4912-ae0c-70f4c5d57dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1329 2024.10.10 04:26:00.426225 [ 3 ] {} <Debug> HTTP-Session: 8cd0690a-29ab-4912-ae0c-70f4c5d57dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1330 2024.10.10 04:26:00.426270 [ 3 ] {} <Trace> HTTP-Session: 8cd0690a-29ab-4912-ae0c-70f4c5d57dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1331 2024.10.10 04:26:00.426472 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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 JSONEachRow; (stage: Complete)
1332 2024.10.10 04:26:00.426845 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1333 2024.10.10 04:26:00.426905 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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
1334 2024.10.10 04:26:00.427273 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1335 2024.10.10 04:26:00.427357 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1336 2024.10.10 04:26:00.427582 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1337 2024.10.10 04:26:00.427631 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1338 2024.10.10 04:26:00.427660 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1339 2024.10.10 04:26:00.427681 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1340 2024.10.10 04:26:00.427738 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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'))"
1341 2024.10.10 04:26:00.427766 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1342 2024.10.10 04:26:00.428904 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002527 sec., 1582.9046299960426 rows/sec., 65.31 KiB/sec.
1343 2024.10.10 04:26:00.429214 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> DynamicQueryHandler: Done processing query
1344 2024.10.10 04:26:00.429247 [ 3 ] {6ac12d5b-aa36-4bd4-ae3e-8e019f50ac72} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1345 2024.10.10 04:26:00.429269 [ 3 ] {} <Debug> HTTP-Session: 8cd0690a-29ab-4912-ae0c-70f4c5d57dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1346 2024.10.10 04:26:00.431858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1347 2024.10.10 04:26:00.431941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1348 2024.10.10 04:26:00.431969 [ 3 ] {} <Debug> HTTP-Session: 82007172-f508-4690-b885-a93d3aa8bce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1349 2024.10.10 04:26:00.431994 [ 3 ] {} <Debug> HTTP-Session: 82007172-f508-4690-b885-a93d3aa8bce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1350 2024.10.10 04:26:00.432015 [ 3 ] {} <Debug> HTTP-Session: 82007172-f508-4690-b885-a93d3aa8bce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1351 2024.10.10 04:26:00.432055 [ 3 ] {} <Trace> HTTP-Session: 82007172-f508-4690-b885-a93d3aa8bce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1352 2024.10.10 04:26:00.432242 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1353 2024.10.10 04:26:00.432307 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1354 2024.10.10 04:26:00.432546 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1355 2024.10.10 04:26:00.433090 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1356 2024.10.10 04:26:00.433149 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1357 2024.10.10 04:26:00.433853 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1358 2024.10.10 04:26:00.434324 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1359 2024.10.10 04:26:00.434526 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Debug> executeQuery: Read 18 rows, 2.43 KiB in 0.002342 sec., 7685.7386848847145 rows/sec., 1.01 MiB/sec.
1360 2024.10.10 04:26:00.434778 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Debug> DynamicQueryHandler: Done processing query
1361 2024.10.10 04:26:00.434814 [ 3 ] {14cecf5d-6520-4158-b33f-ea23759406d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1362 2024.10.10 04:26:00.434836 [ 3 ] {} <Debug> HTTP-Session: 82007172-f508-4690-b885-a93d3aa8bce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1363 2024.10.10 04:26:00.435022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 11272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1364 2024.10.10 04:26:00.435090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1365 2024.10.10 04:26:00.435118 [ 3 ] {} <Debug> HTTP-Session: 50a61bd3-8927-4ebb-9a32-0db1b3470222 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1366 2024.10.10 04:26:00.435141 [ 3 ] {} <Debug> HTTP-Session: 50a61bd3-8927-4ebb-9a32-0db1b3470222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1367 2024.10.10 04:26:00.435160 [ 3 ] {} <Debug> HTTP-Session: 50a61bd3-8927-4ebb-9a32-0db1b3470222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1368 2024.10.10 04:26:00.435207 [ 3 ] {} <Trace> HTTP-Session: 50a61bd3-8927-4ebb-9a32-0db1b3470222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1369 2024.10.10 04:26:00.435379 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1370 2024.10.10 04:26:00.435444 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1371 2024.10.10 04:26:00.435763 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1372 2024.10.10 04:26:00.438919 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1373 2024.10.10 04:26:00.438975 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1374 2024.10.10 04:26:00.439501 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1375 2024.10.10 04:26:00.440263 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1376 2024.10.10 04:26:00.440544 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Debug> executeQuery: Read 76 rows, 6.62 KiB in 0.005225 sec., 14545.454545454546 rows/sec., 1.24 MiB/sec.
1377 2024.10.10 04:26:00.440817 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Debug> DynamicQueryHandler: Done processing query
1378 2024.10.10 04:26:00.440856 [ 3 ] {e614bd17-3713-44f7-95b4-bbee1a1ecf3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1379 2024.10.10 04:26:00.440881 [ 3 ] {} <Debug> HTTP-Session: 50a61bd3-8927-4ebb-9a32-0db1b3470222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1380 2024.10.10 04:26:00.441047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1381 2024.10.10 04:26:00.441119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1382 2024.10.10 04:26:00.441150 [ 3 ] {} <Debug> HTTP-Session: 8112d278-8679-4188-a367-b9e751c3fd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1383 2024.10.10 04:26:00.441180 [ 3 ] {} <Debug> HTTP-Session: 8112d278-8679-4188-a367-b9e751c3fd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1384 2024.10.10 04:26:00.441202 [ 3 ] {} <Debug> HTTP-Session: 8112d278-8679-4188-a367-b9e751c3fd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1385 2024.10.10 04:26:00.441249 [ 3 ] {} <Trace> HTTP-Session: 8112d278-8679-4188-a367-b9e751c3fd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2024.10.10 04:26:00.441402 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1387 2024.10.10 04:26:00.441467 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1388 2024.10.10 04:26:00.441805 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1389 2024.10.10 04:26:00.445221 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1390 2024.10.10 04:26:00.445275 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1391 2024.10.10 04:26:00.445751 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1392 2024.10.10 04:26:00.446302 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1393 2024.10.10 04:26:00.446528 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005171 sec., 4447.882421195127 rows/sec., 334.46 KiB/sec.
1394 2024.10.10 04:26:00.446769 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Debug> DynamicQueryHandler: Done processing query
1395 2024.10.10 04:26:00.446805 [ 3 ] {e7e1b237-8082-4d6d-9a7f-46426375975e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1396 2024.10.10 04:26:00.446829 [ 3 ] {} <Debug> HTTP-Session: 8112d278-8679-4188-a367-b9e751c3fd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1397 2024.10.10 04:26:00.446999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 11745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1398 2024.10.10 04:26:00.447075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1399 2024.10.10 04:26:00.447105 [ 3 ] {} <Debug> HTTP-Session: 4d3fba0d-3065-4310-a9f5-f06403912d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1400 2024.10.10 04:26:00.447129 [ 3 ] {} <Debug> HTTP-Session: 4d3fba0d-3065-4310-a9f5-f06403912d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1401 2024.10.10 04:26:00.447148 [ 3 ] {} <Debug> HTTP-Session: 4d3fba0d-3065-4310-a9f5-f06403912d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1402 2024.10.10 04:26:00.447195 [ 3 ] {} <Trace> HTTP-Session: 4d3fba0d-3065-4310-a9f5-f06403912d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1403 2024.10.10 04:26:00.447372 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1404 2024.10.10 04:26:00.447437 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1405 2024.10.10 04:26:00.447738 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1406 2024.10.10 04:26:00.448237 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2024.10.10 04:26:00.448297 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1408 2024.10.10 04:26:00.448807 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1409 2024.10.10 04:26:00.449337 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2024.10.10 04:26:00.449573 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Debug> executeQuery: Read 69 rows, 5.53 KiB in 0.002258 sec., 30558.015943312665 rows/sec., 2.39 MiB/sec.
1411 2024.10.10 04:26:00.449963 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Debug> DynamicQueryHandler: Done processing query
1412 2024.10.10 04:26:00.449998 [ 3 ] {8c49ab36-0b1d-4ecd-83b7-11d385b6df9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1413 2024.10.10 04:26:00.450022 [ 3 ] {} <Debug> HTTP-Session: 4d3fba0d-3065-4310-a9f5-f06403912d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1414 2024.10.10 04:26:00.450229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1415 2024.10.10 04:26:00.450286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1416 2024.10.10 04:26:00.450309 [ 3 ] {} <Debug> HTTP-Session: 83bb6e0f-ff05-4844-9c8e-7748a63a4e49 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1417 2024.10.10 04:26:00.450329 [ 3 ] {} <Debug> HTTP-Session: 83bb6e0f-ff05-4844-9c8e-7748a63a4e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1418 2024.10.10 04:26:00.450346 [ 3 ] {} <Debug> HTTP-Session: 83bb6e0f-ff05-4844-9c8e-7748a63a4e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1419 2024.10.10 04:26:00.450383 [ 3 ] {} <Trace> HTTP-Session: 83bb6e0f-ff05-4844-9c8e-7748a63a4e49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1420 2024.10.10 04:26:00.450528 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1421 2024.10.10 04:26:00.450587 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1422 2024.10.10 04:26:00.450826 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1423 2024.10.10 04:26:00.451275 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1424 2024.10.10 04:26:00.451322 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1425 2024.10.10 04:26:00.451874 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1426 2024.10.10 04:26:00.452389 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1427 2024.10.10 04:26:00.452623 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Debug> executeQuery: Read 50 rows, 3.60 KiB in 0.002134 sec., 23430.178069353326 rows/sec., 1.65 MiB/sec.
1428 2024.10.10 04:26:00.452847 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Debug> DynamicQueryHandler: Done processing query
1429 2024.10.10 04:26:00.452887 [ 3 ] {c8126baf-aae8-49c3-aa71-b1c79c0e3093} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1430 2024.10.10 04:26:00.452907 [ 3 ] {} <Debug> HTTP-Session: 83bb6e0f-ff05-4844-9c8e-7748a63a4e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1431 2024.10.10 04:26:00.453198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1432 2024.10.10 04:26:00.453274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1433 2024.10.10 04:26:00.453302 [ 3 ] {} <Debug> HTTP-Session: 835258e6-5413-4108-8ef8-5dc3bda38178 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1434 2024.10.10 04:26:00.453327 [ 3 ] {} <Debug> HTTP-Session: 835258e6-5413-4108-8ef8-5dc3bda38178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1435 2024.10.10 04:26:00.453346 [ 3 ] {} <Debug> HTTP-Session: 835258e6-5413-4108-8ef8-5dc3bda38178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1436 2024.10.10 04:26:00.453392 [ 3 ] {} <Trace> HTTP-Session: 835258e6-5413-4108-8ef8-5dc3bda38178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2024.10.10 04:26:00.454055 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1438 2024.10.10 04:26:00.454147 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1439 2024.10.10 04:26:00.454832 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1440 2024.10.10 04:26:00.455910 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1441 2024.10.10 04:26:00.455964 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1442 2024.10.10 04:26:00.462741 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1443 2024.10.10 04:26:00.463545 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1444 2024.10.10 04:26:00.463795 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.010279 sec., 2237.5717482245354 rows/sec., 4.01 MiB/sec.
1445 2024.10.10 04:26:00.464114 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Debug> DynamicQueryHandler: Done processing query
1446 2024.10.10 04:26:00.464145 [ 3 ] {c7540818-8165-4402-8226-8f7d7bacd53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
1447 2024.10.10 04:26:00.464167 [ 3 ] {} <Debug> HTTP-Session: 835258e6-5413-4108-8ef8-5dc3bda38178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1448 2024.10.10 04:26:00.464328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 2939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1449 2024.10.10 04:26:00.464398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1450 2024.10.10 04:26:00.464423 [ 3 ] {} <Debug> HTTP-Session: bdc55778-12f6-4601-81bd-4a9ff5f89940 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1451 2024.10.10 04:26:00.464445 [ 3 ] {} <Debug> HTTP-Session: bdc55778-12f6-4601-81bd-4a9ff5f89940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1452 2024.10.10 04:26:00.464463 [ 3 ] {} <Debug> HTTP-Session: bdc55778-12f6-4601-81bd-4a9ff5f89940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1453 2024.10.10 04:26:00.464502 [ 3 ] {} <Trace> HTTP-Session: bdc55778-12f6-4601-81bd-4a9ff5f89940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1454 2024.10.10 04:26:00.464657 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1455 2024.10.10 04:26:00.464715 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1456 2024.10.10 04:26:00.464882 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1457 2024.10.10 04:26:00.465265 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1458 2024.10.10 04:26:00.465314 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1459 2024.10.10 04:26:00.465836 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1460 2024.10.10 04:26:00.466282 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1461 2024.10.10 04:26:00.466476 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001846 sec., 9750.812567713976 rows/sec., 734.80 KiB/sec.
1462 2024.10.10 04:26:00.466799 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Debug> DynamicQueryHandler: Done processing query
1463 2024.10.10 04:26:00.466831 [ 3 ] {91d72194-53b0-40be-8445-e9b3bc1e97a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1464 2024.10.10 04:26:00.466853 [ 3 ] {} <Debug> HTTP-Session: bdc55778-12f6-4601-81bd-4a9ff5f89940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1465 2024.10.10 04:26:00.466993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1466 2024.10.10 04:26:00.467065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1467 2024.10.10 04:26:00.467094 [ 3 ] {} <Debug> HTTP-Session: 8cbc5428-f096-43a5-8b7d-68cae1c73cae Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1468 2024.10.10 04:26:00.467119 [ 3 ] {} <Debug> HTTP-Session: 8cbc5428-f096-43a5-8b7d-68cae1c73cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1469 2024.10.10 04:26:00.467140 [ 3 ] {} <Debug> HTTP-Session: 8cbc5428-f096-43a5-8b7d-68cae1c73cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1470 2024.10.10 04:26:00.467186 [ 3 ] {} <Trace> HTTP-Session: 8cbc5428-f096-43a5-8b7d-68cae1c73cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1471 2024.10.10 04:26:00.467335 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1472 2024.10.10 04:26:00.467407 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1473 2024.10.10 04:26:00.467632 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1474 2024.10.10 04:26:00.468016 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1475 2024.10.10 04:26:00.468065 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1476 2024.10.10 04:26:00.468599 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1477 2024.10.10 04:26:00.469053 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1478 2024.10.10 04:26:00.469268 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Debug> executeQuery: Read 22 rows, 1.47 KiB in 0.001978 sec., 11122.345803842263 rows/sec., 744.02 KiB/sec.
1479 2024.10.10 04:26:00.469623 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Debug> DynamicQueryHandler: Done processing query
1480 2024.10.10 04:26:00.469656 [ 3 ] {9828d1f4-9991-4623-83f0-d875856b8003} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1481 2024.10.10 04:26:00.469679 [ 3 ] {} <Debug> HTTP-Session: 8cbc5428-f096-43a5-8b7d-68cae1c73cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1482 2024.10.10 04:26:05.344397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1483 2024.10.10 04:26:05.344542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1484 2024.10.10 04:26:05.344572 [ 3 ] {} <Debug> HTTP-Session: 0be69b09-5834-4106-a21c-96d428a19b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1485 2024.10.10 04:26:05.344601 [ 3 ] {} <Debug> HTTP-Session: 0be69b09-5834-4106-a21c-96d428a19b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1486 2024.10.10 04:26:05.344620 [ 3 ] {} <Debug> HTTP-Session: 0be69b09-5834-4106-a21c-96d428a19b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1487 2024.10.10 04:26:05.344676 [ 3 ] {} <Trace> HTTP-Session: 0be69b09-5834-4106-a21c-96d428a19b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1488 2024.10.10 04:26:05.344896 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1489 2024.10.10 04:26:05.344969 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1490 2024.10.10 04:26:05.345312 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1491 2024.10.10 04:26:05.345847 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1492 2024.10.10 04:26:05.345895 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1493 2024.10.10 04:26:05.346318 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1494 2024.10.10 04:26:05.346714 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1495 2024.10.10 04:26:05.346897 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002063 sec., 14541.92922927775 rows/sec., 1.10 MiB/sec.
1496 2024.10.10 04:26:05.347236 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Debug> DynamicQueryHandler: Done processing query
1497 2024.10.10 04:26:05.347265 [ 3 ] {160e3c4a-c0eb-470c-a0d3-91b25a96e501} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1498 2024.10.10 04:26:05.347282 [ 3 ] {} <Debug> HTTP-Session: 0be69b09-5834-4106-a21c-96d428a19b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1499 2024.10.10 04:26:05.347423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1500 2024.10.10 04:26:05.347483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1501 2024.10.10 04:26:05.347502 [ 3 ] {} <Debug> HTTP-Session: f5ede9ad-fed6-419d-a8d3-593c860e52e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1502 2024.10.10 04:26:05.347521 [ 3 ] {} <Debug> HTTP-Session: f5ede9ad-fed6-419d-a8d3-593c860e52e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1503 2024.10.10 04:26:05.347535 [ 3 ] {} <Debug> HTTP-Session: f5ede9ad-fed6-419d-a8d3-593c860e52e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1504 2024.10.10 04:26:05.347571 [ 3 ] {} <Trace> HTTP-Session: f5ede9ad-fed6-419d-a8d3-593c860e52e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1505 2024.10.10 04:26:05.347694 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1506 2024.10.10 04:26:05.347741 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1507 2024.10.10 04:26:05.347995 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1508 2024.10.10 04:26:05.348400 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1509 2024.10.10 04:26:05.348437 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1510 2024.10.10 04:26:05.348789 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1511 2024.10.10 04:26:05.349140 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1512 2024.10.10 04:26:05.349322 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001651 sec., 21804.966686856453 rows/sec., 1.70 MiB/sec.
1513 2024.10.10 04:26:05.349669 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Debug> DynamicQueryHandler: Done processing query
1514 2024.10.10 04:26:05.349695 [ 3 ] {b6d4f7ce-67db-45ed-8988-9253f0090c42} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1515 2024.10.10 04:26:05.349712 [ 3 ] {} <Debug> HTTP-Session: f5ede9ad-fed6-419d-a8d3-593c860e52e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1516 2024.10.10 04:26:05.349912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1517 2024.10.10 04:26:05.349967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1518 2024.10.10 04:26:05.349988 [ 3 ] {} <Debug> HTTP-Session: 474d4166-9958-4eee-b292-b3a49df6eafb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1519 2024.10.10 04:26:05.350005 [ 3 ] {} <Debug> HTTP-Session: 474d4166-9958-4eee-b292-b3a49df6eafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1520 2024.10.10 04:26:05.350018 [ 3 ] {} <Debug> HTTP-Session: 474d4166-9958-4eee-b292-b3a49df6eafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1521 2024.10.10 04:26:05.350051 [ 3 ] {} <Trace> HTTP-Session: 474d4166-9958-4eee-b292-b3a49df6eafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1522 2024.10.10 04:26:05.350199 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1523 2024.10.10 04:26:05.350251 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1524 2024.10.10 04:26:05.350415 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1525 2024.10.10 04:26:05.350873 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1526 2024.10.10 04:26:05.350911 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1527 2024.10.10 04:26:05.351295 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1528 2024.10.10 04:26:05.351628 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1529 2024.10.10 04:26:05.351791 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001658 sec., 66344.99396863692 rows/sec., 4.63 MiB/sec.
1530 2024.10.10 04:26:05.351960 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Debug> DynamicQueryHandler: Done processing query
1531 2024.10.10 04:26:05.351984 [ 3 ] {567903d9-0a07-47d6-9744-548b3b8019b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1532 2024.10.10 04:26:05.352000 [ 3 ] {} <Debug> HTTP-Session: 474d4166-9958-4eee-b292-b3a49df6eafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1533 2024.10.10 04:26:05.352113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1534 2024.10.10 04:26:05.352161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1535 2024.10.10 04:26:05.352180 [ 3 ] {} <Debug> HTTP-Session: 06c035dd-3af7-4978-b3a8-5d23bab102e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1536 2024.10.10 04:26:05.352197 [ 3 ] {} <Debug> HTTP-Session: 06c035dd-3af7-4978-b3a8-5d23bab102e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1537 2024.10.10 04:26:05.352212 [ 3 ] {} <Debug> HTTP-Session: 06c035dd-3af7-4978-b3a8-5d23bab102e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1538 2024.10.10 04:26:05.352242 [ 3 ] {} <Trace> HTTP-Session: 06c035dd-3af7-4978-b3a8-5d23bab102e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1539 2024.10.10 04:26:05.352355 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1540 2024.10.10 04:26:05.352400 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1541 2024.10.10 04:26:05.352529 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1542 2024.10.10 04:26:05.352826 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2024.10.10 04:26:05.352863 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
1544 2024.10.10 04:26:05.353221 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1545 2024.10.10 04:26:05.353562 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2024.10.10 04:26:05.353717 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001399 sec., 28591.85132237312 rows/sec., 1.91 MiB/sec.
1547 2024.10.10 04:26:05.354019 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Debug> DynamicQueryHandler: Done processing query
1548 2024.10.10 04:26:05.354043 [ 3 ] {d112eb96-64ed-42f6-8a0a-c6e147244d31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1549 2024.10.10 04:26:05.354058 [ 3 ] {} <Debug> HTTP-Session: 06c035dd-3af7-4978-b3a8-5d23bab102e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1550 2024.10.10 04:26:08.380728 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
1551 2024.10.10 04:26:08.380801 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
1552 2024.10.10 04:26:08.452758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 168
1553 2024.10.10 04:26:08.458127 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1554 2024.10.10 04:26:08.458168 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1555 2024.10.10 04:26:08.459729 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1556 2024.10.10 04:26:08.460754 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1557 2024.10.10 04:26:08.461637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168
1558 2024.10.10 04:26:10.343450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1559 2024.10.10 04:26:10.343566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1560 2024.10.10 04:26:10.343589 [ 3 ] {} <Debug> HTTP-Session: 4d42086d-134a-4f4a-9638-3acdc58d16d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1561 2024.10.10 04:26:10.343614 [ 3 ] {} <Debug> HTTP-Session: 4d42086d-134a-4f4a-9638-3acdc58d16d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1562 2024.10.10 04:26:10.343628 [ 3 ] {} <Debug> HTTP-Session: 4d42086d-134a-4f4a-9638-3acdc58d16d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1563 2024.10.10 04:26:10.343678 [ 3 ] {} <Trace> HTTP-Session: 4d42086d-134a-4f4a-9638-3acdc58d16d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1564 2024.10.10 04:26:10.343926 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1565 2024.10.10 04:26:10.344313 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1566 2024.10.10 04:26:10.344358 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1567 2024.10.10 04:26:10.344692 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1568 2024.10.10 04:26:10.344774 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1569 2024.10.10 04:26:10.344947 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1570 2024.10.10 04:26:10.345111 [ 250 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1571 2024.10.10 04:26:10.345117 [ 253 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1572 2024.10.10 04:26:10.345280 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1573 2024.10.10 04:26:10.345310 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1574 2024.10.10 04:26:10.349418 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1575 2024.10.10 04:26:10.351393 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1576 2024.10.10 04:26:10.351464 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1577 2024.10.10 04:26:10.351512 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1578 2024.10.10 04:26:10.353337 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.009528 sec., 2308.9840470193117 rows/sec., 96.65 KiB/sec.
1579 2024.10.10 04:26:10.353697 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> DynamicQueryHandler: Done processing query
1580 2024.10.10 04:26:10.353723 [ 3 ] {00b21a31-e654-4880-bd2d-1262ebf3d4d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1581 2024.10.10 04:26:10.353741 [ 3 ] {} <Debug> HTTP-Session: 4d42086d-134a-4f4a-9638-3acdc58d16d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1582 2024.10.10 04:26:10.354009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1583 2024.10.10 04:26:10.354058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1584 2024.10.10 04:26:10.354078 [ 3 ] {} <Debug> HTTP-Session: e6908182-865e-4bc7-93df-3e2c9d59891a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1585 2024.10.10 04:26:10.354095 [ 3 ] {} <Debug> HTTP-Session: e6908182-865e-4bc7-93df-3e2c9d59891a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1586 2024.10.10 04:26:10.354109 [ 3 ] {} <Debug> HTTP-Session: e6908182-865e-4bc7-93df-3e2c9d59891a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1587 2024.10.10 04:26:10.354142 [ 3 ] {} <Trace> HTTP-Session: e6908182-865e-4bc7-93df-3e2c9d59891a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1588 2024.10.10 04:26:10.354290 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1589 2024.10.10 04:26:10.354563 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1590 2024.10.10 04:26:10.354605 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1591 2024.10.10 04:26:10.354880 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1592 2024.10.10 04:26:10.354945 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1593 2024.10.10 04:26:10.355086 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1594 2024.10.10 04:26:10.355197 [ 256 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1595 2024.10.10 04:26:10.355200 [ 255 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1596 2024.10.10 04:26:10.355307 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1597 2024.10.10 04:26:10.355330 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1598 2024.10.10 04:26:10.355409 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1599 2024.10.10 04:26:10.355429 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1600 2024.10.10 04:26:10.355469 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1601 2024.10.10 04:26:10.355510 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1602 2024.10.10 04:26:10.356784 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002563 sec., 8583.690987124462 rows/sec., 359.30 KiB/sec.
1603 2024.10.10 04:26:10.357105 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> DynamicQueryHandler: Done processing query
1604 2024.10.10 04:26:10.357131 [ 3 ] {b43aaf65-a014-4ae6-bda0-15f79b3089cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1605 2024.10.10 04:26:10.357148 [ 3 ] {} <Debug> HTTP-Session: e6908182-865e-4bc7-93df-3e2c9d59891a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1606 2024.10.10 04:26:10.357766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 984, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1607 2024.10.10 04:26:10.357815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1608 2024.10.10 04:26:10.357833 [ 3 ] {} <Debug> HTTP-Session: e974ceab-9e85-4585-8d6e-502339faeff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1609 2024.10.10 04:26:10.357849 [ 3 ] {} <Debug> HTTP-Session: e974ceab-9e85-4585-8d6e-502339faeff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1610 2024.10.10 04:26:10.357863 [ 3 ] {} <Debug> HTTP-Session: e974ceab-9e85-4585-8d6e-502339faeff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1611 2024.10.10 04:26:10.357894 [ 3 ] {} <Trace> HTTP-Session: e974ceab-9e85-4585-8d6e-502339faeff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1612 2024.10.10 04:26:10.358035 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1613 2024.10.10 04:26:10.358305 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1614 2024.10.10 04:26:10.358345 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1615 2024.10.10 04:26:10.358622 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1616 2024.10.10 04:26:10.358686 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1617 2024.10.10 04:26:10.358824 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1618 2024.10.10 04:26:10.358919 [ 250 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1619 2024.10.10 04:26:10.358934 [ 253 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1620 2024.10.10 04:26:10.359039 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1621 2024.10.10 04:26:10.359067 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1622 2024.10.10 04:26:10.359148 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1623 2024.10.10 04:26:10.359168 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1624 2024.10.10 04:26:10.359207 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1625 2024.10.10 04:26:10.359247 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1626 2024.10.10 04:26:10.360601 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002633 sec., 8355.488036460312 rows/sec., 349.75 KiB/sec.
1627 2024.10.10 04:26:10.360920 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> DynamicQueryHandler: Done processing query
1628 2024.10.10 04:26:10.360945 [ 3 ] {0a17fa70-b7b7-4af3-8c91-9b64ef1f06ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1629 2024.10.10 04:26:10.360964 [ 3 ] {} <Debug> HTTP-Session: e974ceab-9e85-4585-8d6e-502339faeff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1630 2024.10.10 04:26:10.361207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1631 2024.10.10 04:26:10.361258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1632 2024.10.10 04:26:10.361278 [ 3 ] {} <Debug> HTTP-Session: bd562bd2-5b2b-4938-821c-f9b5c6c46e4f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1633 2024.10.10 04:26:10.361295 [ 3 ] {} <Debug> HTTP-Session: bd562bd2-5b2b-4938-821c-f9b5c6c46e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1634 2024.10.10 04:26:10.361308 [ 3 ] {} <Debug> HTTP-Session: bd562bd2-5b2b-4938-821c-f9b5c6c46e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1635 2024.10.10 04:26:10.361341 [ 3 ] {} <Trace> HTTP-Session: bd562bd2-5b2b-4938-821c-f9b5c6c46e4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2024.10.10 04:26:10.361491 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete)
1637 2024.10.10 04:26:10.361773 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1638 2024.10.10 04:26:10.361816 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1639 2024.10.10 04:26:10.362106 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1640 2024.10.10 04:26:10.362172 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1641 2024.10.10 04:26:10.362315 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1642 2024.10.10 04:26:10.362410 [ 256 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1643 2024.10.10 04:26:10.362451 [ 257 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1644 2024.10.10 04:26:10.362562 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1645 2024.10.10 04:26:10.362592 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1646 2024.10.10 04:26:10.362701 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1647 2024.10.10 04:26:10.362728 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1648 2024.10.10 04:26:10.362771 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1649 2024.10.10 04:26:10.362815 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1650 2024.10.10 04:26:10.364304 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002882 sec., 7633.587786259542 rows/sec., 319.53 KiB/sec.
1651 2024.10.10 04:26:10.364609 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> DynamicQueryHandler: Done processing query
1652 2024.10.10 04:26:10.364635 [ 3 ] {48f58dab-bc6b-47a7-abd6-ae7af1d40421} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1653 2024.10.10 04:26:10.364652 [ 3 ] {} <Debug> HTTP-Session: bd562bd2-5b2b-4938-821c-f9b5c6c46e4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1654 2024.10.10 04:26:10.364886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1655 2024.10.10 04:26:10.364935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1656 2024.10.10 04:26:10.364955 [ 3 ] {} <Debug> HTTP-Session: 54d7ceb9-6848-486a-9f54-5273d74a1bde Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1657 2024.10.10 04:26:10.364973 [ 3 ] {} <Debug> HTTP-Session: 54d7ceb9-6848-486a-9f54-5273d74a1bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1658 2024.10.10 04:26:10.364986 [ 3 ] {} <Debug> HTTP-Session: 54d7ceb9-6848-486a-9f54-5273d74a1bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1659 2024.10.10 04:26:10.365018 [ 3 ] {} <Trace> HTTP-Session: 54d7ceb9-6848-486a-9f54-5273d74a1bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1660 2024.10.10 04:26:10.365181 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1661 2024.10.10 04:26:10.365482 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1662 2024.10.10 04:26:10.365528 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1663 2024.10.10 04:26:10.365843 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1664 2024.10.10 04:26:10.365929 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1665 2024.10.10 04:26:10.366076 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1666 2024.10.10 04:26:10.366206 [ 253 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1667 2024.10.10 04:26:10.366214 [ 252 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1668 2024.10.10 04:26:10.366351 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1669 2024.10.10 04:26:10.366389 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1670 2024.10.10 04:26:10.366472 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1671 2024.10.10 04:26:10.366493 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1672 2024.10.10 04:26:10.366533 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1673 2024.10.10 04:26:10.366579 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1674 2024.10.10 04:26:10.368028 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002933 sec., 7500.852369587454 rows/sec., 313.98 KiB/sec.
1675 2024.10.10 04:26:10.368349 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> DynamicQueryHandler: Done processing query
1676 2024.10.10 04:26:10.368374 [ 3 ] {744b5201-9e70-4c90-a875-99f8315ab509} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1677 2024.10.10 04:26:10.368392 [ 3 ] {} <Debug> HTTP-Session: 54d7ceb9-6848-486a-9f54-5273d74a1bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1678 2024.10.10 04:26:10.368652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1679 2024.10.10 04:26:10.368700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1680 2024.10.10 04:26:10.368719 [ 3 ] {} <Debug> HTTP-Session: e0f69182-d387-4d69-8263-fb9cad6d483b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1681 2024.10.10 04:26:10.368735 [ 3 ] {} <Debug> HTTP-Session: e0f69182-d387-4d69-8263-fb9cad6d483b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1682 2024.10.10 04:26:10.368749 [ 3 ] {} <Debug> HTTP-Session: e0f69182-d387-4d69-8263-fb9cad6d483b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1683 2024.10.10 04:26:10.368781 [ 3 ] {} <Trace> HTTP-Session: e0f69182-d387-4d69-8263-fb9cad6d483b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2024.10.10 04:26:10.368929 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1685 2024.10.10 04:26:10.369226 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1686 2024.10.10 04:26:10.369270 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1687 2024.10.10 04:26:10.369563 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1688 2024.10.10 04:26:10.369629 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1689 2024.10.10 04:26:10.369793 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1690 2024.10.10 04:26:10.369887 [ 250 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1691 2024.10.10 04:26:10.369905 [ 253 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1692 2024.10.10 04:26:10.370005 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1693 2024.10.10 04:26:10.370034 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1694 2024.10.10 04:26:10.370114 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1695 2024.10.10 04:26:10.370135 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1696 2024.10.10 04:26:10.370176 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1697 2024.10.10 04:26:10.370221 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1698 2024.10.10 04:26:10.371507 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002651 sec., 8298.755186721992 rows/sec., 347.38 KiB/sec.
1699 2024.10.10 04:26:10.371804 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> DynamicQueryHandler: Done processing query
1700 2024.10.10 04:26:10.371829 [ 3 ] {ef19f85a-d7f7-4aba-9fc0-57dda589e8f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1701 2024.10.10 04:26:10.371846 [ 3 ] {} <Debug> HTTP-Session: e0f69182-d387-4d69-8263-fb9cad6d483b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1702 2024.10.10 04:26:10.372053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1703 2024.10.10 04:26:10.372101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1704 2024.10.10 04:26:10.372121 [ 3 ] {} <Debug> HTTP-Session: 80ae706c-433b-4ab8-8fef-e3ba5a5b59b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1705 2024.10.10 04:26:10.372138 [ 3 ] {} <Debug> HTTP-Session: 80ae706c-433b-4ab8-8fef-e3ba5a5b59b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1706 2024.10.10 04:26:10.372152 [ 3 ] {} <Debug> HTTP-Session: 80ae706c-433b-4ab8-8fef-e3ba5a5b59b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1707 2024.10.10 04:26:10.372183 [ 3 ] {} <Trace> HTTP-Session: 80ae706c-433b-4ab8-8fef-e3ba5a5b59b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1708 2024.10.10 04:26:10.372331 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1709 2024.10.10 04:26:10.372612 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1710 2024.10.10 04:26:10.372656 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1711 2024.10.10 04:26:10.372948 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1712 2024.10.10 04:26:10.373015 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1713 2024.10.10 04:26:10.373159 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1714 2024.10.10 04:26:10.373279 [ 253 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1715 2024.10.10 04:26:10.373284 [ 250 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1716 2024.10.10 04:26:10.373397 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1717 2024.10.10 04:26:10.373424 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1718 2024.10.10 04:26:10.373509 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1719 2024.10.10 04:26:10.373530 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1720 2024.10.10 04:26:10.373571 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1721 2024.10.10 04:26:10.373615 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1722 2024.10.10 04:26:10.374901 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002642 sec., 8327.024981074945 rows/sec., 348.56 KiB/sec.
1723 2024.10.10 04:26:10.375197 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> DynamicQueryHandler: Done processing query
1724 2024.10.10 04:26:10.375223 [ 3 ] {2749bf07-6530-402c-977b-4b2969d6512d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1725 2024.10.10 04:26:10.375240 [ 3 ] {} <Debug> HTTP-Session: 80ae706c-433b-4ab8-8fef-e3ba5a5b59b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1726 2024.10.10 04:26:10.375449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1727 2024.10.10 04:26:10.375499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1728 2024.10.10 04:26:10.375518 [ 3 ] {} <Debug> HTTP-Session: a81fdcae-2cb3-48a1-8ea9-82d6b366dfe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1729 2024.10.10 04:26:10.375534 [ 3 ] {} <Debug> HTTP-Session: a81fdcae-2cb3-48a1-8ea9-82d6b366dfe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1730 2024.10.10 04:26:10.375548 [ 3 ] {} <Debug> HTTP-Session: a81fdcae-2cb3-48a1-8ea9-82d6b366dfe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1731 2024.10.10 04:26:10.375580 [ 3 ] {} <Trace> HTTP-Session: a81fdcae-2cb3-48a1-8ea9-82d6b366dfe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1732 2024.10.10 04:26:10.375728 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1733 2024.10.10 04:26:10.376014 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1734 2024.10.10 04:26:10.376059 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1735 2024.10.10 04:26:10.376355 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1736 2024.10.10 04:26:10.376421 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1737 2024.10.10 04:26:10.376562 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1738 2024.10.10 04:26:10.376680 [ 250 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1739 2024.10.10 04:26:10.376682 [ 253 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1740 2024.10.10 04:26:10.376791 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1741 2024.10.10 04:26:10.376821 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1742 2024.10.10 04:26:10.376902 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1743 2024.10.10 04:26:10.376924 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1744 2024.10.10 04:26:10.376966 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1745 2024.10.10 04:26:10.377009 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1746 2024.10.10 04:26:10.378200 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002545 sec., 8644.400785854617 rows/sec., 361.85 KiB/sec.
1747 2024.10.10 04:26:10.378501 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> DynamicQueryHandler: Done processing query
1748 2024.10.10 04:26:10.378526 [ 3 ] {66f6aa5e-2b82-435e-bcef-0e3b1cf1e2bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1749 2024.10.10 04:26:10.378542 [ 3 ] {} <Debug> HTTP-Session: a81fdcae-2cb3-48a1-8ea9-82d6b366dfe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1750 2024.10.10 04:26:10.378740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1751 2024.10.10 04:26:10.378788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1752 2024.10.10 04:26:10.378807 [ 3 ] {} <Debug> HTTP-Session: f1237bcc-d6df-4272-b551-ba92f86cd81a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1753 2024.10.10 04:26:10.378823 [ 3 ] {} <Debug> HTTP-Session: f1237bcc-d6df-4272-b551-ba92f86cd81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1754 2024.10.10 04:26:10.378837 [ 3 ] {} <Debug> HTTP-Session: f1237bcc-d6df-4272-b551-ba92f86cd81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1755 2024.10.10 04:26:10.378869 [ 3 ] {} <Trace> HTTP-Session: f1237bcc-d6df-4272-b551-ba92f86cd81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1756 2024.10.10 04:26:10.379019 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1757 2024.10.10 04:26:10.379309 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1758 2024.10.10 04:26:10.379354 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1759 2024.10.10 04:26:10.379661 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1760 2024.10.10 04:26:10.379729 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1761 2024.10.10 04:26:10.379873 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1762 2024.10.10 04:26:10.379979 [ 250 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1763 2024.10.10 04:26:10.379983 [ 253 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1764 2024.10.10 04:26:10.380093 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1765 2024.10.10 04:26:10.380121 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1766 2024.10.10 04:26:10.380203 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1767 2024.10.10 04:26:10.380223 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1768 2024.10.10 04:26:10.380264 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1769 2024.10.10 04:26:10.380308 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1770 2024.10.10 04:26:10.381611 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002665 sec., 8255.159474671671 rows/sec., 345.55 KiB/sec.
1771 2024.10.10 04:26:10.381917 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> DynamicQueryHandler: Done processing query
1772 2024.10.10 04:26:10.381942 [ 3 ] {997edb16-c43f-4410-9cf8-859eebe571b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1773 2024.10.10 04:26:10.381959 [ 3 ] {} <Debug> HTTP-Session: f1237bcc-d6df-4272-b551-ba92f86cd81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1774 2024.10.10 04:26:10.382193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1775 2024.10.10 04:26:10.382242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1776 2024.10.10 04:26:10.382262 [ 3 ] {} <Debug> HTTP-Session: 52bfcf39-8848-4101-adb5-42a5cf6e90a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1777 2024.10.10 04:26:10.382279 [ 3 ] {} <Debug> HTTP-Session: 52bfcf39-8848-4101-adb5-42a5cf6e90a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1778 2024.10.10 04:26:10.382292 [ 3 ] {} <Debug> HTTP-Session: 52bfcf39-8848-4101-adb5-42a5cf6e90a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1779 2024.10.10 04:26:10.382324 [ 3 ] {} <Trace> HTTP-Session: 52bfcf39-8848-4101-adb5-42a5cf6e90a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1780 2024.10.10 04:26:10.382477 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1781 2024.10.10 04:26:10.382763 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1782 2024.10.10 04:26:10.382807 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1783 2024.10.10 04:26:10.383110 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1784 2024.10.10 04:26:10.383176 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1785 2024.10.10 04:26:10.383320 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1786 2024.10.10 04:26:10.383434 [ 250 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1787 2024.10.10 04:26:10.383450 [ 253 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1788 2024.10.10 04:26:10.383568 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1789 2024.10.10 04:26:10.383596 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1790 2024.10.10 04:26:10.383678 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1791 2024.10.10 04:26:10.383699 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1792 2024.10.10 04:26:10.383739 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1793 2024.10.10 04:26:10.383783 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1794 2024.10.10 04:26:10.385053 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002654 sec., 8289.37452901281 rows/sec., 346.99 KiB/sec.
1795 2024.10.10 04:26:10.385378 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> DynamicQueryHandler: Done processing query
1796 2024.10.10 04:26:10.385403 [ 3 ] {f2a9d646-1257-4ca2-a219-690327d79beb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1797 2024.10.10 04:26:10.385421 [ 3 ] {} <Debug> HTTP-Session: 52bfcf39-8848-4101-adb5-42a5cf6e90a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1798 2024.10.10 04:26:10.385634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1799 2024.10.10 04:26:10.385683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1800 2024.10.10 04:26:10.385703 [ 3 ] {} <Debug> HTTP-Session: f515679d-7053-49ec-b41a-3f8c6a13987e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1801 2024.10.10 04:26:10.385719 [ 3 ] {} <Debug> HTTP-Session: f515679d-7053-49ec-b41a-3f8c6a13987e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1802 2024.10.10 04:26:10.385734 [ 3 ] {} <Debug> HTTP-Session: f515679d-7053-49ec-b41a-3f8c6a13987e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1803 2024.10.10 04:26:10.385766 [ 3 ] {} <Trace> HTTP-Session: f515679d-7053-49ec-b41a-3f8c6a13987e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1804 2024.10.10 04:26:10.385942 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1805 2024.10.10 04:26:10.386228 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1806 2024.10.10 04:26:10.386273 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1807 2024.10.10 04:26:10.386579 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1808 2024.10.10 04:26:10.386646 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1809 2024.10.10 04:26:10.386787 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1810 2024.10.10 04:26:10.386872 [ 250 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1811 2024.10.10 04:26:10.386875 [ 256 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1812 2024.10.10 04:26:10.386969 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1813 2024.10.10 04:26:10.386998 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1814 2024.10.10 04:26:10.387082 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1815 2024.10.10 04:26:10.387103 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1816 2024.10.10 04:26:10.387144 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1817 2024.10.10 04:26:10.387190 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1818 2024.10.10 04:26:10.388488 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00262 sec., 8396.946564885497 rows/sec., 351.49 KiB/sec.
1819 2024.10.10 04:26:10.388772 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> DynamicQueryHandler: Done processing query
1820 2024.10.10 04:26:10.388796 [ 3 ] {9d079476-a82e-4706-a3ea-22ce29c5bfef} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1821 2024.10.10 04:26:10.388813 [ 3 ] {} <Debug> HTTP-Session: f515679d-7053-49ec-b41a-3f8c6a13987e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1822 2024.10.10 04:26:10.393539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1823 2024.10.10 04:26:10.393597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1824 2024.10.10 04:26:10.393621 [ 3 ] {} <Debug> HTTP-Session: cadea5e6-82db-48b1-8a5a-f3949f81acb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1825 2024.10.10 04:26:10.393641 [ 3 ] {} <Debug> HTTP-Session: cadea5e6-82db-48b1-8a5a-f3949f81acb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1826 2024.10.10 04:26:10.393658 [ 3 ] {} <Debug> HTTP-Session: cadea5e6-82db-48b1-8a5a-f3949f81acb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1827 2024.10.10 04:26:10.393696 [ 3 ] {} <Trace> HTTP-Session: cadea5e6-82db-48b1-8a5a-f3949f81acb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2024.10.10 04:26:10.393881 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 JSONEachRow; (stage: Complete)
1829 2024.10.10 04:26:10.394196 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1830 2024.10.10 04:26:10.394243 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1831 2024.10.10 04:26:10.394555 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1832 2024.10.10 04:26:10.394622 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1833 2024.10.10 04:26:10.394766 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1834 2024.10.10 04:26:10.394873 [ 250 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1835 2024.10.10 04:26:10.394890 [ 253 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1836 2024.10.10 04:26:10.395002 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
1837 2024.10.10 04:26:10.395030 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
1838 2024.10.10 04:26:10.395112 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1839 2024.10.10 04:26:10.395133 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 22 rows with 2 streams
1840 2024.10.10 04:26:10.395174 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1841 2024.10.10 04:26:10.395219 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1842 2024.10.10 04:26:10.396249 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002462 sec., 8935.82453290008 rows/sec., 374.04 KiB/sec.
1843 2024.10.10 04:26:10.396555 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> DynamicQueryHandler: Done processing query
1844 2024.10.10 04:26:10.396581 [ 3 ] {9b666287-2e2e-4634-a9de-3373271078b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1845 2024.10.10 04:26:10.396598 [ 3 ] {} <Debug> HTTP-Session: cadea5e6-82db-48b1-8a5a-f3949f81acb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1846 2024.10.10 04:26:10.398971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1847 2024.10.10 04:26:10.399029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1848 2024.10.10 04:26:10.399052 [ 3 ] {} <Debug> HTTP-Session: 9d183feb-b449-4a8d-9a73-08c8a7b93d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1849 2024.10.10 04:26:10.399073 [ 3 ] {} <Debug> HTTP-Session: 9d183feb-b449-4a8d-9a73-08c8a7b93d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1850 2024.10.10 04:26:10.399090 [ 3 ] {} <Debug> HTTP-Session: 9d183feb-b449-4a8d-9a73-08c8a7b93d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1851 2024.10.10 04:26:10.399128 [ 3 ] {} <Trace> HTTP-Session: 9d183feb-b449-4a8d-9a73-08c8a7b93d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1852 2024.10.10 04:26:10.399272 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1853 2024.10.10 04:26:10.399328 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1854 2024.10.10 04:26:10.399588 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1855 2024.10.10 04:26:10.399957 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1856 2024.10.10 04:26:10.400004 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1857 2024.10.10 04:26:10.400523 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1858 2024.10.10 04:26:10.400845 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1859 2024.10.10 04:26:10.400996 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001776 sec., 6756.756756756757 rows/sec., 1.13 MiB/sec.
1860 2024.10.10 04:26:10.401180 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Debug> DynamicQueryHandler: Done processing query
1861 2024.10.10 04:26:10.401205 [ 3 ] {75d64077-ba59-47a2-af71-2d109a58a421} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1862 2024.10.10 04:26:10.401222 [ 3 ] {} <Debug> HTTP-Session: 9d183feb-b449-4a8d-9a73-08c8a7b93d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1863 2024.10.10 04:26:10.401498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1864 2024.10.10 04:26:10.401548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1865 2024.10.10 04:26:10.401567 [ 3 ] {} <Debug> HTTP-Session: 1dedc690-1550-4172-b8bd-f15d96774a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1866 2024.10.10 04:26:10.401583 [ 3 ] {} <Debug> HTTP-Session: 1dedc690-1550-4172-b8bd-f15d96774a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1867 2024.10.10 04:26:10.401598 [ 3 ] {} <Debug> HTTP-Session: 1dedc690-1550-4172-b8bd-f15d96774a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1868 2024.10.10 04:26:10.401630 [ 3 ] {} <Trace> HTTP-Session: 1dedc690-1550-4172-b8bd-f15d96774a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1869 2024.10.10 04:26:10.401792 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1870 2024.10.10 04:26:10.401836 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1871 2024.10.10 04:26:10.402072 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1872 2024.10.10 04:26:10.402521 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1873 2024.10.10 04:26:10.402560 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1874 2024.10.10 04:26:10.402946 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1875 2024.10.10 04:26:10.403310 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1876 2024.10.10 04:26:10.403473 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Debug> executeQuery: Read 213 rows, 19.50 KiB in 0.001753 sec., 121505.98973188818 rows/sec., 10.86 MiB/sec.
1877 2024.10.10 04:26:10.403765 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Debug> DynamicQueryHandler: Done processing query
1878 2024.10.10 04:26:10.403791 [ 3 ] {73de3216-e922-4411-ae43-73896c214efd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1879 2024.10.10 04:26:10.403806 [ 3 ] {} <Debug> HTTP-Session: 1dedc690-1550-4172-b8bd-f15d96774a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1880 2024.10.10 04:26:10.403928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1881 2024.10.10 04:26:10.403975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1882 2024.10.10 04:26:10.403995 [ 3 ] {} <Debug> HTTP-Session: 97e1c34a-d3df-4f15-9832-29651693f470 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1883 2024.10.10 04:26:10.404011 [ 3 ] {} <Debug> HTTP-Session: 97e1c34a-d3df-4f15-9832-29651693f470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1884 2024.10.10 04:26:10.404025 [ 3 ] {} <Debug> HTTP-Session: 97e1c34a-d3df-4f15-9832-29651693f470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1885 2024.10.10 04:26:10.404056 [ 3 ] {} <Trace> HTTP-Session: 97e1c34a-d3df-4f15-9832-29651693f470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1886 2024.10.10 04:26:10.404158 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1887 2024.10.10 04:26:10.404202 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1888 2024.10.10 04:26:10.404449 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1889 2024.10.10 04:26:10.404778 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1890 2024.10.10 04:26:10.404816 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1891 2024.10.10 04:26:10.405162 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1892 2024.10.10 04:26:10.405520 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2024.10.10 04:26:10.405675 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001543 sec., 16202.203499675956 rows/sec., 1.19 MiB/sec.
1894 2024.10.10 04:26:10.405948 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Debug> DynamicQueryHandler: Done processing query
1895 2024.10.10 04:26:10.405973 [ 3 ] {d6d2fd6f-d00b-4cff-9332-8c22f0682685} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1896 2024.10.10 04:26:10.405989 [ 3 ] {} <Debug> HTTP-Session: 97e1c34a-d3df-4f15-9832-29651693f470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1897 2024.10.10 04:26:10.406123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1898 2024.10.10 04:26:10.406173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1899 2024.10.10 04:26:10.406192 [ 3 ] {} <Debug> HTTP-Session: c9020a61-77f0-4478-bfe9-876444a24ced Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1900 2024.10.10 04:26:10.406208 [ 3 ] {} <Debug> HTTP-Session: c9020a61-77f0-4478-bfe9-876444a24ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1901 2024.10.10 04:26:10.406222 [ 3 ] {} <Debug> HTTP-Session: c9020a61-77f0-4478-bfe9-876444a24ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1902 2024.10.10 04:26:10.406254 [ 3 ] {} <Trace> HTTP-Session: c9020a61-77f0-4478-bfe9-876444a24ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1903 2024.10.10 04:26:10.406355 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1904 2024.10.10 04:26:10.406398 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1905 2024.10.10 04:26:10.406642 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1906 2024.10.10 04:26:10.408919 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1907 2024.10.10 04:26:10.408959 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1908 2024.10.10 04:26:10.409325 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1909 2024.10.10 04:26:10.410073 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1910 2024.10.10 04:26:10.410223 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003896 sec., 3593.429158110883 rows/sec., 251.66 KiB/sec.
1911 2024.10.10 04:26:10.410399 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Debug> DynamicQueryHandler: Done processing query
1912 2024.10.10 04:26:10.410425 [ 3 ] {83dbfd30-480e-4940-87d2-57d175ddd028} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1913 2024.10.10 04:26:10.410441 [ 3 ] {} <Debug> HTTP-Session: c9020a61-77f0-4478-bfe9-876444a24ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1914 2024.10.10 04:26:10.410553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1915 2024.10.10 04:26:10.410602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1916 2024.10.10 04:26:10.410621 [ 3 ] {} <Debug> HTTP-Session: c69fc142-3347-4230-a037-317cfab4a5db Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1917 2024.10.10 04:26:10.410638 [ 3 ] {} <Debug> HTTP-Session: c69fc142-3347-4230-a037-317cfab4a5db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1918 2024.10.10 04:26:10.410653 [ 3 ] {} <Debug> HTTP-Session: c69fc142-3347-4230-a037-317cfab4a5db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1919 2024.10.10 04:26:10.410684 [ 3 ] {} <Trace> HTTP-Session: c69fc142-3347-4230-a037-317cfab4a5db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1920 2024.10.10 04:26:10.410778 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1921 2024.10.10 04:26:10.410822 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1922 2024.10.10 04:26:10.411048 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1923 2024.10.10 04:26:10.411501 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1924 2024.10.10 04:26:10.411539 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1925 2024.10.10 04:26:10.411885 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1926 2024.10.10 04:26:10.412243 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1927 2024.10.10 04:26:10.412408 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 216.02 KiB/sec.
1928 2024.10.10 04:26:10.412705 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Debug> DynamicQueryHandler: Done processing query
1929 2024.10.10 04:26:10.412729 [ 3 ] {11e7c06c-5276-4a8f-9cd9-dd0dba19343b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1930 2024.10.10 04:26:10.412745 [ 3 ] {} <Debug> HTTP-Session: c69fc142-3347-4230-a037-317cfab4a5db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1931 2024.10.10 04:26:10.413067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 61298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1932 2024.10.10 04:26:10.413116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1933 2024.10.10 04:26:10.413136 [ 3 ] {} <Debug> HTTP-Session: 409808f2-5853-4f01-aab1-5a2ba3ec935f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1934 2024.10.10 04:26:10.413153 [ 3 ] {} <Debug> HTTP-Session: 409808f2-5853-4f01-aab1-5a2ba3ec935f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1935 2024.10.10 04:26:10.413166 [ 3 ] {} <Debug> HTTP-Session: 409808f2-5853-4f01-aab1-5a2ba3ec935f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1936 2024.10.10 04:26:10.413197 [ 3 ] {} <Trace> HTTP-Session: 409808f2-5853-4f01-aab1-5a2ba3ec935f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2024.10.10 04:26:10.413504 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1938 2024.10.10 04:26:10.413550 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1939 2024.10.10 04:26:10.413790 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1940 2024.10.10 04:26:10.414352 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1941 2024.10.10 04:26:10.414389 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1942 2024.10.10 04:26:10.414820 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1943 2024.10.10 04:26:10.415189 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1944 2024.10.10 04:26:10.415350 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Debug> executeQuery: Read 379 rows, 27.45 KiB in 0.002065 sec., 183535.10895883778 rows/sec., 12.98 MiB/sec.
1945 2024.10.10 04:26:10.415522 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Debug> DynamicQueryHandler: Done processing query
1946 2024.10.10 04:26:10.415547 [ 3 ] {6e7f3390-42ae-4475-96f6-3f4205cfe9dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
1947 2024.10.10 04:26:10.415563 [ 3 ] {} <Debug> HTTP-Session: 409808f2-5853-4f01-aab1-5a2ba3ec935f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1948 2024.10.10 04:26:10.415684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1949 2024.10.10 04:26:10.415732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1950 2024.10.10 04:26:10.415751 [ 3 ] {} <Debug> HTTP-Session: eb663875-03d5-4ba1-9b18-3560f1555542 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1951 2024.10.10 04:26:10.415767 [ 3 ] {} <Debug> HTTP-Session: eb663875-03d5-4ba1-9b18-3560f1555542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1952 2024.10.10 04:26:10.415780 [ 3 ] {} <Debug> HTTP-Session: eb663875-03d5-4ba1-9b18-3560f1555542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1953 2024.10.10 04:26:10.415810 [ 3 ] {} <Trace> HTTP-Session: eb663875-03d5-4ba1-9b18-3560f1555542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1954 2024.10.10 04:26:10.415904 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1955 2024.10.10 04:26:10.415948 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1956 2024.10.10 04:26:10.416075 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1957 2024.10.10 04:26:10.416335 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1958 2024.10.10 04:26:10.416371 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1959 2024.10.10 04:26:10.416737 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1960 2024.10.10 04:26:10.417056 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1961 2024.10.10 04:26:10.417209 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec.
1962 2024.10.10 04:26:10.417489 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Debug> DynamicQueryHandler: Done processing query
1963 2024.10.10 04:26:10.417514 [ 3 ] {1b83fc92-5fdd-4655-90ad-92169d687eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1964 2024.10.10 04:26:10.417530 [ 3 ] {} <Debug> HTTP-Session: eb663875-03d5-4ba1-9b18-3560f1555542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1965 2024.10.10 04:26:10.417779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 35095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1966 2024.10.10 04:26:10.417827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1967 2024.10.10 04:26:10.417846 [ 3 ] {} <Debug> HTTP-Session: c687fa21-3d2f-47ee-bae7-d2685605d10a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1968 2024.10.10 04:26:10.417862 [ 3 ] {} <Debug> HTTP-Session: c687fa21-3d2f-47ee-bae7-d2685605d10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1969 2024.10.10 04:26:10.417875 [ 3 ] {} <Debug> HTTP-Session: c687fa21-3d2f-47ee-bae7-d2685605d10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1970 2024.10.10 04:26:10.417905 [ 3 ] {} <Trace> HTTP-Session: c687fa21-3d2f-47ee-bae7-d2685605d10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1971 2024.10.10 04:26:10.418080 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1972 2024.10.10 04:26:10.418126 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1973 2024.10.10 04:26:10.418288 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1974 2024.10.10 04:26:10.418676 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2024.10.10 04:26:10.418711 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1976 2024.10.10 04:26:10.419083 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1977 2024.10.10 04:26:10.419414 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1978 2024.10.10 04:26:10.419580 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001594 sec., 117314.93099121707 rows/sec., 7.79 MiB/sec.
1979 2024.10.10 04:26:10.419894 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Debug> DynamicQueryHandler: Done processing query
1980 2024.10.10 04:26:10.419918 [ 3 ] {0243bca9-d636-43c0-9e0d-dd5f7798b911} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
1981 2024.10.10 04:26:10.419934 [ 3 ] {} <Debug> HTTP-Session: c687fa21-3d2f-47ee-bae7-d2685605d10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1982 2024.10.10 04:26:10.420041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1983 2024.10.10 04:26:10.420088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1984 2024.10.10 04:26:10.420107 [ 3 ] {} <Debug> HTTP-Session: eb6da98e-1a19-4456-86cb-5e15dca30c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
1985 2024.10.10 04:26:10.420123 [ 3 ] {} <Debug> HTTP-Session: eb6da98e-1a19-4456-86cb-5e15dca30c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1986 2024.10.10 04:26:10.420137 [ 3 ] {} <Debug> HTTP-Session: eb6da98e-1a19-4456-86cb-5e15dca30c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1987 2024.10.10 04:26:10.420168 [ 3 ] {} <Trace> HTTP-Session: eb6da98e-1a19-4456-86cb-5e15dca30c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1988 2024.10.10 04:26:10.420261 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1989 2024.10.10 04:26:10.420306 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1990 2024.10.10 04:26:10.420457 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1991 2024.10.10 04:26:10.420716 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1992 2024.10.10 04:26:10.420751 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
1993 2024.10.10 04:26:10.423190 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1994 2024.10.10 04:26:10.423521 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1995 2024.10.10 04:26:10.423665 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00342 sec., 292.39766081871346 rows/sec., 19.70 KiB/sec.
1996 2024.10.10 04:26:10.423827 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Debug> DynamicQueryHandler: Done processing query
1997 2024.10.10 04:26:10.423851 [ 3 ] {661e51cc-59a3-478c-9bc9-9f7843aee046} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1998 2024.10.10 04:26:10.423866 [ 3 ] {} <Debug> HTTP-Session: eb6da98e-1a19-4456-86cb-5e15dca30c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1999 2024.10.10 04:26:10.424122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 40962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2000 2024.10.10 04:26:10.424170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2001 2024.10.10 04:26:10.424189 [ 3 ] {} <Debug> HTTP-Session: 9b883066-0666-433a-923f-1e1cccb9b37d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2002 2024.10.10 04:26:10.424205 [ 3 ] {} <Debug> HTTP-Session: 9b883066-0666-433a-923f-1e1cccb9b37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2003 2024.10.10 04:26:10.424218 [ 3 ] {} <Debug> HTTP-Session: 9b883066-0666-433a-923f-1e1cccb9b37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2004 2024.10.10 04:26:10.424249 [ 3 ] {} <Trace> HTTP-Session: 9b883066-0666-433a-923f-1e1cccb9b37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2005 2024.10.10 04:26:10.424829 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2006 2024.10.10 04:26:10.424893 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2007 2024.10.10 04:26:10.425317 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2008 2024.10.10 04:26:10.425952 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2024.10.10 04:26:10.425988 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2010 2024.10.10 04:26:10.426742 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2011 2024.10.10 04:26:10.427160 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2024.10.10 04:26:10.427339 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002999 sec., 8336.112037345782 rows/sec., 14.94 MiB/sec.
2013 2024.10.10 04:26:10.427557 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Debug> DynamicQueryHandler: Done processing query
2014 2024.10.10 04:26:10.427581 [ 3 ] {1fa71ba9-d7f0-403c-bbc4-a35c6429be17} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2015 2024.10.10 04:26:10.427597 [ 3 ] {} <Debug> HTTP-Session: 9b883066-0666-433a-923f-1e1cccb9b37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2016 2024.10.10 04:26:10.427718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2017 2024.10.10 04:26:10.427765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2018 2024.10.10 04:26:10.427784 [ 3 ] {} <Debug> HTTP-Session: af35b645-a017-40a7-b299-01302a42a85c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2019 2024.10.10 04:26:10.427800 [ 3 ] {} <Debug> HTTP-Session: af35b645-a017-40a7-b299-01302a42a85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2020 2024.10.10 04:26:10.427813 [ 3 ] {} <Debug> HTTP-Session: af35b645-a017-40a7-b299-01302a42a85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2021 2024.10.10 04:26:10.427843 [ 3 ] {} <Trace> HTTP-Session: af35b645-a017-40a7-b299-01302a42a85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2022 2024.10.10 04:26:10.427955 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2023 2024.10.10 04:26:10.427999 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2024 2024.10.10 04:26:10.428125 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2025 2024.10.10 04:26:10.428417 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2026 2024.10.10 04:26:10.428453 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2027 2024.10.10 04:26:10.428816 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2028 2024.10.10 04:26:10.429142 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2029 2024.10.10 04:26:10.429295 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.00138 sec., 44927.53623188406 rows/sec., 2.78 MiB/sec.
2030 2024.10.10 04:26:10.429453 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Debug> DynamicQueryHandler: Done processing query
2031 2024.10.10 04:26:10.429476 [ 3 ] {5946d710-dac4-43f7-a361-25cca1e9a2b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2032 2024.10.10 04:26:10.429492 [ 3 ] {} <Debug> HTTP-Session: af35b645-a017-40a7-b299-01302a42a85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2033 2024.10.10 04:26:15.343804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2034 2024.10.10 04:26:15.343937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2035 2024.10.10 04:26:15.343967 [ 3 ] {} <Debug> HTTP-Session: 321ed82a-01b3-4d86-bb67-1e4a63f06cea Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2036 2024.10.10 04:26:15.343994 [ 3 ] {} <Debug> HTTP-Session: 321ed82a-01b3-4d86-bb67-1e4a63f06cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2037 2024.10.10 04:26:15.344012 [ 3 ] {} <Debug> HTTP-Session: 321ed82a-01b3-4d86-bb67-1e4a63f06cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2038 2024.10.10 04:26:15.344068 [ 3 ] {} <Trace> HTTP-Session: 321ed82a-01b3-4d86-bb67-1e4a63f06cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2024.10.10 04:26:15.344262 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2040 2024.10.10 04:26:15.344326 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2041 2024.10.10 04:26:15.344652 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2042 2024.10.10 04:26:15.345130 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2024.10.10 04:26:15.345167 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2044 2024.10.10 04:26:15.345570 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2045 2024.10.10 04:26:15.345955 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2024.10.10 04:26:15.346098 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Debug> executeQuery: Read 46 rows, 3.90 KiB in 0.001899 sec., 24223.27540810953 rows/sec., 2.01 MiB/sec.
2047 2024.10.10 04:26:15.346294 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Debug> DynamicQueryHandler: Done processing query
2048 2024.10.10 04:26:15.346320 [ 3 ] {f66c6c6d-e820-4c4b-8ac7-5ce841e509ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2049 2024.10.10 04:26:15.346336 [ 3 ] {} <Debug> HTTP-Session: 321ed82a-01b3-4d86-bb67-1e4a63f06cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2050 2024.10.10 04:26:15.346462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2051 2024.10.10 04:26:15.346511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2052 2024.10.10 04:26:15.346531 [ 3 ] {} <Debug> HTTP-Session: 6db5c50d-5501-4646-958f-62d132557c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2053 2024.10.10 04:26:15.346547 [ 3 ] {} <Debug> HTTP-Session: 6db5c50d-5501-4646-958f-62d132557c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2054 2024.10.10 04:26:15.346560 [ 3 ] {} <Debug> HTTP-Session: 6db5c50d-5501-4646-958f-62d132557c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2055 2024.10.10 04:26:15.346592 [ 3 ] {} <Trace> HTTP-Session: 6db5c50d-5501-4646-958f-62d132557c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2056 2024.10.10 04:26:15.346692 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2057 2024.10.10 04:26:15.346736 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2058 2024.10.10 04:26:15.346959 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2059 2024.10.10 04:26:15.347287 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2060 2024.10.10 04:26:15.347323 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2061 2024.10.10 04:26:15.347656 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2062 2024.10.10 04:26:15.348005 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2063 2024.10.10 04:26:15.348139 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001468 sec., 5449.591280653951 rows/sec., 409.78 KiB/sec.
2064 2024.10.10 04:26:15.348472 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Debug> DynamicQueryHandler: Done processing query
2065 2024.10.10 04:26:15.348497 [ 3 ] {c009236a-4d4d-4a25-a940-06a7d5848f8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2066 2024.10.10 04:26:15.348513 [ 3 ] {} <Debug> HTTP-Session: 6db5c50d-5501-4646-958f-62d132557c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2067 2024.10.10 04:26:15.348631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2068 2024.10.10 04:26:15.348679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2069 2024.10.10 04:26:15.348698 [ 3 ] {} <Debug> HTTP-Session: bb62f98c-8bbb-4c2d-9dc7-2ef9c1d7e36c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2070 2024.10.10 04:26:15.348714 [ 3 ] {} <Debug> HTTP-Session: bb62f98c-8bbb-4c2d-9dc7-2ef9c1d7e36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2071 2024.10.10 04:26:15.348728 [ 3 ] {} <Debug> HTTP-Session: bb62f98c-8bbb-4c2d-9dc7-2ef9c1d7e36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2072 2024.10.10 04:26:15.348759 [ 3 ] {} <Trace> HTTP-Session: bb62f98c-8bbb-4c2d-9dc7-2ef9c1d7e36c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2073 2024.10.10 04:26:15.348865 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2074 2024.10.10 04:26:15.348908 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2075 2024.10.10 04:26:15.349156 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2076 2024.10.10 04:26:15.349496 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2024.10.10 04:26:15.349533 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2078 2024.10.10 04:26:15.349898 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2079 2024.10.10 04:26:15.350256 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2080 2024.10.10 04:26:15.350416 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001579 sec., 27865.73780873971 rows/sec., 2.18 MiB/sec.
2081 2024.10.10 04:26:15.350601 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Debug> DynamicQueryHandler: Done processing query
2082 2024.10.10 04:26:15.350625 [ 3 ] {2f01d297-fb39-4262-97dc-e3821a798587} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2083 2024.10.10 04:26:15.350641 [ 3 ] {} <Debug> HTTP-Session: bb62f98c-8bbb-4c2d-9dc7-2ef9c1d7e36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2084 2024.10.10 04:26:15.350794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2085 2024.10.10 04:26:15.350842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2086 2024.10.10 04:26:15.350861 [ 3 ] {} <Debug> HTTP-Session: ec6369f9-63ae-483b-8bbe-726b28cec12e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2087 2024.10.10 04:26:15.350876 [ 3 ] {} <Debug> HTTP-Session: ec6369f9-63ae-483b-8bbe-726b28cec12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2088 2024.10.10 04:26:15.350890 [ 3 ] {} <Debug> HTTP-Session: ec6369f9-63ae-483b-8bbe-726b28cec12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2089 2024.10.10 04:26:15.350921 [ 3 ] {} <Trace> HTTP-Session: ec6369f9-63ae-483b-8bbe-726b28cec12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2090 2024.10.10 04:26:15.351053 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2091 2024.10.10 04:26:15.351100 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2092 2024.10.10 04:26:15.351246 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2093 2024.10.10 04:26:15.351604 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2024.10.10 04:26:15.351640 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2095 2024.10.10 04:26:15.352042 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2096 2024.10.10 04:26:15.352372 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2024.10.10 04:26:15.352532 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00153 sec., 71895.4248366013 rows/sec., 5.02 MiB/sec.
2098 2024.10.10 04:26:15.352701 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Debug> DynamicQueryHandler: Done processing query
2099 2024.10.10 04:26:15.352726 [ 3 ] {b705d348-82a0-4038-90c8-3b3b564ed54b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2100 2024.10.10 04:26:15.352741 [ 3 ] {} <Debug> HTTP-Session: ec6369f9-63ae-483b-8bbe-726b28cec12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2101 2024.10.10 04:26:15.352880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 14115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2102 2024.10.10 04:26:15.352928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2103 2024.10.10 04:26:15.352947 [ 3 ] {} <Debug> HTTP-Session: 78929229-1dbe-439d-bf70-466ea20df06d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2104 2024.10.10 04:26:15.352964 [ 3 ] {} <Debug> HTTP-Session: 78929229-1dbe-439d-bf70-466ea20df06d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2105 2024.10.10 04:26:15.352977 [ 3 ] {} <Debug> HTTP-Session: 78929229-1dbe-439d-bf70-466ea20df06d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2106 2024.10.10 04:26:15.353008 [ 3 ] {} <Trace> HTTP-Session: 78929229-1dbe-439d-bf70-466ea20df06d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2107 2024.10.10 04:26:15.353164 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2108 2024.10.10 04:26:15.353229 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2109 2024.10.10 04:26:15.353652 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2110 2024.10.10 04:26:15.354162 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2024.10.10 04:26:15.354199 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2112 2024.10.10 04:26:15.354897 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2113 2024.10.10 04:26:15.355302 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2024.10.10 04:26:15.355483 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec.
2115 2024.10.10 04:26:15.355709 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Debug> DynamicQueryHandler: Done processing query
2116 2024.10.10 04:26:15.355734 [ 3 ] {f467c4a6-82f2-41b5-ad03-c0dca4b0ebfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2117 2024.10.10 04:26:15.355750 [ 3 ] {} <Debug> HTTP-Session: 78929229-1dbe-439d-bf70-466ea20df06d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2118 2024.10.10 04:26:15.355860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2119 2024.10.10 04:26:15.355908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2120 2024.10.10 04:26:15.355928 [ 3 ] {} <Debug> HTTP-Session: 5cc079fe-5134-4853-b613-619c5a07f869 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2121 2024.10.10 04:26:15.355944 [ 3 ] {} <Debug> HTTP-Session: 5cc079fe-5134-4853-b613-619c5a07f869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2122 2024.10.10 04:26:15.355957 [ 3 ] {} <Debug> HTTP-Session: 5cc079fe-5134-4853-b613-619c5a07f869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2123 2024.10.10 04:26:15.355988 [ 3 ] {} <Trace> HTTP-Session: 5cc079fe-5134-4853-b613-619c5a07f869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2024.10.10 04:26:15.356095 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2125 2024.10.10 04:26:15.356140 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2126 2024.10.10 04:26:15.356266 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2127 2024.10.10 04:26:15.356557 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2128 2024.10.10 04:26:15.356593 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2129 2024.10.10 04:26:15.356962 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2130 2024.10.10 04:26:15.357282 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2131 2024.10.10 04:26:15.357444 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001378 sec., 29027.576197387516 rows/sec., 1.94 MiB/sec.
2132 2024.10.10 04:26:15.357610 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Debug> DynamicQueryHandler: Done processing query
2133 2024.10.10 04:26:15.357634 [ 3 ] {16c3102b-dadd-44a5-b775-e2b8db5f4985} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2134 2024.10.10 04:26:15.357650 [ 3 ] {} <Debug> HTTP-Session: 5cc079fe-5134-4853-b613-619c5a07f869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2135 2024.10.10 04:26:18.462812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 226
2136 2024.10.10 04:26:18.466355 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2137 2024.10.10 04:26:18.466415 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2138 2024.10.10 04:26:18.468307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2139 2024.10.10 04:26:18.469447 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2140 2024.10.10 04:26:18.470011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226
2141 2024.10.10 04:26:20.349824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2142 2024.10.10 04:26:20.349951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2143 2024.10.10 04:26:20.349981 [ 3 ] {} <Debug> HTTP-Session: 1915fcaa-bc13-4a5c-bcc0-7db1fff3cc28 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2144 2024.10.10 04:26:20.350010 [ 3 ] {} <Debug> HTTP-Session: 1915fcaa-bc13-4a5c-bcc0-7db1fff3cc28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2145 2024.10.10 04:26:20.350028 [ 3 ] {} <Debug> HTTP-Session: 1915fcaa-bc13-4a5c-bcc0-7db1fff3cc28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2146 2024.10.10 04:26:20.350086 [ 3 ] {} <Trace> HTTP-Session: 1915fcaa-bc13-4a5c-bcc0-7db1fff3cc28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2147 2024.10.10 04:26:20.350411 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2148 2024.10.10 04:26:20.350483 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2149 2024.10.10 04:26:20.350815 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2150 2024.10.10 04:26:20.351416 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2024.10.10 04:26:20.351463 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2152 2024.10.10 04:26:20.351925 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2153 2024.10.10 04:26:20.352330 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2154 2024.10.10 04:26:20.352522 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Debug> executeQuery: Read 213 rows, 19.50 KiB in 0.002263 sec., 94122.84577993814 rows/sec., 8.41 MiB/sec.
2155 2024.10.10 04:26:20.352524 [ 84 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2156 2024.10.10 04:26:20.352634 [ 84 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2157 2024.10.10 04:26:20.352698 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2158 2024.10.10 04:26:20.352852 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Debug> DynamicQueryHandler: Done processing query
2159 2024.10.10 04:26:20.352892 [ 3 ] {51248d1c-20d3-4517-8d65-9ef4db0aa67b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2160 2024.10.10 04:26:20.352912 [ 3 ] {} <Debug> HTTP-Session: 1915fcaa-bc13-4a5c-bcc0-7db1fff3cc28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2161 2024.10.10 04:26:20.353099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2162 2024.10.10 04:26:20.353159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2163 2024.10.10 04:26:20.353179 [ 3 ] {} <Debug> HTTP-Session: 194dd1e4-e320-4fff-a21e-4bdeecb682a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2164 2024.10.10 04:26:20.353199 [ 3 ] {} <Debug> HTTP-Session: 194dd1e4-e320-4fff-a21e-4bdeecb682a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2165 2024.10.10 04:26:20.353213 [ 3 ] {} <Debug> HTTP-Session: 194dd1e4-e320-4fff-a21e-4bdeecb682a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2166 2024.10.10 04:26:20.353251 [ 3 ] {} <Trace> HTTP-Session: 194dd1e4-e320-4fff-a21e-4bdeecb682a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2167 2024.10.10 04:26:20.353375 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2168 2024.10.10 04:26:20.353426 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2169 2024.10.10 04:26:20.353681 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2170 2024.10.10 04:26:20.354051 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2171 2024.10.10 04:26:20.354090 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2172 2024.10.10 04:26:20.354453 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2173 2024.10.10 04:26:20.354821 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2174 2024.10.10 04:26:20.354985 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001641 sec., 15234.613040828763 rows/sec., 1.12 MiB/sec.
2175 2024.10.10 04:26:20.355165 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
2176 2024.10.10 04:26:20.355213 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Debug> DynamicQueryHandler: Done processing query
2177 2024.10.10 04:26:20.355254 [ 3 ] {aff6a73e-51ad-4764-83ad-5128e111e388} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2178 2024.10.10 04:26:20.355279 [ 3 ] {} <Debug> HTTP-Session: 194dd1e4-e320-4fff-a21e-4bdeecb682a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2179 2024.10.10 04:26:20.355465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2180 2024.10.10 04:26:20.355465 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2181 2024.10.10 04:26:20.355536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2182 2024.10.10 04:26:20.355566 [ 3 ] {} <Debug> HTTP-Session: 9d58c1df-da73-4584-9a8d-75a2756c399a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2183 2024.10.10 04:26:20.355605 [ 3 ] {} <Debug> HTTP-Session: 9d58c1df-da73-4584-9a8d-75a2756c399a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2184 2024.10.10 04:26:20.355604 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2185 2024.10.10 04:26:20.355625 [ 3 ] {} <Debug> HTTP-Session: 9d58c1df-da73-4584-9a8d-75a2756c399a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2186 2024.10.10 04:26:20.355692 [ 3 ] {} <Trace> HTTP-Session: 9d58c1df-da73-4584-9a8d-75a2756c399a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2187 2024.10.10 04:26:20.355933 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 76 rows starting from the beginning of the part
2188 2024.10.10 04:26:20.356033 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2189 2024.10.10 04:26:20.356228 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2190 2024.10.10 04:26:20.356251 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
2191 2024.10.10 04:26:20.356583 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 213 rows starting from the beginning of the part
2192 2024.10.10 04:26:20.356863 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 46 rows starting from the beginning of the part
2193 2024.10.10 04:26:20.357164 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 213 rows starting from the beginning of the part
2194 2024.10.10 04:26:20.357896 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2195 2024.10.10 04:26:20.358740 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2024.10.10 04:26:20.358808 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2197 2024.10.10 04:26:20.359819 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2198 2024.10.10 04:26:20.360219 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.007401553 sec., 78632.14652384439 rows/sec., 7.18 MiB/sec.
2199 2024.10.10 04:26:20.360503 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2200 2024.10.10 04:26:20.360716 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2201 2024.10.10 04:26:20.361200 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005311 sec., 2636.0384108454155 rows/sec., 184.61 KiB/sec.
2202 2024.10.10 04:26:20.361783 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2203 2024.10.10 04:26:20.361798 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Debug> DynamicQueryHandler: Done processing query
2204 2024.10.10 04:26:20.361853 [ 3 ] {b51247bc-f6aa-4e82-894e-f7c38dac14a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2205 2024.10.10 04:26:20.361892 [ 3 ] {} <Debug> HTTP-Session: 9d58c1df-da73-4584-9a8d-75a2756c399a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2206 2024.10.10 04:26:20.361934 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_6_1} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2207 2024.10.10 04:26:20.362046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2208 2024.10.10 04:26:20.362078 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2209 2024.10.10 04:26:20.362126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2210 2024.10.10 04:26:20.362152 [ 3 ] {} <Debug> HTTP-Session: 74e273aa-de7a-44fc-b5af-51897faee8d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2211 2024.10.10 04:26:20.362168 [ 3 ] {} <Debug> HTTP-Session: 74e273aa-de7a-44fc-b5af-51897faee8d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2212 2024.10.10 04:26:20.362182 [ 3 ] {} <Debug> HTTP-Session: 74e273aa-de7a-44fc-b5af-51897faee8d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2213 2024.10.10 04:26:20.362216 [ 3 ] {} <Trace> HTTP-Session: 74e273aa-de7a-44fc-b5af-51897faee8d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2214 2024.10.10 04:26:20.362322 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2215 2024.10.10 04:26:20.362368 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2216 2024.10.10 04:26:20.362626 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2217 2024.10.10 04:26:20.362978 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2218 2024.10.10 04:26:20.363016 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2219 2024.10.10 04:26:20.363376 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2220 2024.10.10 04:26:20.363752 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2221 2024.10.10 04:26:20.363913 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001618 sec., 3708.2818294190356 rows/sec., 219.09 KiB/sec.
2222 2024.10.10 04:26:20.364094 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Debug> DynamicQueryHandler: Done processing query
2223 2024.10.10 04:26:20.364120 [ 3 ] {a88b8411-22dc-4dc5-a4b3-3f1777186acb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2224 2024.10.10 04:26:20.364136 [ 3 ] {} <Debug> HTTP-Session: 74e273aa-de7a-44fc-b5af-51897faee8d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2225 2024.10.10 04:26:20.364364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 61298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2226 2024.10.10 04:26:20.364412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2227 2024.10.10 04:26:20.364432 [ 3 ] {} <Debug> HTTP-Session: 4932f215-b622-406e-b326-898be4a8e7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2228 2024.10.10 04:26:20.364449 [ 3 ] {} <Debug> HTTP-Session: 4932f215-b622-406e-b326-898be4a8e7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2229 2024.10.10 04:26:20.364464 [ 3 ] {} <Debug> HTTP-Session: 4932f215-b622-406e-b326-898be4a8e7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2230 2024.10.10 04:26:20.364495 [ 3 ] {} <Trace> HTTP-Session: 4932f215-b622-406e-b326-898be4a8e7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2024.10.10 04:26:20.364794 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2232 2024.10.10 04:26:20.364840 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2233 2024.10.10 04:26:20.365066 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2234 2024.10.10 04:26:20.365748 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2235 2024.10.10 04:26:20.365785 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2236 2024.10.10 04:26:20.366173 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2237 2024.10.10 04:26:20.366555 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2238 2024.10.10 04:26:20.366715 [ 84 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2239 2024.10.10 04:26:20.366724 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Debug> executeQuery: Read 379 rows, 27.45 KiB in 0.002126 sec., 178269.04985888995 rows/sec., 12.61 MiB/sec.
2240 2024.10.10 04:26:20.366763 [ 84 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2241 2024.10.10 04:26:20.366820 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2242 2024.10.10 04:26:20.367050 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
2243 2024.10.10 04:26:20.367072 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Debug> DynamicQueryHandler: Done processing query
2244 2024.10.10 04:26:20.367123 [ 3 ] {800bbace-b686-4b49-be33-37f8f9ef15b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
2245 2024.10.10 04:26:20.367150 [ 3 ] {} <Debug> HTTP-Session: 4932f215-b622-406e-b326-898be4a8e7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2246 2024.10.10 04:26:20.367289 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2247 2024.10.10 04:26:20.367327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2248 2024.10.10 04:26:20.367366 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
2249 2024.10.10 04:26:20.367415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2250 2024.10.10 04:26:20.367472 [ 3 ] {} <Debug> HTTP-Session: 82058a91-aa02-49e0-945f-501083ca699f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2251 2024.10.10 04:26:20.367544 [ 3 ] {} <Debug> HTTP-Session: 82058a91-aa02-49e0-945f-501083ca699f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2252 2024.10.10 04:26:20.367608 [ 3 ] {} <Debug> HTTP-Session: 82058a91-aa02-49e0-945f-501083ca699f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2253 2024.10.10 04:26:20.367748 [ 3 ] {} <Trace> HTTP-Session: 82058a91-aa02-49e0-945f-501083ca699f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2254 2024.10.10 04:26:20.367748 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 69 rows starting from the beginning of the part
2255 2024.10.10 04:26:20.368071 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2256 2024.10.10 04:26:20.368079 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part
2257 2024.10.10 04:26:20.368186 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2258 2024.10.10 04:26:20.368447 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 379 rows starting from the beginning of the part
2259 2024.10.10 04:26:20.368835 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part
2260 2024.10.10 04:26:20.369126 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2261 2024.10.10 04:26:20.369155 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 379 rows starting from the beginning of the part
2262 2024.10.10 04:26:20.370002 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2263 2024.10.10 04:26:20.370094 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2264 2024.10.10 04:26:20.371169 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2265 2024.10.10 04:26:20.372006 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 915 rows, containing 5 columns (5 merged, 0 gathered) in 0.005047948 sec., 181261.7721101723 rows/sec., 13.74 MiB/sec.
2266 2024.10.10 04:26:20.372017 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2024.10.10 04:26:20.372299 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2268 2024.10.10 04:26:20.372321 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004415 sec., 1359.003397508494 rows/sec., 71.00 KiB/sec.
2269 2024.10.10 04:26:20.372730 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Debug> DynamicQueryHandler: Done processing query
2270 2024.10.10 04:26:20.372797 [ 3 ] {d3c96303-f3c1-408a-82dc-d5b8f96197aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2271 2024.10.10 04:26:20.372841 [ 3 ] {} <Debug> HTTP-Session: 82058a91-aa02-49e0-945f-501083ca699f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2272 2024.10.10 04:26:20.373102 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2024.10.10 04:26:20.373130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 35095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2274 2024.10.10 04:26:20.373208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2275 2024.10.10 04:26:20.373228 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_6_1} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2276 2024.10.10 04:26:20.373237 [ 3 ] {} <Debug> HTTP-Session: 5312040b-87dd-4cf7-bbd2-5c9154db6738 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2277 2024.10.10 04:26:20.373274 [ 3 ] {} <Debug> HTTP-Session: 5312040b-87dd-4cf7-bbd2-5c9154db6738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2278 2024.10.10 04:26:20.373329 [ 3 ] {} <Debug> HTTP-Session: 5312040b-87dd-4cf7-bbd2-5c9154db6738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2279 2024.10.10 04:26:20.373378 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2280 2024.10.10 04:26:20.373399 [ 3 ] {} <Trace> HTTP-Session: 5312040b-87dd-4cf7-bbd2-5c9154db6738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2281 2024.10.10 04:26:20.373605 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2282 2024.10.10 04:26:20.373653 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2283 2024.10.10 04:26:20.373820 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2284 2024.10.10 04:26:20.374254 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2285 2024.10.10 04:26:20.374291 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2286 2024.10.10 04:26:20.374688 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2287 2024.10.10 04:26:20.375043 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2288 2024.10.10 04:26:20.375197 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2289 2024.10.10 04:26:20.375215 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001699 sec., 110064.74396703944 rows/sec., 7.31 MiB/sec.
2290 2024.10.10 04:26:20.375250 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2024.10.10 04:26:20.375320 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2292 2024.10.10 04:26:20.375615 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Debug> DynamicQueryHandler: Done processing query
2293 2024.10.10 04:26:20.375671 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
2294 2024.10.10 04:26:20.375688 [ 3 ] {cd0fd64c-7485-47f8-8749-ad6c0250da68} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2295 2024.10.10 04:26:20.375759 [ 3 ] {} <Debug> HTTP-Session: 5312040b-87dd-4cf7-bbd2-5c9154db6738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2296 2024.10.10 04:26:20.375931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2297 2024.10.10 04:26:20.375978 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2298 2024.10.10 04:26:20.376027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2299 2024.10.10 04:26:20.376065 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
2300 2024.10.10 04:26:20.376080 [ 3 ] {} <Debug> HTTP-Session: d0ba28b7-67b3-4c7e-8ee8-d58d3d9ddc25 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2301 2024.10.10 04:26:20.376119 [ 3 ] {} <Debug> HTTP-Session: d0ba28b7-67b3-4c7e-8ee8-d58d3d9ddc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2302 2024.10.10 04:26:20.376152 [ 3 ] {} <Debug> HTTP-Session: d0ba28b7-67b3-4c7e-8ee8-d58d3d9ddc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2303 2024.10.10 04:26:20.376366 [ 3 ] {} <Trace> HTTP-Session: d0ba28b7-67b3-4c7e-8ee8-d58d3d9ddc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2304 2024.10.10 04:26:20.376378 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
2305 2024.10.10 04:26:20.376569 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part
2306 2024.10.10 04:26:20.376733 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2307 2024.10.10 04:26:20.376862 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 187 rows starting from the beginning of the part
2308 2024.10.10 04:26:20.376913 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2309 2024.10.10 04:26:20.377097 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part
2310 2024.10.10 04:26:20.377427 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 187 rows starting from the beginning of the part
2311 2024.10.10 04:26:20.377982 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2312 2024.10.10 04:26:20.378335 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2313 2024.10.10 04:26:20.378372 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2314 2024.10.10 04:26:20.378722 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2315 2024.10.10 04:26:20.379052 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2316 2024.10.10 04:26:20.379196 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002657 sec., 376.3643206624012 rows/sec., 25.36 KiB/sec.
2317 2024.10.10 04:26:20.379382 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Debug> DynamicQueryHandler: Done processing query
2318 2024.10.10 04:26:20.379406 [ 3 ] {7b2d7f49-7edd-470b-bc42-a49cb5346fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2319 2024.10.10 04:26:20.379423 [ 3 ] {} <Debug> HTTP-Session: d0ba28b7-67b3-4c7e-8ee8-d58d3d9ddc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2320 2024.10.10 04:26:20.379695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 41040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2321 2024.10.10 04:26:20.379745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2322 2024.10.10 04:26:20.379764 [ 3 ] {} <Debug> HTTP-Session: 3d342375-ae96-410d-bac0-98d6ee781375 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2323 2024.10.10 04:26:20.379780 [ 3 ] {} <Debug> HTTP-Session: 3d342375-ae96-410d-bac0-98d6ee781375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2324 2024.10.10 04:26:20.379794 [ 3 ] {} <Debug> HTTP-Session: 3d342375-ae96-410d-bac0-98d6ee781375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2325 2024.10.10 04:26:20.379826 [ 3 ] {} <Trace> HTTP-Session: 3d342375-ae96-410d-bac0-98d6ee781375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2326 2024.10.10 04:26:20.380239 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2327 2024.10.10 04:26:20.380342 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2328 2024.10.10 04:26:20.382501 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2329 2024.10.10 04:26:20.383412 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 5 columns (5 merged, 0 gathered) in 0.007956439 sec., 81694.8386080758 rows/sec., 5.55 MiB/sec.
2330 2024.10.10 04:26:20.383768 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2331 2024.10.10 04:26:20.384133 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2332 2024.10.10 04:26:20.384188 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2333 2024.10.10 04:26:20.384984 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2334 2024.10.10 04:26:20.385161 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2335 2024.10.10 04:26:20.385343 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2336 2024.10.10 04:26:20.385701 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2337 2024.10.10 04:26:20.386139 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2024.10.10 04:26:20.386333 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006411 sec., 3899.547652472313 rows/sec., 6.99 MiB/sec.
2339 2024.10.10 04:26:20.386569 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Debug> DynamicQueryHandler: Done processing query
2340 2024.10.10 04:26:20.386595 [ 3 ] {0c739378-5d18-45f1-bd8e-e32505fcd1ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2341 2024.10.10 04:26:20.386611 [ 3 ] {} <Debug> HTTP-Session: 3d342375-ae96-410d-bac0-98d6ee781375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2342 2024.10.10 04:26:20.386734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2343 2024.10.10 04:26:20.386781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2344 2024.10.10 04:26:20.386801 [ 3 ] {} <Debug> HTTP-Session: a744e473-d709-4b1a-8c61-21e7bd1ce15b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2345 2024.10.10 04:26:20.386817 [ 3 ] {} <Debug> HTTP-Session: a744e473-d709-4b1a-8c61-21e7bd1ce15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2346 2024.10.10 04:26:20.386831 [ 3 ] {} <Debug> HTTP-Session: a744e473-d709-4b1a-8c61-21e7bd1ce15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2347 2024.10.10 04:26:20.386862 [ 3 ] {} <Trace> HTTP-Session: a744e473-d709-4b1a-8c61-21e7bd1ce15b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2348 2024.10.10 04:26:20.386988 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2349 2024.10.10 04:26:20.387035 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2350 2024.10.10 04:26:20.387167 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2351 2024.10.10 04:26:20.387465 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2352 2024.10.10 04:26:20.387502 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2353 2024.10.10 04:26:20.387867 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2354 2024.10.10 04:26:20.388192 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2355 2024.10.10 04:26:20.388336 [ 84 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2356 2024.10.10 04:26:20.388357 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001417 sec., 43754.41072688779 rows/sec., 2.71 MiB/sec.
2357 2024.10.10 04:26:20.388407 [ 84 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2024.10.10 04:26:20.388466 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2359 2024.10.10 04:26:20.388658 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
2360 2024.10.10 04:26:20.388692 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Debug> DynamicQueryHandler: Done processing query
2361 2024.10.10 04:26:20.388742 [ 3 ] {6124829d-77bc-4f9b-9cef-ae2738798dfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2362 2024.10.10 04:26:20.388780 [ 3 ] {} <Debug> HTTP-Session: a744e473-d709-4b1a-8c61-21e7bd1ce15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2363 2024.10.10 04:26:20.388893 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2364 2024.10.10 04:26:20.388933 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
2365 2024.10.10 04:26:20.389056 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part
2366 2024.10.10 04:26:20.389232 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part
2367 2024.10.10 04:26:20.389332 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 62 rows starting from the beginning of the part
2368 2024.10.10 04:26:20.389506 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part
2369 2024.10.10 04:26:20.389599 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 62 rows starting from the beginning of the part
2370 2024.10.10 04:26:20.390625 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 4 columns (4 merged, 0 gathered) in 0.002057146 sec., 112777.60547865828 rows/sec., 7.20 MiB/sec.
2371 2024.10.10 04:26:20.390813 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2372 2024.10.10 04:26:20.391281 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2373 2024.10.10 04:26:20.391358 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_6_1} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2374 2024.10.10 04:26:20.391428 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2375 2024.10.10 04:26:23.381041 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
2376 2024.10.10 04:26:23.381104 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
2377 2024.10.10 04:26:25.344519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2378 2024.10.10 04:26:25.344646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2379 2024.10.10 04:26:25.344674 [ 3 ] {} <Debug> HTTP-Session: 5a75d0fa-bac8-4a3a-9977-60175d2521b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2380 2024.10.10 04:26:25.344705 [ 3 ] {} <Debug> HTTP-Session: 5a75d0fa-bac8-4a3a-9977-60175d2521b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2381 2024.10.10 04:26:25.344723 [ 3 ] {} <Debug> HTTP-Session: 5a75d0fa-bac8-4a3a-9977-60175d2521b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2382 2024.10.10 04:26:25.344787 [ 3 ] {} <Trace> HTTP-Session: 5a75d0fa-bac8-4a3a-9977-60175d2521b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2024.10.10 04:26:25.345014 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2384 2024.10.10 04:26:25.345092 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2385 2024.10.10 04:26:25.345478 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2386 2024.10.10 04:26:25.345950 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2387 2024.10.10 04:26:25.345995 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2388 2024.10.10 04:26:25.346412 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2389 2024.10.10 04:26:25.346812 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2024.10.10 04:26:25.346990 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Debug> executeQuery: Read 46 rows, 3.90 KiB in 0.002042 sec., 22526.934378060723 rows/sec., 1.87 MiB/sec.
2391 2024.10.10 04:26:25.347345 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Debug> DynamicQueryHandler: Done processing query
2392 2024.10.10 04:26:25.347374 [ 3 ] {24680e8d-3d26-45bb-8528-899a81123783} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2393 2024.10.10 04:26:25.347390 [ 3 ] {} <Debug> HTTP-Session: 5a75d0fa-bac8-4a3a-9977-60175d2521b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2394 2024.10.10 04:26:25.347544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2395 2024.10.10 04:26:25.347595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2396 2024.10.10 04:26:25.347614 [ 3 ] {} <Debug> HTTP-Session: 7929d8a0-d84e-4357-8e0a-83f003078932 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2397 2024.10.10 04:26:25.347632 [ 3 ] {} <Debug> HTTP-Session: 7929d8a0-d84e-4357-8e0a-83f003078932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2398 2024.10.10 04:26:25.347646 [ 3 ] {} <Debug> HTTP-Session: 7929d8a0-d84e-4357-8e0a-83f003078932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2399 2024.10.10 04:26:25.347678 [ 3 ] {} <Trace> HTTP-Session: 7929d8a0-d84e-4357-8e0a-83f003078932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2400 2024.10.10 04:26:25.347782 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2401 2024.10.10 04:26:25.347829 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2402 2024.10.10 04:26:25.348077 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2403 2024.10.10 04:26:25.348393 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2024.10.10 04:26:25.348432 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2405 2024.10.10 04:26:25.348781 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2406 2024.10.10 04:26:25.349137 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2407 2024.10.10 04:26:25.349274 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001519 sec., 5266.6227781435155 rows/sec., 396.03 KiB/sec.
2408 2024.10.10 04:26:25.349516 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Debug> DynamicQueryHandler: Done processing query
2409 2024.10.10 04:26:25.349541 [ 3 ] {0900a11e-c198-4a08-b86a-74795563e3a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2410 2024.10.10 04:26:25.349556 [ 3 ] {} <Debug> HTTP-Session: 7929d8a0-d84e-4357-8e0a-83f003078932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2411 2024.10.10 04:26:25.349685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2412 2024.10.10 04:26:25.349732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2413 2024.10.10 04:26:25.349752 [ 3 ] {} <Debug> HTTP-Session: 09dab54b-f7cc-4bce-87ad-144b72673d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2414 2024.10.10 04:26:25.349769 [ 3 ] {} <Debug> HTTP-Session: 09dab54b-f7cc-4bce-87ad-144b72673d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2415 2024.10.10 04:26:25.349782 [ 3 ] {} <Debug> HTTP-Session: 09dab54b-f7cc-4bce-87ad-144b72673d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2416 2024.10.10 04:26:25.349813 [ 3 ] {} <Trace> HTTP-Session: 09dab54b-f7cc-4bce-87ad-144b72673d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2417 2024.10.10 04:26:25.349921 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2418 2024.10.10 04:26:25.349965 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2419 2024.10.10 04:26:25.350216 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2420 2024.10.10 04:26:25.350548 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2421 2024.10.10 04:26:25.350585 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2422 2024.10.10 04:26:25.350947 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2423 2024.10.10 04:26:25.351303 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2424 2024.10.10 04:26:25.351456 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001567 sec., 28079.132099553284 rows/sec., 2.19 MiB/sec.
2425 2024.10.10 04:26:25.351633 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Debug> DynamicQueryHandler: Done processing query
2426 2024.10.10 04:26:25.351659 [ 3 ] {c179c24d-9026-4149-8326-afeb503ffe5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2427 2024.10.10 04:26:25.351675 [ 3 ] {} <Debug> HTTP-Session: 09dab54b-f7cc-4bce-87ad-144b72673d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2428 2024.10.10 04:26:25.351812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2429 2024.10.10 04:26:25.351861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2430 2024.10.10 04:26:25.351880 [ 3 ] {} <Debug> HTTP-Session: dc1ad859-ce61-496f-8afa-5b26ace6cacb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2431 2024.10.10 04:26:25.351896 [ 3 ] {} <Debug> HTTP-Session: dc1ad859-ce61-496f-8afa-5b26ace6cacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2432 2024.10.10 04:26:25.351911 [ 3 ] {} <Debug> HTTP-Session: dc1ad859-ce61-496f-8afa-5b26ace6cacb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2433 2024.10.10 04:26:25.351942 [ 3 ] {} <Trace> HTTP-Session: dc1ad859-ce61-496f-8afa-5b26ace6cacb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2434 2024.10.10 04:26:25.352089 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2435 2024.10.10 04:26:25.352139 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2436 2024.10.10 04:26:25.352288 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2437 2024.10.10 04:26:25.352625 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2438 2024.10.10 04:26:25.352663 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2439 2024.10.10 04:26:25.353051 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2440 2024.10.10 04:26:25.353390 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2441 2024.10.10 04:26:25.353545 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001524 sec., 72178.47769028871 rows/sec., 5.04 MiB/sec.
2442 2024.10.10 04:26:25.353844 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Debug> DynamicQueryHandler: Done processing query
2443 2024.10.10 04:26:25.353871 [ 3 ] {29eb5969-43fa-4122-a808-a0bfe63226db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2444 2024.10.10 04:26:25.353887 [ 3 ] {} <Debug> HTTP-Session: dc1ad859-ce61-496f-8afa-5b26ace6cacb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2445 2024.10.10 04:26:25.354048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 14131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2446 2024.10.10 04:26:25.354098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2447 2024.10.10 04:26:25.354119 [ 3 ] {} <Debug> HTTP-Session: ccf3fa9a-a4a7-4372-aad3-4c29f6d9f31d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2448 2024.10.10 04:26:25.354136 [ 3 ] {} <Debug> HTTP-Session: ccf3fa9a-a4a7-4372-aad3-4c29f6d9f31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2449 2024.10.10 04:26:25.354150 [ 3 ] {} <Debug> HTTP-Session: ccf3fa9a-a4a7-4372-aad3-4c29f6d9f31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2450 2024.10.10 04:26:25.354181 [ 3 ] {} <Trace> HTTP-Session: ccf3fa9a-a4a7-4372-aad3-4c29f6d9f31d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2024.10.10 04:26:25.354336 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2452 2024.10.10 04:26:25.354409 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2453 2024.10.10 04:26:25.354860 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2454 2024.10.10 04:26:25.355407 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2455 2024.10.10 04:26:25.355443 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2456 2024.10.10 04:26:25.356066 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2457 2024.10.10 04:26:25.356491 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2458 2024.10.10 04:26:25.356672 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002409 sec., 3320.8800332088003 rows/sec., 5.95 MiB/sec.
2459 2024.10.10 04:26:25.356896 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Debug> DynamicQueryHandler: Done processing query
2460 2024.10.10 04:26:25.356921 [ 3 ] {107bac74-8865-4ab4-a68c-fac08044eaee} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2461 2024.10.10 04:26:25.356937 [ 3 ] {} <Debug> HTTP-Session: ccf3fa9a-a4a7-4372-aad3-4c29f6d9f31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2462 2024.10.10 04:26:25.357081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2463 2024.10.10 04:26:25.357130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2464 2024.10.10 04:26:25.357150 [ 3 ] {} <Debug> HTTP-Session: c187b831-a5aa-4a16-adc3-0b2eb05a7b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2465 2024.10.10 04:26:25.357166 [ 3 ] {} <Debug> HTTP-Session: c187b831-a5aa-4a16-adc3-0b2eb05a7b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2466 2024.10.10 04:26:25.357180 [ 3 ] {} <Debug> HTTP-Session: c187b831-a5aa-4a16-adc3-0b2eb05a7b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2467 2024.10.10 04:26:25.357211 [ 3 ] {} <Trace> HTTP-Session: c187b831-a5aa-4a16-adc3-0b2eb05a7b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2468 2024.10.10 04:26:25.357322 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2469 2024.10.10 04:26:25.357372 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2470 2024.10.10 04:26:25.357523 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2471 2024.10.10 04:26:25.357800 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2024.10.10 04:26:25.357836 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
2473 2024.10.10 04:26:25.358195 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2474 2024.10.10 04:26:25.358526 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2024.10.10 04:26:25.358691 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001395 sec., 28673.83512544803 rows/sec., 1.91 MiB/sec.
2476 2024.10.10 04:26:25.358987 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Debug> DynamicQueryHandler: Done processing query
2477 2024.10.10 04:26:25.359012 [ 3 ] {df83c5ab-c1e6-4af9-8a22-360758010ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2478 2024.10.10 04:26:25.359027 [ 3 ] {} <Debug> HTTP-Session: c187b831-a5aa-4a16-adc3-0b2eb05a7b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2479 2024.10.10 04:26:28.471190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 258
2480 2024.10.10 04:26:28.474141 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2481 2024.10.10 04:26:28.474199 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2482 2024.10.10 04:26:28.475833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2483 2024.10.10 04:26:28.476884 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2484 2024.10.10 04:26:28.477622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258
2485 2024.10.10 04:26:30.349067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2486 2024.10.10 04:26:30.349186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2487 2024.10.10 04:26:30.349210 [ 3 ] {} <Debug> HTTP-Session: 0230c42d-af1c-4c93-9dae-be8d9fadb11e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2488 2024.10.10 04:26:30.349241 [ 3 ] {} <Debug> HTTP-Session: 0230c42d-af1c-4c93-9dae-be8d9fadb11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2489 2024.10.10 04:26:30.349261 [ 3 ] {} <Debug> HTTP-Session: 0230c42d-af1c-4c93-9dae-be8d9fadb11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2490 2024.10.10 04:26:30.349326 [ 3 ] {} <Trace> HTTP-Session: 0230c42d-af1c-4c93-9dae-be8d9fadb11e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2491 2024.10.10 04:26:30.349571 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2492 2024.10.10 04:26:30.349641 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2493 2024.10.10 04:26:30.350071 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2494 2024.10.10 04:26:30.350642 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2495 2024.10.10 04:26:30.350684 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2496 2024.10.10 04:26:30.351179 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2497 2024.10.10 04:26:30.351597 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2498 2024.10.10 04:26:30.351751 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Debug> executeQuery: Read 213 rows, 19.50 KiB in 0.002279 sec., 93462.04475647213 rows/sec., 8.36 MiB/sec.
2499 2024.10.10 04:26:30.352111 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Debug> DynamicQueryHandler: Done processing query
2500 2024.10.10 04:26:30.352138 [ 3 ] {fb0a760f-9d0f-45a7-a911-f31e939d3a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2501 2024.10.10 04:26:30.352155 [ 3 ] {} <Debug> HTTP-Session: 0230c42d-af1c-4c93-9dae-be8d9fadb11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2502 2024.10.10 04:26:30.352288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2503 2024.10.10 04:26:30.352341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2504 2024.10.10 04:26:30.352362 [ 3 ] {} <Debug> HTTP-Session: 458e6357-c7a3-47fe-bbfd-bdb827e93f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2505 2024.10.10 04:26:30.352379 [ 3 ] {} <Debug> HTTP-Session: 458e6357-c7a3-47fe-bbfd-bdb827e93f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2506 2024.10.10 04:26:30.352393 [ 3 ] {} <Debug> HTTP-Session: 458e6357-c7a3-47fe-bbfd-bdb827e93f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2507 2024.10.10 04:26:30.352425 [ 3 ] {} <Trace> HTTP-Session: 458e6357-c7a3-47fe-bbfd-bdb827e93f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2024.10.10 04:26:30.352545 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2509 2024.10.10 04:26:30.352594 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2510 2024.10.10 04:26:30.352893 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2511 2024.10.10 04:26:30.353277 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.10.10 04:26:30.353320 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2513 2024.10.10 04:26:30.353672 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2514 2024.10.10 04:26:30.354041 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.10.10 04:26:30.354202 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001676 sec., 14916.467780429595 rows/sec., 1.10 MiB/sec.
2516 2024.10.10 04:26:30.354204 [ 68 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2517 2024.10.10 04:26:30.354318 [ 68 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2518 2024.10.10 04:26:30.354366 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2519 2024.10.10 04:26:30.354485 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Debug> DynamicQueryHandler: Done processing query
2520 2024.10.10 04:26:30.354558 [ 3 ] {fd34a49a-713d-44ed-a3a5-755c2f50e848} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2521 2024.10.10 04:26:30.354632 [ 3 ] {} <Debug> HTTP-Session: 458e6357-c7a3-47fe-bbfd-bdb827e93f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2522 2024.10.10 04:26:30.354765 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
2523 2024.10.10 04:26:30.354837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2524 2024.10.10 04:26:30.354946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2525 2024.10.10 04:26:30.355001 [ 3 ] {} <Debug> HTTP-Session: afc1e184-a519-41e3-bbee-45cf0393779c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2526 2024.10.10 04:26:30.355052 [ 3 ] {} <Debug> HTTP-Session: afc1e184-a519-41e3-bbee-45cf0393779c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2527 2024.10.10 04:26:30.355094 [ 3 ] {} <Debug> HTTP-Session: afc1e184-a519-41e3-bbee-45cf0393779c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2528 2024.10.10 04:26:30.355165 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2529 2024.10.10 04:26:30.355179 [ 3 ] {} <Trace> HTTP-Session: afc1e184-a519-41e3-bbee-45cf0393779c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2530 2024.10.10 04:26:30.355244 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
2531 2024.10.10 04:26:30.355474 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2532 2024.10.10 04:26:30.355482 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part
2533 2024.10.10 04:26:30.355642 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2534 2024.10.10 04:26:30.355861 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2535 2024.10.10 04:26:30.356161 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
2536 2024.10.10 04:26:30.356490 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2537 2024.10.10 04:26:30.356847 [ 197 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part
2538 2024.10.10 04:26:30.357592 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2539 2024.10.10 04:26:30.358463 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2024.10.10 04:26:30.358540 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2541 2024.10.10 04:26:30.359788 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2542 2024.10.10 04:26:30.359884 [ 186 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 5 columns (5 merged, 0 gathered) in 0.005425959 sec., 21010.11083939263 rows/sec., 1.62 MiB/sec.
2543 2024.10.10 04:26:30.360189 [ 186 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2544 2024.10.10 04:26:30.360590 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2545 2024.10.10 04:26:30.361088 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005747 sec., 2436.0535931790496 rows/sec., 170.61 KiB/sec.
2546 2024.10.10 04:26:30.361360 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2547 2024.10.10 04:26:30.361475 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Debug> DynamicQueryHandler: Done processing query
2548 2024.10.10 04:26:30.361520 [ 3 ] {8a9d55f5-ba75-46fa-9ebd-9f6ba7bf1f80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2549 2024.10.10 04:26:30.361542 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_6_1} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2550 2024.10.10 04:26:30.361554 [ 3 ] {} <Debug> HTTP-Session: afc1e184-a519-41e3-bbee-45cf0393779c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2551 2024.10.10 04:26:30.361711 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2552 2024.10.10 04:26:30.361715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2553 2024.10.10 04:26:30.361801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2554 2024.10.10 04:26:30.361821 [ 3 ] {} <Debug> HTTP-Session: 719fa532-a32d-4112-9ad8-ddc2c8c3acaa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2555 2024.10.10 04:26:30.361838 [ 3 ] {} <Debug> HTTP-Session: 719fa532-a32d-4112-9ad8-ddc2c8c3acaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2556 2024.10.10 04:26:30.361852 [ 3 ] {} <Debug> HTTP-Session: 719fa532-a32d-4112-9ad8-ddc2c8c3acaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2557 2024.10.10 04:26:30.361884 [ 3 ] {} <Trace> HTTP-Session: 719fa532-a32d-4112-9ad8-ddc2c8c3acaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2558 2024.10.10 04:26:30.361989 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2559 2024.10.10 04:26:30.362035 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2560 2024.10.10 04:26:30.362294 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2561 2024.10.10 04:26:30.362623 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2562 2024.10.10 04:26:30.362661 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2563 2024.10.10 04:26:30.363025 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2564 2024.10.10 04:26:30.363405 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2565 2024.10.10 04:26:30.363560 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 222.81 KiB/sec.
2566 2024.10.10 04:26:30.363731 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Debug> DynamicQueryHandler: Done processing query
2567 2024.10.10 04:26:30.363756 [ 3 ] {e553ecfc-8e04-4511-b39e-bd614c863db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2568 2024.10.10 04:26:30.363773 [ 3 ] {} <Debug> HTTP-Session: 719fa532-a32d-4112-9ad8-ddc2c8c3acaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2569 2024.10.10 04:26:30.363920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 61298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2570 2024.10.10 04:26:30.363971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2571 2024.10.10 04:26:30.363991 [ 3 ] {} <Debug> HTTP-Session: 09ac6306-b942-49cd-9fac-6856b609f80b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2572 2024.10.10 04:26:30.364008 [ 3 ] {} <Debug> HTTP-Session: 09ac6306-b942-49cd-9fac-6856b609f80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2573 2024.10.10 04:26:30.364023 [ 3 ] {} <Debug> HTTP-Session: 09ac6306-b942-49cd-9fac-6856b609f80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2574 2024.10.10 04:26:30.364054 [ 3 ] {} <Trace> HTTP-Session: 09ac6306-b942-49cd-9fac-6856b609f80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2575 2024.10.10 04:26:30.364269 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2576 2024.10.10 04:26:30.364313 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2577 2024.10.10 04:26:30.364532 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2578 2024.10.10 04:26:30.365070 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2579 2024.10.10 04:26:30.365108 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2580 2024.10.10 04:26:30.365490 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2581 2024.10.10 04:26:30.365867 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2582 2024.10.10 04:26:30.366025 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Debug> executeQuery: Read 379 rows, 27.45 KiB in 0.00187 sec., 202673.79679144386 rows/sec., 14.33 MiB/sec.
2583 2024.10.10 04:26:30.366351 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Debug> DynamicQueryHandler: Done processing query
2584 2024.10.10 04:26:30.366376 [ 3 ] {5413708f-e417-4ffd-aae2-faa73060baeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
2585 2024.10.10 04:26:30.366393 [ 3 ] {} <Debug> HTTP-Session: 09ac6306-b942-49cd-9fac-6856b609f80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2586 2024.10.10 04:26:30.366528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2587 2024.10.10 04:26:30.366585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2588 2024.10.10 04:26:30.366607 [ 3 ] {} <Debug> HTTP-Session: b8647ef4-2251-4715-bcdc-904049e277e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2589 2024.10.10 04:26:30.366625 [ 3 ] {} <Debug> HTTP-Session: b8647ef4-2251-4715-bcdc-904049e277e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2590 2024.10.10 04:26:30.366639 [ 3 ] {} <Debug> HTTP-Session: b8647ef4-2251-4715-bcdc-904049e277e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2591 2024.10.10 04:26:30.366671 [ 3 ] {} <Trace> HTTP-Session: b8647ef4-2251-4715-bcdc-904049e277e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2592 2024.10.10 04:26:30.366777 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2593 2024.10.10 04:26:30.366823 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2594 2024.10.10 04:26:30.366976 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2595 2024.10.10 04:26:30.367250 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2024.10.10 04:26:30.367298 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2597 2024.10.10 04:26:30.367674 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2598 2024.10.10 04:26:30.368007 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2599 2024.10.10 04:26:30.368162 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec.
2600 2024.10.10 04:26:30.368341 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Debug> DynamicQueryHandler: Done processing query
2601 2024.10.10 04:26:30.368366 [ 3 ] {5ad93d4d-1a53-4738-ad6e-25e3f35b3062} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2602 2024.10.10 04:26:30.368382 [ 3 ] {} <Debug> HTTP-Session: b8647ef4-2251-4715-bcdc-904049e277e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2603 2024.10.10 04:26:30.368562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 35095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2604 2024.10.10 04:26:30.368610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2605 2024.10.10 04:26:30.368629 [ 3 ] {} <Debug> HTTP-Session: f4d9a4c8-be0b-4a82-bc17-4c2aaa63292a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2606 2024.10.10 04:26:30.368647 [ 3 ] {} <Debug> HTTP-Session: f4d9a4c8-be0b-4a82-bc17-4c2aaa63292a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2607 2024.10.10 04:26:30.368661 [ 3 ] {} <Debug> HTTP-Session: f4d9a4c8-be0b-4a82-bc17-4c2aaa63292a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2608 2024.10.10 04:26:30.368693 [ 3 ] {} <Trace> HTTP-Session: f4d9a4c8-be0b-4a82-bc17-4c2aaa63292a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2609 2024.10.10 04:26:30.368870 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2610 2024.10.10 04:26:30.368919 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2611 2024.10.10 04:26:30.369067 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2612 2024.10.10 04:26:30.369470 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2613 2024.10.10 04:26:30.369506 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2614 2024.10.10 04:26:30.369898 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2615 2024.10.10 04:26:30.370245 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2024.10.10 04:26:30.370415 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001625 sec., 115076.92307692308 rows/sec., 7.64 MiB/sec.
2617 2024.10.10 04:26:30.370586 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Debug> DynamicQueryHandler: Done processing query
2618 2024.10.10 04:26:30.370610 [ 3 ] {c4912e70-2459-4c40-8901-21420c6e3ae6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2619 2024.10.10 04:26:30.370628 [ 3 ] {} <Debug> HTTP-Session: f4d9a4c8-be0b-4a82-bc17-4c2aaa63292a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2620 2024.10.10 04:26:30.370738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2621 2024.10.10 04:26:30.370787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2622 2024.10.10 04:26:30.370806 [ 3 ] {} <Debug> HTTP-Session: cfce789c-ed05-469f-bf39-4592618b33cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2623 2024.10.10 04:26:30.370823 [ 3 ] {} <Debug> HTTP-Session: cfce789c-ed05-469f-bf39-4592618b33cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2624 2024.10.10 04:26:30.370839 [ 3 ] {} <Debug> HTTP-Session: cfce789c-ed05-469f-bf39-4592618b33cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2625 2024.10.10 04:26:30.370869 [ 3 ] {} <Trace> HTTP-Session: cfce789c-ed05-469f-bf39-4592618b33cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2626 2024.10.10 04:26:30.370962 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2627 2024.10.10 04:26:30.371007 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2628 2024.10.10 04:26:30.371138 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2629 2024.10.10 04:26:30.371408 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2630 2024.10.10 04:26:30.371444 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2631 2024.10.10 04:26:30.371798 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2632 2024.10.10 04:26:30.372130 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2633 2024.10.10 04:26:30.372301 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec.
2634 2024.10.10 04:26:30.372466 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Debug> DynamicQueryHandler: Done processing query
2635 2024.10.10 04:26:30.372489 [ 3 ] {c0cc40ee-6198-4e37-889e-72d951b9b462} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2636 2024.10.10 04:26:30.372506 [ 3 ] {} <Debug> HTTP-Session: cfce789c-ed05-469f-bf39-4592618b33cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2637 2024.10.10 04:26:30.372644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 40938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2638 2024.10.10 04:26:30.372693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2639 2024.10.10 04:26:30.372712 [ 3 ] {} <Debug> HTTP-Session: 32d1bb3b-58ac-4587-93fd-45b9c33a3816 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2640 2024.10.10 04:26:30.372729 [ 3 ] {} <Debug> HTTP-Session: 32d1bb3b-58ac-4587-93fd-45b9c33a3816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2641 2024.10.10 04:26:30.372743 [ 3 ] {} <Debug> HTTP-Session: 32d1bb3b-58ac-4587-93fd-45b9c33a3816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2642 2024.10.10 04:26:30.372775 [ 3 ] {} <Trace> HTTP-Session: 32d1bb3b-58ac-4587-93fd-45b9c33a3816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2643 2024.10.10 04:26:30.373076 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2644 2024.10.10 04:26:30.373142 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2645 2024.10.10 04:26:30.373593 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2646 2024.10.10 04:26:30.374268 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2647 2024.10.10 04:26:30.374315 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2648 2024.10.10 04:26:30.374971 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2649 2024.10.10 04:26:30.375407 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2650 2024.10.10 04:26:30.375577 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2651 2024.10.10 04:26:30.375604 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002732 sec., 9150.805270863835 rows/sec., 16.40 MiB/sec.
2652 2024.10.10 04:26:30.375658 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2653 2024.10.10 04:26:30.375747 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2654 2024.10.10 04:26:30.376299 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
2655 2024.10.10 04:26:30.376379 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Debug> DynamicQueryHandler: Done processing query
2656 2024.10.10 04:26:30.376428 [ 3 ] {45efc3db-edae-47a6-b903-aecad885f8c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2657 2024.10.10 04:26:30.376476 [ 3 ] {} <Debug> HTTP-Session: 32d1bb3b-58ac-4587-93fd-45b9c33a3816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2658 2024.10.10 04:26:30.376684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2659 2024.10.10 04:26:30.376809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2660 2024.10.10 04:26:30.376883 [ 3 ] {} <Debug> HTTP-Session: fab326ad-cee6-4aa9-a199-ddfdbda6bfd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2661 2024.10.10 04:26:30.376940 [ 3 ] {} <Debug> HTTP-Session: fab326ad-cee6-4aa9-a199-ddfdbda6bfd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2662 2024.10.10 04:26:30.376987 [ 3 ] {} <Debug> HTTP-Session: fab326ad-cee6-4aa9-a199-ddfdbda6bfd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2663 2024.10.10 04:26:30.377056 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2664 2024.10.10 04:26:30.377074 [ 3 ] {} <Trace> HTTP-Session: fab326ad-cee6-4aa9-a199-ddfdbda6bfd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2024.10.10 04:26:30.377198 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
2666 2024.10.10 04:26:30.377365 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2667 2024.10.10 04:26:30.377550 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2668 2024.10.10 04:26:30.377944 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part
2669 2024.10.10 04:26:30.378499 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2670 2024.10.10 04:26:30.378877 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2671 2024.10.10 04:26:30.379582 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
2672 2024.10.10 04:26:30.379727 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2024.10.10 04:26:30.379816 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2674 2024.10.10 04:26:30.380273 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2675 2024.10.10 04:26:30.380970 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part
2676 2024.10.10 04:26:30.381345 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2677 2024.10.10 04:26:30.382485 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2678 2024.10.10 04:26:30.382865 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.005608 sec., 11055.634807417973 rows/sec., 700.21 KiB/sec.
2679 2024.10.10 04:26:30.383291 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Debug> DynamicQueryHandler: Done processing query
2680 2024.10.10 04:26:30.383348 [ 3 ] {49bff89c-c453-4e43-ac1c-fccf75a95c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2681 2024.10.10 04:26:30.383395 [ 3 ] {} <Debug> HTTP-Session: fab326ad-cee6-4aa9-a199-ddfdbda6bfd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2682 2024.10.10 04:26:30.385365 [ 198 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.009457889 sec., 12053.429681824347 rows/sec., 21.60 MiB/sec.
2683 2024.10.10 04:26:30.385809 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2684 2024.10.10 04:26:30.386647 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2685 2024.10.10 04:26:30.386744 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2686 2024.10.10 04:26:30.386903 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
2687 2024.10.10 04:26:35.344271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2688 2024.10.10 04:26:35.344397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2689 2024.10.10 04:26:35.344421 [ 3 ] {} <Debug> HTTP-Session: b57d8a1e-fd19-48be-87aa-d3dbdb455dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2690 2024.10.10 04:26:35.344447 [ 3 ] {} <Debug> HTTP-Session: b57d8a1e-fd19-48be-87aa-d3dbdb455dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2691 2024.10.10 04:26:35.344462 [ 3 ] {} <Debug> HTTP-Session: b57d8a1e-fd19-48be-87aa-d3dbdb455dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2692 2024.10.10 04:26:35.344512 [ 3 ] {} <Trace> HTTP-Session: b57d8a1e-fd19-48be-87aa-d3dbdb455dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2693 2024.10.10 04:26:35.344705 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2694 2024.10.10 04:26:35.344773 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2695 2024.10.10 04:26:35.345111 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2696 2024.10.10 04:26:35.345582 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2697 2024.10.10 04:26:35.345633 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2698 2024.10.10 04:26:35.346067 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2699 2024.10.10 04:26:35.346452 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2700 2024.10.10 04:26:35.346593 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Debug> executeQuery: Read 46 rows, 3.90 KiB in 0.001953 sec., 23553.507424475167 rows/sec., 1.95 MiB/sec.
2701 2024.10.10 04:26:35.346790 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Debug> DynamicQueryHandler: Done processing query
2702 2024.10.10 04:26:35.346816 [ 3 ] {3955b76f-4f34-4edf-bc19-4bec2eae886b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2703 2024.10.10 04:26:35.346833 [ 3 ] {} <Debug> HTTP-Session: b57d8a1e-fd19-48be-87aa-d3dbdb455dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2704 2024.10.10 04:26:35.346960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2705 2024.10.10 04:26:35.347008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2706 2024.10.10 04:26:35.347027 [ 3 ] {} <Debug> HTTP-Session: 07f80242-fa2f-470e-ac93-144f6016a891 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2707 2024.10.10 04:26:35.347044 [ 3 ] {} <Debug> HTTP-Session: 07f80242-fa2f-470e-ac93-144f6016a891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2708 2024.10.10 04:26:35.347058 [ 3 ] {} <Debug> HTTP-Session: 07f80242-fa2f-470e-ac93-144f6016a891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2709 2024.10.10 04:26:35.347088 [ 3 ] {} <Trace> HTTP-Session: 07f80242-fa2f-470e-ac93-144f6016a891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2710 2024.10.10 04:26:35.347191 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2711 2024.10.10 04:26:35.347237 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2712 2024.10.10 04:26:35.347468 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2713 2024.10.10 04:26:35.347793 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2714 2024.10.10 04:26:35.347830 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2715 2024.10.10 04:26:35.348179 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2716 2024.10.10 04:26:35.348547 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2717 2024.10.10 04:26:35.348676 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001515 sec., 5280.52805280528 rows/sec., 397.07 KiB/sec.
2718 2024.10.10 04:26:35.348888 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Debug> DynamicQueryHandler: Done processing query
2719 2024.10.10 04:26:35.348912 [ 3 ] {3481c03c-d92c-433e-b36c-e059d9154505} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2720 2024.10.10 04:26:35.348929 [ 3 ] {} <Debug> HTTP-Session: 07f80242-fa2f-470e-ac93-144f6016a891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2721 2024.10.10 04:26:35.349051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2722 2024.10.10 04:26:35.349100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2723 2024.10.10 04:26:35.349118 [ 3 ] {} <Debug> HTTP-Session: 2f5a15f6-974c-458a-9ec2-cc1ed9daa740 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2724 2024.10.10 04:26:35.349135 [ 3 ] {} <Debug> HTTP-Session: 2f5a15f6-974c-458a-9ec2-cc1ed9daa740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2725 2024.10.10 04:26:35.349148 [ 3 ] {} <Debug> HTTP-Session: 2f5a15f6-974c-458a-9ec2-cc1ed9daa740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2726 2024.10.10 04:26:35.349179 [ 3 ] {} <Trace> HTTP-Session: 2f5a15f6-974c-458a-9ec2-cc1ed9daa740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2024.10.10 04:26:35.349288 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2728 2024.10.10 04:26:35.349330 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2729 2024.10.10 04:26:35.349552 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2730 2024.10.10 04:26:35.349865 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2024.10.10 04:26:35.349901 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2732 2024.10.10 04:26:35.350246 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2733 2024.10.10 04:26:35.350596 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2024.10.10 04:26:35.350730 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.00147 sec., 29931.972789115647 rows/sec., 2.34 MiB/sec.
2735 2024.10.10 04:26:35.351042 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Debug> DynamicQueryHandler: Done processing query
2736 2024.10.10 04:26:35.351067 [ 3 ] {4f3de1f4-dcb8-4485-8548-563e3a62887b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2737 2024.10.10 04:26:35.351083 [ 3 ] {} <Debug> HTTP-Session: 2f5a15f6-974c-458a-9ec2-cc1ed9daa740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2738 2024.10.10 04:26:35.351242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2739 2024.10.10 04:26:35.351290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2740 2024.10.10 04:26:35.351309 [ 3 ] {} <Debug> HTTP-Session: 26e536dc-76cd-49d2-9139-f72210bb9b90 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2741 2024.10.10 04:26:35.351325 [ 3 ] {} <Debug> HTTP-Session: 26e536dc-76cd-49d2-9139-f72210bb9b90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2742 2024.10.10 04:26:35.351338 [ 3 ] {} <Debug> HTTP-Session: 26e536dc-76cd-49d2-9139-f72210bb9b90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2743 2024.10.10 04:26:35.351369 [ 3 ] {} <Trace> HTTP-Session: 26e536dc-76cd-49d2-9139-f72210bb9b90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2744 2024.10.10 04:26:35.351506 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2745 2024.10.10 04:26:35.351554 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2746 2024.10.10 04:26:35.351717 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2747 2024.10.10 04:26:35.352055 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2748 2024.10.10 04:26:35.352089 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2749 2024.10.10 04:26:35.352465 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2750 2024.10.10 04:26:35.352798 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2751 2024.10.10 04:26:35.352927 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001483 sec., 74173.971679029 rows/sec., 5.18 MiB/sec.
2752 2024.10.10 04:26:35.353093 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Debug> DynamicQueryHandler: Done processing query
2753 2024.10.10 04:26:35.353117 [ 3 ] {1f15198a-dd65-47aa-90f4-43ce9592298a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2754 2024.10.10 04:26:35.353132 [ 3 ] {} <Debug> HTTP-Session: 26e536dc-76cd-49d2-9139-f72210bb9b90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2755 2024.10.10 04:26:35.353253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 14119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2756 2024.10.10 04:26:35.353300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2757 2024.10.10 04:26:35.353319 [ 3 ] {} <Debug> HTTP-Session: 31a3acc1-bc82-43da-975e-2ddf3b15ad75 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2758 2024.10.10 04:26:35.353335 [ 3 ] {} <Debug> HTTP-Session: 31a3acc1-bc82-43da-975e-2ddf3b15ad75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2759 2024.10.10 04:26:35.353349 [ 3 ] {} <Debug> HTTP-Session: 31a3acc1-bc82-43da-975e-2ddf3b15ad75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2760 2024.10.10 04:26:35.353378 [ 3 ] {} <Trace> HTTP-Session: 31a3acc1-bc82-43da-975e-2ddf3b15ad75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2761 2024.10.10 04:26:35.353527 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2762 2024.10.10 04:26:35.353591 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2763 2024.10.10 04:26:35.354007 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2764 2024.10.10 04:26:35.354454 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2765 2024.10.10 04:26:35.354488 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2766 2024.10.10 04:26:35.355103 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2767 2024.10.10 04:26:35.355511 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2768 2024.10.10 04:26:35.355653 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002202 sec., 3633.0608537693006 rows/sec., 6.51 MiB/sec.
2769 2024.10.10 04:26:35.355848 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Debug> DynamicQueryHandler: Done processing query
2770 2024.10.10 04:26:35.355871 [ 3 ] {14f0b0c1-f98e-4743-a0a6-ea811477080a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2771 2024.10.10 04:26:35.355886 [ 3 ] {} <Debug> HTTP-Session: 31a3acc1-bc82-43da-975e-2ddf3b15ad75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2772 2024.10.10 04:26:35.355992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2773 2024.10.10 04:26:35.356039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2774 2024.10.10 04:26:35.356058 [ 3 ] {} <Debug> HTTP-Session: b6686b88-3c68-46d5-84be-5a1bedc83d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2775 2024.10.10 04:26:35.356074 [ 3 ] {} <Debug> HTTP-Session: b6686b88-3c68-46d5-84be-5a1bedc83d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2776 2024.10.10 04:26:35.356087 [ 3 ] {} <Debug> HTTP-Session: b6686b88-3c68-46d5-84be-5a1bedc83d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2777 2024.10.10 04:26:35.356117 [ 3 ] {} <Trace> HTTP-Session: b6686b88-3c68-46d5-84be-5a1bedc83d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2024.10.10 04:26:35.356226 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2779 2024.10.10 04:26:35.356271 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2780 2024.10.10 04:26:35.356395 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2781 2024.10.10 04:26:35.356671 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2782 2024.10.10 04:26:35.356711 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2783 2024.10.10 04:26:35.357084 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2784 2024.10.10 04:26:35.357401 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2785 2024.10.10 04:26:35.357523 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001337 sec., 29917.726252804787 rows/sec., 2.00 MiB/sec.
2786 2024.10.10 04:26:35.357680 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Debug> DynamicQueryHandler: Done processing query
2787 2024.10.10 04:26:35.357703 [ 3 ] {8f237351-6347-4542-a0ed-1a92ac5b08d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2788 2024.10.10 04:26:35.357718 [ 3 ] {} <Debug> HTTP-Session: b6686b88-3c68-46d5-84be-5a1bedc83d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2789 2024.10.10 04:26:38.381169 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
2790 2024.10.10 04:26:38.381272 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
2791 2024.10.10 04:26:38.478702 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 290
2792 2024.10.10 04:26:38.481688 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2793 2024.10.10 04:26:38.481750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2794 2024.10.10 04:26:38.483357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2795 2024.10.10 04:26:38.484502 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2796 2024.10.10 04:26:38.484709 [ 56 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2797 2024.10.10 04:26:38.484824 [ 56 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2024.10.10 04:26:38.484888 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2799 2024.10.10 04:26:38.485514 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
2800 2024.10.10 04:26:38.486338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 290
2801 2024.10.10 04:26:38.487003 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2802 2024.10.10 04:26:38.487183 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
2803 2024.10.10 04:26:38.487696 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part
2804 2024.10.10 04:26:38.488274 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
2805 2024.10.10 04:26:38.488806 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
2806 2024.10.10 04:26:38.489363 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
2807 2024.10.10 04:26:38.489861 [ 196 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part
2808 2024.10.10 04:26:38.540813 [ 197 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 72 columns (72 merged, 0 gathered) in 0.05576033 sec., 5200.830052476375 rows/sec., 4.60 MiB/sec.
2809 2024.10.10 04:26:38.541848 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2810 2024.10.10 04:26:38.543524 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2811 2024.10.10 04:26:38.543605 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_6_1} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2812 2024.10.10 04:26:38.543927 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB.
2813 2024.10.10 04:26:39.001144 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 142.75 MiB, peak 151.28 MiB, free memory in arenas 0.00 B, will set to 144.27 MiB (RSS), difference: 1.52 MiB
2814 2024.10.10 04:26:40.349842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2815 2024.10.10 04:26:40.349949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2816 2024.10.10 04:26:40.349975 [ 3 ] {} <Debug> HTTP-Session: 67f16411-6aec-4074-b7a7-0bbae3654ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2817 2024.10.10 04:26:40.350000 [ 3 ] {} <Debug> HTTP-Session: 67f16411-6aec-4074-b7a7-0bbae3654ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2818 2024.10.10 04:26:40.350015 [ 3 ] {} <Debug> HTTP-Session: 67f16411-6aec-4074-b7a7-0bbae3654ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2819 2024.10.10 04:26:40.350066 [ 3 ] {} <Trace> HTTP-Session: 67f16411-6aec-4074-b7a7-0bbae3654ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2820 2024.10.10 04:26:40.350302 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2821 2024.10.10 04:26:40.350368 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2822 2024.10.10 04:26:40.350697 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2823 2024.10.10 04:26:40.351293 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2824 2024.10.10 04:26:40.351332 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2825 2024.10.10 04:26:40.351769 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2826 2024.10.10 04:26:40.352148 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2827 2024.10.10 04:26:40.352302 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Debug> executeQuery: Read 213 rows, 19.50 KiB in 0.002102 sec., 101332.06470028544 rows/sec., 9.06 MiB/sec.
2828 2024.10.10 04:26:40.352627 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Debug> DynamicQueryHandler: Done processing query
2829 2024.10.10 04:26:40.352654 [ 3 ] {363a6fa5-c03a-400b-92b1-f5f50089d4d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2830 2024.10.10 04:26:40.352672 [ 3 ] {} <Debug> HTTP-Session: 67f16411-6aec-4074-b7a7-0bbae3654ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2831 2024.10.10 04:26:40.352804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2832 2024.10.10 04:26:40.352855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2833 2024.10.10 04:26:40.352875 [ 3 ] {} <Debug> HTTP-Session: bbee43f8-54a0-4b48-a01d-eca33c667ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2834 2024.10.10 04:26:40.352892 [ 3 ] {} <Debug> HTTP-Session: bbee43f8-54a0-4b48-a01d-eca33c667ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2835 2024.10.10 04:26:40.352906 [ 3 ] {} <Debug> HTTP-Session: bbee43f8-54a0-4b48-a01d-eca33c667ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2836 2024.10.10 04:26:40.352938 [ 3 ] {} <Trace> HTTP-Session: bbee43f8-54a0-4b48-a01d-eca33c667ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2837 2024.10.10 04:26:40.353043 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2838 2024.10.10 04:26:40.353087 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2839 2024.10.10 04:26:40.353344 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2840 2024.10.10 04:26:40.353666 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2841 2024.10.10 04:26:40.353703 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2842 2024.10.10 04:26:40.354066 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2843 2024.10.10 04:26:40.354429 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2024.10.10 04:26:40.354578 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001563 sec., 15994.88163787588 rows/sec., 1.17 MiB/sec.
2845 2024.10.10 04:26:40.354756 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Debug> DynamicQueryHandler: Done processing query
2846 2024.10.10 04:26:40.354781 [ 3 ] {5142ef00-e9e5-404b-b9dc-b13de264c678} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2847 2024.10.10 04:26:40.354798 [ 3 ] {} <Debug> HTTP-Session: bbee43f8-54a0-4b48-a01d-eca33c667ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2848 2024.10.10 04:26:40.354909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2849 2024.10.10 04:26:40.354959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2850 2024.10.10 04:26:40.354978 [ 3 ] {} <Debug> HTTP-Session: b1f19417-9f44-47fb-8e7a-b022d95d27c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2851 2024.10.10 04:26:40.354995 [ 3 ] {} <Debug> HTTP-Session: b1f19417-9f44-47fb-8e7a-b022d95d27c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2852 2024.10.10 04:26:40.355009 [ 3 ] {} <Debug> HTTP-Session: b1f19417-9f44-47fb-8e7a-b022d95d27c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2853 2024.10.10 04:26:40.355040 [ 3 ] {} <Trace> HTTP-Session: b1f19417-9f44-47fb-8e7a-b022d95d27c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2854 2024.10.10 04:26:40.355137 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2855 2024.10.10 04:26:40.355179 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2856 2024.10.10 04:26:40.355409 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2857 2024.10.10 04:26:40.355727 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2858 2024.10.10 04:26:40.355763 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2859 2024.10.10 04:26:40.356115 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2860 2024.10.10 04:26:40.356479 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2861 2024.10.10 04:26:40.356637 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec.
2862 2024.10.10 04:26:40.356814 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Debug> DynamicQueryHandler: Done processing query
2863 2024.10.10 04:26:40.356838 [ 3 ] {dd75376e-f5ea-4e95-a5a9-be5965116391} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2864 2024.10.10 04:26:40.356854 [ 3 ] {} <Debug> HTTP-Session: b1f19417-9f44-47fb-8e7a-b022d95d27c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2865 2024.10.10 04:26:40.356955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2866 2024.10.10 04:26:40.357005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2867 2024.10.10 04:26:40.357024 [ 3 ] {} <Debug> HTTP-Session: 47d62f9b-fe3b-4e41-ba56-fab286087e88 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2868 2024.10.10 04:26:40.357040 [ 3 ] {} <Debug> HTTP-Session: 47d62f9b-fe3b-4e41-ba56-fab286087e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2869 2024.10.10 04:26:40.357054 [ 3 ] {} <Debug> HTTP-Session: 47d62f9b-fe3b-4e41-ba56-fab286087e88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2870 2024.10.10 04:26:40.357086 [ 3 ] {} <Trace> HTTP-Session: 47d62f9b-fe3b-4e41-ba56-fab286087e88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2871 2024.10.10 04:26:40.357180 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2872 2024.10.10 04:26:40.357230 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2873 2024.10.10 04:26:40.357456 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2874 2024.10.10 04:26:40.357754 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2875 2024.10.10 04:26:40.357791 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2876 2024.10.10 04:26:40.358135 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2877 2024.10.10 04:26:40.358521 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2878 2024.10.10 04:26:40.358692 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 232.61 KiB/sec.
2879 2024.10.10 04:26:40.358900 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Debug> DynamicQueryHandler: Done processing query
2880 2024.10.10 04:26:40.358923 [ 3 ] {3b4cbb00-c73c-4d35-b6cb-c57fac558b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2881 2024.10.10 04:26:40.358939 [ 3 ] {} <Debug> HTTP-Session: 47d62f9b-fe3b-4e41-ba56-fab286087e88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2882 2024.10.10 04:26:40.359110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 61298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2883 2024.10.10 04:26:40.359161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2884 2024.10.10 04:26:40.359181 [ 3 ] {} <Debug> HTTP-Session: b38e829d-07e9-465e-96d7-f325323997fd Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2885 2024.10.10 04:26:40.359200 [ 3 ] {} <Debug> HTTP-Session: b38e829d-07e9-465e-96d7-f325323997fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2886 2024.10.10 04:26:40.359216 [ 3 ] {} <Debug> HTTP-Session: b38e829d-07e9-465e-96d7-f325323997fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2887 2024.10.10 04:26:40.359247 [ 3 ] {} <Trace> HTTP-Session: b38e829d-07e9-465e-96d7-f325323997fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2024.10.10 04:26:40.359458 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2889 2024.10.10 04:26:40.359501 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2890 2024.10.10 04:26:40.359726 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2891 2024.10.10 04:26:40.360259 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2892 2024.10.10 04:26:40.360297 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2893 2024.10.10 04:26:40.360676 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2894 2024.10.10 04:26:40.361035 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2895 2024.10.10 04:26:40.361191 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Debug> executeQuery: Read 379 rows, 27.45 KiB in 0.001839 sec., 206090.26644915715 rows/sec., 14.58 MiB/sec.
2896 2024.10.10 04:26:40.361510 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Debug> DynamicQueryHandler: Done processing query
2897 2024.10.10 04:26:40.361535 [ 3 ] {c3d83480-4135-4942-8a44-8b0fa90144e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
2898 2024.10.10 04:26:40.361552 [ 3 ] {} <Debug> HTTP-Session: b38e829d-07e9-465e-96d7-f325323997fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2899 2024.10.10 04:26:40.361660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2900 2024.10.10 04:26:40.361710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2901 2024.10.10 04:26:40.361733 [ 3 ] {} <Debug> HTTP-Session: f5af5f62-cc33-4041-a462-c86a360f7188 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2902 2024.10.10 04:26:40.361753 [ 3 ] {} <Debug> HTTP-Session: f5af5f62-cc33-4041-a462-c86a360f7188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2903 2024.10.10 04:26:40.361770 [ 3 ] {} <Debug> HTTP-Session: f5af5f62-cc33-4041-a462-c86a360f7188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2904 2024.10.10 04:26:40.361802 [ 3 ] {} <Trace> HTTP-Session: f5af5f62-cc33-4041-a462-c86a360f7188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2024.10.10 04:26:40.361899 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2906 2024.10.10 04:26:40.361943 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2907 2024.10.10 04:26:40.362091 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2908 2024.10.10 04:26:40.362360 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2909 2024.10.10 04:26:40.362396 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2910 2024.10.10 04:26:40.362755 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2911 2024.10.10 04:26:40.363080 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2912 2024.10.10 04:26:40.363244 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec.
2913 2024.10.10 04:26:40.363420 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Debug> DynamicQueryHandler: Done processing query
2914 2024.10.10 04:26:40.363444 [ 3 ] {222b9ec5-bcb1-4aca-a431-c520a4961352} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2915 2024.10.10 04:26:40.363460 [ 3 ] {} <Debug> HTTP-Session: f5af5f62-cc33-4041-a462-c86a360f7188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2916 2024.10.10 04:26:40.363664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 35095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2917 2024.10.10 04:26:40.363716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2918 2024.10.10 04:26:40.363736 [ 3 ] {} <Debug> HTTP-Session: 9170416b-e6fe-4535-bc05-149014fb1221 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2919 2024.10.10 04:26:40.363752 [ 3 ] {} <Debug> HTTP-Session: 9170416b-e6fe-4535-bc05-149014fb1221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2920 2024.10.10 04:26:40.363766 [ 3 ] {} <Debug> HTTP-Session: 9170416b-e6fe-4535-bc05-149014fb1221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2921 2024.10.10 04:26:40.363797 [ 3 ] {} <Trace> HTTP-Session: 9170416b-e6fe-4535-bc05-149014fb1221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2922 2024.10.10 04:26:40.363949 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2923 2024.10.10 04:26:40.363995 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2924 2024.10.10 04:26:40.364146 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2925 2024.10.10 04:26:40.364574 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2926 2024.10.10 04:26:40.364611 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2927 2024.10.10 04:26:40.364998 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2928 2024.10.10 04:26:40.365354 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2024.10.10 04:26:40.365518 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001636 sec., 114303.17848410757 rows/sec., 7.59 MiB/sec.
2930 2024.10.10 04:26:40.365693 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Debug> DynamicQueryHandler: Done processing query
2931 2024.10.10 04:26:40.365718 [ 3 ] {5c3ca366-cb9d-4aa9-9b49-6b1be893df1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2932 2024.10.10 04:26:40.365735 [ 3 ] {} <Debug> HTTP-Session: 9170416b-e6fe-4535-bc05-149014fb1221 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2933 2024.10.10 04:26:40.365846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2934 2024.10.10 04:26:40.365896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2935 2024.10.10 04:26:40.365915 [ 3 ] {} <Debug> HTTP-Session: 710748a3-b255-4cf9-9472-e5a7c85509c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2936 2024.10.10 04:26:40.365932 [ 3 ] {} <Debug> HTTP-Session: 710748a3-b255-4cf9-9472-e5a7c85509c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2937 2024.10.10 04:26:40.365946 [ 3 ] {} <Debug> HTTP-Session: 710748a3-b255-4cf9-9472-e5a7c85509c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2938 2024.10.10 04:26:40.365977 [ 3 ] {} <Trace> HTTP-Session: 710748a3-b255-4cf9-9472-e5a7c85509c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2939 2024.10.10 04:26:40.366069 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2940 2024.10.10 04:26:40.366113 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2941 2024.10.10 04:26:40.366249 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2942 2024.10.10 04:26:40.366516 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2943 2024.10.10 04:26:40.366552 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2944 2024.10.10 04:26:40.366905 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2945 2024.10.10 04:26:40.367230 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2946 2024.10.10 04:26:40.367371 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec.
2947 2024.10.10 04:26:40.367581 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Debug> DynamicQueryHandler: Done processing query
2948 2024.10.10 04:26:40.367605 [ 3 ] {14834956-ab60-4032-88b3-0ca4da5e16ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2949 2024.10.10 04:26:40.367621 [ 3 ] {} <Debug> HTTP-Session: 710748a3-b255-4cf9-9472-e5a7c85509c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2950 2024.10.10 04:26:40.367794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 40944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2951 2024.10.10 04:26:40.367844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2952 2024.10.10 04:26:40.367864 [ 3 ] {} <Debug> HTTP-Session: 54ad6ced-fab6-43f8-ad4b-d5e87b630382 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2953 2024.10.10 04:26:40.367881 [ 3 ] {} <Debug> HTTP-Session: 54ad6ced-fab6-43f8-ad4b-d5e87b630382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2954 2024.10.10 04:26:40.367895 [ 3 ] {} <Debug> HTTP-Session: 54ad6ced-fab6-43f8-ad4b-d5e87b630382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2955 2024.10.10 04:26:40.367926 [ 3 ] {} <Trace> HTTP-Session: 54ad6ced-fab6-43f8-ad4b-d5e87b630382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2956 2024.10.10 04:26:40.368264 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2957 2024.10.10 04:26:40.368329 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2958 2024.10.10 04:26:40.368755 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2959 2024.10.10 04:26:40.369403 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2960 2024.10.10 04:26:40.369440 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2961 2024.10.10 04:26:40.370078 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2962 2024.10.10 04:26:40.370493 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2963 2024.10.10 04:26:40.370674 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002657 sec., 9409.10801656003 rows/sec., 16.86 MiB/sec.
2964 2024.10.10 04:26:40.370902 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Debug> DynamicQueryHandler: Done processing query
2965 2024.10.10 04:26:40.370927 [ 3 ] {270ad7ed-b86c-4f33-a462-d18b66964cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2966 2024.10.10 04:26:40.370943 [ 3 ] {} <Debug> HTTP-Session: 54ad6ced-fab6-43f8-ad4b-d5e87b630382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2967 2024.10.10 04:26:40.371060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2968 2024.10.10 04:26:40.371108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2969 2024.10.10 04:26:40.371128 [ 3 ] {} <Debug> HTTP-Session: 018d97f2-44b7-4b7e-a88a-8930830ad9e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2970 2024.10.10 04:26:40.371144 [ 3 ] {} <Debug> HTTP-Session: 018d97f2-44b7-4b7e-a88a-8930830ad9e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2971 2024.10.10 04:26:40.371158 [ 3 ] {} <Debug> HTTP-Session: 018d97f2-44b7-4b7e-a88a-8930830ad9e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2972 2024.10.10 04:26:40.371190 [ 3 ] {} <Trace> HTTP-Session: 018d97f2-44b7-4b7e-a88a-8930830ad9e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2973 2024.10.10 04:26:40.371310 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2974 2024.10.10 04:26:40.371353 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2975 2024.10.10 04:26:40.371484 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2976 2024.10.10 04:26:40.371783 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2977 2024.10.10 04:26:40.371819 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2978 2024.10.10 04:26:40.372208 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2979 2024.10.10 04:26:40.372536 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2980 2024.10.10 04:26:40.372695 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001414 sec., 43847.24186704385 rows/sec., 2.71 MiB/sec.
2981 2024.10.10 04:26:40.372865 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Debug> DynamicQueryHandler: Done processing query
2982 2024.10.10 04:26:40.372889 [ 3 ] {23c8f623-6242-4c44-991d-2540b4178777} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2983 2024.10.10 04:26:40.372906 [ 3 ] {} <Debug> HTTP-Session: 018d97f2-44b7-4b7e-a88a-8930830ad9e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2984 2024.10.10 04:26:45.344014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2985 2024.10.10 04:26:45.344139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2986 2024.10.10 04:26:45.344168 [ 3 ] {} <Debug> HTTP-Session: 5db7cef8-6c98-418c-af29-798e15c6bcb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
2987 2024.10.10 04:26:45.344194 [ 3 ] {} <Debug> HTTP-Session: 5db7cef8-6c98-418c-af29-798e15c6bcb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2988 2024.10.10 04:26:45.344208 [ 3 ] {} <Debug> HTTP-Session: 5db7cef8-6c98-418c-af29-798e15c6bcb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2989 2024.10.10 04:26:45.344258 [ 3 ] {} <Trace> HTTP-Session: 5db7cef8-6c98-418c-af29-798e15c6bcb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2990 2024.10.10 04:26:45.344453 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2991 2024.10.10 04:26:45.344520 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2992 2024.10.10 04:26:45.344854 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2993 2024.10.10 04:26:45.345329 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2994 2024.10.10 04:26:45.345376 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
2995 2024.10.10 04:26:45.345800 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2996 2024.10.10 04:26:45.346189 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2997 2024.10.10 04:26:45.346376 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Debug> executeQuery: Read 46 rows, 3.90 KiB in 0.001978 sec., 23255.81395348837 rows/sec., 1.93 MiB/sec.
2998 2024.10.10 04:26:45.346375 [ 48 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2999 2024.10.10 04:26:45.346480 [ 48 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3000 2024.10.10 04:26:45.346526 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
3001 2024.10.10 04:26:45.346729 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Debug> DynamicQueryHandler: Done processing query
3002 2024.10.10 04:26:45.346771 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
3003 2024.10.10 04:26:45.346804 [ 3 ] {009ef0fe-e1ef-494d-8923-5f610f116bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3004 2024.10.10 04:26:45.346919 [ 3 ] {} <Debug> HTTP-Session: 5db7cef8-6c98-418c-af29-798e15c6bcb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3005 2024.10.10 04:26:45.347084 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3006 2024.10.10 04:26:45.347126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3007 2024.10.10 04:26:45.347124 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 229 rows starting from the beginning of the part
3008 2024.10.10 04:26:45.347201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3009 2024.10.10 04:26:45.347239 [ 3 ] {} <Debug> HTTP-Session: 97cb88d1-897e-4f89-809e-23632d74537f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3010 2024.10.10 04:26:45.347267 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
3011 2024.10.10 04:26:45.347292 [ 3 ] {} <Debug> HTTP-Session: 97cb88d1-897e-4f89-809e-23632d74537f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3012 2024.10.10 04:26:45.347364 [ 3 ] {} <Debug> HTTP-Session: 97cb88d1-897e-4f89-809e-23632d74537f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3013 2024.10.10 04:26:45.347541 [ 3 ] {} <Trace> HTTP-Session: 97cb88d1-897e-4f89-809e-23632d74537f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3014 2024.10.10 04:26:45.347705 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 213 rows starting from the beginning of the part
3015 2024.10.10 04:26:45.347825 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part
3016 2024.10.10 04:26:45.347856 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3017 2024.10.10 04:26:45.348022 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3018 2024.10.10 04:26:45.348224 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 213 rows starting from the beginning of the part
3019 2024.10.10 04:26:45.348492 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part
3020 2024.10.10 04:26:45.349074 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3021 2024.10.10 04:26:45.349627 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2024.10.10 04:26:45.349675 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3023 2024.10.10 04:26:45.350259 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3024 2024.10.10 04:26:45.350764 [ 198 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.004117593 sec., 192588.2426942148 rows/sec., 17.76 MiB/sec.
3025 2024.10.10 04:26:45.350924 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3026 2024.10.10 04:26:45.351049 [ 198 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3027 2024.10.10 04:26:45.351249 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003454 sec., 2316.1551823972204 rows/sec., 174.16 KiB/sec.
3028 2024.10.10 04:26:45.351848 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Debug> DynamicQueryHandler: Done processing query
3029 2024.10.10 04:26:45.351902 [ 3 ] {90400f92-d131-420b-a395-c454922c4dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3030 2024.10.10 04:26:45.351968 [ 3 ] {} <Debug> HTTP-Session: 97cb88d1-897e-4f89-809e-23632d74537f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3031 2024.10.10 04:26:45.352175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3032 2024.10.10 04:26:45.352237 [ 198 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2024.10.10 04:26:45.352268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3034 2024.10.10 04:26:45.352323 [ 3 ] {} <Debug> HTTP-Session: a49dc3b8-3f23-4bbd-9529-b1aef7dd72a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3035 2024.10.10 04:26:45.352357 [ 3 ] {} <Debug> HTTP-Session: a49dc3b8-3f23-4bbd-9529-b1aef7dd72a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3036 2024.10.10 04:26:45.352380 [ 3 ] {} <Debug> HTTP-Session: a49dc3b8-3f23-4bbd-9529-b1aef7dd72a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3037 2024.10.10 04:26:45.352419 [ 198 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_11_2} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3038 2024.10.10 04:26:45.352435 [ 3 ] {} <Trace> HTTP-Session: a49dc3b8-3f23-4bbd-9529-b1aef7dd72a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3039 2024.10.10 04:26:45.352591 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
3040 2024.10.10 04:26:45.352657 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3041 2024.10.10 04:26:45.352709 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3042 2024.10.10 04:26:45.352969 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3043 2024.10.10 04:26:45.353325 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3044 2024.10.10 04:26:45.353364 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
3045 2024.10.10 04:26:45.353741 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3046 2024.10.10 04:26:45.354107 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2024.10.10 04:26:45.354276 [ 48 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3048 2024.10.10 04:26:45.354278 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001688 sec., 26066.350710900475 rows/sec., 2.04 MiB/sec.
3049 2024.10.10 04:26:45.354339 [ 48 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3050 2024.10.10 04:26:45.354413 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
3051 2024.10.10 04:26:45.354680 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
3052 2024.10.10 04:26:45.354718 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Debug> DynamicQueryHandler: Done processing query
3053 2024.10.10 04:26:45.354799 [ 3 ] {7c787f16-a3a6-4083-893c-c9a37f5b3248} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3054 2024.10.10 04:26:45.354840 [ 3 ] {} <Debug> HTTP-Session: a49dc3b8-3f23-4bbd-9529-b1aef7dd72a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3055 2024.10.10 04:26:45.354920 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3056 2024.10.10 04:26:45.354948 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 397 rows starting from the beginning of the part
3057 2024.10.10 04:26:45.355063 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
3058 2024.10.10 04:26:45.355063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 21077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3059 2024.10.10 04:26:45.355205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3060 2024.10.10 04:26:45.355280 [ 3 ] {} <Debug> HTTP-Session: 7960c702-ed92-4e24-9870-944899143db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3061 2024.10.10 04:26:45.355346 [ 3 ] {} <Debug> HTTP-Session: 7960c702-ed92-4e24-9870-944899143db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3062 2024.10.10 04:26:45.355366 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 379 rows starting from the beginning of the part
3063 2024.10.10 04:26:45.355394 [ 3 ] {} <Debug> HTTP-Session: 7960c702-ed92-4e24-9870-944899143db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3064 2024.10.10 04:26:45.355486 [ 3 ] {} <Trace> HTTP-Session: 7960c702-ed92-4e24-9870-944899143db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3065 2024.10.10 04:26:45.355670 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part
3066 2024.10.10 04:26:45.355839 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 379 rows starting from the beginning of the part
3067 2024.10.10 04:26:45.355907 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3068 2024.10.10 04:26:45.356087 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3069 2024.10.10 04:26:45.356113 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part
3070 2024.10.10 04:26:45.356748 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3071 2024.10.10 04:26:45.357362 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3072 2024.10.10 04:26:45.357407 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3073 2024.10.10 04:26:45.357953 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3074 2024.10.10 04:26:45.358013 [ 198 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 5 columns (5 merged, 0 gathered) in 0.003508146 sec., 366860.444234647 rows/sec., 27.66 MiB/sec.
3075 2024.10.10 04:26:45.358270 [ 198 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3076 2024.10.10 04:26:45.358641 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3077 2024.10.10 04:26:45.359115 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3078 2024.10.10 04:26:45.359145 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.003401 sec., 32343.428403410762 rows/sec., 2.26 MiB/sec.
3079 2024.10.10 04:26:45.359208 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2024.10.10 04:26:45.359327 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3081 2024.10.10 04:26:45.359695 [ 198 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3082 2024.10.10 04:26:45.359803 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Debug> DynamicQueryHandler: Done processing query
3083 2024.10.10 04:26:45.359865 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
3084 2024.10.10 04:26:45.359890 [ 3 ] {1348d91a-4b6b-4cc2-88ee-76fee9ebe5e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3085 2024.10.10 04:26:45.360011 [ 3 ] {} <Debug> HTTP-Session: 7960c702-ed92-4e24-9870-944899143db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3086 2024.10.10 04:26:45.360223 [ 198 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_11_2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3087 2024.10.10 04:26:45.360261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 14153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3088 2024.10.10 04:26:45.360378 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3089 2024.10.10 04:26:45.360419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3090 2024.10.10 04:26:45.360516 [ 3 ] {} <Debug> HTTP-Session: 0195fd44-5661-4584-a0f9-fccb4f295ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3091 2024.10.10 04:26:45.360533 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
3092 2024.10.10 04:26:45.360544 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 650 rows starting from the beginning of the part
3093 2024.10.10 04:26:45.360564 [ 3 ] {} <Debug> HTTP-Session: 0195fd44-5661-4584-a0f9-fccb4f295ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3094 2024.10.10 04:26:45.360627 [ 3 ] {} <Debug> HTTP-Session: 0195fd44-5661-4584-a0f9-fccb4f295ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3095 2024.10.10 04:26:45.360681 [ 3 ] {} <Trace> HTTP-Session: 0195fd44-5661-4584-a0f9-fccb4f295ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3096 2024.10.10 04:26:45.360931 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part
3097 2024.10.10 04:26:45.361115 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3098 2024.10.10 04:26:45.361198 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 187 rows starting from the beginning of the part
3099 2024.10.10 04:26:45.361438 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3100 2024.10.10 04:26:45.361661 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part
3101 2024.10.10 04:26:45.362046 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 187 rows starting from the beginning of the part
3102 2024.10.10 04:26:45.362475 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part
3103 2024.10.10 04:26:45.363894 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3104 2024.10.10 04:26:45.365623 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3105 2024.10.10 04:26:45.365672 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3106 2024.10.10 04:26:45.366397 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.006861678 sec., 197327.8256426489 rows/sec., 13.41 MiB/sec.
3107 2024.10.10 04:26:45.366697 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3108 2024.10.10 04:26:45.367634 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3109 2024.10.10 04:26:45.367731 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2024.10.10 04:26:45.367896 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3111 2024.10.10 04:26:45.368140 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3112 2024.10.10 04:26:45.368461 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3113 2024.10.10 04:26:45.368685 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007789 sec., 1027.0894851713956 rows/sec., 1.84 MiB/sec.
3114 2024.10.10 04:26:45.369194 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Debug> DynamicQueryHandler: Done processing query
3115 2024.10.10 04:26:45.369221 [ 3 ] {2d36897b-1b34-484d-9472-e3baac5f1fb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3116 2024.10.10 04:26:45.369238 [ 3 ] {} <Debug> HTTP-Session: 0195fd44-5661-4584-a0f9-fccb4f295ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3117 2024.10.10 04:26:45.369389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3118 2024.10.10 04:26:45.369443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3119 2024.10.10 04:26:45.369463 [ 3 ] {} <Debug> HTTP-Session: 41f92b4d-f93e-488d-bb6e-e032af53bc83 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3120 2024.10.10 04:26:45.369480 [ 3 ] {} <Debug> HTTP-Session: 41f92b4d-f93e-488d-bb6e-e032af53bc83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3121 2024.10.10 04:26:45.369493 [ 3 ] {} <Debug> HTTP-Session: 41f92b4d-f93e-488d-bb6e-e032af53bc83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3122 2024.10.10 04:26:45.369527 [ 3 ] {} <Trace> HTTP-Session: 41f92b4d-f93e-488d-bb6e-e032af53bc83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3123 2024.10.10 04:26:45.369647 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3124 2024.10.10 04:26:45.369694 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3125 2024.10.10 04:26:45.369840 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3126 2024.10.10 04:26:45.370143 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3127 2024.10.10 04:26:45.370183 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
3128 2024.10.10 04:26:45.370567 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3129 2024.10.10 04:26:45.370904 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3130 2024.10.10 04:26:45.371058 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001439 sec., 27797.081306462824 rows/sec., 1.86 MiB/sec.
3131 2024.10.10 04:26:45.371064 [ 48 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3132 2024.10.10 04:26:45.371148 [ 48 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3133 2024.10.10 04:26:45.371189 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
3134 2024.10.10 04:26:45.371366 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Debug> DynamicQueryHandler: Done processing query
3135 2024.10.10 04:26:45.371455 [ 3 ] {92a0db7b-35d4-41f8-a366-09ca4867a554} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
3136 2024.10.10 04:26:45.371471 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
3137 2024.10.10 04:26:45.371527 [ 3 ] {} <Debug> HTTP-Session: 41f92b4d-f93e-488d-bb6e-e032af53bc83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3138 2024.10.10 04:26:45.371746 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3139 2024.10.10 04:26:45.371782 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 232 rows starting from the beginning of the part
3140 2024.10.10 04:26:45.371864 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3141 2024.10.10 04:26:45.372104 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 62 rows starting from the beginning of the part
3142 2024.10.10 04:26:45.372164 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3143 2024.10.10 04:26:45.372379 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part
3144 2024.10.10 04:26:45.372453 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3145 2024.10.10 04:26:45.373530 [ 188 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 4 columns (4 merged, 0 gathered) in 0.002242031 sec., 212307.5015465888 rows/sec., 13.60 MiB/sec.
3146 2024.10.10 04:26:45.373676 [ 195 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3147 2024.10.10 04:26:45.374051 [ 195 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3148 2024.10.10 04:26:45.374128 [ 195 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_11_2} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3149 2024.10.10 04:26:45.374206 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3150 2024.10.10 04:26:48.487438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 322
3151 2024.10.10 04:26:48.490458 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2024.10.10 04:26:48.490523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3153 2024.10.10 04:26:48.492068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3154 2024.10.10 04:26:48.493054 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2024.10.10 04:26:48.493961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322
3156 2024.10.10 04:26:49.309360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3157 2024.10.10 04:26:49.309474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3158 2024.10.10 04:26:49.309500 [ 3 ] {} <Debug> HTTP-Session: f860aab6-5dfc-4650-8e61-29ead8addfc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3159 2024.10.10 04:26:49.309525 [ 3 ] {} <Debug> HTTP-Session: f860aab6-5dfc-4650-8e61-29ead8addfc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3160 2024.10.10 04:26:49.309540 [ 3 ] {} <Debug> HTTP-Session: f860aab6-5dfc-4650-8e61-29ead8addfc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3161 2024.10.10 04:26:49.309589 [ 3 ] {} <Trace> HTTP-Session: f860aab6-5dfc-4650-8e61-29ead8addfc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3162 2024.10.10 04:26:49.309834 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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 JSONEachRow; (stage: Complete)
3163 2024.10.10 04:26:49.310250 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3164 2024.10.10 04:26:49.310303 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <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
3165 2024.10.10 04:26:49.310695 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3166 2024.10.10 04:26:49.310778 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3167 2024.10.10 04:26:49.310954 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
3168 2024.10.10 04:26:49.311248 [ 250 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3169 2024.10.10 04:26:49.311258 [ 256 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3170 2024.10.10 04:26:49.311258 [ 258 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3171 2024.10.10 04:26:49.311422 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3172 2024.10.10 04:26:49.311478 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3173 2024.10.10 04:26:49.311603 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3174 2024.10.10 04:26:49.311628 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3175 2024.10.10 04:26:49.311673 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <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'))"
3176 2024.10.10 04:26:49.311721 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <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'))"
3177 2024.10.10 04:26:49.311763 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <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'))"
3178 2024.10.10 04:26:49.314013 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004295 sec., 7916.181606519208 rows/sec., 304.68 KiB/sec.
3179 2024.10.10 04:26:49.314408 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> DynamicQueryHandler: Done processing query
3180 2024.10.10 04:26:49.314436 [ 3 ] {1ff7120e-c9ac-42e3-93b5-a0b701b7b478} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
3181 2024.10.10 04:26:49.314455 [ 3 ] {} <Debug> HTTP-Session: f860aab6-5dfc-4650-8e61-29ead8addfc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3182 2024.10.10 04:26:49.323937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3183 2024.10.10 04:26:49.323994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3184 2024.10.10 04:26:49.324014 [ 3 ] {} <Debug> HTTP-Session: 4ea7a09d-d8bd-4f30-a199-c9d9dc470b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3185 2024.10.10 04:26:49.324034 [ 3 ] {} <Debug> HTTP-Session: 4ea7a09d-d8bd-4f30-a199-c9d9dc470b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3186 2024.10.10 04:26:49.324048 [ 3 ] {} <Debug> HTTP-Session: 4ea7a09d-d8bd-4f30-a199-c9d9dc470b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3187 2024.10.10 04:26:49.324084 [ 3 ] {} <Trace> HTTP-Session: 4ea7a09d-d8bd-4f30-a199-c9d9dc470b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3188 2024.10.10 04:26:49.324262 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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', 'static_routing_config:static_nexthops', '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 JSONEachRow; (stage: Complete)
3189 2024.10.10 04:26:49.324575 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3190 2024.10.10 04:26:49.324626 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <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', 'static_routing_config:static_nexthops', '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
3191 2024.10.10 04:26:49.324944 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3192 2024.10.10 04:26:49.325011 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3193 2024.10.10 04:26:49.325170 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
3194 2024.10.10 04:26:49.325306 [ 262 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3195 2024.10.10 04:26:49.325331 [ 263 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3196 2024.10.10 04:26:49.325352 [ 261 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3197 2024.10.10 04:26:49.325494 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3198 2024.10.10 04:26:49.325524 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3199 2024.10.10 04:26:49.325636 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3200 2024.10.10 04:26:49.325659 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3201 2024.10.10 04:26:49.325702 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <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', 'static_routing_config:static_nexthops', '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'))"
3202 2024.10.10 04:26:49.325748 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <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', 'static_routing_config:static_nexthops', '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'))"
3203 2024.10.10 04:26:49.325788 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <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', 'static_routing_config:static_nexthops', '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'))"
3204 2024.10.10 04:26:49.327436 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003261 sec., 10426.249616682 rows/sec., 401.29 KiB/sec.
3205 2024.10.10 04:26:49.327765 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> DynamicQueryHandler: Done processing query
3206 2024.10.10 04:26:49.327791 [ 3 ] {6379d8c4-088f-4eba-8e27-0a89753c9097} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3207 2024.10.10 04:26:49.327808 [ 3 ] {} <Debug> HTTP-Session: 4ea7a09d-d8bd-4f30-a199-c9d9dc470b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3208 2024.10.10 04:26:49.328017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3209 2024.10.10 04:26:49.328066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3210 2024.10.10 04:26:49.328088 [ 3 ] {} <Debug> HTTP-Session: f7fcefca-3bc8-4970-982a-4ddd4e416ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3211 2024.10.10 04:26:49.328105 [ 3 ] {} <Debug> HTTP-Session: f7fcefca-3bc8-4970-982a-4ddd4e416ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3212 2024.10.10 04:26:49.328119 [ 3 ] {} <Debug> HTTP-Session: f7fcefca-3bc8-4970-982a-4ddd4e416ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3213 2024.10.10 04:26:49.328157 [ 3 ] {} <Trace> HTTP-Session: f7fcefca-3bc8-4970-982a-4ddd4e416ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3214 2024.10.10 04:26:49.328316 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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: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 JSONEachRow; (stage: Complete)
3215 2024.10.10 04:26:49.328611 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3216 2024.10.10 04:26:49.328660 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <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: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
3217 2024.10.10 04:26:49.328978 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3218 2024.10.10 04:26:49.329043 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3219 2024.10.10 04:26:49.329205 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
3220 2024.10.10 04:26:49.329317 [ 262 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3221 2024.10.10 04:26:49.329367 [ 263 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3222 2024.10.10 04:26:49.329384 [ 250 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3223 2024.10.10 04:26:49.329506 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3224 2024.10.10 04:26:49.329536 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3225 2024.10.10 04:26:49.329643 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3226 2024.10.10 04:26:49.329664 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3227 2024.10.10 04:26:49.329704 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <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: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'))"
3228 2024.10.10 04:26:49.329747 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <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: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'))"
3229 2024.10.10 04:26:49.329787 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <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: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'))"
3230 2024.10.10 04:26:49.331462 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003225 sec., 10542.635658914729 rows/sec., 405.77 KiB/sec.
3231 2024.10.10 04:26:49.331817 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> DynamicQueryHandler: Done processing query
3232 2024.10.10 04:26:49.331842 [ 3 ] {44bbe399-6cd2-4ed8-9f79-bd491c913aed} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
3233 2024.10.10 04:26:49.331860 [ 3 ] {} <Debug> HTTP-Session: f7fcefca-3bc8-4970-982a-4ddd4e416ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3234 2024.10.10 04:26:49.332185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3235 2024.10.10 04:26:49.332235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3236 2024.10.10 04:26:49.332255 [ 3 ] {} <Debug> HTTP-Session: 3042787e-fe3f-4166-a8f8-75c8f001648f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3237 2024.10.10 04:26:49.332272 [ 3 ] {} <Debug> HTTP-Session: 3042787e-fe3f-4166-a8f8-75c8f001648f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3238 2024.10.10 04:26:49.332285 [ 3 ] {} <Debug> HTTP-Session: 3042787e-fe3f-4166-a8f8-75c8f001648f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3239 2024.10.10 04:26:49.332317 [ 3 ] {} <Trace> HTTP-Session: 3042787e-fe3f-4166-a8f8-75c8f001648f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3240 2024.10.10 04:26:49.332474 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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: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 JSONEachRow; (stage: Complete)
3241 2024.10.10 04:26:49.332774 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3242 2024.10.10 04:26:49.332822 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <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: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
3243 2024.10.10 04:26:49.333143 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3244 2024.10.10 04:26:49.333210 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3245 2024.10.10 04:26:49.333356 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
3246 2024.10.10 04:26:49.333477 [ 261 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3247 2024.10.10 04:26:49.333497 [ 250 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3248 2024.10.10 04:26:49.333518 [ 262 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3249 2024.10.10 04:26:49.333617 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3250 2024.10.10 04:26:49.333643 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3251 2024.10.10 04:26:49.333751 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3252 2024.10.10 04:26:49.333774 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3253 2024.10.10 04:26:49.333815 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <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: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'))"
3254 2024.10.10 04:26:49.333859 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <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: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'))"
3255 2024.10.10 04:26:49.333899 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <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: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'))"
3256 2024.10.10 04:26:49.335550 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003159 sec., 10762.89965178854 rows/sec., 414.24 KiB/sec.
3257 2024.10.10 04:26:49.335875 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> DynamicQueryHandler: Done processing query
3258 2024.10.10 04:26:49.335900 [ 3 ] {9bcd210d-79bb-4d80-b306-dfa7ef79c9d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
3259 2024.10.10 04:26:49.335918 [ 3 ] {} <Debug> HTTP-Session: 3042787e-fe3f-4166-a8f8-75c8f001648f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3260 2024.10.10 04:26:49.336129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3261 2024.10.10 04:26:49.336180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3262 2024.10.10 04:26:49.336200 [ 3 ] {} <Debug> HTTP-Session: f51d8b93-5538-43ec-b2ea-047a3249602a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3263 2024.10.10 04:26:49.336218 [ 3 ] {} <Debug> HTTP-Session: f51d8b93-5538-43ec-b2ea-047a3249602a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3264 2024.10.10 04:26:49.336232 [ 3 ] {} <Debug> HTTP-Session: f51d8b93-5538-43ec-b2ea-047a3249602a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3265 2024.10.10 04:26:49.336264 [ 3 ] {} <Trace> HTTP-Session: f51d8b93-5538-43ec-b2ea-047a3249602a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3266 2024.10.10 04:26:49.336420 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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: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 JSONEachRow; (stage: Complete)
3267 2024.10.10 04:26:49.336718 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3268 2024.10.10 04:26:49.336767 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <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: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
3269 2024.10.10 04:26:49.337087 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3270 2024.10.10 04:26:49.337156 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3271 2024.10.10 04:26:49.337300 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
3272 2024.10.10 04:26:49.337382 [ 262 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3273 2024.10.10 04:26:49.337452 [ 263 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3274 2024.10.10 04:26:49.337468 [ 250 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3275 2024.10.10 04:26:49.337593 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3276 2024.10.10 04:26:49.337623 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3277 2024.10.10 04:26:49.337732 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3278 2024.10.10 04:26:49.337753 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3279 2024.10.10 04:26:49.337795 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <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: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'))"
3280 2024.10.10 04:26:49.337838 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <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: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'))"
3281 2024.10.10 04:26:49.337877 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <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: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'))"
3282 2024.10.10 04:26:49.339699 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003359 sec., 10122.06013694552 rows/sec., 389.58 KiB/sec.
3283 2024.10.10 04:26:49.340038 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> DynamicQueryHandler: Done processing query
3284 2024.10.10 04:26:49.340064 [ 3 ] {2fbc367a-2a0c-4d3e-9dbc-7659014896d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3285 2024.10.10 04:26:49.340081 [ 3 ] {} <Debug> HTTP-Session: f51d8b93-5538-43ec-b2ea-047a3249602a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3286 2024.10.10 04:26:49.340378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3287 2024.10.10 04:26:49.340427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3288 2024.10.10 04:26:49.340448 [ 3 ] {} <Debug> HTTP-Session: 342ec5e0-3ba3-4b62-bc6d-a19fbcaf225c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3289 2024.10.10 04:26:49.340465 [ 3 ] {} <Debug> HTTP-Session: 342ec5e0-3ba3-4b62-bc6d-a19fbcaf225c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3290 2024.10.10 04:26:49.340479 [ 3 ] {} <Debug> HTTP-Session: 342ec5e0-3ba3-4b62-bc6d-a19fbcaf225c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3291 2024.10.10 04:26:49.340510 [ 3 ] {} <Trace> HTTP-Session: 342ec5e0-3ba3-4b62-bc6d-a19fbcaf225c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3292 2024.10.10 04:26:49.340673 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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: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 JSONEachRow; (stage: Complete)
3293 2024.10.10 04:26:49.340974 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3294 2024.10.10 04:26:49.341024 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <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: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
3295 2024.10.10 04:26:49.341352 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3296 2024.10.10 04:26:49.341417 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3297 2024.10.10 04:26:49.341560 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
3298 2024.10.10 04:26:49.341672 [ 250 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3299 2024.10.10 04:26:49.341699 [ 261 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3300 2024.10.10 04:26:49.341724 [ 262 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3301 2024.10.10 04:26:49.341816 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3302 2024.10.10 04:26:49.341841 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3303 2024.10.10 04:26:49.341950 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3304 2024.10.10 04:26:49.341971 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3305 2024.10.10 04:26:49.342012 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <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: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'))"
3306 2024.10.10 04:26:49.342055 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <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: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'))"
3307 2024.10.10 04:26:49.342095 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <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: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'))"
3308 2024.10.10 04:26:49.343733 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003147 sec., 10803.940260565618 rows/sec., 415.82 KiB/sec.
3309 2024.10.10 04:26:49.344061 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> DynamicQueryHandler: Done processing query
3310 2024.10.10 04:26:49.344087 [ 3 ] {107b29e8-f4de-46e4-98ba-678662c4e32d} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3311 2024.10.10 04:26:49.344104 [ 3 ] {} <Debug> HTTP-Session: 342ec5e0-3ba3-4b62-bc6d-a19fbcaf225c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3312 2024.10.10 04:26:49.344315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3313 2024.10.10 04:26:49.344363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3314 2024.10.10 04:26:49.344383 [ 3 ] {} <Debug> HTTP-Session: 50b8ea26-b85e-43d3-b827-94ed041628d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3315 2024.10.10 04:26:49.344401 [ 3 ] {} <Debug> HTTP-Session: 50b8ea26-b85e-43d3-b827-94ed041628d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3316 2024.10.10 04:26:49.344415 [ 3 ] {} <Debug> HTTP-Session: 50b8ea26-b85e-43d3-b827-94ed041628d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3317 2024.10.10 04:26:49.344446 [ 3 ] {} <Trace> HTTP-Session: 50b8ea26-b85e-43d3-b827-94ed041628d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3318 2024.10.10 04:26:49.344604 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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', 'static_routing_config:static_nexthops', '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 JSONEachRow; (stage: Complete)
3319 2024.10.10 04:26:49.344901 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3320 2024.10.10 04:26:49.344951 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <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', 'static_routing_config:static_nexthops', '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
3321 2024.10.10 04:26:49.345281 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3322 2024.10.10 04:26:49.345346 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3323 2024.10.10 04:26:49.345488 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3324 2024.10.10 04:26:49.345652 [ 263 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3325 2024.10.10 04:26:49.345654 [ 262 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3326 2024.10.10 04:26:49.345671 [ 250 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3327 2024.10.10 04:26:49.345798 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3328 2024.10.10 04:26:49.345827 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3329 2024.10.10 04:26:49.345936 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3330 2024.10.10 04:26:49.345958 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3331 2024.10.10 04:26:49.346000 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <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', 'static_routing_config:static_nexthops', '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'))"
3332 2024.10.10 04:26:49.346045 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <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', 'static_routing_config:static_nexthops', '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'))"
3333 2024.10.10 04:26:49.346086 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <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', 'static_routing_config:static_nexthops', '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'))"
3334 2024.10.10 04:26:49.347707 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003185 sec., 10675.039246467819 rows/sec., 410.86 KiB/sec.
3335 2024.10.10 04:26:49.348046 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> DynamicQueryHandler: Done processing query
3336 2024.10.10 04:26:49.348070 [ 3 ] {02f0e2f0-8fb0-426c-b2e1-044265734fe8} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3337 2024.10.10 04:26:49.348088 [ 3 ] {} <Debug> HTTP-Session: 50b8ea26-b85e-43d3-b827-94ed041628d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3338 2024.10.10 04:26:49.443114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3339 2024.10.10 04:26:49.443173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3340 2024.10.10 04:26:49.443193 [ 3 ] {} <Debug> HTTP-Session: 8b0b18a1-e07f-4b45-9b58-ee2c3cfe2821 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3341 2024.10.10 04:26:49.443211 [ 3 ] {} <Debug> HTTP-Session: 8b0b18a1-e07f-4b45-9b58-ee2c3cfe2821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3342 2024.10.10 04:26:49.443226 [ 3 ] {} <Debug> HTTP-Session: 8b0b18a1-e07f-4b45-9b58-ee2c3cfe2821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3343 2024.10.10 04:26:49.443258 [ 3 ] {} <Trace> HTTP-Session: 8b0b18a1-e07f-4b45-9b58-ee2c3cfe2821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3344 2024.10.10 04:26:49.443417 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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 JSONEachRow; (stage: Complete)
3345 2024.10.10 04:26:49.443728 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3346 2024.10.10 04:26:49.443781 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <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
3347 2024.10.10 04:26:49.444116 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3348 2024.10.10 04:26:49.444188 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3349 2024.10.10 04:26:49.444332 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3350 2024.10.10 04:26:49.444481 [ 250 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3351 2024.10.10 04:26:49.444506 [ 256 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3352 2024.10.10 04:26:49.444509 [ 259 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3353 2024.10.10 04:26:49.444640 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
3354 2024.10.10 04:26:49.444669 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
3355 2024.10.10 04:26:49.444783 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3356 2024.10.10 04:26:49.444804 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 34 rows with 3 streams
3357 2024.10.10 04:26:49.444847 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <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'))"
3358 2024.10.10 04:26:49.444893 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <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'))"
3359 2024.10.10 04:26:49.444934 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <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'))"
3360 2024.10.10 04:26:49.446679 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003344 sec., 10167.464114832535 rows/sec., 391.33 KiB/sec.
3361 2024.10.10 04:26:49.447018 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> DynamicQueryHandler: Done processing query
3362 2024.10.10 04:26:49.447044 [ 3 ] {4fdc1b24-1203-4ed3-a56d-05048fd36595} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3363 2024.10.10 04:26:49.447062 [ 3 ] {} <Debug> HTTP-Session: 8b0b18a1-e07f-4b45-9b58-ee2c3cfe2821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3364 2024.10.10 04:26:49.447500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3365 2024.10.10 04:26:49.447549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3366 2024.10.10 04:26:49.447569 [ 3 ] {} <Debug> HTTP-Session: bb0f8872-7687-4445-afff-f95618345b47 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3367 2024.10.10 04:26:49.447586 [ 3 ] {} <Debug> HTTP-Session: bb0f8872-7687-4445-afff-f95618345b47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3368 2024.10.10 04:26:49.447600 [ 3 ] {} <Debug> HTTP-Session: bb0f8872-7687-4445-afff-f95618345b47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3369 2024.10.10 04:26:49.447631 [ 3 ] {} <Trace> HTTP-Session: bb0f8872-7687-4445-afff-f95618345b47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3370 2024.10.10 04:26:49.447754 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3371 2024.10.10 04:26:49.447798 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3372 2024.10.10 04:26:49.447966 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3373 2024.10.10 04:26:49.448294 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3374 2024.10.10 04:26:49.448333 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3375 2024.10.10 04:26:49.448825 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3376 2024.10.10 04:26:49.449152 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3377 2024.10.10 04:26:49.449286 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Debug> executeQuery: Read 8 rows, 1.65 KiB in 0.001579 sec., 5066.49778340722 rows/sec., 1.02 MiB/sec.
3378 2024.10.10 04:26:49.449443 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Debug> DynamicQueryHandler: Done processing query
3379 2024.10.10 04:26:49.449467 [ 3 ] {71297ba5-5c59-4260-955b-fd9437357645} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3380 2024.10.10 04:26:49.449483 [ 3 ] {} <Debug> HTTP-Session: bb0f8872-7687-4445-afff-f95618345b47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3381 2024.10.10 04:26:49.449588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3382 2024.10.10 04:26:49.449634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3383 2024.10.10 04:26:49.449655 [ 3 ] {} <Debug> HTTP-Session: e74aa73a-3377-4a3b-bb7d-0d7661cd7be3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3384 2024.10.10 04:26:49.449672 [ 3 ] {} <Debug> HTTP-Session: e74aa73a-3377-4a3b-bb7d-0d7661cd7be3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3385 2024.10.10 04:26:49.449686 [ 3 ] {} <Debug> HTTP-Session: e74aa73a-3377-4a3b-bb7d-0d7661cd7be3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3386 2024.10.10 04:26:49.449716 [ 3 ] {} <Trace> HTTP-Session: e74aa73a-3377-4a3b-bb7d-0d7661cd7be3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2024.10.10 04:26:49.449811 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3388 2024.10.10 04:26:49.449853 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3389 2024.10.10 04:26:49.450086 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3390 2024.10.10 04:26:49.450388 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3391 2024.10.10 04:26:49.450423 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3392 2024.10.10 04:26:49.450781 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3393 2024.10.10 04:26:49.451138 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3394 2024.10.10 04:26:49.451264 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001477 sec., 1354.0961408259986 rows/sec., 110.42 KiB/sec.
3395 2024.10.10 04:26:49.451664 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Debug> DynamicQueryHandler: Done processing query
3396 2024.10.10 04:26:49.451688 [ 3 ] {cd6c166c-f4e7-485f-9372-d8065a89c56b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3397 2024.10.10 04:26:49.451705 [ 3 ] {} <Debug> HTTP-Session: e74aa73a-3377-4a3b-bb7d-0d7661cd7be3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3398 2024.10.10 04:26:49.451962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 201405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3399 2024.10.10 04:26:49.452011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3400 2024.10.10 04:26:49.452031 [ 3 ] {} <Debug> HTTP-Session: 052df4f8-c6c5-41ff-aeb7-6b525e2079f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3401 2024.10.10 04:26:49.452048 [ 3 ] {} <Debug> HTTP-Session: 052df4f8-c6c5-41ff-aeb7-6b525e2079f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3402 2024.10.10 04:26:49.452062 [ 3 ] {} <Debug> HTTP-Session: 052df4f8-c6c5-41ff-aeb7-6b525e2079f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3403 2024.10.10 04:26:49.452092 [ 3 ] {} <Trace> HTTP-Session: 052df4f8-c6c5-41ff-aeb7-6b525e2079f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3404 2024.10.10 04:26:49.453248 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3405 2024.10.10 04:26:49.453292 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3406 2024.10.10 04:26:49.453528 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3407 2024.10.10 04:26:49.454803 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2024.10.10 04:26:49.454840 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3409 2024.10.10 04:26:49.455393 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3410 2024.10.10 04:26:49.455756 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3411 2024.10.10 04:26:49.455882 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Debug> executeQuery: Read 1381 rows, 117.83 KiB in 0.003652 sec., 378148.9594742607 rows/sec., 31.51 MiB/sec.
3412 2024.10.10 04:26:49.456211 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Debug> DynamicQueryHandler: Done processing query
3413 2024.10.10 04:26:49.456238 [ 3 ] {224c66cb-f7ec-4a61-a9d6-4dd67b2412cc} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
3414 2024.10.10 04:26:49.456254 [ 3 ] {} <Debug> HTTP-Session: 052df4f8-c6c5-41ff-aeb7-6b525e2079f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3415 2024.10.10 04:26:49.456411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3416 2024.10.10 04:26:49.456461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3417 2024.10.10 04:26:49.456481 [ 3 ] {} <Debug> HTTP-Session: afd5e8dd-7888-4f31-919a-061ff59e4d2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3418 2024.10.10 04:26:49.456498 [ 3 ] {} <Debug> HTTP-Session: afd5e8dd-7888-4f31-919a-061ff59e4d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3419 2024.10.10 04:26:49.456511 [ 3 ] {} <Debug> HTTP-Session: afd5e8dd-7888-4f31-919a-061ff59e4d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3420 2024.10.10 04:26:49.456544 [ 3 ] {} <Trace> HTTP-Session: afd5e8dd-7888-4f31-919a-061ff59e4d2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3421 2024.10.10 04:26:49.456649 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3422 2024.10.10 04:26:49.456693 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3423 2024.10.10 04:26:49.456938 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3424 2024.10.10 04:26:49.457259 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3425 2024.10.10 04:26:49.457295 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3426 2024.10.10 04:26:49.457644 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3427 2024.10.10 04:26:49.457993 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3428 2024.10.10 04:26:49.458118 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.0015 sec., 18000 rows/sec., 1.31 MiB/sec.
3429 2024.10.10 04:26:49.458277 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Debug> DynamicQueryHandler: Done processing query
3430 2024.10.10 04:26:49.458301 [ 3 ] {323c6397-e902-45e8-8976-525f4599adb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3431 2024.10.10 04:26:49.458318 [ 3 ] {} <Debug> HTTP-Session: afd5e8dd-7888-4f31-919a-061ff59e4d2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3432 2024.10.10 04:26:49.458472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3433 2024.10.10 04:26:49.458520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3434 2024.10.10 04:26:49.458540 [ 3 ] {} <Debug> HTTP-Session: 952f1581-cf23-46c6-88bb-4305e73ee1a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3435 2024.10.10 04:26:49.458557 [ 3 ] {} <Debug> HTTP-Session: 952f1581-cf23-46c6-88bb-4305e73ee1a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3436 2024.10.10 04:26:49.458571 [ 3 ] {} <Debug> HTTP-Session: 952f1581-cf23-46c6-88bb-4305e73ee1a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3437 2024.10.10 04:26:49.458603 [ 3 ] {} <Trace> HTTP-Session: 952f1581-cf23-46c6-88bb-4305e73ee1a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3438 2024.10.10 04:26:49.458828 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3439 2024.10.10 04:26:49.458869 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3440 2024.10.10 04:26:49.459088 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3441 2024.10.10 04:26:49.459625 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3442 2024.10.10 04:26:49.459663 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3443 2024.10.10 04:26:49.460041 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3444 2024.10.10 04:26:49.460397 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3445 2024.10.10 04:26:49.460525 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001843 sec., 131307.65056972328 rows/sec., 8.90 MiB/sec.
3446 2024.10.10 04:26:49.460737 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Debug> DynamicQueryHandler: Done processing query
3447 2024.10.10 04:26:49.460762 [ 3 ] {a1bdc948-7d12-4522-a3bb-1d42ae4f24d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
3448 2024.10.10 04:26:49.460778 [ 3 ] {} <Debug> HTTP-Session: 952f1581-cf23-46c6-88bb-4305e73ee1a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3449 2024.10.10 04:26:49.460887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3450 2024.10.10 04:26:49.460936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3451 2024.10.10 04:26:49.460955 [ 3 ] {} <Debug> HTTP-Session: e9f4d7a5-9082-42b2-870e-0b6d828ab259 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3452 2024.10.10 04:26:49.460971 [ 3 ] {} <Debug> HTTP-Session: e9f4d7a5-9082-42b2-870e-0b6d828ab259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3453 2024.10.10 04:26:49.460986 [ 3 ] {} <Debug> HTTP-Session: e9f4d7a5-9082-42b2-870e-0b6d828ab259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3454 2024.10.10 04:26:49.461016 [ 3 ] {} <Trace> HTTP-Session: e9f4d7a5-9082-42b2-870e-0b6d828ab259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2024.10.10 04:26:49.461109 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3456 2024.10.10 04:26:49.461152 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3457 2024.10.10 04:26:49.461373 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3458 2024.10.10 04:26:49.461676 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3459 2024.10.10 04:26:49.461712 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3460 2024.10.10 04:26:49.462063 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3461 2024.10.10 04:26:49.462452 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3462 2024.10.10 04:26:49.462573 [ 43 ] {} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3463 2024.10.10 04:26:49.462583 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec.
3464 2024.10.10 04:26:49.462606 [ 43 ] {} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2024.10.10 04:26:49.462643 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3466 2024.10.10 04:26:49.462890 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Debug> DynamicQueryHandler: Done processing query
3467 2024.10.10 04:26:49.462966 [ 3 ] {de9a0140-9d2a-4575-8deb-182931f9b2a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3468 2024.10.10 04:26:49.463027 [ 3 ] {} <Debug> HTTP-Session: e9f4d7a5-9082-42b2-870e-0b6d828ab259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3469 2024.10.10 04:26:49.463006 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
3470 2024.10.10 04:26:49.463277 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3471 2024.10.10 04:26:49.463288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 141359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3472 2024.10.10 04:26:49.463343 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
3473 2024.10.10 04:26:49.463377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3474 2024.10.10 04:26:49.463434 [ 3 ] {} <Debug> HTTP-Session: 371996d0-b293-4f70-b674-676c6a1efcb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3475 2024.10.10 04:26:49.463503 [ 3 ] {} <Debug> HTTP-Session: 371996d0-b293-4f70-b674-676c6a1efcb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3476 2024.10.10 04:26:49.463583 [ 3 ] {} <Debug> HTTP-Session: 371996d0-b293-4f70-b674-676c6a1efcb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3477 2024.10.10 04:26:49.463612 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
3478 2024.10.10 04:26:49.463745 [ 3 ] {} <Trace> HTTP-Session: 371996d0-b293-4f70-b674-676c6a1efcb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3479 2024.10.10 04:26:49.463895 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
3480 2024.10.10 04:26:49.464134 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
3481 2024.10.10 04:26:49.464261 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
3482 2024.10.10 04:26:49.464475 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3483 2024.10.10 04:26:49.464650 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3484 2024.10.10 04:26:49.465428 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3485 2024.10.10 04:26:49.466396 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00364571 sec., 8228.849798804622 rows/sec., 522.34 KiB/sec.
3486 2024.10.10 04:26:49.466619 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3487 2024.10.10 04:26:49.466911 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3488 2024.10.10 04:26:49.467020 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3489 2024.10.10 04:26:49.467504 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3490 2024.10.10 04:26:49.467748 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_5_1} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3491 2024.10.10 04:26:49.467877 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3492 2024.10.10 04:26:49.467960 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3493 2024.10.10 04:26:49.468345 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2024.10.10 04:26:49.468476 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Debug> executeQuery: Read 865 rows, 64.14 KiB in 0.004401 sec., 196546.23949102475 rows/sec., 14.23 MiB/sec.
3495 2024.10.10 04:26:49.468663 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Debug> DynamicQueryHandler: Done processing query
3496 2024.10.10 04:26:49.468687 [ 3 ] {615eafc9-9628-47ca-8a4c-7016ff51dc7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
3497 2024.10.10 04:26:49.468703 [ 3 ] {} <Debug> HTTP-Session: 371996d0-b293-4f70-b674-676c6a1efcb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3498 2024.10.10 04:26:49.468853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3499 2024.10.10 04:26:49.468901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3500 2024.10.10 04:26:49.468920 [ 3 ] {} <Debug> HTTP-Session: 7d2fbb7f-3164-4267-a451-1d6cc13134e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3501 2024.10.10 04:26:49.468936 [ 3 ] {} <Debug> HTTP-Session: 7d2fbb7f-3164-4267-a451-1d6cc13134e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3502 2024.10.10 04:26:49.468951 [ 3 ] {} <Debug> HTTP-Session: 7d2fbb7f-3164-4267-a451-1d6cc13134e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3503 2024.10.10 04:26:49.468981 [ 3 ] {} <Trace> HTTP-Session: 7d2fbb7f-3164-4267-a451-1d6cc13134e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3504 2024.10.10 04:26:49.469075 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3505 2024.10.10 04:26:49.469118 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3506 2024.10.10 04:26:49.469254 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3507 2024.10.10 04:26:49.469533 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2024.10.10 04:26:49.469568 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3509 2024.10.10 04:26:49.469916 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3510 2024.10.10 04:26:49.470260 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3511 2024.10.10 04:26:49.470390 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec.
3512 2024.10.10 04:26:49.470568 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Debug> DynamicQueryHandler: Done processing query
3513 2024.10.10 04:26:49.470591 [ 3 ] {3b827e95-c88e-4d8d-9f13-6ceb60e7def3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3514 2024.10.10 04:26:49.470608 [ 3 ] {} <Debug> HTTP-Session: 7d2fbb7f-3164-4267-a451-1d6cc13134e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3515 2024.10.10 04:26:49.470998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 487404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3516 2024.10.10 04:26:49.471046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3517 2024.10.10 04:26:49.471065 [ 3 ] {} <Debug> HTTP-Session: 90ffee00-4963-4325-ad66-bda8eec37bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3518 2024.10.10 04:26:49.471081 [ 3 ] {} <Debug> HTTP-Session: 90ffee00-4963-4325-ad66-bda8eec37bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3519 2024.10.10 04:26:49.471094 [ 3 ] {} <Debug> HTTP-Session: 90ffee00-4963-4325-ad66-bda8eec37bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3520 2024.10.10 04:26:49.471133 [ 3 ] {} <Trace> HTTP-Session: 90ffee00-4963-4325-ad66-bda8eec37bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3521 2024.10.10 04:26:49.471822 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3522 2024.10.10 04:26:49.471871 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3523 2024.10.10 04:26:49.472011 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3524 2024.10.10 04:26:49.476097 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3525 2024.10.10 04:26:49.476141 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3526 2024.10.10 04:26:49.476846 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3527 2024.10.10 04:26:49.477209 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3528 2024.10.10 04:26:49.477370 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Debug> executeQuery: Read 2577 rows, 176.06 KiB in 0.006103 sec., 422251.35179419955 rows/sec., 28.17 MiB/sec.
3529 2024.10.10 04:26:49.477540 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Debug> DynamicQueryHandler: Done processing query
3530 2024.10.10 04:26:49.477563 [ 3 ] {b52a10f5-b730-4752-8183-c617263b4564} <Debug> MemoryTracker: Peak memory usage (for query): 5.51 MiB.
3531 2024.10.10 04:26:49.477579 [ 3 ] {} <Debug> HTTP-Session: 90ffee00-4963-4325-ad66-bda8eec37bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3532 2024.10.10 04:26:49.478097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3533 2024.10.10 04:26:49.478157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3534 2024.10.10 04:26:49.478177 [ 3 ] {} <Debug> HTTP-Session: 7eff7353-738d-42e1-83da-a6673003073c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3535 2024.10.10 04:26:49.478195 [ 3 ] {} <Debug> HTTP-Session: 7eff7353-738d-42e1-83da-a6673003073c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3536 2024.10.10 04:26:49.478208 [ 3 ] {} <Debug> HTTP-Session: 7eff7353-738d-42e1-83da-a6673003073c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3537 2024.10.10 04:26:49.478239 [ 3 ] {} <Trace> HTTP-Session: 7eff7353-738d-42e1-83da-a6673003073c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3538 2024.10.10 04:26:49.478331 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3539 2024.10.10 04:26:49.478376 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3540 2024.10.10 04:26:49.478505 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3541 2024.10.10 04:26:49.478754 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2024.10.10 04:26:49.478789 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3543 2024.10.10 04:26:49.479146 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3544 2024.10.10 04:26:49.479477 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3545 2024.10.10 04:26:49.479628 [ 42 ] {} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3546 2024.10.10 04:26:49.479637 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec.
3547 2024.10.10 04:26:49.479686 [ 42 ] {} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2024.10.10 04:26:49.479757 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3549 2024.10.10 04:26:49.480010 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Debug> DynamicQueryHandler: Done processing query
3550 2024.10.10 04:26:49.480077 [ 3 ] {0c454f3e-5fee-4379-b3ff-79aa7276e45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3551 2024.10.10 04:26:49.480088 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3552 2024.10.10 04:26:49.480153 [ 3 ] {} <Debug> HTTP-Session: 7eff7353-738d-42e1-83da-a6673003073c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3553 2024.10.10 04:26:49.480333 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3554 2024.10.10 04:26:49.480382 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3555 2024.10.10 04:26:49.480405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 41004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3556 2024.10.10 04:26:49.480555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3557 2024.10.10 04:26:49.480576 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3558 2024.10.10 04:26:49.480623 [ 3 ] {} <Debug> HTTP-Session: e5b526a6-f7ad-4432-b4d5-564be2111a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3559 2024.10.10 04:26:49.480687 [ 3 ] {} <Debug> HTTP-Session: e5b526a6-f7ad-4432-b4d5-564be2111a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3560 2024.10.10 04:26:49.480774 [ 3 ] {} <Debug> HTTP-Session: e5b526a6-f7ad-4432-b4d5-564be2111a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3561 2024.10.10 04:26:49.480859 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3562 2024.10.10 04:26:49.480899 [ 3 ] {} <Trace> HTTP-Session: e5b526a6-f7ad-4432-b4d5-564be2111a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3563 2024.10.10 04:26:49.481082 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3564 2024.10.10 04:26:49.481274 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
3565 2024.10.10 04:26:49.481751 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3566 2024.10.10 04:26:49.481970 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3567 2024.10.10 04:26:49.484300 [ 200 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004426501 sec., 1129.5603457448672 rows/sec., 76.11 KiB/sec.
3568 2024.10.10 04:26:49.484464 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3569 2024.10.10 04:26:49.484541 [ 188 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3570 2024.10.10 04:26:49.485356 [ 188 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_5_1} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3571 2024.10.10 04:26:49.485551 [ 188 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_5_1} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3572 2024.10.10 04:26:49.485724 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3573 2024.10.10 04:26:49.485869 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3574 2024.10.10 04:26:49.485911 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3575 2024.10.10 04:26:49.486603 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3576 2024.10.10 04:26:49.487024 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3577 2024.10.10 04:26:49.487239 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006044 sec., 4136.3335539377895 rows/sec., 7.41 MiB/sec.
3578 2024.10.10 04:26:49.487735 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Debug> DynamicQueryHandler: Done processing query
3579 2024.10.10 04:26:49.487759 [ 3 ] {f86a6bcc-39ce-46f5-890c-a127890cf25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
3580 2024.10.10 04:26:49.487775 [ 3 ] {} <Debug> HTTP-Session: e5b526a6-f7ad-4432-b4d5-564be2111a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3581 2024.10.10 04:26:49.487912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 8498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3582 2024.10.10 04:26:49.487960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3583 2024.10.10 04:26:49.487978 [ 3 ] {} <Debug> HTTP-Session: 6cda0c79-f561-4ede-b8f8-d84ef7cfbd55 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3584 2024.10.10 04:26:49.487995 [ 3 ] {} <Debug> HTTP-Session: 6cda0c79-f561-4ede-b8f8-d84ef7cfbd55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3585 2024.10.10 04:26:49.488009 [ 3 ] {} <Debug> HTTP-Session: 6cda0c79-f561-4ede-b8f8-d84ef7cfbd55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3586 2024.10.10 04:26:49.488040 [ 3 ] {} <Trace> HTTP-Session: 6cda0c79-f561-4ede-b8f8-d84ef7cfbd55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3587 2024.10.10 04:26:49.488169 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3588 2024.10.10 04:26:49.488214 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3589 2024.10.10 04:26:49.488354 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3590 2024.10.10 04:26:49.488644 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3591 2024.10.10 04:26:49.488679 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3592 2024.10.10 04:26:49.489065 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3593 2024.10.10 04:26:49.489399 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3594 2024.10.10 04:26:49.489548 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Debug> executeQuery: Read 58 rows, 3.66 KiB in 0.001431 sec., 40531.09713487072 rows/sec., 2.50 MiB/sec.
3595 2024.10.10 04:26:49.489709 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Debug> DynamicQueryHandler: Done processing query
3596 2024.10.10 04:26:49.489734 [ 3 ] {ca0c9f70-cc1d-42fe-9fe2-d7bdb89fe30c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3597 2024.10.10 04:26:49.489749 [ 3 ] {} <Debug> HTTP-Session: 6cda0c79-f561-4ede-b8f8-d84ef7cfbd55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3598 2024.10.10 04:26:50.339713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3599 2024.10.10 04:26:50.339830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3600 2024.10.10 04:26:50.339855 [ 3 ] {} <Debug> HTTP-Session: 107399c5-40b9-4c4d-a7c5-560df00fbfc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3601 2024.10.10 04:26:50.339880 [ 3 ] {} <Debug> HTTP-Session: 107399c5-40b9-4c4d-a7c5-560df00fbfc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3602 2024.10.10 04:26:50.339896 [ 3 ] {} <Debug> HTTP-Session: 107399c5-40b9-4c4d-a7c5-560df00fbfc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3603 2024.10.10 04:26:50.339944 [ 3 ] {} <Trace> HTTP-Session: 107399c5-40b9-4c4d-a7c5-560df00fbfc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3604 2024.10.10 04:26:50.340181 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3605 2024.10.10 04:26:50.340249 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3606 2024.10.10 04:26:50.340581 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3607 2024.10.10 04:26:50.341051 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2024.10.10 04:26:50.341094 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3609 2024.10.10 04:26:50.341527 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3610 2024.10.10 04:26:50.341911 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3611 2024.10.10 04:26:50.342074 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec.
3612 2024.10.10 04:26:50.342326 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Debug> DynamicQueryHandler: Done processing query
3613 2024.10.10 04:26:50.342353 [ 3 ] {90d54b1f-ebca-4638-af6e-7eb26d24e036} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3614 2024.10.10 04:26:50.342371 [ 3 ] {} <Debug> HTTP-Session: 107399c5-40b9-4c4d-a7c5-560df00fbfc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3615 2024.10.10 04:26:50.342508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3616 2024.10.10 04:26:50.342558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3617 2024.10.10 04:26:50.342577 [ 3 ] {} <Debug> HTTP-Session: 0aa9f8cd-5de1-4173-bbcd-1a79f404db6a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3618 2024.10.10 04:26:50.342595 [ 3 ] {} <Debug> HTTP-Session: 0aa9f8cd-5de1-4173-bbcd-1a79f404db6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3619 2024.10.10 04:26:50.342609 [ 3 ] {} <Debug> HTTP-Session: 0aa9f8cd-5de1-4173-bbcd-1a79f404db6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3620 2024.10.10 04:26:50.342641 [ 3 ] {} <Trace> HTTP-Session: 0aa9f8cd-5de1-4173-bbcd-1a79f404db6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3621 2024.10.10 04:26:50.342766 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3622 2024.10.10 04:26:50.342810 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3623 2024.10.10 04:26:50.343038 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3624 2024.10.10 04:26:50.343410 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2024.10.10 04:26:50.343448 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3626 2024.10.10 04:26:50.343807 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3627 2024.10.10 04:26:50.344201 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2024.10.10 04:26:50.344363 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001633 sec., 39191.67176974893 rows/sec., 3.06 MiB/sec.
3629 2024.10.10 04:26:50.344538 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Debug> DynamicQueryHandler: Done processing query
3630 2024.10.10 04:26:50.344563 [ 3 ] {e5da234b-75c3-46f2-a92a-6e42c2314ae7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3631 2024.10.10 04:26:50.344579 [ 3 ] {} <Debug> HTTP-Session: 0aa9f8cd-5de1-4173-bbcd-1a79f404db6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3632 2024.10.10 04:26:50.344705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3633 2024.10.10 04:26:50.344754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3634 2024.10.10 04:26:50.344773 [ 3 ] {} <Debug> HTTP-Session: 075b997a-7905-4315-a0c4-99b5ef19618e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3635 2024.10.10 04:26:50.344791 [ 3 ] {} <Debug> HTTP-Session: 075b997a-7905-4315-a0c4-99b5ef19618e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3636 2024.10.10 04:26:50.344805 [ 3 ] {} <Debug> HTTP-Session: 075b997a-7905-4315-a0c4-99b5ef19618e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3637 2024.10.10 04:26:50.344836 [ 3 ] {} <Trace> HTTP-Session: 075b997a-7905-4315-a0c4-99b5ef19618e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3638 2024.10.10 04:26:50.344951 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3639 2024.10.10 04:26:50.344999 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3640 2024.10.10 04:26:50.345162 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3641 2024.10.10 04:26:50.345524 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3642 2024.10.10 04:26:50.345560 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3643 2024.10.10 04:26:50.345938 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3644 2024.10.10 04:26:50.346301 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3645 2024.10.10 04:26:50.346461 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001538 sec., 20806.241872561768 rows/sec., 1.45 MiB/sec.
3646 2024.10.10 04:26:50.346758 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Debug> DynamicQueryHandler: Done processing query
3647 2024.10.10 04:26:50.346786 [ 3 ] {e480646f-528f-460f-8bec-f4e80d17fd84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3648 2024.10.10 04:26:50.346804 [ 3 ] {} <Debug> HTTP-Session: 075b997a-7905-4315-a0c4-99b5ef19618e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3649 2024.10.10 04:26:50.346945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3650 2024.10.10 04:26:50.346994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3651 2024.10.10 04:26:50.347014 [ 3 ] {} <Debug> HTTP-Session: bc8f47ec-594b-45ff-9def-b5e843e73686 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3652 2024.10.10 04:26:50.347031 [ 3 ] {} <Debug> HTTP-Session: bc8f47ec-594b-45ff-9def-b5e843e73686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3653 2024.10.10 04:26:50.347044 [ 3 ] {} <Debug> HTTP-Session: bc8f47ec-594b-45ff-9def-b5e843e73686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3654 2024.10.10 04:26:50.347075 [ 3 ] {} <Trace> HTTP-Session: bc8f47ec-594b-45ff-9def-b5e843e73686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3655 2024.10.10 04:26:50.347190 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3656 2024.10.10 04:26:50.347238 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3657 2024.10.10 04:26:50.347387 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3658 2024.10.10 04:26:50.347708 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2024.10.10 04:26:50.347743 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3660 2024.10.10 04:26:50.348107 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3661 2024.10.10 04:26:50.348461 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3662 2024.10.10 04:26:50.348621 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00145 sec., 8275.862068965518 rows/sec., 571.12 KiB/sec.
3663 2024.10.10 04:26:50.348927 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Debug> DynamicQueryHandler: Done processing query
3664 2024.10.10 04:26:50.348953 [ 3 ] {3ac62989-3c71-4f96-864b-e76cc41e9106} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3665 2024.10.10 04:26:50.348970 [ 3 ] {} <Debug> HTTP-Session: bc8f47ec-594b-45ff-9def-b5e843e73686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3666 2024.10.10 04:26:53.381331 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
3667 2024.10.10 04:26:53.381397 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
3668 2024.10.10 04:26:55.346186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3669 2024.10.10 04:26:55.346302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3670 2024.10.10 04:26:55.346326 [ 3 ] {} <Debug> HTTP-Session: 1607933b-14ea-4e9a-82d4-fa914541929e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3671 2024.10.10 04:26:55.346351 [ 3 ] {} <Debug> HTTP-Session: 1607933b-14ea-4e9a-82d4-fa914541929e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3672 2024.10.10 04:26:55.346367 [ 3 ] {} <Debug> HTTP-Session: 1607933b-14ea-4e9a-82d4-fa914541929e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3673 2024.10.10 04:26:55.346416 [ 3 ] {} <Trace> HTTP-Session: 1607933b-14ea-4e9a-82d4-fa914541929e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3674 2024.10.10 04:26:55.346596 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3675 2024.10.10 04:26:55.346662 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3676 2024.10.10 04:26:55.347000 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3677 2024.10.10 04:26:55.347452 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3678 2024.10.10 04:26:55.347495 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3679 2024.10.10 04:26:55.347894 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3680 2024.10.10 04:26:55.348297 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3681 2024.10.10 04:26:55.348438 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001888 sec., 1059.322033898305 rows/sec., 86.38 KiB/sec.
3682 2024.10.10 04:26:55.348658 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Debug> DynamicQueryHandler: Done processing query
3683 2024.10.10 04:26:55.348684 [ 3 ] {4f59d4a4-48d3-4db7-b156-4f5aa69a77c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3684 2024.10.10 04:26:55.348701 [ 3 ] {} <Debug> HTTP-Session: 1607933b-14ea-4e9a-82d4-fa914541929e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3685 2024.10.10 04:26:55.348843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3686 2024.10.10 04:26:55.348893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3687 2024.10.10 04:26:55.348912 [ 3 ] {} <Debug> HTTP-Session: d2a1596d-c180-4b26-854c-2c983ffb93b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3688 2024.10.10 04:26:55.348929 [ 3 ] {} <Debug> HTTP-Session: d2a1596d-c180-4b26-854c-2c983ffb93b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3689 2024.10.10 04:26:55.348943 [ 3 ] {} <Debug> HTTP-Session: d2a1596d-c180-4b26-854c-2c983ffb93b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3690 2024.10.10 04:26:55.348974 [ 3 ] {} <Trace> HTTP-Session: d2a1596d-c180-4b26-854c-2c983ffb93b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3691 2024.10.10 04:26:55.349103 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3692 2024.10.10 04:26:55.349154 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3693 2024.10.10 04:26:55.349381 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3694 2024.10.10 04:26:55.349782 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3695 2024.10.10 04:26:55.349819 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3696 2024.10.10 04:26:55.350182 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3697 2024.10.10 04:26:55.350532 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3698 2024.10.10 04:26:55.350696 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001636 sec., 45843.52078239609 rows/sec., 3.72 MiB/sec.
3699 2024.10.10 04:26:55.351034 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Debug> DynamicQueryHandler: Done processing query
3700 2024.10.10 04:26:55.351058 [ 3 ] {60892fc5-bcaf-4d1c-8d70-77398f0edb5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3701 2024.10.10 04:26:55.351074 [ 3 ] {} <Debug> HTTP-Session: d2a1596d-c180-4b26-854c-2c983ffb93b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3702 2024.10.10 04:26:55.351239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3703 2024.10.10 04:26:55.351289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3704 2024.10.10 04:26:55.351308 [ 3 ] {} <Debug> HTTP-Session: d52a154c-3f07-46b3-b2c2-65ca4555d04b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3705 2024.10.10 04:26:55.351326 [ 3 ] {} <Debug> HTTP-Session: d52a154c-3f07-46b3-b2c2-65ca4555d04b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3706 2024.10.10 04:26:55.351340 [ 3 ] {} <Debug> HTTP-Session: d52a154c-3f07-46b3-b2c2-65ca4555d04b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3707 2024.10.10 04:26:55.351370 [ 3 ] {} <Trace> HTTP-Session: d52a154c-3f07-46b3-b2c2-65ca4555d04b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3708 2024.10.10 04:26:55.351475 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3709 2024.10.10 04:26:55.351520 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3710 2024.10.10 04:26:55.351767 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3711 2024.10.10 04:26:55.352100 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3712 2024.10.10 04:26:55.352136 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3713 2024.10.10 04:26:55.352479 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3714 2024.10.10 04:26:55.352832 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3715 2024.10.10 04:26:55.353000 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001545 sec., 7119.741100323625 rows/sec., 528.42 KiB/sec.
3716 2024.10.10 04:26:55.352998 [ 36 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3717 2024.10.10 04:26:55.353116 [ 36 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3718 2024.10.10 04:26:55.353174 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3719 2024.10.10 04:26:55.353280 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Debug> DynamicQueryHandler: Done processing query
3720 2024.10.10 04:26:55.353347 [ 3 ] {fa35f7f7-512f-4479-a9df-83e7594b0223} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3721 2024.10.10 04:26:55.353427 [ 3 ] {} <Debug> HTTP-Session: d52a154c-3f07-46b3-b2c2-65ca4555d04b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3722 2024.10.10 04:26:55.353707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 13260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3723 2024.10.10 04:26:55.353750 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
3724 2024.10.10 04:26:55.353787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3725 2024.10.10 04:26:55.353859 [ 3 ] {} <Debug> HTTP-Session: 6b5b97fa-b5ae-47b0-b3d3-e79c0d6a0cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3726 2024.10.10 04:26:55.353883 [ 3 ] {} <Debug> HTTP-Session: 6b5b97fa-b5ae-47b0-b3d3-e79c0d6a0cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3727 2024.10.10 04:26:55.353925 [ 3 ] {} <Debug> HTTP-Session: 6b5b97fa-b5ae-47b0-b3d3-e79c0d6a0cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3728 2024.10.10 04:26:55.354005 [ 3 ] {} <Trace> HTTP-Session: 6b5b97fa-b5ae-47b0-b3d3-e79c0d6a0cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2024.10.10 04:26:55.354130 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3730 2024.10.10 04:26:55.354204 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part
3731 2024.10.10 04:26:55.354240 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3732 2024.10.10 04:26:55.354312 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3733 2024.10.10 04:26:55.354539 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
3734 2024.10.10 04:26:55.354901 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part
3735 2024.10.10 04:26:55.355203 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
3736 2024.10.10 04:26:55.355580 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
3737 2024.10.10 04:26:55.355922 [ 190 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part
3738 2024.10.10 04:26:55.356319 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3739 2024.10.10 04:26:55.357385 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3740 2024.10.10 04:26:55.357454 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3741 2024.10.10 04:26:55.358609 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3742 2024.10.10 04:26:55.358837 [ 188 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 5 columns (5 merged, 0 gathered) in 0.005552232 sec., 20172.067737803463 rows/sec., 1.55 MiB/sec.
3743 2024.10.10 04:26:55.359133 [ 188 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3744 2024.10.10 04:26:55.359646 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2024.10.10 04:26:55.360158 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.005957 sec., 13093.839180795703 rows/sec., 1.02 MiB/sec.
3746 2024.10.10 04:26:55.360302 [ 188 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3747 2024.10.10 04:26:55.360618 [ 188 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_11_2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3748 2024.10.10 04:26:55.360771 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Debug> DynamicQueryHandler: Done processing query
3749 2024.10.10 04:26:55.360780 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3750 2024.10.10 04:26:55.360811 [ 3 ] {c30765c1-2091-4874-8d7b-944893a4d88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3751 2024.10.10 04:26:55.360845 [ 3 ] {} <Debug> HTTP-Session: 6b5b97fa-b5ae-47b0-b3d3-e79c0d6a0cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3752 2024.10.10 04:26:55.361012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3753 2024.10.10 04:26:55.361061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3754 2024.10.10 04:26:55.361081 [ 3 ] {} <Debug> HTTP-Session: 6919ee63-18cc-4e1b-ba4c-8cac1b0ae2fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3755 2024.10.10 04:26:55.361098 [ 3 ] {} <Debug> HTTP-Session: 6919ee63-18cc-4e1b-ba4c-8cac1b0ae2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3756 2024.10.10 04:26:55.361111 [ 3 ] {} <Debug> HTTP-Session: 6919ee63-18cc-4e1b-ba4c-8cac1b0ae2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3757 2024.10.10 04:26:55.361142 [ 3 ] {} <Trace> HTTP-Session: 6919ee63-18cc-4e1b-ba4c-8cac1b0ae2fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3758 2024.10.10 04:26:55.361304 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3759 2024.10.10 04:26:55.361353 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3760 2024.10.10 04:26:55.361528 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3761 2024.10.10 04:26:55.361945 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2024.10.10 04:26:55.361981 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3763 2024.10.10 04:26:55.362367 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3764 2024.10.10 04:26:55.362714 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3765 2024.10.10 04:26:55.362867 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001644 sec., 97931.87347931873 rows/sec., 6.82 MiB/sec.
3766 2024.10.10 04:26:55.363038 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Debug> DynamicQueryHandler: Done processing query
3767 2024.10.10 04:26:55.363061 [ 3 ] {1bd1902a-ec31-4b36-98eb-4fba376d493f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3768 2024.10.10 04:26:55.363077 [ 3 ] {} <Debug> HTTP-Session: 6919ee63-18cc-4e1b-ba4c-8cac1b0ae2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3769 2024.10.10 04:26:55.363199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3770 2024.10.10 04:26:55.363247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3771 2024.10.10 04:26:55.363265 [ 3 ] {} <Debug> HTTP-Session: b4f4f8e4-b023-48a3-8bcc-dfc7fd1869d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3772 2024.10.10 04:26:55.363281 [ 3 ] {} <Debug> HTTP-Session: b4f4f8e4-b023-48a3-8bcc-dfc7fd1869d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3773 2024.10.10 04:26:55.363295 [ 3 ] {} <Debug> HTTP-Session: b4f4f8e4-b023-48a3-8bcc-dfc7fd1869d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3774 2024.10.10 04:26:55.363325 [ 3 ] {} <Trace> HTTP-Session: b4f4f8e4-b023-48a3-8bcc-dfc7fd1869d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3775 2024.10.10 04:26:55.363501 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3776 2024.10.10 04:26:55.363566 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3777 2024.10.10 04:26:55.364001 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3778 2024.10.10 04:26:55.364492 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3779 2024.10.10 04:26:55.364527 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3780 2024.10.10 04:26:55.365122 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3781 2024.10.10 04:26:55.365532 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3782 2024.10.10 04:26:55.365708 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3783 2024.10.10 04:26:55.365733 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002335 sec., 3854.3897216274095 rows/sec., 6.91 MiB/sec.
3784 2024.10.10 04:26:55.365772 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3785 2024.10.10 04:26:55.365838 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3786 2024.10.10 04:26:55.366469 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
3787 2024.10.10 04:26:55.366491 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Debug> DynamicQueryHandler: Done processing query
3788 2024.10.10 04:26:55.366538 [ 3 ] {d43edae8-cba5-4ee7-8078-e939ff54d2fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3789 2024.10.10 04:26:55.366574 [ 3 ] {} <Debug> HTTP-Session: b4f4f8e4-b023-48a3-8bcc-dfc7fd1869d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3790 2024.10.10 04:26:55.366767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3791 2024.10.10 04:26:55.366886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3792 2024.10.10 04:26:55.366953 [ 3 ] {} <Debug> HTTP-Session: ff87e7aa-1d93-428e-a7b1-85d71dfb3a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3793 2024.10.10 04:26:55.367011 [ 3 ] {} <Debug> HTTP-Session: ff87e7aa-1d93-428e-a7b1-85d71dfb3a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3794 2024.10.10 04:26:55.367064 [ 3 ] {} <Debug> HTTP-Session: ff87e7aa-1d93-428e-a7b1-85d71dfb3a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3795 2024.10.10 04:26:55.367172 [ 3 ] {} <Trace> HTTP-Session: ff87e7aa-1d93-428e-a7b1-85d71dfb3a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3796 2024.10.10 04:26:55.367269 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3797 2024.10.10 04:26:55.367438 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3798 2024.10.10 04:26:55.367450 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part
3799 2024.10.10 04:26:55.367529 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3800 2024.10.10 04:26:55.368347 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
3801 2024.10.10 04:26:55.368375 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3802 2024.10.10 04:26:55.369052 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part
3803 2024.10.10 04:26:55.369508 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3804 2024.10.10 04:26:55.369604 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3805 2024.10.10 04:26:55.369754 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
3806 2024.10.10 04:26:55.370384 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part
3807 2024.10.10 04:26:55.370959 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part
3808 2024.10.10 04:26:55.370967 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3809 2024.10.10 04:26:55.372215 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2024.10.10 04:26:55.372531 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.005179 sec., 579.2624058698591 rows/sec., 40.92 KiB/sec.
3811 2024.10.10 04:26:55.373048 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Debug> DynamicQueryHandler: Done processing query
3812 2024.10.10 04:26:55.373098 [ 3 ] {dcdaa82f-98d4-406b-b84c-28f2895c0d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3813 2024.10.10 04:26:55.373132 [ 3 ] {} <Debug> HTTP-Session: ff87e7aa-1d93-428e-a7b1-85d71dfb3a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3814 2024.10.10 04:26:55.373276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3815 2024.10.10 04:26:55.373371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3816 2024.10.10 04:26:55.373421 [ 3 ] {} <Debug> HTTP-Session: 4f643ec0-9767-4d25-a578-6da1bd2dc2dd Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3817 2024.10.10 04:26:55.373480 [ 3 ] {} <Debug> HTTP-Session: 4f643ec0-9767-4d25-a578-6da1bd2dc2dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3818 2024.10.10 04:26:55.373523 [ 3 ] {} <Debug> HTTP-Session: 4f643ec0-9767-4d25-a578-6da1bd2dc2dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3819 2024.10.10 04:26:55.373616 [ 3 ] {} <Trace> HTTP-Session: 4f643ec0-9767-4d25-a578-6da1bd2dc2dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3820 2024.10.10 04:26:55.373902 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3821 2024.10.10 04:26:55.374015 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3822 2024.10.10 04:26:55.374777 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3823 2024.10.10 04:26:55.375658 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3824 2024.10.10 04:26:55.375739 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3825 2024.10.10 04:26:55.376828 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3826 2024.10.10 04:26:55.377768 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3827 2024.10.10 04:26:55.378134 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004351 sec., 13789.933348655482 rows/sec., 951.65 KiB/sec.
3828 2024.10.10 04:26:55.378648 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Debug> DynamicQueryHandler: Done processing query
3829 2024.10.10 04:26:55.378673 [ 3 ] {34ea2aa2-fafa-4d03-a46a-730a5840224f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3830 2024.10.10 04:26:55.378688 [ 3 ] {} <Debug> HTTP-Session: 4f643ec0-9767-4d25-a578-6da1bd2dc2dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3831 2024.10.10 04:26:55.381781 [ 190 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 19 columns (19 merged, 0 gathered) in 0.015814353 sec., 11951.16866304932 rows/sec., 21.42 MiB/sec.
3832 2024.10.10 04:26:55.382276 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3833 2024.10.10 04:26:55.382840 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3834 2024.10.10 04:26:55.382918 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3835 2024.10.10 04:26:55.383028 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB.
3836 2024.10.10 04:26:58.495052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 386
3837 2024.10.10 04:26:58.498561 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3838 2024.10.10 04:26:58.498613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3839 2024.10.10 04:26:58.500171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3840 2024.10.10 04:26:58.501146 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3841 2024.10.10 04:26:58.501675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386
3842 2024.10.10 04:27:00.351992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3843 2024.10.10 04:27:00.352108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3844 2024.10.10 04:27:00.352133 [ 3 ] {} <Debug> HTTP-Session: 305f426b-0586-4734-ad7e-33c658d0cc1b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3845 2024.10.10 04:27:00.352158 [ 3 ] {} <Debug> HTTP-Session: 305f426b-0586-4734-ad7e-33c658d0cc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3846 2024.10.10 04:27:00.352172 [ 3 ] {} <Debug> HTTP-Session: 305f426b-0586-4734-ad7e-33c658d0cc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3847 2024.10.10 04:27:00.352222 [ 3 ] {} <Trace> HTTP-Session: 305f426b-0586-4734-ad7e-33c658d0cc1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3848 2024.10.10 04:27:00.352412 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3849 2024.10.10 04:27:00.352485 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3850 2024.10.10 04:27:00.352824 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3851 2024.10.10 04:27:00.353312 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2024.10.10 04:27:00.353358 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3853 2024.10.10 04:27:00.353778 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3854 2024.10.10 04:27:00.354183 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2024.10.10 04:27:00.354325 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001971 sec., 2029.4266869609335 rows/sec., 165.49 KiB/sec.
3856 2024.10.10 04:27:00.354572 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Debug> DynamicQueryHandler: Done processing query
3857 2024.10.10 04:27:00.354600 [ 3 ] {e501ab51-072b-4a70-9ec9-8db3ff3be7eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3858 2024.10.10 04:27:00.354617 [ 3 ] {} <Debug> HTTP-Session: 305f426b-0586-4734-ad7e-33c658d0cc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3859 2024.10.10 04:27:00.354868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3860 2024.10.10 04:27:00.354927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3861 2024.10.10 04:27:00.354947 [ 3 ] {} <Debug> HTTP-Session: 9a24b307-3d4c-4eea-a85e-6405021102eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3862 2024.10.10 04:27:00.354966 [ 3 ] {} <Debug> HTTP-Session: 9a24b307-3d4c-4eea-a85e-6405021102eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3863 2024.10.10 04:27:00.354981 [ 3 ] {} <Debug> HTTP-Session: 9a24b307-3d4c-4eea-a85e-6405021102eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3864 2024.10.10 04:27:00.355016 [ 3 ] {} <Trace> HTTP-Session: 9a24b307-3d4c-4eea-a85e-6405021102eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3865 2024.10.10 04:27:00.355198 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3866 2024.10.10 04:27:00.355244 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3867 2024.10.10 04:27:00.355474 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3868 2024.10.10 04:27:00.355981 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3869 2024.10.10 04:27:00.356016 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3870 2024.10.10 04:27:00.356416 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3871 2024.10.10 04:27:00.356783 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3872 2024.10.10 04:27:00.356907 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Debug> executeQuery: Read 249 rows, 22.45 KiB in 0.001802 sec., 138179.80022197557 rows/sec., 12.17 MiB/sec.
3873 2024.10.10 04:27:00.357083 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Debug> DynamicQueryHandler: Done processing query
3874 2024.10.10 04:27:00.357107 [ 3 ] {ec1afc4d-3737-4760-8bb9-4664f304c08a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
3875 2024.10.10 04:27:00.357123 [ 3 ] {} <Debug> HTTP-Session: 9a24b307-3d4c-4eea-a85e-6405021102eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3876 2024.10.10 04:27:00.357256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3877 2024.10.10 04:27:00.357309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3878 2024.10.10 04:27:00.357329 [ 3 ] {} <Debug> HTTP-Session: 625a1796-b50d-41fa-a54c-1a192b7eb4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3879 2024.10.10 04:27:00.357346 [ 3 ] {} <Debug> HTTP-Session: 625a1796-b50d-41fa-a54c-1a192b7eb4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3880 2024.10.10 04:27:00.357360 [ 3 ] {} <Debug> HTTP-Session: 625a1796-b50d-41fa-a54c-1a192b7eb4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3881 2024.10.10 04:27:00.357393 [ 3 ] {} <Trace> HTTP-Session: 625a1796-b50d-41fa-a54c-1a192b7eb4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3882 2024.10.10 04:27:00.357500 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3883 2024.10.10 04:27:00.357544 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3884 2024.10.10 04:27:00.357778 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3885 2024.10.10 04:27:00.358106 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3886 2024.10.10 04:27:00.358141 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3887 2024.10.10 04:27:00.358501 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3888 2024.10.10 04:27:00.358858 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3889 2024.10.10 04:27:00.358980 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.001511 sec., 21839.84116479153 rows/sec., 1.59 MiB/sec.
3890 2024.10.10 04:27:00.359379 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Debug> DynamicQueryHandler: Done processing query
3891 2024.10.10 04:27:00.359404 [ 3 ] {06d1fab6-2be5-475f-9d3b-d58e66ee5469} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3892 2024.10.10 04:27:00.359420 [ 3 ] {} <Debug> HTTP-Session: 625a1796-b50d-41fa-a54c-1a192b7eb4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3893 2024.10.10 04:27:00.359547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3894 2024.10.10 04:27:00.359598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3895 2024.10.10 04:27:00.359617 [ 3 ] {} <Debug> HTTP-Session: 8560a98f-4fa4-4302-97c2-588d7a7ca020 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3896 2024.10.10 04:27:00.359633 [ 3 ] {} <Debug> HTTP-Session: 8560a98f-4fa4-4302-97c2-588d7a7ca020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3897 2024.10.10 04:27:00.359647 [ 3 ] {} <Debug> HTTP-Session: 8560a98f-4fa4-4302-97c2-588d7a7ca020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3898 2024.10.10 04:27:00.359679 [ 3 ] {} <Trace> HTTP-Session: 8560a98f-4fa4-4302-97c2-588d7a7ca020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3899 2024.10.10 04:27:00.359783 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3900 2024.10.10 04:27:00.359827 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3901 2024.10.10 04:27:00.360070 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3902 2024.10.10 04:27:00.360412 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2024.10.10 04:27:00.360447 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3904 2024.10.10 04:27:00.360802 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3905 2024.10.10 04:27:00.361177 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3906 2024.10.10 04:27:00.361293 [ 31 ] {} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3907 2024.10.10 04:27:00.361303 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec.
3908 2024.10.10 04:27:00.361336 [ 31 ] {} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3909 2024.10.10 04:27:00.361375 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3910 2024.10.10 04:27:00.361580 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Debug> DynamicQueryHandler: Done processing query
3911 2024.10.10 04:27:00.361600 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
3912 2024.10.10 04:27:00.361614 [ 3 ] {25357ee0-2bbf-4537-af1f-a2727485393d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3913 2024.10.10 04:27:00.361688 [ 3 ] {} <Debug> HTTP-Session: 8560a98f-4fa4-4302-97c2-588d7a7ca020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3914 2024.10.10 04:27:00.361856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3915 2024.10.10 04:27:00.361955 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3916 2024.10.10 04:27:00.361971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3917 2024.10.10 04:27:00.362015 [ 3 ] {} <Debug> HTTP-Session: 829801ea-9403-4d67-b2ad-941a1d6aa7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3918 2024.10.10 04:27:00.362044 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
3919 2024.10.10 04:27:00.362055 [ 3 ] {} <Debug> HTTP-Session: 829801ea-9403-4d67-b2ad-941a1d6aa7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3920 2024.10.10 04:27:00.362096 [ 3 ] {} <Debug> HTTP-Session: 829801ea-9403-4d67-b2ad-941a1d6aa7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3921 2024.10.10 04:27:00.362155 [ 3 ] {} <Trace> HTTP-Session: 829801ea-9403-4d67-b2ad-941a1d6aa7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3922 2024.10.10 04:27:00.362407 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
3923 2024.10.10 04:27:00.362459 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3924 2024.10.10 04:27:00.362607 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3925 2024.10.10 04:27:00.362765 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
3926 2024.10.10 04:27:00.363109 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
3927 2024.10.10 04:27:00.363512 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part
3928 2024.10.10 04:27:00.363900 [ 194 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3929 2024.10.10 04:27:00.364161 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3930 2024.10.10 04:27:00.365153 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3931 2024.10.10 04:27:00.365215 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3932 2024.10.10 04:27:00.366308 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3933 2024.10.10 04:27:00.367383 [ 188 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.005882961 sec., 53034.517821892754 rows/sec., 3.61 MiB/sec.
3934 2024.10.10 04:27:00.367561 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2024.10.10 04:27:00.367682 [ 188 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3936 2024.10.10 04:27:00.367844 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005475 sec., 1095.890410958904 rows/sec., 64.75 KiB/sec.
3937 2024.10.10 04:27:00.368252 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Debug> DynamicQueryHandler: Done processing query
3938 2024.10.10 04:27:00.368313 [ 3 ] {94ad50d7-15bd-4c14-9c3d-0ef46c373a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3939 2024.10.10 04:27:00.368363 [ 3 ] {} <Debug> HTTP-Session: 829801ea-9403-4d67-b2ad-941a1d6aa7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3940 2024.10.10 04:27:00.368604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3941 2024.10.10 04:27:00.368692 [ 188 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2024.10.10 04:27:00.368706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3943 2024.10.10 04:27:00.368775 [ 3 ] {} <Debug> HTTP-Session: 37053ad9-e4c1-4268-8ecd-1273abfe745c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3944 2024.10.10 04:27:00.368825 [ 3 ] {} <Debug> HTTP-Session: 37053ad9-e4c1-4268-8ecd-1273abfe745c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3945 2024.10.10 04:27:00.368852 [ 3 ] {} <Debug> HTTP-Session: 37053ad9-e4c1-4268-8ecd-1273abfe745c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3946 2024.10.10 04:27:00.368879 [ 188 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_6_1} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3947 2024.10.10 04:27:00.368906 [ 3 ] {} <Trace> HTTP-Session: 37053ad9-e4c1-4268-8ecd-1273abfe745c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3948 2024.10.10 04:27:00.369046 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3949 2024.10.10 04:27:00.369202 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3950 2024.10.10 04:27:00.369250 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3951 2024.10.10 04:27:00.369493 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3952 2024.10.10 04:27:00.370096 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3953 2024.10.10 04:27:00.370130 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3954 2024.10.10 04:27:00.370505 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3955 2024.10.10 04:27:00.370872 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3956 2024.10.10 04:27:00.371002 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Debug> executeQuery: Read 421 rows, 30.81 KiB in 0.001931 sec., 218021.75038839979 rows/sec., 15.58 MiB/sec.
3957 2024.10.10 04:27:00.371224 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Debug> DynamicQueryHandler: Done processing query
3958 2024.10.10 04:27:00.371248 [ 3 ] {965b2cc8-71fd-4ed2-9b9f-698a60841c90} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3959 2024.10.10 04:27:00.371264 [ 3 ] {} <Debug> HTTP-Session: 37053ad9-e4c1-4268-8ecd-1273abfe745c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3960 2024.10.10 04:27:00.371412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3961 2024.10.10 04:27:00.371460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3962 2024.10.10 04:27:00.371480 [ 3 ] {} <Debug> HTTP-Session: 9acc0144-76a0-4a4a-aa06-30065a8d4c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3963 2024.10.10 04:27:00.371496 [ 3 ] {} <Debug> HTTP-Session: 9acc0144-76a0-4a4a-aa06-30065a8d4c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3964 2024.10.10 04:27:00.371510 [ 3 ] {} <Debug> HTTP-Session: 9acc0144-76a0-4a4a-aa06-30065a8d4c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3965 2024.10.10 04:27:00.371540 [ 3 ] {} <Trace> HTTP-Session: 9acc0144-76a0-4a4a-aa06-30065a8d4c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3966 2024.10.10 04:27:00.371636 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3967 2024.10.10 04:27:00.371679 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3968 2024.10.10 04:27:00.371807 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3969 2024.10.10 04:27:00.372077 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2024.10.10 04:27:00.372112 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3971 2024.10.10 04:27:00.372459 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3972 2024.10.10 04:27:00.372780 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2024.10.10 04:27:00.372895 [ 31 ] {} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3974 2024.10.10 04:27:00.372904 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 242.82 KiB/sec.
3975 2024.10.10 04:27:00.372937 [ 31 ] {} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2024.10.10 04:27:00.372972 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3977 2024.10.10 04:27:00.373168 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3978 2024.10.10 04:27:00.373177 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Debug> DynamicQueryHandler: Done processing query
3979 2024.10.10 04:27:00.373257 [ 3 ] {f4414504-b531-4dac-8377-dd4ef1fdb3fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3980 2024.10.10 04:27:00.373292 [ 3 ] {} <Debug> HTTP-Session: 9acc0144-76a0-4a4a-aa06-30065a8d4c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3981 2024.10.10 04:27:00.373421 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3982 2024.10.10 04:27:00.373464 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3983 2024.10.10 04:27:00.373574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 45024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3984 2024.10.10 04:27:00.373688 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3985 2024.10.10 04:27:00.373723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3986 2024.10.10 04:27:00.373800 [ 3 ] {} <Debug> HTTP-Session: c2a51313-861e-4f5a-9361-1f3dfe421cce Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
3987 2024.10.10 04:27:00.373865 [ 3 ] {} <Debug> HTTP-Session: c2a51313-861e-4f5a-9361-1f3dfe421cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3988 2024.10.10 04:27:00.373929 [ 3 ] {} <Debug> HTTP-Session: c2a51313-861e-4f5a-9361-1f3dfe421cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3989 2024.10.10 04:27:00.374017 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3990 2024.10.10 04:27:00.374054 [ 3 ] {} <Trace> HTTP-Session: c2a51313-861e-4f5a-9361-1f3dfe421cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3991 2024.10.10 04:27:00.374320 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3992 2024.10.10 04:27:00.374456 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3993 2024.10.10 04:27:00.374572 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3994 2024.10.10 04:27:00.374766 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3995 2024.10.10 04:27:00.374752 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
3996 2024.10.10 04:27:00.375554 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3997 2024.10.10 04:27:00.376621 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3998 2024.10.10 04:27:00.376683 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
3999 2024.10.10 04:27:00.377444 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00437458 sec., 8229.361447270367 rows/sec., 429.95 KiB/sec.
4000 2024.10.10 04:27:00.377646 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4001 2024.10.10 04:27:00.377721 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4002 2024.10.10 04:27:00.378521 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_6_1} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4003 2024.10.10 04:27:00.378588 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2024.10.10 04:27:00.378710 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_6_1} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4005 2024.10.10 04:27:00.378940 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.004662 sec., 51265.551265551265 rows/sec., 3.44 MiB/sec.
4006 2024.10.10 04:27:00.378947 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4007 2024.10.10 04:27:00.379191 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Debug> DynamicQueryHandler: Done processing query
4008 2024.10.10 04:27:00.379220 [ 3 ] {1d7e318a-1feb-42e7-b2d8-e360804c2023} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4009 2024.10.10 04:27:00.379236 [ 3 ] {} <Debug> HTTP-Session: c2a51313-861e-4f5a-9361-1f3dfe421cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4010 2024.10.10 04:27:00.379370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4011 2024.10.10 04:27:00.379418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4012 2024.10.10 04:27:00.379437 [ 3 ] {} <Debug> HTTP-Session: 02a163af-6478-4cc8-954c-91236294805a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4013 2024.10.10 04:27:00.379453 [ 3 ] {} <Debug> HTTP-Session: 02a163af-6478-4cc8-954c-91236294805a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4014 2024.10.10 04:27:00.379468 [ 3 ] {} <Debug> HTTP-Session: 02a163af-6478-4cc8-954c-91236294805a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4015 2024.10.10 04:27:00.379499 [ 3 ] {} <Trace> HTTP-Session: 02a163af-6478-4cc8-954c-91236294805a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4016 2024.10.10 04:27:00.379591 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4017 2024.10.10 04:27:00.379637 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4018 2024.10.10 04:27:00.379776 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4019 2024.10.10 04:27:00.380031 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4020 2024.10.10 04:27:00.380065 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
4021 2024.10.10 04:27:00.380408 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4022 2024.10.10 04:27:00.380728 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4023 2024.10.10 04:27:00.380848 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec.
4024 2024.10.10 04:27:00.381002 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Debug> DynamicQueryHandler: Done processing query
4025 2024.10.10 04:27:00.381026 [ 3 ] {9ef7ff08-63c7-4197-8691-b879f0fbe33f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4026 2024.10.10 04:27:00.381042 [ 3 ] {} <Debug> HTTP-Session: 02a163af-6478-4cc8-954c-91236294805a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4027 2024.10.10 04:27:00.381178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4028 2024.10.10 04:27:00.381226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4029 2024.10.10 04:27:00.381245 [ 3 ] {} <Debug> HTTP-Session: d49c8904-1f06-4339-9289-5b670e545430 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4030 2024.10.10 04:27:00.381261 [ 3 ] {} <Debug> HTTP-Session: d49c8904-1f06-4339-9289-5b670e545430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4031 2024.10.10 04:27:00.381274 [ 3 ] {} <Debug> HTTP-Session: d49c8904-1f06-4339-9289-5b670e545430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4032 2024.10.10 04:27:00.381305 [ 3 ] {} <Trace> HTTP-Session: d49c8904-1f06-4339-9289-5b670e545430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4033 2024.10.10 04:27:00.381790 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4034 2024.10.10 04:27:00.381856 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4035 2024.10.10 04:27:00.382284 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4036 2024.10.10 04:27:00.382897 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4037 2024.10.10 04:27:00.382931 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
4038 2024.10.10 04:27:00.383572 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4039 2024.10.10 04:27:00.383981 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4040 2024.10.10 04:27:00.384133 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00274 sec., 10583.941605839416 rows/sec., 18.97 MiB/sec.
4041 2024.10.10 04:27:00.384335 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Debug> DynamicQueryHandler: Done processing query
4042 2024.10.10 04:27:00.384359 [ 3 ] {142bb0c3-f1c2-483e-a620-3656d2bea67d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4043 2024.10.10 04:27:00.384375 [ 3 ] {} <Debug> HTTP-Session: d49c8904-1f06-4339-9289-5b670e545430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4044 2024.10.10 04:27:00.384491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4045 2024.10.10 04:27:00.384539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4046 2024.10.10 04:27:00.384557 [ 3 ] {} <Debug> HTTP-Session: 09a2b347-431c-440c-8cda-9c8efca7179d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4047 2024.10.10 04:27:00.384574 [ 3 ] {} <Debug> HTTP-Session: 09a2b347-431c-440c-8cda-9c8efca7179d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4048 2024.10.10 04:27:00.384587 [ 3 ] {} <Debug> HTTP-Session: 09a2b347-431c-440c-8cda-9c8efca7179d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4049 2024.10.10 04:27:00.384618 [ 3 ] {} <Trace> HTTP-Session: 09a2b347-431c-440c-8cda-9c8efca7179d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4050 2024.10.10 04:27:00.384714 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4051 2024.10.10 04:27:00.384759 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4052 2024.10.10 04:27:00.384885 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4053 2024.10.10 04:27:00.385134 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4054 2024.10.10 04:27:00.385169 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
4055 2024.10.10 04:27:00.385524 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4056 2024.10.10 04:27:00.385840 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4057 2024.10.10 04:27:00.385997 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 326.78 KiB/sec.
4058 2024.10.10 04:27:00.386252 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Debug> DynamicQueryHandler: Done processing query
4059 2024.10.10 04:27:00.386276 [ 3 ] {12853155-9e0a-4d23-be3b-10def1a13049} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4060 2024.10.10 04:27:00.386292 [ 3 ] {} <Debug> HTTP-Session: 09a2b347-431c-440c-8cda-9c8efca7179d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4061 2024.10.10 04:27:00.386401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4062 2024.10.10 04:27:00.386449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4063 2024.10.10 04:27:00.386468 [ 3 ] {} <Debug> HTTP-Session: d61fefe4-2766-4cfd-b37d-2af7157fa68f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4064 2024.10.10 04:27:00.386484 [ 3 ] {} <Debug> HTTP-Session: d61fefe4-2766-4cfd-b37d-2af7157fa68f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4065 2024.10.10 04:27:00.386497 [ 3 ] {} <Debug> HTTP-Session: d61fefe4-2766-4cfd-b37d-2af7157fa68f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4066 2024.10.10 04:27:00.386528 [ 3 ] {} <Trace> HTTP-Session: d61fefe4-2766-4cfd-b37d-2af7157fa68f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4067 2024.10.10 04:27:00.386642 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4068 2024.10.10 04:27:00.386687 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4069 2024.10.10 04:27:00.386829 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4070 2024.10.10 04:27:00.387120 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2024.10.10 04:27:00.387155 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
4072 2024.10.10 04:27:00.387509 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4073 2024.10.10 04:27:00.387826 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2024.10.10 04:27:00.387980 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec.
4075 2024.10.10 04:27:00.388132 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Debug> DynamicQueryHandler: Done processing query
4076 2024.10.10 04:27:00.388155 [ 3 ] {d8f0e6da-2499-416e-83c1-0812acfc9f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4077 2024.10.10 04:27:00.388171 [ 3 ] {} <Debug> HTTP-Session: d61fefe4-2766-4cfd-b37d-2af7157fa68f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4078 2024.10.10 04:27:05.346490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4079 2024.10.10 04:27:05.346630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4080 2024.10.10 04:27:05.346660 [ 3 ] {} <Debug> HTTP-Session: eb971d5e-fe2b-4141-8b38-9c831829b24b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4081 2024.10.10 04:27:05.346689 [ 3 ] {} <Debug> HTTP-Session: eb971d5e-fe2b-4141-8b38-9c831829b24b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4082 2024.10.10 04:27:05.346707 [ 3 ] {} <Debug> HTTP-Session: eb971d5e-fe2b-4141-8b38-9c831829b24b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4083 2024.10.10 04:27:05.346761 [ 3 ] {} <Trace> HTTP-Session: eb971d5e-fe2b-4141-8b38-9c831829b24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4084 2024.10.10 04:27:05.346960 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4085 2024.10.10 04:27:05.347038 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4086 2024.10.10 04:27:05.347431 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4087 2024.10.10 04:27:05.347910 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.10.10 04:27:05.347956 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4089 2024.10.10 04:27:05.348366 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4090 2024.10.10 04:27:05.348743 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4091 2024.10.10 04:27:05.348941 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002027 sec., 986.6798223976319 rows/sec., 80.46 KiB/sec.
4092 2024.10.10 04:27:05.349264 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Debug> DynamicQueryHandler: Done processing query
4093 2024.10.10 04:27:05.349291 [ 3 ] {602b1025-075f-401a-a9fe-f7250eff30bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4094 2024.10.10 04:27:05.349308 [ 3 ] {} <Debug> HTTP-Session: eb971d5e-fe2b-4141-8b38-9c831829b24b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4095 2024.10.10 04:27:05.349451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4096 2024.10.10 04:27:05.349506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4097 2024.10.10 04:27:05.349527 [ 3 ] {} <Debug> HTTP-Session: e08fbc33-2957-4cc6-8955-8c4be5983e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4098 2024.10.10 04:27:05.349546 [ 3 ] {} <Debug> HTTP-Session: e08fbc33-2957-4cc6-8955-8c4be5983e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4099 2024.10.10 04:27:05.349560 [ 3 ] {} <Debug> HTTP-Session: e08fbc33-2957-4cc6-8955-8c4be5983e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4100 2024.10.10 04:27:05.349594 [ 3 ] {} <Trace> HTTP-Session: e08fbc33-2957-4cc6-8955-8c4be5983e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4101 2024.10.10 04:27:05.349727 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4102 2024.10.10 04:27:05.349774 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4103 2024.10.10 04:27:05.350026 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4104 2024.10.10 04:27:05.350398 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4105 2024.10.10 04:27:05.350435 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4106 2024.10.10 04:27:05.350800 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4107 2024.10.10 04:27:05.351157 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4108 2024.10.10 04:27:05.351324 [ 82 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4109 2024.10.10 04:27:05.351336 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001643 sec., 45648.20450395618 rows/sec., 3.70 MiB/sec.
4110 2024.10.10 04:27:05.351415 [ 82 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4111 2024.10.10 04:27:05.351484 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4112 2024.10.10 04:27:05.351692 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Debug> DynamicQueryHandler: Done processing query
4113 2024.10.10 04:27:05.351725 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
4114 2024.10.10 04:27:05.351742 [ 3 ] {da7e9902-996a-4c8c-adfd-cf972344baf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4115 2024.10.10 04:27:05.351806 [ 3 ] {} <Debug> HTTP-Session: e08fbc33-2957-4cc6-8955-8c4be5983e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4116 2024.10.10 04:27:05.351971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4117 2024.10.10 04:27:05.351983 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4118 2024.10.10 04:27:05.352035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4119 2024.10.10 04:27:05.352035 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 229 rows starting from the beginning of the part
4120 2024.10.10 04:27:05.352059 [ 3 ] {} <Debug> HTTP-Session: 98b0a4dd-1e37-4b6e-a89c-51461fe85e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4121 2024.10.10 04:27:05.352077 [ 3 ] {} <Debug> HTTP-Session: 98b0a4dd-1e37-4b6e-a89c-51461fe85e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4122 2024.10.10 04:27:05.352098 [ 3 ] {} <Debug> HTTP-Session: 98b0a4dd-1e37-4b6e-a89c-51461fe85e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4123 2024.10.10 04:27:05.352163 [ 3 ] {} <Trace> HTTP-Session: 98b0a4dd-1e37-4b6e-a89c-51461fe85e84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4124 2024.10.10 04:27:05.352283 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1381 rows starting from the beginning of the part
4125 2024.10.10 04:27:05.352502 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4126 2024.10.10 04:27:05.352652 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
4127 2024.10.10 04:27:05.352669 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4128 2024.10.10 04:27:05.353041 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 75 rows starting from the beginning of the part
4129 2024.10.10 04:27:05.353413 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 249 rows starting from the beginning of the part
4130 2024.10.10 04:27:05.353644 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part
4131 2024.10.10 04:27:05.354012 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4132 2024.10.10 04:27:05.354507 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4133 2024.10.10 04:27:05.354554 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4134 2024.10.10 04:27:05.355050 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4135 2024.10.10 04:27:05.355537 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4136 2024.10.10 04:27:05.355718 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2065 rows, containing 5 columns (5 merged, 0 gathered) in 0.004088782 sec., 505040.37632722897 rows/sec., 44.49 MiB/sec.
4137 2024.10.10 04:27:05.355826 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.003441 sec., 3196.745132229003 rows/sec., 237.26 KiB/sec.
4138 2024.10.10 04:27:05.356116 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Debug> DynamicQueryHandler: Done processing query
4139 2024.10.10 04:27:05.356135 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4140 2024.10.10 04:27:05.356153 [ 3 ] {7201d218-1ded-4e2b-ae33-8da2961c6e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4141 2024.10.10 04:27:05.356205 [ 3 ] {} <Debug> HTTP-Session: 98b0a4dd-1e37-4b6e-a89c-51461fe85e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4142 2024.10.10 04:27:05.356430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4143 2024.10.10 04:27:05.356629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4144 2024.10.10 04:27:05.356703 [ 3 ] {} <Debug> HTTP-Session: f5ab96e2-6e63-451e-96a0-0ca9dd5ca469 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4145 2024.10.10 04:27:05.356760 [ 3 ] {} <Debug> HTTP-Session: f5ab96e2-6e63-451e-96a0-0ca9dd5ca469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4146 2024.10.10 04:27:05.356803 [ 3 ] {} <Debug> HTTP-Session: f5ab96e2-6e63-451e-96a0-0ca9dd5ca469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4147 2024.10.10 04:27:05.356854 [ 3 ] {} <Trace> HTTP-Session: f5ab96e2-6e63-451e-96a0-0ca9dd5ca469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4148 2024.10.10 04:27:05.357060 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4149 2024.10.10 04:27:05.357105 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4150 2024.10.10 04:27:05.357128 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4151 2024.10.10 04:27:05.357358 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_16_3} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4152 2024.10.10 04:27:05.357562 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
4153 2024.10.10 04:27:05.357707 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4154 2024.10.10 04:27:05.358119 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4155 2024.10.10 04:27:05.358158 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4156 2024.10.10 04:27:05.358524 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4157 2024.10.10 04:27:05.358899 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4158 2024.10.10 04:27:05.359042 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00207 sec., 36231.884057971016 rows/sec., 2.83 MiB/sec.
4159 2024.10.10 04:27:05.359072 [ 82 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4160 2024.10.10 04:27:05.359155 [ 82 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4161 2024.10.10 04:27:05.359210 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4162 2024.10.10 04:27:05.359396 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Debug> DynamicQueryHandler: Done processing query
4163 2024.10.10 04:27:05.359473 [ 3 ] {e7027414-6a7c-46a3-b607-f3ac00313a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4164 2024.10.10 04:27:05.359482 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
4165 2024.10.10 04:27:05.359529 [ 3 ] {} <Debug> HTTP-Session: f5ab96e2-6e63-451e-96a0-0ca9dd5ca469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4166 2024.10.10 04:27:05.359818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4167 2024.10.10 04:27:05.359947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4168 2024.10.10 04:27:05.359981 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4169 2024.10.10 04:27:05.359995 [ 3 ] {} <Debug> HTTP-Session: 9d81fe8b-bbd8-4110-a17c-12cf8a0fad80 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4170 2024.10.10 04:27:05.360045 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 397 rows starting from the beginning of the part
4171 2024.10.10 04:27:05.360048 [ 3 ] {} <Debug> HTTP-Session: 9d81fe8b-bbd8-4110-a17c-12cf8a0fad80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4172 2024.10.10 04:27:05.360105 [ 3 ] {} <Debug> HTTP-Session: 9d81fe8b-bbd8-4110-a17c-12cf8a0fad80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4173 2024.10.10 04:27:05.360237 [ 3 ] {} <Trace> HTTP-Session: 9d81fe8b-bbd8-4110-a17c-12cf8a0fad80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4174 2024.10.10 04:27:05.360319 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 865 rows starting from the beginning of the part
4175 2024.10.10 04:27:05.360662 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
4176 2024.10.10 04:27:05.360678 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4177 2024.10.10 04:27:05.360859 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4178 2024.10.10 04:27:05.360942 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 78 rows starting from the beginning of the part
4179 2024.10.10 04:27:05.361344 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 421 rows starting from the beginning of the part
4180 2024.10.10 04:27:05.361747 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part
4181 2024.10.10 04:27:05.362117 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4182 2024.10.10 04:27:05.363105 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4183 2024.10.10 04:27:05.363156 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4184 2024.10.10 04:27:05.364216 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4185 2024.10.10 04:27:05.364835 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1900 rows, containing 5 columns (5 merged, 0 gathered) in 0.005550542 sec., 342308.91325567843 rows/sec., 26.15 MiB/sec.
4186 2024.10.10 04:27:05.364954 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4187 2024.10.10 04:27:05.365090 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4188 2024.10.10 04:27:05.365178 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4189 2024.10.10 04:27:05.365291 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2024.10.10 04:27:05.365334 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004834 sec., 33305.750930906084 rows/sec., 2.32 MiB/sec.
4191 2024.10.10 04:27:05.365362 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4192 2024.10.10 04:27:05.366012 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
4193 2024.10.10 04:27:05.366161 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Debug> DynamicQueryHandler: Done processing query
4194 2024.10.10 04:27:05.366250 [ 3 ] {dc558206-1a41-4542-b975-2d30bf3fb94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4195 2024.10.10 04:27:05.366331 [ 3 ] {} <Debug> HTTP-Session: 9d81fe8b-bbd8-4110-a17c-12cf8a0fad80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4196 2024.10.10 04:27:05.366593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4197 2024.10.10 04:27:05.366666 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4198 2024.10.10 04:27:05.366703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4199 2024.10.10 04:27:05.366759 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1354 rows starting from the beginning of the part
4200 2024.10.10 04:27:05.366771 [ 3 ] {} <Debug> HTTP-Session: f4e89774-8274-4188-8da9-d5185607a537 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4201 2024.10.10 04:27:05.366846 [ 3 ] {} <Debug> HTTP-Session: f4e89774-8274-4188-8da9-d5185607a537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4202 2024.10.10 04:27:05.366873 [ 3 ] {} <Debug> HTTP-Session: f4e89774-8274-4188-8da9-d5185607a537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4203 2024.10.10 04:27:05.367012 [ 3 ] {} <Trace> HTTP-Session: f4e89774-8274-4188-8da9-d5185607a537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4204 2024.10.10 04:27:05.367099 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2577 rows starting from the beginning of the part
4205 2024.10.10 04:27:05.367306 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4206 2024.10.10 04:27:05.367479 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part
4207 2024.10.10 04:27:05.367641 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4208 2024.10.10 04:27:05.367874 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_16_3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4209 2024.10.10 04:27:05.368005 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part
4210 2024.10.10 04:27:05.368179 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4211 2024.10.10 04:27:05.368223 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4212 2024.10.10 04:27:05.368446 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 239 rows starting from the beginning of the part
4213 2024.10.10 04:27:05.368679 [ 191 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part
4214 2024.10.10 04:27:05.369655 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4215 2024.10.10 04:27:05.370848 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4216 2024.10.10 04:27:05.370887 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4217 2024.10.10 04:27:05.372023 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4218 2024.10.10 04:27:05.372583 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4524 rows, containing 5 columns (5 merged, 0 gathered) in 0.007064113 sec., 640420.1065300059 rows/sec., 43.12 MiB/sec.
4219 2024.10.10 04:27:05.372796 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2024.10.10 04:27:05.373016 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.005774 sec., 1558.7114651887773 rows/sec., 2.79 MiB/sec.
4221 2024.10.10 04:27:05.373203 [ 189 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4222 2024.10.10 04:27:05.373453 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Debug> DynamicQueryHandler: Done processing query
4223 2024.10.10 04:27:05.373491 [ 3 ] {f31b09fe-3ab7-48c8-9af4-4b1709dbcd7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4224 2024.10.10 04:27:05.373522 [ 3 ] {} <Debug> HTTP-Session: f4e89774-8274-4188-8da9-d5185607a537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4225 2024.10.10 04:27:05.373720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4226 2024.10.10 04:27:05.373811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4227 2024.10.10 04:27:05.373841 [ 3 ] {} <Debug> HTTP-Session: 4ace8970-d132-4043-8a0a-74dc9a5c0f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4228 2024.10.10 04:27:05.373872 [ 3 ] {} <Debug> HTTP-Session: 4ace8970-d132-4043-8a0a-74dc9a5c0f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4229 2024.10.10 04:27:05.373890 [ 3 ] {} <Debug> HTTP-Session: 4ace8970-d132-4043-8a0a-74dc9a5c0f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4230 2024.10.10 04:27:05.373941 [ 3 ] {} <Trace> HTTP-Session: 4ace8970-d132-4043-8a0a-74dc9a5c0f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4231 2024.10.10 04:27:05.374014 [ 189 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4232 2024.10.10 04:27:05.374165 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4233 2024.10.10 04:27:05.374193 [ 189 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4234 2024.10.10 04:27:05.374236 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4235 2024.10.10 04:27:05.374380 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
4236 2024.10.10 04:27:05.374520 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4237 2024.10.10 04:27:05.374839 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4238 2024.10.10 04:27:05.374876 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4239 2024.10.10 04:27:05.375259 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4240 2024.10.10 04:27:05.375582 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4241 2024.10.10 04:27:05.375738 [ 82 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4242 2024.10.10 04:27:05.375750 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001674 sec., 35842.29390681004 rows/sec., 2.42 MiB/sec.
4243 2024.10.10 04:27:05.375783 [ 82 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4244 2024.10.10 04:27:05.375837 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4245 2024.10.10 04:27:05.376055 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
4246 2024.10.10 04:27:05.376077 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Debug> DynamicQueryHandler: Done processing query
4247 2024.10.10 04:27:05.376122 [ 3 ] {8cb7d1a8-e20a-478e-8460-398695c64a66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4248 2024.10.10 04:27:05.376162 [ 3 ] {} <Debug> HTTP-Session: 4ace8970-d132-4043-8a0a-74dc9a5c0f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4249 2024.10.10 04:27:05.376270 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4250 2024.10.10 04:27:05.376317 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 476 rows starting from the beginning of the part
4251 2024.10.10 04:27:05.376429 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 58 rows starting from the beginning of the part
4252 2024.10.10 04:27:05.376602 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
4253 2024.10.10 04:27:05.376722 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
4254 2024.10.10 04:27:05.376875 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
4255 2024.10.10 04:27:05.376956 [ 201 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
4256 2024.10.10 04:27:05.378144 [ 189 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 748 rows, containing 4 columns (4 merged, 0 gathered) in 0.00217774 sec., 343475.3460009 rows/sec., 22.12 MiB/sec.
4257 2024.10.10 04:27:05.378325 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4258 2024.10.10 04:27:05.378731 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4259 2024.10.10 04:27:05.378810 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_16_3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4260 2024.10.10 04:27:05.378895 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
4261 2024.10.10 04:27:08.381637 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache
4262 2024.10.10 04:27:08.381708 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache
4263 2024.10.10 04:27:08.502898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 424
4264 2024.10.10 04:27:08.505903 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2024.10.10 04:27:08.505966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4266 2024.10.10 04:27:08.507528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4267 2024.10.10 04:27:08.508542 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4268 2024.10.10 04:27:08.509143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
4269 2024.10.10 04:27:10.351921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4270 2024.10.10 04:27:10.352046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4271 2024.10.10 04:27:10.352075 [ 3 ] {} <Debug> HTTP-Session: b1b26b3b-a9db-443c-9166-489c5d4c0825 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4272 2024.10.10 04:27:10.352104 [ 3 ] {} <Debug> HTTP-Session: b1b26b3b-a9db-443c-9166-489c5d4c0825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4273 2024.10.10 04:27:10.352122 [ 3 ] {} <Debug> HTTP-Session: b1b26b3b-a9db-443c-9166-489c5d4c0825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4274 2024.10.10 04:27:10.352177 [ 3 ] {} <Trace> HTTP-Session: b1b26b3b-a9db-443c-9166-489c5d4c0825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4275 2024.10.10 04:27:10.352463 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4276 2024.10.10 04:27:10.352539 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4277 2024.10.10 04:27:10.352910 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4278 2024.10.10 04:27:10.353522 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4279 2024.10.10 04:27:10.353565 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4280 2024.10.10 04:27:10.354028 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4281 2024.10.10 04:27:10.354427 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4282 2024.10.10 04:27:10.354579 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002248 sec., 109875.44483985765 rows/sec., 9.69 MiB/sec.
4283 2024.10.10 04:27:10.354908 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Debug> DynamicQueryHandler: Done processing query
4284 2024.10.10 04:27:10.354954 [ 3 ] {9d2d2588-8e96-4490-be7b-f46251157afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4285 2024.10.10 04:27:10.354991 [ 3 ] {} <Debug> HTTP-Session: b1b26b3b-a9db-443c-9166-489c5d4c0825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4286 2024.10.10 04:27:10.355147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4287 2024.10.10 04:27:10.355199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4288 2024.10.10 04:27:10.355219 [ 3 ] {} <Debug> HTTP-Session: d5457f0d-943c-4a94-b985-b436439a45b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4289 2024.10.10 04:27:10.355235 [ 3 ] {} <Debug> HTTP-Session: d5457f0d-943c-4a94-b985-b436439a45b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4290 2024.10.10 04:27:10.355249 [ 3 ] {} <Debug> HTTP-Session: d5457f0d-943c-4a94-b985-b436439a45b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4291 2024.10.10 04:27:10.355281 [ 3 ] {} <Trace> HTTP-Session: d5457f0d-943c-4a94-b985-b436439a45b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4292 2024.10.10 04:27:10.355386 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4293 2024.10.10 04:27:10.355431 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4294 2024.10.10 04:27:10.355679 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4295 2024.10.10 04:27:10.356006 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4296 2024.10.10 04:27:10.356044 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4297 2024.10.10 04:27:10.356398 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4298 2024.10.10 04:27:10.356785 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4299 2024.10.10 04:27:10.356955 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001592 sec., 18216.080402010048 rows/sec., 1.34 MiB/sec.
4300 2024.10.10 04:27:10.357120 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Debug> DynamicQueryHandler: Done processing query
4301 2024.10.10 04:27:10.357144 [ 3 ] {fd90c4c6-f88b-499d-a2f0-6a4118a05f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4302 2024.10.10 04:27:10.357161 [ 3 ] {} <Debug> HTTP-Session: d5457f0d-943c-4a94-b985-b436439a45b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4303 2024.10.10 04:27:10.357277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4304 2024.10.10 04:27:10.357324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4305 2024.10.10 04:27:10.357344 [ 3 ] {} <Debug> HTTP-Session: ec9880e1-c360-496f-a216-3af3a7398d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4306 2024.10.10 04:27:10.357361 [ 3 ] {} <Debug> HTTP-Session: ec9880e1-c360-496f-a216-3af3a7398d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4307 2024.10.10 04:27:10.357375 [ 3 ] {} <Debug> HTTP-Session: ec9880e1-c360-496f-a216-3af3a7398d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4308 2024.10.10 04:27:10.357405 [ 3 ] {} <Trace> HTTP-Session: ec9880e1-c360-496f-a216-3af3a7398d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.10.10 04:27:10.357503 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4310 2024.10.10 04:27:10.357544 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4311 2024.10.10 04:27:10.357761 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4312 2024.10.10 04:27:10.358120 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4313 2024.10.10 04:27:10.358157 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4314 2024.10.10 04:27:10.358503 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4315 2024.10.10 04:27:10.358862 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4316 2024.10.10 04:27:10.359013 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec.
4317 2024.10.10 04:27:10.359184 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Debug> DynamicQueryHandler: Done processing query
4318 2024.10.10 04:27:10.359209 [ 3 ] {29975246-1714-4f0a-83f4-f03584bb05f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4319 2024.10.10 04:27:10.359305 [ 3 ] {} <Debug> HTTP-Session: ec9880e1-c360-496f-a216-3af3a7398d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4320 2024.10.10 04:27:10.359413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4321 2024.10.10 04:27:10.359461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4322 2024.10.10 04:27:10.359480 [ 3 ] {} <Debug> HTTP-Session: da9b8c5c-0a5b-4938-802e-49e9e5f3d8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4323 2024.10.10 04:27:10.359497 [ 3 ] {} <Debug> HTTP-Session: da9b8c5c-0a5b-4938-802e-49e9e5f3d8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4324 2024.10.10 04:27:10.359510 [ 3 ] {} <Debug> HTTP-Session: da9b8c5c-0a5b-4938-802e-49e9e5f3d8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4325 2024.10.10 04:27:10.359541 [ 3 ] {} <Trace> HTTP-Session: da9b8c5c-0a5b-4938-802e-49e9e5f3d8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4326 2024.10.10 04:27:10.359633 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4327 2024.10.10 04:27:10.359676 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4328 2024.10.10 04:27:10.359978 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4329 2024.10.10 04:27:10.360297 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4330 2024.10.10 04:27:10.360333 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4331 2024.10.10 04:27:10.360674 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4332 2024.10.10 04:27:10.361029 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4333 2024.10.10 04:27:10.361191 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 224.93 KiB/sec.
4334 2024.10.10 04:27:10.361466 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Debug> DynamicQueryHandler: Done processing query
4335 2024.10.10 04:27:10.361490 [ 3 ] {e9b13984-c49b-4712-8bb3-678259635591} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4336 2024.10.10 04:27:10.361506 [ 3 ] {} <Debug> HTTP-Session: da9b8c5c-0a5b-4938-802e-49e9e5f3d8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4337 2024.10.10 04:27:10.361684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4338 2024.10.10 04:27:10.361732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4339 2024.10.10 04:27:10.361750 [ 3 ] {} <Debug> HTTP-Session: 05bfef70-53e4-4685-a8ca-910aa30d6ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4340 2024.10.10 04:27:10.361766 [ 3 ] {} <Debug> HTTP-Session: 05bfef70-53e4-4685-a8ca-910aa30d6ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4341 2024.10.10 04:27:10.361779 [ 3 ] {} <Debug> HTTP-Session: 05bfef70-53e4-4685-a8ca-910aa30d6ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4342 2024.10.10 04:27:10.361810 [ 3 ] {} <Trace> HTTP-Session: 05bfef70-53e4-4685-a8ca-910aa30d6ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4343 2024.10.10 04:27:10.362091 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4344 2024.10.10 04:27:10.362137 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4345 2024.10.10 04:27:10.362380 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4346 2024.10.10 04:27:10.362995 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4347 2024.10.10 04:27:10.363032 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4348 2024.10.10 04:27:10.363407 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4349 2024.10.10 04:27:10.363786 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4350 2024.10.10 04:27:10.363927 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.002025 sec., 202962.96296296298 rows/sec., 14.47 MiB/sec.
4351 2024.10.10 04:27:10.364103 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Debug> DynamicQueryHandler: Done processing query
4352 2024.10.10 04:27:10.364127 [ 3 ] {531adafc-9acd-4e35-9156-b04e9e026462} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4353 2024.10.10 04:27:10.364143 [ 3 ] {} <Debug> HTTP-Session: 05bfef70-53e4-4685-a8ca-910aa30d6ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4354 2024.10.10 04:27:10.364274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4355 2024.10.10 04:27:10.364321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4356 2024.10.10 04:27:10.364340 [ 3 ] {} <Debug> HTTP-Session: 03b91cc7-3698-482c-a682-754a61e180e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4357 2024.10.10 04:27:10.364356 [ 3 ] {} <Debug> HTTP-Session: 03b91cc7-3698-482c-a682-754a61e180e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4358 2024.10.10 04:27:10.364370 [ 3 ] {} <Debug> HTTP-Session: 03b91cc7-3698-482c-a682-754a61e180e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4359 2024.10.10 04:27:10.364401 [ 3 ] {} <Trace> HTTP-Session: 03b91cc7-3698-482c-a682-754a61e180e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4360 2024.10.10 04:27:10.364493 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4361 2024.10.10 04:27:10.364537 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4362 2024.10.10 04:27:10.364664 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4363 2024.10.10 04:27:10.364923 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2024.10.10 04:27:10.364958 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4365 2024.10.10 04:27:10.365304 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4366 2024.10.10 04:27:10.365620 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4367 2024.10.10 04:27:10.365776 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001296 sec., 4629.62962962963 rows/sec., 241.88 KiB/sec.
4368 2024.10.10 04:27:10.365940 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Debug> DynamicQueryHandler: Done processing query
4369 2024.10.10 04:27:10.365965 [ 3 ] {6b28e484-2b48-4d59-be09-472e6c98e8d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4370 2024.10.10 04:27:10.365980 [ 3 ] {} <Debug> HTTP-Session: 03b91cc7-3698-482c-a682-754a61e180e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4371 2024.10.10 04:27:10.366133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4372 2024.10.10 04:27:10.366181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4373 2024.10.10 04:27:10.366200 [ 3 ] {} <Debug> HTTP-Session: a3d5eace-5677-4897-a217-9aefaa7d40c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4374 2024.10.10 04:27:10.366216 [ 3 ] {} <Debug> HTTP-Session: a3d5eace-5677-4897-a217-9aefaa7d40c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4375 2024.10.10 04:27:10.366230 [ 3 ] {} <Debug> HTTP-Session: a3d5eace-5677-4897-a217-9aefaa7d40c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4376 2024.10.10 04:27:10.366260 [ 3 ] {} <Trace> HTTP-Session: a3d5eace-5677-4897-a217-9aefaa7d40c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2024.10.10 04:27:10.366445 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4378 2024.10.10 04:27:10.366491 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4379 2024.10.10 04:27:10.366635 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4380 2024.10.10 04:27:10.367059 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2024.10.10 04:27:10.367093 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4382 2024.10.10 04:27:10.367479 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4383 2024.10.10 04:27:10.367813 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2024.10.10 04:27:10.367971 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec.
4385 2024.10.10 04:27:10.368290 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Debug> DynamicQueryHandler: Done processing query
4386 2024.10.10 04:27:10.368315 [ 3 ] {d0bd5c70-e815-42f6-9b4b-b9b708059722} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4387 2024.10.10 04:27:10.368331 [ 3 ] {} <Debug> HTTP-Session: a3d5eace-5677-4897-a217-9aefaa7d40c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4388 2024.10.10 04:27:10.368475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4389 2024.10.10 04:27:10.368523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4390 2024.10.10 04:27:10.368542 [ 3 ] {} <Debug> HTTP-Session: b2254950-c26a-49df-a981-f1fa3b84face Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4391 2024.10.10 04:27:10.368558 [ 3 ] {} <Debug> HTTP-Session: b2254950-c26a-49df-a981-f1fa3b84face Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4392 2024.10.10 04:27:10.368571 [ 3 ] {} <Debug> HTTP-Session: b2254950-c26a-49df-a981-f1fa3b84face Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4393 2024.10.10 04:27:10.368602 [ 3 ] {} <Trace> HTTP-Session: b2254950-c26a-49df-a981-f1fa3b84face Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4394 2024.10.10 04:27:10.368696 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4395 2024.10.10 04:27:10.368742 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4396 2024.10.10 04:27:10.368888 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4397 2024.10.10 04:27:10.369161 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4398 2024.10.10 04:27:10.369200 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4399 2024.10.10 04:27:10.369562 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4400 2024.10.10 04:27:10.369902 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4401 2024.10.10 04:27:10.370078 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec.
4402 2024.10.10 04:27:10.370389 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Debug> DynamicQueryHandler: Done processing query
4403 2024.10.10 04:27:10.370414 [ 3 ] {764026bb-5105-46e6-9c78-3dc3fc8ca3c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4404 2024.10.10 04:27:10.370431 [ 3 ] {} <Debug> HTTP-Session: b2254950-c26a-49df-a981-f1fa3b84face Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4405 2024.10.10 04:27:10.370556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4406 2024.10.10 04:27:10.370606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4407 2024.10.10 04:27:10.370625 [ 3 ] {} <Debug> HTTP-Session: 3a5e15cc-c943-4cdf-aeb6-370ffa67d607 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4408 2024.10.10 04:27:10.370642 [ 3 ] {} <Debug> HTTP-Session: 3a5e15cc-c943-4cdf-aeb6-370ffa67d607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4409 2024.10.10 04:27:10.370657 [ 3 ] {} <Debug> HTTP-Session: 3a5e15cc-c943-4cdf-aeb6-370ffa67d607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4410 2024.10.10 04:27:10.370688 [ 3 ] {} <Trace> HTTP-Session: 3a5e15cc-c943-4cdf-aeb6-370ffa67d607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4411 2024.10.10 04:27:10.371175 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4412 2024.10.10 04:27:10.371249 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4413 2024.10.10 04:27:10.371709 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4414 2024.10.10 04:27:10.372413 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4415 2024.10.10 04:27:10.372451 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4416 2024.10.10 04:27:10.373121 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4417 2024.10.10 04:27:10.373544 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4418 2024.10.10 04:27:10.373756 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002977 sec., 9741.350352704065 rows/sec., 17.46 MiB/sec.
4419 2024.10.10 04:27:10.373984 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Debug> DynamicQueryHandler: Done processing query
4420 2024.10.10 04:27:10.374016 [ 3 ] {6abf0a10-bd75-41a3-a869-93cd5a7971b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4421 2024.10.10 04:27:10.374032 [ 3 ] {} <Debug> HTTP-Session: 3a5e15cc-c943-4cdf-aeb6-370ffa67d607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4422 2024.10.10 04:27:10.374151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4423 2024.10.10 04:27:10.374200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4424 2024.10.10 04:27:10.374220 [ 3 ] {} <Debug> HTTP-Session: 3962efd2-c71d-47cd-a751-9a334f333f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4425 2024.10.10 04:27:10.374236 [ 3 ] {} <Debug> HTTP-Session: 3962efd2-c71d-47cd-a751-9a334f333f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4426 2024.10.10 04:27:10.374251 [ 3 ] {} <Debug> HTTP-Session: 3962efd2-c71d-47cd-a751-9a334f333f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4427 2024.10.10 04:27:10.374282 [ 3 ] {} <Trace> HTTP-Session: 3962efd2-c71d-47cd-a751-9a334f333f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4428 2024.10.10 04:27:10.374415 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4429 2024.10.10 04:27:10.374459 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4430 2024.10.10 04:27:10.374593 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4431 2024.10.10 04:27:10.374904 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4432 2024.10.10 04:27:10.374941 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4433 2024.10.10 04:27:10.375339 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4434 2024.10.10 04:27:10.375672 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2024.10.10 04:27:10.375830 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001471 sec., 55744.3915703603 rows/sec., 3.54 MiB/sec.
4436 2024.10.10 04:27:10.375996 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Debug> DynamicQueryHandler: Done processing query
4437 2024.10.10 04:27:10.376027 [ 3 ] {4665511a-a04a-4991-9963-5e2baa540f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4438 2024.10.10 04:27:10.376043 [ 3 ] {} <Debug> HTTP-Session: 3962efd2-c71d-47cd-a751-9a334f333f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4439 2024.10.10 04:27:15.345855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4440 2024.10.10 04:27:15.345995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4441 2024.10.10 04:27:15.346019 [ 3 ] {} <Debug> HTTP-Session: 3d12cf2f-1a50-4ebc-bec7-c4a026b482d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4442 2024.10.10 04:27:15.346045 [ 3 ] {} <Debug> HTTP-Session: 3d12cf2f-1a50-4ebc-bec7-c4a026b482d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4443 2024.10.10 04:27:15.346059 [ 3 ] {} <Debug> HTTP-Session: 3d12cf2f-1a50-4ebc-bec7-c4a026b482d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4444 2024.10.10 04:27:15.346109 [ 3 ] {} <Trace> HTTP-Session: 3d12cf2f-1a50-4ebc-bec7-c4a026b482d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4445 2024.10.10 04:27:15.346318 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4446 2024.10.10 04:27:15.346386 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4447 2024.10.10 04:27:15.346725 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4448 2024.10.10 04:27:15.347210 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4449 2024.10.10 04:27:15.347253 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4450 2024.10.10 04:27:15.347682 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4451 2024.10.10 04:27:15.348078 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4452 2024.10.10 04:27:15.348254 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002007 sec., 36870.95166915795 rows/sec., 2.99 MiB/sec.
4453 2024.10.10 04:27:15.348568 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Debug> DynamicQueryHandler: Done processing query
4454 2024.10.10 04:27:15.348596 [ 3 ] {5add3ed4-6e83-4011-bac6-2b10f240ed91} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4455 2024.10.10 04:27:15.348613 [ 3 ] {} <Debug> HTTP-Session: 3d12cf2f-1a50-4ebc-bec7-c4a026b482d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4456 2024.10.10 04:27:15.348744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4457 2024.10.10 04:27:15.348801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4458 2024.10.10 04:27:15.348823 [ 3 ] {} <Debug> HTTP-Session: 7363ac39-932a-40db-9ac4-3dc7b2dbcdef Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4459 2024.10.10 04:27:15.348842 [ 3 ] {} <Debug> HTTP-Session: 7363ac39-932a-40db-9ac4-3dc7b2dbcdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4460 2024.10.10 04:27:15.348857 [ 3 ] {} <Debug> HTTP-Session: 7363ac39-932a-40db-9ac4-3dc7b2dbcdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4461 2024.10.10 04:27:15.348891 [ 3 ] {} <Trace> HTTP-Session: 7363ac39-932a-40db-9ac4-3dc7b2dbcdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4462 2024.10.10 04:27:15.349002 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4463 2024.10.10 04:27:15.349050 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4464 2024.10.10 04:27:15.349297 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4465 2024.10.10 04:27:15.349617 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2024.10.10 04:27:15.349654 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4467 2024.10.10 04:27:15.350018 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4468 2024.10.10 04:27:15.350379 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2024.10.10 04:27:15.350537 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001559 sec., 5772.931366260423 rows/sec., 434.10 KiB/sec.
4470 2024.10.10 04:27:15.350708 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Debug> DynamicQueryHandler: Done processing query
4471 2024.10.10 04:27:15.350732 [ 3 ] {c0e70613-a7df-4c7a-a055-0d618b1e4901} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4472 2024.10.10 04:27:15.350747 [ 3 ] {} <Debug> HTTP-Session: 7363ac39-932a-40db-9ac4-3dc7b2dbcdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4473 2024.10.10 04:27:15.350866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4474 2024.10.10 04:27:15.350914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4475 2024.10.10 04:27:15.350932 [ 3 ] {} <Debug> HTTP-Session: 1abcf326-d38b-430d-9a56-0f922a158b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4476 2024.10.10 04:27:15.350948 [ 3 ] {} <Debug> HTTP-Session: 1abcf326-d38b-430d-9a56-0f922a158b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4477 2024.10.10 04:27:15.350962 [ 3 ] {} <Debug> HTTP-Session: 1abcf326-d38b-430d-9a56-0f922a158b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4478 2024.10.10 04:27:15.350993 [ 3 ] {} <Trace> HTTP-Session: 1abcf326-d38b-430d-9a56-0f922a158b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4479 2024.10.10 04:27:15.351110 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4480 2024.10.10 04:27:15.351153 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4481 2024.10.10 04:27:15.351375 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4482 2024.10.10 04:27:15.351801 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4483 2024.10.10 04:27:15.351836 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4484 2024.10.10 04:27:15.352185 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4485 2024.10.10 04:27:15.352537 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4486 2024.10.10 04:27:15.352704 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001632 sec., 44730.39215686275 rows/sec., 3.49 MiB/sec.
4487 2024.10.10 04:27:15.352877 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Debug> DynamicQueryHandler: Done processing query
4488 2024.10.10 04:27:15.352900 [ 3 ] {ec5484d3-92fb-4e09-bdf6-582859025444} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4489 2024.10.10 04:27:15.352916 [ 3 ] {} <Debug> HTTP-Session: 1abcf326-d38b-430d-9a56-0f922a158b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4490 2024.10.10 04:27:15.353072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4491 2024.10.10 04:27:15.353121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4492 2024.10.10 04:27:15.353139 [ 3 ] {} <Debug> HTTP-Session: 1d8a61e0-d852-4935-afd6-61d50e6f46e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4493 2024.10.10 04:27:15.353155 [ 3 ] {} <Debug> HTTP-Session: 1d8a61e0-d852-4935-afd6-61d50e6f46e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4494 2024.10.10 04:27:15.353169 [ 3 ] {} <Debug> HTTP-Session: 1d8a61e0-d852-4935-afd6-61d50e6f46e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4495 2024.10.10 04:27:15.353200 [ 3 ] {} <Trace> HTTP-Session: 1d8a61e0-d852-4935-afd6-61d50e6f46e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4496 2024.10.10 04:27:15.353349 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4497 2024.10.10 04:27:15.353396 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4498 2024.10.10 04:27:15.353541 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4499 2024.10.10 04:27:15.353940 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4500 2024.10.10 04:27:15.353980 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4501 2024.10.10 04:27:15.354357 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4502 2024.10.10 04:27:15.354706 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4503 2024.10.10 04:27:15.354875 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec.
4504 2024.10.10 04:27:15.355195 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Debug> DynamicQueryHandler: Done processing query
4505 2024.10.10 04:27:15.355221 [ 3 ] {5aa4ff5e-c18b-4861-89ee-6b62cf716d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4506 2024.10.10 04:27:15.355237 [ 3 ] {} <Debug> HTTP-Session: 1d8a61e0-d852-4935-afd6-61d50e6f46e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4507 2024.10.10 04:27:15.355352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4508 2024.10.10 04:27:15.355401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4509 2024.10.10 04:27:15.355419 [ 3 ] {} <Debug> HTTP-Session: 278139a5-b3d3-439f-bb40-e3b582f37284 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4510 2024.10.10 04:27:15.355435 [ 3 ] {} <Debug> HTTP-Session: 278139a5-b3d3-439f-bb40-e3b582f37284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4511 2024.10.10 04:27:15.355448 [ 3 ] {} <Debug> HTTP-Session: 278139a5-b3d3-439f-bb40-e3b582f37284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4512 2024.10.10 04:27:15.355479 [ 3 ] {} <Trace> HTTP-Session: 278139a5-b3d3-439f-bb40-e3b582f37284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4513 2024.10.10 04:27:15.355666 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4514 2024.10.10 04:27:15.355738 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4515 2024.10.10 04:27:15.356194 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4516 2024.10.10 04:27:15.356737 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4517 2024.10.10 04:27:15.356773 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4518 2024.10.10 04:27:15.357376 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4519 2024.10.10 04:27:15.357780 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4520 2024.10.10 04:27:15.357975 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002421 sec., 3717.472118959108 rows/sec., 6.66 MiB/sec.
4521 2024.10.10 04:27:15.358201 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Debug> DynamicQueryHandler: Done processing query
4522 2024.10.10 04:27:15.358225 [ 3 ] {7681cfc1-0c82-4f60-9e4c-b8c492d45438} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4523 2024.10.10 04:27:15.358241 [ 3 ] {} <Debug> HTTP-Session: 278139a5-b3d3-439f-bb40-e3b582f37284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4524 2024.10.10 04:27:15.358374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4525 2024.10.10 04:27:15.358422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4526 2024.10.10 04:27:15.358441 [ 3 ] {} <Debug> HTTP-Session: a48b51ca-506b-45de-bbe6-d1c99eef100a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4527 2024.10.10 04:27:15.358457 [ 3 ] {} <Debug> HTTP-Session: a48b51ca-506b-45de-bbe6-d1c99eef100a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4528 2024.10.10 04:27:15.358470 [ 3 ] {} <Debug> HTTP-Session: a48b51ca-506b-45de-bbe6-d1c99eef100a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4529 2024.10.10 04:27:15.358501 [ 3 ] {} <Trace> HTTP-Session: a48b51ca-506b-45de-bbe6-d1c99eef100a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4530 2024.10.10 04:27:15.358616 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4531 2024.10.10 04:27:15.358660 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4532 2024.10.10 04:27:15.358789 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4533 2024.10.10 04:27:15.359112 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4534 2024.10.10 04:27:15.359147 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4535 2024.10.10 04:27:15.359501 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4536 2024.10.10 04:27:15.359823 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4537 2024.10.10 04:27:15.359988 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
4538 2024.10.10 04:27:15.360151 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Debug> DynamicQueryHandler: Done processing query
4539 2024.10.10 04:27:15.360174 [ 3 ] {c5d44131-6484-4da0-bdf7-00322689e2f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4540 2024.10.10 04:27:15.360190 [ 3 ] {} <Debug> HTTP-Session: a48b51ca-506b-45de-bbe6-d1c99eef100a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4541 2024.10.10 04:27:18.510337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 456
4542 2024.10.10 04:27:18.513275 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4543 2024.10.10 04:27:18.513330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4544 2024.10.10 04:27:18.514827 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4545 2024.10.10 04:27:18.515822 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4546 2024.10.10 04:27:18.516870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456
4547 2024.10.10 04:27:19.320065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 202367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4548 2024.10.10 04:27:19.320183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4549 2024.10.10 04:27:19.320208 [ 3 ] {} <Debug> HTTP-Session: f13e1e10-c874-45c8-88ce-5eb79c23cabc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4550 2024.10.10 04:27:19.320234 [ 3 ] {} <Debug> HTTP-Session: f13e1e10-c874-45c8-88ce-5eb79c23cabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4551 2024.10.10 04:27:19.320250 [ 3 ] {} <Debug> HTTP-Session: f13e1e10-c874-45c8-88ce-5eb79c23cabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4552 2024.10.10 04:27:19.320299 [ 3 ] {} <Trace> HTTP-Session: f13e1e10-c874-45c8-88ce-5eb79c23cabc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4553 2024.10.10 04:27:19.321386 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4554 2024.10.10 04:27:19.321462 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4555 2024.10.10 04:27:19.321800 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4556 2024.10.10 04:27:19.323353 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2024.10.10 04:27:19.323395 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4558 2024.10.10 04:27:19.323929 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4559 2024.10.10 04:27:19.324345 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2024.10.10 04:27:19.324497 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Debug> executeQuery: Read 1387 rows, 118.42 KiB in 0.004014 sec., 345540.6078724464 rows/sec., 28.81 MiB/sec.
4561 2024.10.10 04:27:19.324715 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Debug> DynamicQueryHandler: Done processing query
4562 2024.10.10 04:27:19.324743 [ 3 ] {3e37ff99-a701-4377-bbaa-cf025a960d11} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
4563 2024.10.10 04:27:19.324758 [ 3 ] {} <Debug> HTTP-Session: f13e1e10-c874-45c8-88ce-5eb79c23cabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4564 2024.10.10 04:27:19.325034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4565 2024.10.10 04:27:19.325093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4566 2024.10.10 04:27:19.325113 [ 3 ] {} <Debug> HTTP-Session: 8f83afe4-f2d1-4881-a8b3-9c0080427bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4567 2024.10.10 04:27:19.325132 [ 3 ] {} <Debug> HTTP-Session: 8f83afe4-f2d1-4881-a8b3-9c0080427bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4568 2024.10.10 04:27:19.325146 [ 3 ] {} <Debug> HTTP-Session: 8f83afe4-f2d1-4881-a8b3-9c0080427bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4569 2024.10.10 04:27:19.325183 [ 3 ] {} <Trace> HTTP-Session: 8f83afe4-f2d1-4881-a8b3-9c0080427bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4570 2024.10.10 04:27:19.325300 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4571 2024.10.10 04:27:19.325348 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4572 2024.10.10 04:27:19.325581 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4573 2024.10.10 04:27:19.325940 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2024.10.10 04:27:19.325976 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4575 2024.10.10 04:27:19.326328 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4576 2024.10.10 04:27:19.326690 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2024.10.10 04:27:19.326814 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.00155 sec., 18709.67741935484 rows/sec., 1.37 MiB/sec.
4578 2024.10.10 04:27:19.326815 [ 27 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4579 2024.10.10 04:27:19.326876 [ 27 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4580 2024.10.10 04:27:19.326906 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4581 2024.10.10 04:27:19.327038 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Debug> DynamicQueryHandler: Done processing query
4582 2024.10.10 04:27:19.327085 [ 3 ] {25250b4e-a9d8-40b1-bea9-a88178d980e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4583 2024.10.10 04:27:19.327109 [ 3 ] {} <Debug> HTTP-Session: 8f83afe4-f2d1-4881-a8b3-9c0080427bf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4584 2024.10.10 04:27:19.327104 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
4585 2024.10.10 04:27:19.327373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4586 2024.10.10 04:27:19.327392 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4587 2024.10.10 04:27:19.327474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4588 2024.10.10 04:27:19.327479 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 38 rows starting from the beginning of the part
4589 2024.10.10 04:27:19.327522 [ 3 ] {} <Debug> HTTP-Session: 87eea29f-b8df-4718-a7fd-1504f38b6bf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4590 2024.10.10 04:27:19.327563 [ 3 ] {} <Debug> HTTP-Session: 87eea29f-b8df-4718-a7fd-1504f38b6bf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4591 2024.10.10 04:27:19.327603 [ 3 ] {} <Debug> HTTP-Session: 87eea29f-b8df-4718-a7fd-1504f38b6bf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4592 2024.10.10 04:27:19.327739 [ 3 ] {} <Trace> HTTP-Session: 87eea29f-b8df-4718-a7fd-1504f38b6bf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4593 2024.10.10 04:27:19.327799 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part
4594 2024.10.10 04:27:19.328155 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part
4595 2024.10.10 04:27:19.328167 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4596 2024.10.10 04:27:19.328308 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4597 2024.10.10 04:27:19.328402 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part
4598 2024.10.10 04:27:19.328767 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part
4599 2024.10.10 04:27:19.329071 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part
4600 2024.10.10 04:27:19.329814 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4601 2024.10.10 04:27:19.330879 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4602 2024.10.10 04:27:19.330948 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4603 2024.10.10 04:27:19.331975 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 5 columns (5 merged, 0 gathered) in 0.004984147 sec., 29894.784403429512 rows/sec., 2.30 MiB/sec.
4604 2024.10.10 04:27:19.332074 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4605 2024.10.10 04:27:19.332182 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4606 2024.10.10 04:27:19.333404 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4607 2024.10.10 04:27:19.333579 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005637 sec., 42930.63686357992 rows/sec., 2.91 MiB/sec.
4608 2024.10.10 04:27:19.333823 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Debug> DynamicQueryHandler: Done processing query
4609 2024.10.10 04:27:19.333855 [ 3 ] {a3d7d680-3a22-4119-826c-d3de33ea150f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
4610 2024.10.10 04:27:19.333879 [ 3 ] {} <Debug> HTTP-Session: 87eea29f-b8df-4718-a7fd-1504f38b6bf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4611 2024.10.10 04:27:19.334079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4612 2024.10.10 04:27:19.334131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4613 2024.10.10 04:27:19.334150 [ 3 ] {} <Debug> HTTP-Session: b44a5cad-0ce2-4b84-ad4c-b799da267e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4614 2024.10.10 04:27:19.334166 [ 3 ] {} <Debug> HTTP-Session: b44a5cad-0ce2-4b84-ad4c-b799da267e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4615 2024.10.10 04:27:19.334180 [ 3 ] {} <Debug> HTTP-Session: b44a5cad-0ce2-4b84-ad4c-b799da267e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4616 2024.10.10 04:27:19.334213 [ 3 ] {} <Trace> HTTP-Session: b44a5cad-0ce2-4b84-ad4c-b799da267e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4617 2024.10.10 04:27:19.334314 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4618 2024.10.10 04:27:19.334358 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4619 2024.10.10 04:27:19.334591 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4620 2024.10.10 04:27:19.334991 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4621 2024.10.10 04:27:19.335035 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4622 2024.10.10 04:27:19.335525 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4623 2024.10.10 04:27:19.335903 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4624 2024.10.10 04:27:19.336091 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_16_3} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4625 2024.10.10 04:27:19.336257 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4626 2024.10.10 04:27:19.336372 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2024.10.10 04:27:19.336516 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002228 sec., 2692.998204667864 rows/sec., 159.11 KiB/sec.
4628 2024.10.10 04:27:19.336701 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Debug> DynamicQueryHandler: Done processing query
4629 2024.10.10 04:27:19.336727 [ 3 ] {4b5bfd44-24e3-43e5-a502-89fc85541f27} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4630 2024.10.10 04:27:19.336745 [ 3 ] {} <Debug> HTTP-Session: b44a5cad-0ce2-4b84-ad4c-b799da267e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4631 2024.10.10 04:27:19.336985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 141694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4632 2024.10.10 04:27:19.337035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4633 2024.10.10 04:27:19.337054 [ 3 ] {} <Debug> HTTP-Session: 3a066fdf-1496-4a02-a2f5-c29217a9b0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4634 2024.10.10 04:27:19.337070 [ 3 ] {} <Debug> HTTP-Session: 3a066fdf-1496-4a02-a2f5-c29217a9b0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4635 2024.10.10 04:27:19.337084 [ 3 ] {} <Debug> HTTP-Session: 3a066fdf-1496-4a02-a2f5-c29217a9b0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4636 2024.10.10 04:27:19.337116 [ 3 ] {} <Trace> HTTP-Session: 3a066fdf-1496-4a02-a2f5-c29217a9b0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4637 2024.10.10 04:27:19.337534 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4638 2024.10.10 04:27:19.337578 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4639 2024.10.10 04:27:19.337804 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4640 2024.10.10 04:27:19.338649 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2024.10.10 04:27:19.338685 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4642 2024.10.10 04:27:19.339098 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4643 2024.10.10 04:27:19.339467 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2024.10.10 04:27:19.339593 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Debug> executeQuery: Read 867 rows, 64.29 KiB in 0.002358 sec., 367684.4783715013 rows/sec., 26.63 MiB/sec.
4645 2024.10.10 04:27:19.339750 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Debug> DynamicQueryHandler: Done processing query
4646 2024.10.10 04:27:19.339774 [ 3 ] {e5b7390a-e833-465f-b687-bfdc2d315276} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
4647 2024.10.10 04:27:19.339790 [ 3 ] {} <Debug> HTTP-Session: 3a066fdf-1496-4a02-a2f5-c29217a9b0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4648 2024.10.10 04:27:19.339960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4649 2024.10.10 04:27:19.340008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4650 2024.10.10 04:27:19.340027 [ 3 ] {} <Debug> HTTP-Session: 50f7aa5f-0a28-4be1-bd57-8718495adb06 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4651 2024.10.10 04:27:19.340043 [ 3 ] {} <Debug> HTTP-Session: 50f7aa5f-0a28-4be1-bd57-8718495adb06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4652 2024.10.10 04:27:19.340057 [ 3 ] {} <Debug> HTTP-Session: 50f7aa5f-0a28-4be1-bd57-8718495adb06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4653 2024.10.10 04:27:19.340088 [ 3 ] {} <Trace> HTTP-Session: 50f7aa5f-0a28-4be1-bd57-8718495adb06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4654 2024.10.10 04:27:19.340182 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4655 2024.10.10 04:27:19.340228 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4656 2024.10.10 04:27:19.340354 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4657 2024.10.10 04:27:19.340613 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4658 2024.10.10 04:27:19.340648 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4659 2024.10.10 04:27:19.341002 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4660 2024.10.10 04:27:19.341346 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2024.10.10 04:27:19.341472 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec.
4662 2024.10.10 04:27:19.341634 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Debug> DynamicQueryHandler: Done processing query
4663 2024.10.10 04:27:19.341658 [ 3 ] {77597d91-49d6-4cc0-825b-01e0dcd31c82} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4664 2024.10.10 04:27:19.341675 [ 3 ] {} <Debug> HTTP-Session: 50f7aa5f-0a28-4be1-bd57-8718495adb06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4665 2024.10.10 04:27:19.341911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 175000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4666 2024.10.10 04:27:19.341961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4667 2024.10.10 04:27:19.341980 [ 3 ] {} <Debug> HTTP-Session: 18284654-0625-4e0b-8bb1-6c820258b4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4668 2024.10.10 04:27:19.341997 [ 3 ] {} <Debug> HTTP-Session: 18284654-0625-4e0b-8bb1-6c820258b4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4669 2024.10.10 04:27:19.342011 [ 3 ] {} <Debug> HTTP-Session: 18284654-0625-4e0b-8bb1-6c820258b4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4670 2024.10.10 04:27:19.342042 [ 3 ] {} <Trace> HTTP-Session: 18284654-0625-4e0b-8bb1-6c820258b4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4671 2024.10.10 04:27:19.342461 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4672 2024.10.10 04:27:19.342510 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4673 2024.10.10 04:27:19.342650 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4674 2024.10.10 04:27:19.343473 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4675 2024.10.10 04:27:19.343509 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4676 2024.10.10 04:27:19.343943 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4677 2024.10.10 04:27:19.344284 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4678 2024.10.10 04:27:19.344411 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.002235 sec., 413870.24608501117 rows/sec., 27.62 MiB/sec.
4679 2024.10.10 04:27:19.344564 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Debug> DynamicQueryHandler: Done processing query
4680 2024.10.10 04:27:19.344587 [ 3 ] {8c0fe649-f0ad-41ea-9590-7f5cf422af5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
4681 2024.10.10 04:27:19.344603 [ 3 ] {} <Debug> HTTP-Session: 18284654-0625-4e0b-8bb1-6c820258b4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4682 2024.10.10 04:27:19.344756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4683 2024.10.10 04:27:19.344804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4684 2024.10.10 04:27:19.344826 [ 3 ] {} <Debug> HTTP-Session: b78ae470-4a67-49b6-98d6-3ba7f13da63e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4685 2024.10.10 04:27:19.344842 [ 3 ] {} <Debug> HTTP-Session: b78ae470-4a67-49b6-98d6-3ba7f13da63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4686 2024.10.10 04:27:19.344856 [ 3 ] {} <Debug> HTTP-Session: b78ae470-4a67-49b6-98d6-3ba7f13da63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4687 2024.10.10 04:27:19.344887 [ 3 ] {} <Trace> HTTP-Session: b78ae470-4a67-49b6-98d6-3ba7f13da63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4688 2024.10.10 04:27:19.344979 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4689 2024.10.10 04:27:19.345024 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4690 2024.10.10 04:27:19.345150 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4691 2024.10.10 04:27:19.345394 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4692 2024.10.10 04:27:19.345430 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4693 2024.10.10 04:27:19.345769 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4694 2024.10.10 04:27:19.346091 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4695 2024.10.10 04:27:19.346217 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001261 sec., 793.0214115781126 rows/sec., 53.44 KiB/sec.
4696 2024.10.10 04:27:19.346505 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Debug> DynamicQueryHandler: Done processing query
4697 2024.10.10 04:27:19.346530 [ 3 ] {a4a3bb1b-10d1-4d92-a727-d14e98fece01} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4698 2024.10.10 04:27:19.346546 [ 3 ] {} <Debug> HTTP-Session: b78ae470-4a67-49b6-98d6-3ba7f13da63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4699 2024.10.10 04:27:19.346679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4700 2024.10.10 04:27:19.346727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4701 2024.10.10 04:27:19.346746 [ 3 ] {} <Debug> HTTP-Session: c1a06871-4f55-47c1-a51e-283a6c172af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4702 2024.10.10 04:27:19.346762 [ 3 ] {} <Debug> HTTP-Session: c1a06871-4f55-47c1-a51e-283a6c172af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4703 2024.10.10 04:27:19.346776 [ 3 ] {} <Debug> HTTP-Session: c1a06871-4f55-47c1-a51e-283a6c172af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4704 2024.10.10 04:27:19.346806 [ 3 ] {} <Trace> HTTP-Session: c1a06871-4f55-47c1-a51e-283a6c172af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4705 2024.10.10 04:27:19.347216 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4706 2024.10.10 04:27:19.347288 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4707 2024.10.10 04:27:19.347718 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4708 2024.10.10 04:27:19.348309 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4709 2024.10.10 04:27:19.348345 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4710 2024.10.10 04:27:19.348998 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4711 2024.10.10 04:27:19.349444 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4712 2024.10.10 04:27:19.349572 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4713 2024.10.10 04:27:19.349591 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002706 sec., 10716.925351071692 rows/sec., 19.20 MiB/sec.
4714 2024.10.10 04:27:19.349612 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4715 2024.10.10 04:27:19.349648 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4716 2024.10.10 04:27:19.350095 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
4717 2024.10.10 04:27:19.350348 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Debug> DynamicQueryHandler: Done processing query
4718 2024.10.10 04:27:19.350405 [ 3 ] {0f29f7f0-95d7-443f-bcf8-376cce5e5626} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4719 2024.10.10 04:27:19.350457 [ 3 ] {} <Debug> HTTP-Session: c1a06871-4f55-47c1-a51e-283a6c172af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4720 2024.10.10 04:27:19.350667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4721 2024.10.10 04:27:19.350766 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4722 2024.10.10 04:27:19.350777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4723 2024.10.10 04:27:19.350847 [ 3 ] {} <Debug> HTTP-Session: 61608caf-2cc7-4b33-8052-d970722fb7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4724 2024.10.10 04:27:19.350900 [ 3 ] {} <Debug> HTTP-Session: 61608caf-2cc7-4b33-8052-d970722fb7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4725 2024.10.10 04:27:19.350918 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 189 rows starting from the beginning of the part
4726 2024.10.10 04:27:19.350935 [ 3 ] {} <Debug> HTTP-Session: 61608caf-2cc7-4b33-8052-d970722fb7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4727 2024.10.10 04:27:19.351026 [ 3 ] {} <Trace> HTTP-Session: 61608caf-2cc7-4b33-8052-d970722fb7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4728 2024.10.10 04:27:19.351435 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4729 2024.10.10 04:27:19.351561 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part
4730 2024.10.10 04:27:19.351572 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4731 2024.10.10 04:27:19.352374 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part
4732 2024.10.10 04:27:19.352492 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4733 2024.10.10 04:27:19.352980 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part
4734 2024.10.10 04:27:19.353691 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part
4735 2024.10.10 04:27:19.353716 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4736 2024.10.10 04:27:19.353791 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4737 2024.10.10 04:27:19.354269 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part
4738 2024.10.10 04:27:19.355385 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4739 2024.10.10 04:27:19.356248 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4740 2024.10.10 04:27:19.356472 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005245 sec., 13346.04385128694 rows/sec., 858.89 KiB/sec.
4741 2024.10.10 04:27:19.356725 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Debug> DynamicQueryHandler: Done processing query
4742 2024.10.10 04:27:19.356779 [ 3 ] {a020da60-c8f6-433e-8526-83b5a6564c98} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4743 2024.10.10 04:27:19.356828 [ 3 ] {} <Debug> HTTP-Session: 61608caf-2cc7-4b33-8052-d970722fb7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4744 2024.10.10 04:27:19.358957 [ 186 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 19 columns (19 merged, 0 gathered) in 0.009191002 sec., 31987.807205351495 rows/sec., 57.32 MiB/sec.
4745 2024.10.10 04:27:19.359400 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4746 2024.10.10 04:27:19.359962 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4747 2024.10.10 04:27:19.360040 [ 201 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4748 2024.10.10 04:27:19.360137 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
4749 2024.10.10 04:27:20.339763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4750 2024.10.10 04:27:20.339878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4751 2024.10.10 04:27:20.339905 [ 3 ] {} <Debug> HTTP-Session: 5c1fdec7-389c-4af4-8eb3-5000396e719b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4752 2024.10.10 04:27:20.339930 [ 3 ] {} <Debug> HTTP-Session: 5c1fdec7-389c-4af4-8eb3-5000396e719b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4753 2024.10.10 04:27:20.339946 [ 3 ] {} <Debug> HTTP-Session: 5c1fdec7-389c-4af4-8eb3-5000396e719b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4754 2024.10.10 04:27:20.339997 [ 3 ] {} <Trace> HTTP-Session: 5c1fdec7-389c-4af4-8eb3-5000396e719b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4755 2024.10.10 04:27:20.340184 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4756 2024.10.10 04:27:20.340257 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4757 2024.10.10 04:27:20.340612 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4758 2024.10.10 04:27:20.341042 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2024.10.10 04:27:20.341091 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4760 2024.10.10 04:27:20.341508 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4761 2024.10.10 04:27:20.341913 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2024.10.10 04:27:20.342070 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001937 sec., 1032.5245224574085 rows/sec., 84.20 KiB/sec.
4763 2024.10.10 04:27:20.342436 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Debug> DynamicQueryHandler: Done processing query
4764 2024.10.10 04:27:20.342466 [ 3 ] {43cb50d3-f462-483b-8cd9-07326d472cb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4765 2024.10.10 04:27:20.342483 [ 3 ] {} <Debug> HTTP-Session: 5c1fdec7-389c-4af4-8eb3-5000396e719b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4766 2024.10.10 04:27:20.342624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4767 2024.10.10 04:27:20.342680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4768 2024.10.10 04:27:20.342700 [ 3 ] {} <Debug> HTTP-Session: 14cb7939-bcaf-455c-aa5d-a149818bc7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4769 2024.10.10 04:27:20.342719 [ 3 ] {} <Debug> HTTP-Session: 14cb7939-bcaf-455c-aa5d-a149818bc7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4770 2024.10.10 04:27:20.342733 [ 3 ] {} <Debug> HTTP-Session: 14cb7939-bcaf-455c-aa5d-a149818bc7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4771 2024.10.10 04:27:20.342770 [ 3 ] {} <Trace> HTTP-Session: 14cb7939-bcaf-455c-aa5d-a149818bc7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4772 2024.10.10 04:27:20.342900 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4773 2024.10.10 04:27:20.342950 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4774 2024.10.10 04:27:20.343220 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4775 2024.10.10 04:27:20.343628 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4776 2024.10.10 04:27:20.343668 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4777 2024.10.10 04:27:20.344049 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4778 2024.10.10 04:27:20.344426 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4779 2024.10.10 04:27:20.344607 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001742 sec., 32721.01033295063 rows/sec., 2.50 MiB/sec.
4780 2024.10.10 04:27:20.345025 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Debug> DynamicQueryHandler: Done processing query
4781 2024.10.10 04:27:20.345050 [ 3 ] {022b0138-55c9-4fe4-a2c5-2b98fe75e81e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4782 2024.10.10 04:27:20.345068 [ 3 ] {} <Debug> HTTP-Session: 14cb7939-bcaf-455c-aa5d-a149818bc7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4783 2024.10.10 04:27:20.345210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4784 2024.10.10 04:27:20.345263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4785 2024.10.10 04:27:20.345283 [ 3 ] {} <Debug> HTTP-Session: 8fd099ea-7d58-4918-9997-2e75ad3d4372 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4786 2024.10.10 04:27:20.345301 [ 3 ] {} <Debug> HTTP-Session: 8fd099ea-7d58-4918-9997-2e75ad3d4372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4787 2024.10.10 04:27:20.345316 [ 3 ] {} <Debug> HTTP-Session: 8fd099ea-7d58-4918-9997-2e75ad3d4372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4788 2024.10.10 04:27:20.345351 [ 3 ] {} <Trace> HTTP-Session: 8fd099ea-7d58-4918-9997-2e75ad3d4372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4789 2024.10.10 04:27:20.345452 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4790 2024.10.10 04:27:20.345500 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4791 2024.10.10 04:27:20.345744 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4792 2024.10.10 04:27:20.346124 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2024.10.10 04:27:20.346163 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4794 2024.10.10 04:27:20.346509 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4795 2024.10.10 04:27:20.346871 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2024.10.10 04:27:20.347030 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001595 sec., 1253.9184952978055 rows/sec., 87.55 KiB/sec.
4797 2024.10.10 04:27:20.347208 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Debug> DynamicQueryHandler: Done processing query
4798 2024.10.10 04:27:20.347232 [ 3 ] {874aa19f-23c3-4f1d-91ab-b6c1d6ca20f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4799 2024.10.10 04:27:20.347249 [ 3 ] {} <Debug> HTTP-Session: 8fd099ea-7d58-4918-9997-2e75ad3d4372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4800 2024.10.10 04:27:20.347372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4801 2024.10.10 04:27:20.347423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4802 2024.10.10 04:27:20.347443 [ 3 ] {} <Debug> HTTP-Session: c6a22317-e2bf-4339-b9fb-bbdf9282dc69 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4803 2024.10.10 04:27:20.347460 [ 3 ] {} <Debug> HTTP-Session: c6a22317-e2bf-4339-b9fb-bbdf9282dc69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4804 2024.10.10 04:27:20.347474 [ 3 ] {} <Debug> HTTP-Session: c6a22317-e2bf-4339-b9fb-bbdf9282dc69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4805 2024.10.10 04:27:20.347505 [ 3 ] {} <Trace> HTTP-Session: c6a22317-e2bf-4339-b9fb-bbdf9282dc69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4806 2024.10.10 04:27:20.347621 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4807 2024.10.10 04:27:20.347664 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4808 2024.10.10 04:27:20.347907 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4809 2024.10.10 04:27:20.348283 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2024.10.10 04:27:20.348320 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4811 2024.10.10 04:27:20.348668 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4812 2024.10.10 04:27:20.349028 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4813 2024.10.10 04:27:20.349191 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001599 sec., 41275.79737335835 rows/sec., 3.22 MiB/sec.
4814 2024.10.10 04:27:20.349368 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Debug> DynamicQueryHandler: Done processing query
4815 2024.10.10 04:27:20.349392 [ 3 ] {bb1409cd-bbfd-448b-b943-09d9c42b0073} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4816 2024.10.10 04:27:20.349408 [ 3 ] {} <Debug> HTTP-Session: c6a22317-e2bf-4339-b9fb-bbdf9282dc69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4817 2024.10.10 04:27:20.349530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4818 2024.10.10 04:27:20.349578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4819 2024.10.10 04:27:20.349598 [ 3 ] {} <Debug> HTTP-Session: e3b4bb2f-196e-4a1b-aea1-8c0b6dfebaa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4820 2024.10.10 04:27:20.349614 [ 3 ] {} <Debug> HTTP-Session: e3b4bb2f-196e-4a1b-aea1-8c0b6dfebaa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4821 2024.10.10 04:27:20.349628 [ 3 ] {} <Debug> HTTP-Session: e3b4bb2f-196e-4a1b-aea1-8c0b6dfebaa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4822 2024.10.10 04:27:20.349659 [ 3 ] {} <Trace> HTTP-Session: e3b4bb2f-196e-4a1b-aea1-8c0b6dfebaa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4823 2024.10.10 04:27:20.349767 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4824 2024.10.10 04:27:20.349815 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4825 2024.10.10 04:27:20.349964 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4826 2024.10.10 04:27:20.350296 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2024.10.10 04:27:20.350333 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4828 2024.10.10 04:27:20.350703 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4829 2024.10.10 04:27:20.351034 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4830 2024.10.10 04:27:20.351192 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001453 sec., 22711.631108052305 rows/sec., 1.58 MiB/sec.
4831 2024.10.10 04:27:20.351366 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Debug> DynamicQueryHandler: Done processing query
4832 2024.10.10 04:27:20.351390 [ 3 ] {cfe6683d-a965-49be-85e6-bcaba40364c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4833 2024.10.10 04:27:20.351407 [ 3 ] {} <Debug> HTTP-Session: e3b4bb2f-196e-4a1b-aea1-8c0b6dfebaa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4834 2024.10.10 04:27:20.351539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4835 2024.10.10 04:27:20.351588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4836 2024.10.10 04:27:20.351608 [ 3 ] {} <Debug> HTTP-Session: 05491799-b0a6-41d0-9250-7fb395f67958 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4837 2024.10.10 04:27:20.351624 [ 3 ] {} <Debug> HTTP-Session: 05491799-b0a6-41d0-9250-7fb395f67958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4838 2024.10.10 04:27:20.351638 [ 3 ] {} <Debug> HTTP-Session: 05491799-b0a6-41d0-9250-7fb395f67958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4839 2024.10.10 04:27:20.351669 [ 3 ] {} <Trace> HTTP-Session: 05491799-b0a6-41d0-9250-7fb395f67958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4840 2024.10.10 04:27:20.351773 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4841 2024.10.10 04:27:20.351818 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4842 2024.10.10 04:27:20.351950 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4843 2024.10.10 04:27:20.352235 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4844 2024.10.10 04:27:20.352272 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
4845 2024.10.10 04:27:20.352625 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4846 2024.10.10 04:27:20.352942 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4847 2024.10.10 04:27:20.353105 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001347 sec., 8908.685968819598 rows/sec., 614.79 KiB/sec.
4848 2024.10.10 04:27:20.353314 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Debug> DynamicQueryHandler: Done processing query
4849 2024.10.10 04:27:20.353338 [ 3 ] {821ff594-0e04-4fe7-afcd-4bd8e883f128} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4850 2024.10.10 04:27:20.353354 [ 3 ] {} <Debug> HTTP-Session: 05491799-b0a6-41d0-9250-7fb395f67958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4851 2024.10.10 04:27:23.381961 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
4852 2024.10.10 04:27:23.382047 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
4853 2024.10.10 04:27:25.347476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4854 2024.10.10 04:27:25.347595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4855 2024.10.10 04:27:25.347623 [ 3 ] {} <Debug> HTTP-Session: 69e5f44a-0bf2-4609-97d6-66d45efb6959 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4856 2024.10.10 04:27:25.347649 [ 3 ] {} <Debug> HTTP-Session: 69e5f44a-0bf2-4609-97d6-66d45efb6959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4857 2024.10.10 04:27:25.347665 [ 3 ] {} <Debug> HTTP-Session: 69e5f44a-0bf2-4609-97d6-66d45efb6959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4858 2024.10.10 04:27:25.347719 [ 3 ] {} <Trace> HTTP-Session: 69e5f44a-0bf2-4609-97d6-66d45efb6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4859 2024.10.10 04:27:25.348071 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4860 2024.10.10 04:27:25.348157 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4861 2024.10.10 04:27:25.348566 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4862 2024.10.10 04:27:25.349165 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4863 2024.10.10 04:27:25.349213 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4864 2024.10.10 04:27:25.349677 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4865 2024.10.10 04:27:25.350098 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2024.10.10 04:27:25.350271 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002295 sec., 32244.00871459695 rows/sec., 2.62 MiB/sec.
4867 2024.10.10 04:27:25.350284 [ 49 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4868 2024.10.10 04:27:25.350384 [ 49 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4869 2024.10.10 04:27:25.350438 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4870 2024.10.10 04:27:25.350607 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
4871 2024.10.10 04:27:25.350633 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Debug> DynamicQueryHandler: Done processing query
4872 2024.10.10 04:27:25.350679 [ 3 ] {9cf68900-f1b0-457c-b0a0-87ba92a08115} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4873 2024.10.10 04:27:25.350724 [ 3 ] {} <Debug> HTTP-Session: 69e5f44a-0bf2-4609-97d6-66d45efb6959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4874 2024.10.10 04:27:25.350840 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4875 2024.10.10 04:27:25.350882 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1411 rows starting from the beginning of the part
4876 2024.10.10 04:27:25.350950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4877 2024.10.10 04:27:25.351040 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 247 rows starting from the beginning of the part
4878 2024.10.10 04:27:25.351112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4879 2024.10.10 04:27:25.351234 [ 3 ] {} <Debug> HTTP-Session: dda672fd-a53f-4fbd-be76-8fd459c9cde2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4880 2024.10.10 04:27:25.351290 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part
4881 2024.10.10 04:27:25.351302 [ 3 ] {} <Debug> HTTP-Session: dda672fd-a53f-4fbd-be76-8fd459c9cde2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4882 2024.10.10 04:27:25.351365 [ 3 ] {} <Debug> HTTP-Session: dda672fd-a53f-4fbd-be76-8fd459c9cde2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4883 2024.10.10 04:27:25.351543 [ 3 ] {} <Trace> HTTP-Session: dda672fd-a53f-4fbd-be76-8fd459c9cde2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4884 2024.10.10 04:27:25.351675 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1387 rows starting from the beginning of the part
4885 2024.10.10 04:27:25.351994 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part
4886 2024.10.10 04:27:25.352071 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4887 2024.10.10 04:27:25.352185 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part
4888 2024.10.10 04:27:25.352263 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4889 2024.10.10 04:27:25.353136 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4890 2024.10.10 04:27:25.353968 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4891 2024.10.10 04:27:25.354049 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4892 2024.10.10 04:27:25.354955 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4893 2024.10.10 04:27:25.355412 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4894 2024.10.10 04:27:25.355781 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.003868 sec., 2326.783867631851 rows/sec., 174.96 KiB/sec.
4895 2024.10.10 04:27:25.356450 [ 186 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3250 rows, containing 5 columns (5 merged, 0 gathered) in 0.005916752 sec., 549287.8525244931 rows/sec., 48.00 MiB/sec.
4896 2024.10.10 04:27:25.356495 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Debug> DynamicQueryHandler: Done processing query
4897 2024.10.10 04:27:25.356551 [ 3 ] {e323e7c5-0a8b-4b77-b993-b9ef950a44ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4898 2024.10.10 04:27:25.356571 [ 3 ] {} <Debug> HTTP-Session: dda672fd-a53f-4fbd-be76-8fd459c9cde2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4899 2024.10.10 04:27:25.356754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4900 2024.10.10 04:27:25.356767 [ 186 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4901 2024.10.10 04:27:25.356846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4902 2024.10.10 04:27:25.356922 [ 3 ] {} <Debug> HTTP-Session: 1f09a011-1154-4fee-8f88-5db9bc89c0ce Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4903 2024.10.10 04:27:25.356946 [ 3 ] {} <Debug> HTTP-Session: 1f09a011-1154-4fee-8f88-5db9bc89c0ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4904 2024.10.10 04:27:25.356962 [ 3 ] {} <Debug> HTTP-Session: 1f09a011-1154-4fee-8f88-5db9bc89c0ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4905 2024.10.10 04:27:25.357020 [ 3 ] {} <Trace> HTTP-Session: 1f09a011-1154-4fee-8f88-5db9bc89c0ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4906 2024.10.10 04:27:25.357408 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4907 2024.10.10 04:27:25.357515 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4908 2024.10.10 04:27:25.357795 [ 186 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4909 2024.10.10 04:27:25.358054 [ 186 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_21_4} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4910 2024.10.10 04:27:25.358182 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4911 2024.10.10 04:27:25.358261 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4912 2024.10.10 04:27:25.358667 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4913 2024.10.10 04:27:25.358709 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4914 2024.10.10 04:27:25.359074 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4915 2024.10.10 04:27:25.359439 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4916 2024.10.10 04:27:25.359600 [ 49 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4917 2024.10.10 04:27:25.359606 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002416 sec., 30215.23178807947 rows/sec., 2.36 MiB/sec.
4918 2024.10.10 04:27:25.359657 [ 49 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2024.10.10 04:27:25.359728 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4920 2024.10.10 04:27:25.359963 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
4921 2024.10.10 04:27:25.359982 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Debug> DynamicQueryHandler: Done processing query
4922 2024.10.10 04:27:25.360040 [ 3 ] {e62915a9-e513-4f1c-855b-6ad1aa2a9b90} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4923 2024.10.10 04:27:25.360067 [ 3 ] {} <Debug> HTTP-Session: 1f09a011-1154-4fee-8f88-5db9bc89c0ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4924 2024.10.10 04:27:25.360199 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4925 2024.10.10 04:27:25.360240 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part
4926 2024.10.10 04:27:25.360333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4927 2024.10.10 04:27:25.360501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4928 2024.10.10 04:27:25.360514 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 411 rows starting from the beginning of the part
4929 2024.10.10 04:27:25.360584 [ 3 ] {} <Debug> HTTP-Session: 56a0a84d-11e3-49c2-8a7e-19e60ba16bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4930 2024.10.10 04:27:25.360655 [ 3 ] {} <Debug> HTTP-Session: 56a0a84d-11e3-49c2-8a7e-19e60ba16bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4931 2024.10.10 04:27:25.360729 [ 3 ] {} <Debug> HTTP-Session: 56a0a84d-11e3-49c2-8a7e-19e60ba16bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4932 2024.10.10 04:27:25.360823 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part
4933 2024.10.10 04:27:25.360868 [ 3 ] {} <Trace> HTTP-Session: 56a0a84d-11e3-49c2-8a7e-19e60ba16bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4934 2024.10.10 04:27:25.361153 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 867 rows starting from the beginning of the part
4935 2024.10.10 04:27:25.361346 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4936 2024.10.10 04:27:25.361435 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part
4937 2024.10.10 04:27:25.361504 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4938 2024.10.10 04:27:25.361745 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 73 rows starting from the beginning of the part
4939 2024.10.10 04:27:25.362468 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4940 2024.10.10 04:27:25.363375 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4941 2024.10.10 04:27:25.363445 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4942 2024.10.10 04:27:25.364412 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4943 2024.10.10 04:27:25.365097 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4944 2024.10.10 04:27:25.365140 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2394 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294176 sec., 452195.015806048 rows/sec., 34.66 MiB/sec.
4945 2024.10.10 04:27:25.365360 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4946 2024.10.10 04:27:25.365393 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004287 sec., 37322.136692325636 rows/sec., 2.60 MiB/sec.
4947 2024.10.10 04:27:25.365441 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4948 2024.10.10 04:27:25.365531 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4949 2024.10.10 04:27:25.365556 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4950 2024.10.10 04:27:25.365989 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Debug> DynamicQueryHandler: Done processing query
4951 2024.10.10 04:27:25.366030 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
4952 2024.10.10 04:27:25.366040 [ 3 ] {6214ba2b-9b71-45a9-a896-b50bd7954a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4953 2024.10.10 04:27:25.366137 [ 3 ] {} <Debug> HTTP-Session: 56a0a84d-11e3-49c2-8a7e-19e60ba16bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4954 2024.10.10 04:27:25.366438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4955 2024.10.10 04:27:25.366600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4956 2024.10.10 04:27:25.366695 [ 3 ] {} <Debug> HTTP-Session: aab22fd9-824c-43a0-ad52-28dec1bf583d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4957 2024.10.10 04:27:25.366789 [ 3 ] {} <Debug> HTTP-Session: aab22fd9-824c-43a0-ad52-28dec1bf583d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4958 2024.10.10 04:27:25.366789 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4959 2024.10.10 04:27:25.366851 [ 3 ] {} <Debug> HTTP-Session: aab22fd9-824c-43a0-ad52-28dec1bf583d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4960 2024.10.10 04:27:25.366930 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4524 rows starting from the beginning of the part
4961 2024.10.10 04:27:25.366973 [ 3 ] {} <Trace> HTTP-Session: aab22fd9-824c-43a0-ad52-28dec1bf583d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4962 2024.10.10 04:27:25.367311 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
4963 2024.10.10 04:27:25.367533 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
4964 2024.10.10 04:27:25.367680 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4965 2024.10.10 04:27:25.368041 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 925 rows starting from the beginning of the part
4966 2024.10.10 04:27:25.368226 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4967 2024.10.10 04:27:25.368517 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part
4968 2024.10.10 04:27:25.368654 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2024.10.10 04:27:25.368964 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
4970 2024.10.10 04:27:25.369779 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_21_4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4971 2024.10.10 04:27:25.370217 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4972 2024.10.10 04:27:25.371079 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4973 2024.10.10 04:27:25.372644 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4974 2024.10.10 04:27:25.372689 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4975 2024.10.10 04:27:25.373717 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4976 2024.10.10 04:27:25.374495 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2024.10.10 04:27:25.374600 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6039 rows, containing 5 columns (5 merged, 0 gathered) in 0.008918525 sec., 677129.9065708736 rows/sec., 45.62 MiB/sec.
4978 2024.10.10 04:27:25.374778 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007542 sec., 1193.3174224343675 rows/sec., 2.14 MiB/sec.
4979 2024.10.10 04:27:25.375092 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Debug> DynamicQueryHandler: Done processing query
4980 2024.10.10 04:27:25.375125 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4981 2024.10.10 04:27:25.375131 [ 3 ] {93f4175f-43dc-4f03-999c-14034524ce08} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4982 2024.10.10 04:27:25.375192 [ 3 ] {} <Debug> HTTP-Session: aab22fd9-824c-43a0-ad52-28dec1bf583d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4983 2024.10.10 04:27:25.375398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4984 2024.10.10 04:27:25.375552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4985 2024.10.10 04:27:25.375597 [ 3 ] {} <Debug> HTTP-Session: 8a8bec3a-a8e3-46b3-a78b-da0e464cead8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
4986 2024.10.10 04:27:25.375653 [ 3 ] {} <Debug> HTTP-Session: 8a8bec3a-a8e3-46b3-a78b-da0e464cead8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4987 2024.10.10 04:27:25.375690 [ 3 ] {} <Debug> HTTP-Session: 8a8bec3a-a8e3-46b3-a78b-da0e464cead8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4988 2024.10.10 04:27:25.375758 [ 3 ] {} <Trace> HTTP-Session: 8a8bec3a-a8e3-46b3-a78b-da0e464cead8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4989 2024.10.10 04:27:25.375978 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2024.10.10 04:27:25.375988 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4991 2024.10.10 04:27:25.376104 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4992 2024.10.10 04:27:25.376154 [ 201 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4993 2024.10.10 04:27:25.376346 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.
4994 2024.10.10 04:27:25.376437 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4995 2024.10.10 04:27:25.376756 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2024.10.10 04:27:25.376793 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
4997 2024.10.10 04:27:25.377157 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4998 2024.10.10 04:27:25.377493 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4999 2024.10.10 04:27:25.377651 [ 49 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5000 2024.10.10 04:27:25.377659 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001765 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec.
5001 2024.10.10 04:27:25.377716 [ 49 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5002 2024.10.10 04:27:25.377796 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5003 2024.10.10 04:27:25.377987 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Debug> DynamicQueryHandler: Done processing query
5004 2024.10.10 04:27:25.377999 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5005 2024.10.10 04:27:25.378021 [ 3 ] {dc683823-bb5e-4e12-9738-e83e11582b0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5006 2024.10.10 04:27:25.378080 [ 3 ] {} <Debug> HTTP-Session: 8a8bec3a-a8e3-46b3-a78b-da0e464cead8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5007 2024.10.10 04:27:25.378215 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5008 2024.10.10 04:27:25.378256 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 748 rows starting from the beginning of the part
5009 2024.10.10 04:27:25.378349 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5010 2024.10.10 04:27:25.378530 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5011 2024.10.10 04:27:25.378717 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 70 rows starting from the beginning of the part
5012 2024.10.10 04:27:25.378918 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
5013 2024.10.10 04:27:25.379083 [ 196 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
5014 2024.10.10 04:27:25.380359 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 4 columns (4 merged, 0 gathered) in 0.002463007 sec., 419000.0272025211 rows/sec., 27.07 MiB/sec.
5015 2024.10.10 04:27:25.380548 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5016 2024.10.10 04:27:25.380945 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5017 2024.10.10 04:27:25.381021 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_21_4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5018 2024.10.10 04:27:25.381105 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
5019 2024.10.10 04:27:28.517974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 500
5020 2024.10.10 04:27:28.521267 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5021 2024.10.10 04:27:28.521334 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5022 2024.10.10 04:27:28.522847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5023 2024.10.10 04:27:28.524440 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5024 2024.10.10 04:27:28.524664 [ 151 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5025 2024.10.10 04:27:28.524795 [ 151 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5026 2024.10.10 04:27:28.524860 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5027 2024.10.10 04:27:28.525341 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
5028 2024.10.10 04:27:28.526426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500
5029 2024.10.10 04:27:28.527069 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5030 2024.10.10 04:27:28.527239 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part
5031 2024.10.10 04:27:28.527842 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part
5032 2024.10.10 04:27:28.528366 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
5033 2024.10.10 04:27:28.528881 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part
5034 2024.10.10 04:27:28.529431 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part
5035 2024.10.10 04:27:28.529918 [ 195 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part
5036 2024.10.10 04:27:28.538175 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 72 columns (72 merged, 0 gathered) in 0.013169501 sec., 37966.51065214999 rows/sec., 30.77 MiB/sec.
5037 2024.10.10 04:27:28.539259 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5038 2024.10.10 04:27:28.541039 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5039 2024.10.10 04:27:28.541129 [ 198 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_11_2} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5040 2024.10.10 04:27:28.541470 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB.
5041 2024.10.10 04:27:30.351421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5042 2024.10.10 04:27:30.351541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5043 2024.10.10 04:27:30.351568 [ 3 ] {} <Debug> HTTP-Session: 1614e198-d653-479b-add1-6d2cfd6ceace Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5044 2024.10.10 04:27:30.351597 [ 3 ] {} <Debug> HTTP-Session: 1614e198-d653-479b-add1-6d2cfd6ceace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5045 2024.10.10 04:27:30.351614 [ 3 ] {} <Debug> HTTP-Session: 1614e198-d653-479b-add1-6d2cfd6ceace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5046 2024.10.10 04:27:30.351668 [ 3 ] {} <Trace> HTTP-Session: 1614e198-d653-479b-add1-6d2cfd6ceace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5047 2024.10.10 04:27:30.351936 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5048 2024.10.10 04:27:30.352009 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5049 2024.10.10 04:27:30.352344 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5050 2024.10.10 04:27:30.352928 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2024.10.10 04:27:30.352977 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5052 2024.10.10 04:27:30.353429 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5053 2024.10.10 04:27:30.353827 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5054 2024.10.10 04:27:30.353993 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002175 sec., 113563.2183908046 rows/sec., 10.02 MiB/sec.
5055 2024.10.10 04:27:30.354216 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Debug> DynamicQueryHandler: Done processing query
5056 2024.10.10 04:27:30.354245 [ 3 ] {6fb46415-b7cd-4ad2-aed0-f012f5ff7868} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5057 2024.10.10 04:27:30.354264 [ 3 ] {} <Debug> HTTP-Session: 1614e198-d653-479b-add1-6d2cfd6ceace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5058 2024.10.10 04:27:30.354428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5059 2024.10.10 04:27:30.354485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5060 2024.10.10 04:27:30.354507 [ 3 ] {} <Debug> HTTP-Session: 9d9b7fd0-f3fd-4b43-8e2e-785c245aae1d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5061 2024.10.10 04:27:30.354527 [ 3 ] {} <Debug> HTTP-Session: 9d9b7fd0-f3fd-4b43-8e2e-785c245aae1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5062 2024.10.10 04:27:30.354543 [ 3 ] {} <Debug> HTTP-Session: 9d9b7fd0-f3fd-4b43-8e2e-785c245aae1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5063 2024.10.10 04:27:30.354580 [ 3 ] {} <Trace> HTTP-Session: 9d9b7fd0-f3fd-4b43-8e2e-785c245aae1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5064 2024.10.10 04:27:30.354737 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5065 2024.10.10 04:27:30.354815 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5066 2024.10.10 04:27:30.355246 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5067 2024.10.10 04:27:30.355710 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5068 2024.10.10 04:27:30.355761 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5069 2024.10.10 04:27:30.356235 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5070 2024.10.10 04:27:30.356672 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5071 2024.10.10 04:27:30.356841 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.002156 sec., 13450.834879406308 rows/sec., 1011.44 KiB/sec.
5072 2024.10.10 04:27:30.357151 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Debug> DynamicQueryHandler: Done processing query
5073 2024.10.10 04:27:30.357186 [ 3 ] {089c5dff-8f44-4df1-b7bb-6daedd41d748} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5074 2024.10.10 04:27:30.357209 [ 3 ] {} <Debug> HTTP-Session: 9d9b7fd0-f3fd-4b43-8e2e-785c245aae1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5075 2024.10.10 04:27:30.357342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5076 2024.10.10 04:27:30.357409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5077 2024.10.10 04:27:30.357436 [ 3 ] {} <Debug> HTTP-Session: 580e0b44-d0b7-4561-9a5f-392ee97d62d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5078 2024.10.10 04:27:30.357460 [ 3 ] {} <Debug> HTTP-Session: 580e0b44-d0b7-4561-9a5f-392ee97d62d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5079 2024.10.10 04:27:30.357481 [ 3 ] {} <Debug> HTTP-Session: 580e0b44-d0b7-4561-9a5f-392ee97d62d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5080 2024.10.10 04:27:30.357518 [ 3 ] {} <Trace> HTTP-Session: 580e0b44-d0b7-4561-9a5f-392ee97d62d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5081 2024.10.10 04:27:30.357637 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5082 2024.10.10 04:27:30.357688 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5083 2024.10.10 04:27:30.357945 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5084 2024.10.10 04:27:30.358291 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5085 2024.10.10 04:27:30.358329 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5086 2024.10.10 04:27:30.358691 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5087 2024.10.10 04:27:30.359073 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5088 2024.10.10 04:27:30.359241 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec.
5089 2024.10.10 04:27:30.359562 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Debug> DynamicQueryHandler: Done processing query
5090 2024.10.10 04:27:30.359588 [ 3 ] {1f65f7f5-efd5-48bc-977e-9819494ba72b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5091 2024.10.10 04:27:30.359605 [ 3 ] {} <Debug> HTTP-Session: 580e0b44-d0b7-4561-9a5f-392ee97d62d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5092 2024.10.10 04:27:30.359736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5093 2024.10.10 04:27:30.359786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5094 2024.10.10 04:27:30.359806 [ 3 ] {} <Debug> HTTP-Session: fc75fe1a-d37e-469d-8377-a468b6eda806 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5095 2024.10.10 04:27:30.359824 [ 3 ] {} <Debug> HTTP-Session: fc75fe1a-d37e-469d-8377-a468b6eda806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5096 2024.10.10 04:27:30.359839 [ 3 ] {} <Debug> HTTP-Session: fc75fe1a-d37e-469d-8377-a468b6eda806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5097 2024.10.10 04:27:30.359873 [ 3 ] {} <Trace> HTTP-Session: fc75fe1a-d37e-469d-8377-a468b6eda806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5098 2024.10.10 04:27:30.359975 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5099 2024.10.10 04:27:30.360024 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5100 2024.10.10 04:27:30.360271 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5101 2024.10.10 04:27:30.360594 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5102 2024.10.10 04:27:30.360630 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5103 2024.10.10 04:27:30.360985 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5104 2024.10.10 04:27:30.361352 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5105 2024.10.10 04:27:30.361514 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 227.53 KiB/sec.
5106 2024.10.10 04:27:30.361514 [ 126 ] {} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5107 2024.10.10 04:27:30.361621 [ 126 ] {} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5108 2024.10.10 04:27:30.361679 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5109 2024.10.10 04:27:30.361786 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Debug> DynamicQueryHandler: Done processing query
5110 2024.10.10 04:27:30.361825 [ 3 ] {949675ae-c71d-4dba-b6a7-5ce8c4466474} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5111 2024.10.10 04:27:30.361834 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
5112 2024.10.10 04:27:30.361849 [ 3 ] {} <Debug> HTTP-Session: fc75fe1a-d37e-469d-8377-a468b6eda806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5113 2024.10.10 04:27:30.361981 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5114 2024.10.10 04:27:30.362015 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part
5115 2024.10.10 04:27:30.362085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5116 2024.10.10 04:27:30.362107 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
5117 2024.10.10 04:27:30.362222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5118 2024.10.10 04:27:30.362365 [ 3 ] {} <Debug> HTTP-Session: c8cd0efd-5e15-44d1-937d-1a942d588e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5119 2024.10.10 04:27:30.362468 [ 3 ] {} <Debug> HTTP-Session: c8cd0efd-5e15-44d1-937d-1a942d588e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5120 2024.10.10 04:27:30.362529 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
5121 2024.10.10 04:27:30.362547 [ 3 ] {} <Debug> HTTP-Session: c8cd0efd-5e15-44d1-937d-1a942d588e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5122 2024.10.10 04:27:30.362686 [ 3 ] {} <Trace> HTTP-Session: c8cd0efd-5e15-44d1-937d-1a942d588e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2024.10.10 04:27:30.362772 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
5124 2024.10.10 04:27:30.362889 [ 195 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
5125 2024.10.10 04:27:30.363082 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5126 2024.10.10 04:27:30.363249 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5127 2024.10.10 04:27:30.363660 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5128 2024.10.10 04:27:30.364453 [ 192 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002677283 sec., 11205.389941967285 rows/sec., 711.28 KiB/sec.
5129 2024.10.10 04:27:30.364472 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2024.10.10 04:27:30.364550 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5131 2024.10.10 04:27:30.364702 [ 192 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5132 2024.10.10 04:27:30.365351 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5133 2024.10.10 04:27:30.365707 [ 192 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5134 2024.10.10 04:27:30.365937 [ 192 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_9_2} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5135 2024.10.10 04:27:30.366107 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5136 2024.10.10 04:27:30.366193 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5137 2024.10.10 04:27:30.366378 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.003512 sec., 117027.33485193622 rows/sec., 8.34 MiB/sec.
5138 2024.10.10 04:27:30.366562 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Debug> DynamicQueryHandler: Done processing query
5139 2024.10.10 04:27:30.366586 [ 3 ] {1bd27b04-90ce-45db-9d2d-7df82d791bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5140 2024.10.10 04:27:30.366603 [ 3 ] {} <Debug> HTTP-Session: c8cd0efd-5e15-44d1-937d-1a942d588e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5141 2024.10.10 04:27:30.366775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5142 2024.10.10 04:27:30.366822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5143 2024.10.10 04:27:30.366842 [ 3 ] {} <Debug> HTTP-Session: 27936883-f8b7-4e0a-a71a-8d003ee2ed61 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5144 2024.10.10 04:27:30.366859 [ 3 ] {} <Debug> HTTP-Session: 27936883-f8b7-4e0a-a71a-8d003ee2ed61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5145 2024.10.10 04:27:30.366875 [ 3 ] {} <Debug> HTTP-Session: 27936883-f8b7-4e0a-a71a-8d003ee2ed61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5146 2024.10.10 04:27:30.366906 [ 3 ] {} <Trace> HTTP-Session: 27936883-f8b7-4e0a-a71a-8d003ee2ed61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5147 2024.10.10 04:27:30.367004 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5148 2024.10.10 04:27:30.367050 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5149 2024.10.10 04:27:30.367188 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5150 2024.10.10 04:27:30.367463 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5151 2024.10.10 04:27:30.367499 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5152 2024.10.10 04:27:30.367853 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5153 2024.10.10 04:27:30.368186 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5154 2024.10.10 04:27:30.368346 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec.
5155 2024.10.10 04:27:30.368544 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Debug> DynamicQueryHandler: Done processing query
5156 2024.10.10 04:27:30.368569 [ 3 ] {34b53f28-9152-458e-94cf-cda05dc3bd20} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5157 2024.10.10 04:27:30.368586 [ 3 ] {} <Debug> HTTP-Session: 27936883-f8b7-4e0a-a71a-8d003ee2ed61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5158 2024.10.10 04:27:30.368834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5159 2024.10.10 04:27:30.368887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5160 2024.10.10 04:27:30.368907 [ 3 ] {} <Debug> HTTP-Session: 742716b4-d481-46de-8209-91679ae2f992 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5161 2024.10.10 04:27:30.368926 [ 3 ] {} <Debug> HTTP-Session: 742716b4-d481-46de-8209-91679ae2f992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5162 2024.10.10 04:27:30.368941 [ 3 ] {} <Debug> HTTP-Session: 742716b4-d481-46de-8209-91679ae2f992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5163 2024.10.10 04:27:30.368973 [ 3 ] {} <Trace> HTTP-Session: 742716b4-d481-46de-8209-91679ae2f992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5164 2024.10.10 04:27:30.369167 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5165 2024.10.10 04:27:30.369215 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5166 2024.10.10 04:27:30.369360 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5167 2024.10.10 04:27:30.369838 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2024.10.10 04:27:30.369875 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5169 2024.10.10 04:27:30.370258 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5170 2024.10.10 04:27:30.370611 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5171 2024.10.10 04:27:30.370779 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec.
5172 2024.10.10 04:27:30.371113 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Debug> DynamicQueryHandler: Done processing query
5173 2024.10.10 04:27:30.371139 [ 3 ] {c3f7a091-d5ee-4218-8f45-c56a5ae22ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5174 2024.10.10 04:27:30.371156 [ 3 ] {} <Debug> HTTP-Session: 742716b4-d481-46de-8209-91679ae2f992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5175 2024.10.10 04:27:30.371320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5176 2024.10.10 04:27:30.371371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5177 2024.10.10 04:27:30.371390 [ 3 ] {} <Debug> HTTP-Session: f938a52b-8de5-4080-9f49-7ebbb7de400d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5178 2024.10.10 04:27:30.371408 [ 3 ] {} <Debug> HTTP-Session: f938a52b-8de5-4080-9f49-7ebbb7de400d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5179 2024.10.10 04:27:30.371423 [ 3 ] {} <Debug> HTTP-Session: f938a52b-8de5-4080-9f49-7ebbb7de400d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5180 2024.10.10 04:27:30.371455 [ 3 ] {} <Trace> HTTP-Session: f938a52b-8de5-4080-9f49-7ebbb7de400d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5181 2024.10.10 04:27:30.371550 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5182 2024.10.10 04:27:30.371597 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5183 2024.10.10 04:27:30.371747 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5184 2024.10.10 04:27:30.372023 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5185 2024.10.10 04:27:30.372058 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5186 2024.10.10 04:27:30.372408 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5187 2024.10.10 04:27:30.372742 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5188 2024.10.10 04:27:30.372899 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001362 sec., 734.2143906020558 rows/sec., 49.47 KiB/sec.
5189 2024.10.10 04:27:30.373106 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Debug> DynamicQueryHandler: Done processing query
5190 2024.10.10 04:27:30.373131 [ 3 ] {84c112f6-ee28-4e41-bf8f-6102cdcbeef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5191 2024.10.10 04:27:30.373148 [ 3 ] {} <Debug> HTTP-Session: f938a52b-8de5-4080-9f49-7ebbb7de400d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5192 2024.10.10 04:27:30.373295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5193 2024.10.10 04:27:30.373344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5194 2024.10.10 04:27:30.373364 [ 3 ] {} <Debug> HTTP-Session: fb761870-47bf-497a-aa11-c644f2e39e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5195 2024.10.10 04:27:30.373382 [ 3 ] {} <Debug> HTTP-Session: fb761870-47bf-497a-aa11-c644f2e39e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5196 2024.10.10 04:27:30.373398 [ 3 ] {} <Debug> HTTP-Session: fb761870-47bf-497a-aa11-c644f2e39e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5197 2024.10.10 04:27:30.373428 [ 3 ] {} <Trace> HTTP-Session: fb761870-47bf-497a-aa11-c644f2e39e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5198 2024.10.10 04:27:30.373734 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5199 2024.10.10 04:27:30.373800 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5200 2024.10.10 04:27:30.374224 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5201 2024.10.10 04:27:30.374930 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5202 2024.10.10 04:27:30.374968 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5203 2024.10.10 04:27:30.375599 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5204 2024.10.10 04:27:30.376020 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5205 2024.10.10 04:27:30.376215 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.0027 sec., 10740.74074074074 rows/sec., 19.25 MiB/sec.
5206 2024.10.10 04:27:30.376440 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Debug> DynamicQueryHandler: Done processing query
5207 2024.10.10 04:27:30.376465 [ 3 ] {f3a02c31-e21f-498e-9e62-1ff6e0fc583a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5208 2024.10.10 04:27:30.376482 [ 3 ] {} <Debug> HTTP-Session: fb761870-47bf-497a-aa11-c644f2e39e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5209 2024.10.10 04:27:30.376615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5210 2024.10.10 04:27:30.376664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5211 2024.10.10 04:27:30.376684 [ 3 ] {} <Debug> HTTP-Session: 637ac060-c448-4d3c-86cb-10b75dab1cf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5212 2024.10.10 04:27:30.376701 [ 3 ] {} <Debug> HTTP-Session: 637ac060-c448-4d3c-86cb-10b75dab1cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5213 2024.10.10 04:27:30.376715 [ 3 ] {} <Debug> HTTP-Session: 637ac060-c448-4d3c-86cb-10b75dab1cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5214 2024.10.10 04:27:30.376746 [ 3 ] {} <Trace> HTTP-Session: 637ac060-c448-4d3c-86cb-10b75dab1cf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5215 2024.10.10 04:27:30.376878 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5216 2024.10.10 04:27:30.376922 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5217 2024.10.10 04:27:30.377051 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5218 2024.10.10 04:27:30.377372 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5219 2024.10.10 04:27:30.377408 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5220 2024.10.10 04:27:30.377770 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5221 2024.10.10 04:27:30.378104 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5222 2024.10.10 04:27:30.378261 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec.
5223 2024.10.10 04:27:30.378565 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Debug> DynamicQueryHandler: Done processing query
5224 2024.10.10 04:27:30.378591 [ 3 ] {047a9a52-c72f-4382-a4de-e1d1c72153d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5225 2024.10.10 04:27:30.378608 [ 3 ] {} <Debug> HTTP-Session: 637ac060-c448-4d3c-86cb-10b75dab1cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5226 2024.10.10 04:27:32.228554 [ 150 ] {} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5227 2024.10.10 04:27:32.228632 [ 150 ] {} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2024.10.10 04:27:32.228655 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5229 2024.10.10 04:27:32.228834 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
5230 2024.10.10 04:27:32.229051 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5231 2024.10.10 04:27:32.229089 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
5232 2024.10.10 04:27:32.229169 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
5233 2024.10.10 04:27:32.229391 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
5234 2024.10.10 04:27:32.229534 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
5235 2024.10.10 04:27:32.229770 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
5236 2024.10.10 04:27:32.230897 [ 192 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 5 columns (5 merged, 0 gathered) in 0.002167629 sec., 5536.002701569319 rows/sec., 473.05 KiB/sec.
5237 2024.10.10 04:27:32.231070 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5238 2024.10.10 04:27:32.231562 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5239 2024.10.10 04:27:32.231650 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_5_1} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5240 2024.10.10 04:27:32.231755 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5241 2024.10.10 04:27:35.346728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5242 2024.10.10 04:27:35.346853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5243 2024.10.10 04:27:35.346883 [ 3 ] {} <Debug> HTTP-Session: 90794e4b-8610-4727-ae75-fe9f79e7594d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5244 2024.10.10 04:27:35.346913 [ 3 ] {} <Debug> HTTP-Session: 90794e4b-8610-4727-ae75-fe9f79e7594d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5245 2024.10.10 04:27:35.346932 [ 3 ] {} <Debug> HTTP-Session: 90794e4b-8610-4727-ae75-fe9f79e7594d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5246 2024.10.10 04:27:35.346988 [ 3 ] {} <Trace> HTTP-Session: 90794e4b-8610-4727-ae75-fe9f79e7594d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5247 2024.10.10 04:27:35.347224 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5248 2024.10.10 04:27:35.347302 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5249 2024.10.10 04:27:35.347677 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5250 2024.10.10 04:27:35.348195 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5251 2024.10.10 04:27:35.348241 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5252 2024.10.10 04:27:35.348672 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5253 2024.10.10 04:27:35.349072 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5254 2024.10.10 04:27:35.349257 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002111 sec., 35054.47655139744 rows/sec., 2.85 MiB/sec.
5255 2024.10.10 04:27:35.349643 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Debug> DynamicQueryHandler: Done processing query
5256 2024.10.10 04:27:35.349672 [ 3 ] {a3dfc750-3472-4d44-8f0c-aeb26aa69dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5257 2024.10.10 04:27:35.349690 [ 3 ] {} <Debug> HTTP-Session: 90794e4b-8610-4727-ae75-fe9f79e7594d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5258 2024.10.10 04:27:35.349858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5259 2024.10.10 04:27:35.349916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5260 2024.10.10 04:27:35.349938 [ 3 ] {} <Debug> HTTP-Session: 37e7d634-faa8-43a0-a747-142d1e57de49 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5261 2024.10.10 04:27:35.349957 [ 3 ] {} <Debug> HTTP-Session: 37e7d634-faa8-43a0-a747-142d1e57de49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5262 2024.10.10 04:27:35.349972 [ 3 ] {} <Debug> HTTP-Session: 37e7d634-faa8-43a0-a747-142d1e57de49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5263 2024.10.10 04:27:35.350008 [ 3 ] {} <Trace> HTTP-Session: 37e7d634-faa8-43a0-a747-142d1e57de49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2024.10.10 04:27:35.350124 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5265 2024.10.10 04:27:35.350173 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5266 2024.10.10 04:27:35.350434 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5267 2024.10.10 04:27:35.350779 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5268 2024.10.10 04:27:35.350819 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5269 2024.10.10 04:27:35.351178 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5270 2024.10.10 04:27:35.351548 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5271 2024.10.10 04:27:35.351717 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001618 sec., 5562.422744128554 rows/sec., 418.27 KiB/sec.
5272 2024.10.10 04:27:35.352059 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Debug> DynamicQueryHandler: Done processing query
5273 2024.10.10 04:27:35.352085 [ 3 ] {8e1bd234-cd7f-4702-b03d-e75400315f85} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5274 2024.10.10 04:27:35.352104 [ 3 ] {} <Debug> HTTP-Session: 37e7d634-faa8-43a0-a747-142d1e57de49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5275 2024.10.10 04:27:35.352238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5276 2024.10.10 04:27:35.352291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5277 2024.10.10 04:27:35.352312 [ 3 ] {} <Debug> HTTP-Session: bc506265-289f-42c8-a328-d91b8b5d9ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5278 2024.10.10 04:27:35.352330 [ 3 ] {} <Debug> HTTP-Session: bc506265-289f-42c8-a328-d91b8b5d9ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5279 2024.10.10 04:27:35.352345 [ 3 ] {} <Debug> HTTP-Session: bc506265-289f-42c8-a328-d91b8b5d9ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5280 2024.10.10 04:27:35.352377 [ 3 ] {} <Trace> HTTP-Session: bc506265-289f-42c8-a328-d91b8b5d9ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5281 2024.10.10 04:27:35.352502 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5282 2024.10.10 04:27:35.352548 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5283 2024.10.10 04:27:35.352798 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5284 2024.10.10 04:27:35.353181 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5285 2024.10.10 04:27:35.353218 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5286 2024.10.10 04:27:35.353586 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5287 2024.10.10 04:27:35.353950 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5288 2024.10.10 04:27:35.354083 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001624 sec., 44950.73891625616 rows/sec., 3.51 MiB/sec.
5289 2024.10.10 04:27:35.354274 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Debug> DynamicQueryHandler: Done processing query
5290 2024.10.10 04:27:35.354299 [ 3 ] {d3f1acb5-11ba-4c87-91f7-e8251245b8ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5291 2024.10.10 04:27:35.354316 [ 3 ] {} <Debug> HTTP-Session: bc506265-289f-42c8-a328-d91b8b5d9ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5292 2024.10.10 04:27:35.354494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5293 2024.10.10 04:27:35.354545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5294 2024.10.10 04:27:35.354565 [ 3 ] {} <Debug> HTTP-Session: 267db08f-4ddb-490d-9b38-0e6c8bf2192e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5295 2024.10.10 04:27:35.354582 [ 3 ] {} <Debug> HTTP-Session: 267db08f-4ddb-490d-9b38-0e6c8bf2192e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5296 2024.10.10 04:27:35.354597 [ 3 ] {} <Debug> HTTP-Session: 267db08f-4ddb-490d-9b38-0e6c8bf2192e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5297 2024.10.10 04:27:35.354629 [ 3 ] {} <Trace> HTTP-Session: 267db08f-4ddb-490d-9b38-0e6c8bf2192e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5298 2024.10.10 04:27:35.354781 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5299 2024.10.10 04:27:35.354830 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5300 2024.10.10 04:27:35.354975 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5301 2024.10.10 04:27:35.355391 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5302 2024.10.10 04:27:35.355428 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5303 2024.10.10 04:27:35.355815 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5304 2024.10.10 04:27:35.356152 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5305 2024.10.10 04:27:35.356309 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec.
5306 2024.10.10 04:27:35.356483 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Debug> DynamicQueryHandler: Done processing query
5307 2024.10.10 04:27:35.356508 [ 3 ] {f9ccc76a-344a-4dbf-9178-6c67f53f80c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5308 2024.10.10 04:27:35.356524 [ 3 ] {} <Debug> HTTP-Session: 267db08f-4ddb-490d-9b38-0e6c8bf2192e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5309 2024.10.10 04:27:35.356644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5310 2024.10.10 04:27:35.356692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5311 2024.10.10 04:27:35.356712 [ 3 ] {} <Debug> HTTP-Session: dfba09c7-b419-46cb-bc52-54b977399006 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5312 2024.10.10 04:27:35.356729 [ 3 ] {} <Debug> HTTP-Session: dfba09c7-b419-46cb-bc52-54b977399006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5313 2024.10.10 04:27:35.356744 [ 3 ] {} <Debug> HTTP-Session: dfba09c7-b419-46cb-bc52-54b977399006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5314 2024.10.10 04:27:35.356775 [ 3 ] {} <Trace> HTTP-Session: dfba09c7-b419-46cb-bc52-54b977399006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5315 2024.10.10 04:27:35.356958 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5316 2024.10.10 04:27:35.357025 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5317 2024.10.10 04:27:35.357445 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5318 2024.10.10 04:27:35.357936 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2024.10.10 04:27:35.357977 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5320 2024.10.10 04:27:35.358563 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5321 2024.10.10 04:27:35.358982 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5322 2024.10.10 04:27:35.359167 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002317 sec., 3884.333189469141 rows/sec., 6.96 MiB/sec.
5323 2024.10.10 04:27:35.359365 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Debug> DynamicQueryHandler: Done processing query
5324 2024.10.10 04:27:35.359389 [ 3 ] {77b8fb73-6734-4aca-b963-988fde835ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5325 2024.10.10 04:27:35.359404 [ 3 ] {} <Debug> HTTP-Session: dfba09c7-b419-46cb-bc52-54b977399006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5326 2024.10.10 04:27:35.359528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5327 2024.10.10 04:27:35.359576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5328 2024.10.10 04:27:35.359595 [ 3 ] {} <Debug> HTTP-Session: 1c4871c3-6047-41a2-841c-bb9e8ab884b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5329 2024.10.10 04:27:35.359612 [ 3 ] {} <Debug> HTTP-Session: 1c4871c3-6047-41a2-841c-bb9e8ab884b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5330 2024.10.10 04:27:35.359626 [ 3 ] {} <Debug> HTTP-Session: 1c4871c3-6047-41a2-841c-bb9e8ab884b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5331 2024.10.10 04:27:35.359657 [ 3 ] {} <Trace> HTTP-Session: 1c4871c3-6047-41a2-841c-bb9e8ab884b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5332 2024.10.10 04:27:35.359766 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5333 2024.10.10 04:27:35.359811 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5334 2024.10.10 04:27:35.359953 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5335 2024.10.10 04:27:35.360263 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5336 2024.10.10 04:27:35.360299 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5337 2024.10.10 04:27:35.360653 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5338 2024.10.10 04:27:35.360974 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5339 2024.10.10 04:27:35.361131 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
5340 2024.10.10 04:27:35.361296 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Debug> DynamicQueryHandler: Done processing query
5341 2024.10.10 04:27:35.361319 [ 3 ] {7420053a-827b-423b-9da1-c30e44583ee7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5342 2024.10.10 04:27:35.361334 [ 3 ] {} <Debug> HTTP-Session: 1c4871c3-6047-41a2-841c-bb9e8ab884b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5343 2024.10.10 04:27:38.382101 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
5344 2024.10.10 04:27:38.382173 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
5345 2024.10.10 04:27:38.527565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 532
5346 2024.10.10 04:27:38.530376 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5347 2024.10.10 04:27:38.530433 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5348 2024.10.10 04:27:38.531958 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5349 2024.10.10 04:27:38.532954 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2024.10.10 04:27:38.533909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532
5351 2024.10.10 04:27:39.001225 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000885844 sec.
5352 2024.10.10 04:27:40.351930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5353 2024.10.10 04:27:40.352043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5354 2024.10.10 04:27:40.352067 [ 3 ] {} <Debug> HTTP-Session: dfcb01ee-4f32-4ea7-8d76-c91c5fb330a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5355 2024.10.10 04:27:40.352092 [ 3 ] {} <Debug> HTTP-Session: dfcb01ee-4f32-4ea7-8d76-c91c5fb330a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5356 2024.10.10 04:27:40.352107 [ 3 ] {} <Debug> HTTP-Session: dfcb01ee-4f32-4ea7-8d76-c91c5fb330a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5357 2024.10.10 04:27:40.352158 [ 3 ] {} <Trace> HTTP-Session: dfcb01ee-4f32-4ea7-8d76-c91c5fb330a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2024.10.10 04:27:40.352420 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5359 2024.10.10 04:27:40.352488 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5360 2024.10.10 04:27:40.352821 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5361 2024.10.10 04:27:40.353388 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5362 2024.10.10 04:27:40.353429 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5363 2024.10.10 04:27:40.353859 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5364 2024.10.10 04:27:40.354243 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5365 2024.10.10 04:27:40.354387 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002087 sec., 118351.70100622905 rows/sec., 10.44 MiB/sec.
5366 2024.10.10 04:27:40.354580 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Debug> DynamicQueryHandler: Done processing query
5367 2024.10.10 04:27:40.354606 [ 3 ] {44ddbe62-22e9-4026-b588-2470b0da6c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5368 2024.10.10 04:27:40.354623 [ 3 ] {} <Debug> HTTP-Session: dfcb01ee-4f32-4ea7-8d76-c91c5fb330a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5369 2024.10.10 04:27:40.354787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5370 2024.10.10 04:27:40.354836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5371 2024.10.10 04:27:40.354855 [ 3 ] {} <Debug> HTTP-Session: f7b2515e-127b-4ad7-a23b-cc1dbe1e59ed Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5372 2024.10.10 04:27:40.354873 [ 3 ] {} <Debug> HTTP-Session: f7b2515e-127b-4ad7-a23b-cc1dbe1e59ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5373 2024.10.10 04:27:40.354887 [ 3 ] {} <Debug> HTTP-Session: f7b2515e-127b-4ad7-a23b-cc1dbe1e59ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5374 2024.10.10 04:27:40.354919 [ 3 ] {} <Trace> HTTP-Session: f7b2515e-127b-4ad7-a23b-cc1dbe1e59ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5375 2024.10.10 04:27:40.355027 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5376 2024.10.10 04:27:40.355070 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5377 2024.10.10 04:27:40.355290 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5378 2024.10.10 04:27:40.355641 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2024.10.10 04:27:40.355677 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5380 2024.10.10 04:27:40.356020 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5381 2024.10.10 04:27:40.356377 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2024.10.10 04:27:40.356498 [ 143 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5383 2024.10.10 04:27:40.356505 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001513 sec., 19167.217448777265 rows/sec., 1.41 MiB/sec.
5384 2024.10.10 04:27:40.356539 [ 143 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5385 2024.10.10 04:27:40.356577 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5386 2024.10.10 04:27:40.356771 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Debug> DynamicQueryHandler: Done processing query
5387 2024.10.10 04:27:40.356804 [ 3 ] {770c354b-8834-45db-ac5a-1380898dab42} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5388 2024.10.10 04:27:40.356798 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
5389 2024.10.10 04:27:40.356828 [ 3 ] {} <Debug> HTTP-Session: f7b2515e-127b-4ad7-a23b-cc1dbe1e59ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5390 2024.10.10 04:27:40.357073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5391 2024.10.10 04:27:40.357140 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5392 2024.10.10 04:27:40.357171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5393 2024.10.10 04:27:40.357224 [ 3 ] {} <Debug> HTTP-Session: 71b80d22-f31e-4b75-8622-2ba822660d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5394 2024.10.10 04:27:40.357224 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 48 rows starting from the beginning of the part
5395 2024.10.10 04:27:40.357255 [ 3 ] {} <Debug> HTTP-Session: 71b80d22-f31e-4b75-8622-2ba822660d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5396 2024.10.10 04:27:40.357303 [ 3 ] {} <Debug> HTTP-Session: 71b80d22-f31e-4b75-8622-2ba822660d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5397 2024.10.10 04:27:40.357404 [ 3 ] {} <Trace> HTTP-Session: 71b80d22-f31e-4b75-8622-2ba822660d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5398 2024.10.10 04:27:40.357569 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
5399 2024.10.10 04:27:40.357740 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5400 2024.10.10 04:27:40.357922 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5401 2024.10.10 04:27:40.357950 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part
5402 2024.10.10 04:27:40.358334 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 29 rows starting from the beginning of the part
5403 2024.10.10 04:27:40.358663 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part
5404 2024.10.10 04:27:40.358989 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 29 rows starting from the beginning of the part
5405 2024.10.10 04:27:40.359782 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5406 2024.10.10 04:27:40.360629 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2024.10.10 04:27:40.360696 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5408 2024.10.10 04:27:40.361796 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5409 2024.10.10 04:27:40.362065 [ 195 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 5 columns (5 merged, 0 gathered) in 0.005383687 sec., 23404.03519001012 rows/sec., 1.80 MiB/sec.
5410 2024.10.10 04:27:40.362249 [ 195 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5411 2024.10.10 04:27:40.362426 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2024.10.10 04:27:40.362692 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005044 sec., 2775.574940523394 rows/sec., 194.38 KiB/sec.
5413 2024.10.10 04:27:40.363277 [ 195 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5414 2024.10.10 04:27:40.363284 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Debug> DynamicQueryHandler: Done processing query
5415 2024.10.10 04:27:40.363321 [ 3 ] {a19547dc-5e95-4e7b-87ab-093401cc49a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5416 2024.10.10 04:27:40.363342 [ 3 ] {} <Debug> HTTP-Session: 71b80d22-f31e-4b75-8622-2ba822660d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5417 2024.10.10 04:27:40.363372 [ 195 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_21_4} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5418 2024.10.10 04:27:40.363467 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5419 2024.10.10 04:27:40.363475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5420 2024.10.10 04:27:40.363529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5421 2024.10.10 04:27:40.363548 [ 3 ] {} <Debug> HTTP-Session: 4789c754-5651-4110-a6c4-4d6dfb67730c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5422 2024.10.10 04:27:40.363564 [ 3 ] {} <Debug> HTTP-Session: 4789c754-5651-4110-a6c4-4d6dfb67730c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5423 2024.10.10 04:27:40.363578 [ 3 ] {} <Debug> HTTP-Session: 4789c754-5651-4110-a6c4-4d6dfb67730c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5424 2024.10.10 04:27:40.363609 [ 3 ] {} <Trace> HTTP-Session: 4789c754-5651-4110-a6c4-4d6dfb67730c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5425 2024.10.10 04:27:40.363703 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5426 2024.10.10 04:27:40.363746 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5427 2024.10.10 04:27:40.363980 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5428 2024.10.10 04:27:40.364288 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5429 2024.10.10 04:27:40.364323 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5430 2024.10.10 04:27:40.364665 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5431 2024.10.10 04:27:40.365026 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5432 2024.10.10 04:27:40.365153 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 240.33 KiB/sec.
5433 2024.10.10 04:27:40.365469 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Debug> DynamicQueryHandler: Done processing query
5434 2024.10.10 04:27:40.365494 [ 3 ] {c86da648-737c-427b-ac2a-2f3c139a25dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5435 2024.10.10 04:27:40.365509 [ 3 ] {} <Debug> HTTP-Session: 4789c754-5651-4110-a6c4-4d6dfb67730c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5436 2024.10.10 04:27:40.365666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5437 2024.10.10 04:27:40.365715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5438 2024.10.10 04:27:40.365737 [ 3 ] {} <Debug> HTTP-Session: d388065e-83e8-4e2f-af0a-54b51c23a692 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5439 2024.10.10 04:27:40.365753 [ 3 ] {} <Debug> HTTP-Session: d388065e-83e8-4e2f-af0a-54b51c23a692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5440 2024.10.10 04:27:40.365767 [ 3 ] {} <Debug> HTTP-Session: d388065e-83e8-4e2f-af0a-54b51c23a692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5441 2024.10.10 04:27:40.365798 [ 3 ] {} <Trace> HTTP-Session: d388065e-83e8-4e2f-af0a-54b51c23a692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5442 2024.10.10 04:27:40.366011 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5443 2024.10.10 04:27:40.366054 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5444 2024.10.10 04:27:40.366296 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5445 2024.10.10 04:27:40.366842 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2024.10.10 04:27:40.366877 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5447 2024.10.10 04:27:40.367249 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5448 2024.10.10 04:27:40.367602 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2024.10.10 04:27:40.367728 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001832 sec., 224344.97816593887 rows/sec., 15.99 MiB/sec.
5450 2024.10.10 04:27:40.367886 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Debug> DynamicQueryHandler: Done processing query
5451 2024.10.10 04:27:40.367910 [ 3 ] {37d56a1c-d237-436e-8d27-82617d250d7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5452 2024.10.10 04:27:40.367926 [ 3 ] {} <Debug> HTTP-Session: d388065e-83e8-4e2f-af0a-54b51c23a692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5453 2024.10.10 04:27:40.368065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5454 2024.10.10 04:27:40.368121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5455 2024.10.10 04:27:40.368142 [ 3 ] {} <Debug> HTTP-Session: afc0a86e-8358-46dd-a316-61f6164a87cf Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5456 2024.10.10 04:27:40.368158 [ 3 ] {} <Debug> HTTP-Session: afc0a86e-8358-46dd-a316-61f6164a87cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5457 2024.10.10 04:27:40.368172 [ 3 ] {} <Debug> HTTP-Session: afc0a86e-8358-46dd-a316-61f6164a87cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5458 2024.10.10 04:27:40.368202 [ 3 ] {} <Trace> HTTP-Session: afc0a86e-8358-46dd-a316-61f6164a87cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5459 2024.10.10 04:27:40.368296 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5460 2024.10.10 04:27:40.368339 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5461 2024.10.10 04:27:40.368461 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5462 2024.10.10 04:27:40.368733 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5463 2024.10.10 04:27:40.368767 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5464 2024.10.10 04:27:40.369108 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5465 2024.10.10 04:27:40.369424 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5466 2024.10.10 04:27:40.369546 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec.
5467 2024.10.10 04:27:40.369821 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Debug> DynamicQueryHandler: Done processing query
5468 2024.10.10 04:27:40.369845 [ 3 ] {ea966b19-9105-4052-9970-11f6c76ea261} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5469 2024.10.10 04:27:40.369861 [ 3 ] {} <Debug> HTTP-Session: afc0a86e-8358-46dd-a316-61f6164a87cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5470 2024.10.10 04:27:40.370045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5471 2024.10.10 04:27:40.370094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5472 2024.10.10 04:27:40.370113 [ 3 ] {} <Debug> HTTP-Session: 880912ed-62a6-4e54-9d67-2d6c07e00377 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5473 2024.10.10 04:27:40.370129 [ 3 ] {} <Debug> HTTP-Session: 880912ed-62a6-4e54-9d67-2d6c07e00377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5474 2024.10.10 04:27:40.370143 [ 3 ] {} <Debug> HTTP-Session: 880912ed-62a6-4e54-9d67-2d6c07e00377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5475 2024.10.10 04:27:40.370173 [ 3 ] {} <Trace> HTTP-Session: 880912ed-62a6-4e54-9d67-2d6c07e00377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5476 2024.10.10 04:27:40.370358 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5477 2024.10.10 04:27:40.370406 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5478 2024.10.10 04:27:40.370561 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5479 2024.10.10 04:27:40.371065 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5480 2024.10.10 04:27:40.371099 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5481 2024.10.10 04:27:40.371475 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5482 2024.10.10 04:27:40.371817 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2024.10.10 04:27:40.371946 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec.
5484 2024.10.10 04:27:40.372114 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Debug> DynamicQueryHandler: Done processing query
5485 2024.10.10 04:27:40.372138 [ 3 ] {63f2301b-8758-42dd-bac6-96325a7e008f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5486 2024.10.10 04:27:40.372154 [ 3 ] {} <Debug> HTTP-Session: 880912ed-62a6-4e54-9d67-2d6c07e00377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5487 2024.10.10 04:27:40.372273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5488 2024.10.10 04:27:40.372320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5489 2024.10.10 04:27:40.372339 [ 3 ] {} <Debug> HTTP-Session: 5e236bf8-88d6-4e1e-a594-f12aea4b47da Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5490 2024.10.10 04:27:40.372355 [ 3 ] {} <Debug> HTTP-Session: 5e236bf8-88d6-4e1e-a594-f12aea4b47da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5491 2024.10.10 04:27:40.372369 [ 3 ] {} <Debug> HTTP-Session: 5e236bf8-88d6-4e1e-a594-f12aea4b47da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5492 2024.10.10 04:27:40.372399 [ 3 ] {} <Trace> HTTP-Session: 5e236bf8-88d6-4e1e-a594-f12aea4b47da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5493 2024.10.10 04:27:40.372490 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5494 2024.10.10 04:27:40.372535 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5495 2024.10.10 04:27:40.372660 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5496 2024.10.10 04:27:40.372930 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5497 2024.10.10 04:27:40.372965 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5498 2024.10.10 04:27:40.373303 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5499 2024.10.10 04:27:40.373623 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5500 2024.10.10 04:27:40.373740 [ 143 ] {} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
5501 2024.10.10 04:27:40.373745 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001274 sec., 784.9293563579278 rows/sec., 52.89 KiB/sec.
5502 2024.10.10 04:27:40.373782 [ 143 ] {} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5503 2024.10.10 04:27:40.373817 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5504 2024.10.10 04:27:40.374014 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Debug> DynamicQueryHandler: Done processing query
5505 2024.10.10 04:27:40.374091 [ 3 ] {db1c145e-f322-4e23-91c5-80c02e21f38b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5506 2024.10.10 04:27:40.374167 [ 3 ] {} <Debug> HTTP-Session: 5e236bf8-88d6-4e1e-a594-f12aea4b47da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5507 2024.10.10 04:27:40.374283 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
5508 2024.10.10 04:27:40.374403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5509 2024.10.10 04:27:40.374501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5510 2024.10.10 04:27:40.374558 [ 3 ] {} <Debug> HTTP-Session: 7ea717cf-07eb-4559-ba18-27d666ec0025 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5511 2024.10.10 04:27:40.374609 [ 3 ] {} <Debug> HTTP-Session: 7ea717cf-07eb-4559-ba18-27d666ec0025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5512 2024.10.10 04:27:40.374651 [ 3 ] {} <Debug> HTTP-Session: 7ea717cf-07eb-4559-ba18-27d666ec0025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5513 2024.10.10 04:27:40.374661 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5514 2024.10.10 04:27:40.374712 [ 3 ] {} <Trace> HTTP-Session: 7ea717cf-07eb-4559-ba18-27d666ec0025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5515 2024.10.10 04:27:40.374736 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
5516 2024.10.10 04:27:40.374924 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
5517 2024.10.10 04:27:40.375003 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
5518 2024.10.10 04:27:40.375181 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5519 2024.10.10 04:27:40.375407 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
5520 2024.10.10 04:27:40.375537 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5521 2024.10.10 04:27:40.375712 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
5522 2024.10.10 04:27:40.376072 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
5523 2024.10.10 04:27:40.378060 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5524 2024.10.10 04:27:40.379898 [ 194 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005966604 sec., 1675.9952562630265 rows/sec., 112.93 KiB/sec.
5525 2024.10.10 04:27:40.379927 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5526 2024.10.10 04:27:40.380013 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5527 2024.10.10 04:27:40.380116 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5528 2024.10.10 04:27:40.381147 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5529 2024.10.10 04:27:40.381373 [ 192 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_10_2} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
5530 2024.10.10 04:27:40.381545 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5531 2024.10.10 04:27:40.381717 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5532 2024.10.10 04:27:40.382168 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2024.10.10 04:27:40.382324 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007476 sec., 3879.079721776351 rows/sec., 6.95 MiB/sec.
5534 2024.10.10 04:27:40.382571 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Debug> DynamicQueryHandler: Done processing query
5535 2024.10.10 04:27:40.382596 [ 3 ] {6fd2bfb7-5c10-4082-88ff-12c9b841e222} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5536 2024.10.10 04:27:40.382613 [ 3 ] {} <Debug> HTTP-Session: 7ea717cf-07eb-4559-ba18-27d666ec0025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5537 2024.10.10 04:27:40.382754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5538 2024.10.10 04:27:40.382804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5539 2024.10.10 04:27:40.382825 [ 3 ] {} <Debug> HTTP-Session: aa1cdc0a-45c8-4994-ab62-c501d52f9c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5540 2024.10.10 04:27:40.382842 [ 3 ] {} <Debug> HTTP-Session: aa1cdc0a-45c8-4994-ab62-c501d52f9c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5541 2024.10.10 04:27:40.382856 [ 3 ] {} <Debug> HTTP-Session: aa1cdc0a-45c8-4994-ab62-c501d52f9c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5542 2024.10.10 04:27:40.382887 [ 3 ] {} <Trace> HTTP-Session: aa1cdc0a-45c8-4994-ab62-c501d52f9c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5543 2024.10.10 04:27:40.383020 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5544 2024.10.10 04:27:40.383065 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5545 2024.10.10 04:27:40.383194 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5546 2024.10.10 04:27:40.383514 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5547 2024.10.10 04:27:40.383548 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
5548 2024.10.10 04:27:40.383909 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5549 2024.10.10 04:27:40.384238 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5550 2024.10.10 04:27:40.384361 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec.
5551 2024.10.10 04:27:40.384524 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Debug> DynamicQueryHandler: Done processing query
5552 2024.10.10 04:27:40.384547 [ 3 ] {ca8620dc-cc4e-43a1-b203-93c9efb972cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5553 2024.10.10 04:27:40.384563 [ 3 ] {} <Debug> HTTP-Session: aa1cdc0a-45c8-4994-ab62-c501d52f9c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5554 2024.10.10 04:27:45.345861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5555 2024.10.10 04:27:45.345989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5556 2024.10.10 04:27:45.346015 [ 3 ] {} <Debug> HTTP-Session: fe0fc74c-e669-406f-9ff2-4f9119c08ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5557 2024.10.10 04:27:45.346039 [ 3 ] {} <Debug> HTTP-Session: fe0fc74c-e669-406f-9ff2-4f9119c08ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5558 2024.10.10 04:27:45.346054 [ 3 ] {} <Debug> HTTP-Session: fe0fc74c-e669-406f-9ff2-4f9119c08ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5559 2024.10.10 04:27:45.346105 [ 3 ] {} <Trace> HTTP-Session: fe0fc74c-e669-406f-9ff2-4f9119c08ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5560 2024.10.10 04:27:45.346276 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5561 2024.10.10 04:27:45.346344 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5562 2024.10.10 04:27:45.346681 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5563 2024.10.10 04:27:45.347086 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2024.10.10 04:27:45.347125 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5565 2024.10.10 04:27:45.347530 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5566 2024.10.10 04:27:45.347919 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5567 2024.10.10 04:27:45.348066 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001841 sec., 1086.3661053775122 rows/sec., 88.59 KiB/sec.
5568 2024.10.10 04:27:45.348390 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Debug> DynamicQueryHandler: Done processing query
5569 2024.10.10 04:27:45.348416 [ 3 ] {12c595fd-a902-4886-ac84-a65ba2e7408f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5570 2024.10.10 04:27:45.348432 [ 3 ] {} <Debug> HTTP-Session: fe0fc74c-e669-406f-9ff2-4f9119c08ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5571 2024.10.10 04:27:45.348604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5572 2024.10.10 04:27:45.348656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5573 2024.10.10 04:27:45.348677 [ 3 ] {} <Debug> HTTP-Session: 9981467c-49aa-4cbf-a1fe-d73994ec83b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5574 2024.10.10 04:27:45.348694 [ 3 ] {} <Debug> HTTP-Session: 9981467c-49aa-4cbf-a1fe-d73994ec83b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5575 2024.10.10 04:27:45.348709 [ 3 ] {} <Debug> HTTP-Session: 9981467c-49aa-4cbf-a1fe-d73994ec83b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5576 2024.10.10 04:27:45.348742 [ 3 ] {} <Trace> HTTP-Session: 9981467c-49aa-4cbf-a1fe-d73994ec83b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5577 2024.10.10 04:27:45.348862 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5578 2024.10.10 04:27:45.348907 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5579 2024.10.10 04:27:45.349152 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5580 2024.10.10 04:27:45.349528 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5581 2024.10.10 04:27:45.349567 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5582 2024.10.10 04:27:45.349937 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5583 2024.10.10 04:27:45.350307 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5584 2024.10.10 04:27:45.350443 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001627 sec., 46097.111247695146 rows/sec., 3.74 MiB/sec.
5585 2024.10.10 04:27:45.350791 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Debug> DynamicQueryHandler: Done processing query
5586 2024.10.10 04:27:45.350816 [ 3 ] {cfeed547-bc44-4698-b068-37746f935c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5587 2024.10.10 04:27:45.350833 [ 3 ] {} <Debug> HTTP-Session: 9981467c-49aa-4cbf-a1fe-d73994ec83b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5588 2024.10.10 04:27:45.350965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5589 2024.10.10 04:27:45.351014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5590 2024.10.10 04:27:45.351033 [ 3 ] {} <Debug> HTTP-Session: 14b04ef6-4615-4497-906a-029cc8d501c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5591 2024.10.10 04:27:45.351050 [ 3 ] {} <Debug> HTTP-Session: 14b04ef6-4615-4497-906a-029cc8d501c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5592 2024.10.10 04:27:45.351065 [ 3 ] {} <Debug> HTTP-Session: 14b04ef6-4615-4497-906a-029cc8d501c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5593 2024.10.10 04:27:45.351096 [ 3 ] {} <Trace> HTTP-Session: 14b04ef6-4615-4497-906a-029cc8d501c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5594 2024.10.10 04:27:45.351196 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5595 2024.10.10 04:27:45.351240 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5596 2024.10.10 04:27:45.351481 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5597 2024.10.10 04:27:45.351791 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5598 2024.10.10 04:27:45.351827 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5599 2024.10.10 04:27:45.352178 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5600 2024.10.10 04:27:45.352534 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5601 2024.10.10 04:27:45.352660 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.00149 sec., 7382.5503355704695 rows/sec., 547.92 KiB/sec.
5602 2024.10.10 04:27:45.353169 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Debug> DynamicQueryHandler: Done processing query
5603 2024.10.10 04:27:45.353245 [ 3 ] {50328aa4-d0a5-4c53-a5fc-68c67630ec40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5604 2024.10.10 04:27:45.353312 [ 3 ] {} <Debug> HTTP-Session: 14b04ef6-4615-4497-906a-029cc8d501c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5605 2024.10.10 04:27:45.353545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5606 2024.10.10 04:27:45.353597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5607 2024.10.10 04:27:45.353617 [ 3 ] {} <Debug> HTTP-Session: 8720213d-1214-4f3f-aa94-adec1a9a191a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5608 2024.10.10 04:27:45.353634 [ 3 ] {} <Debug> HTTP-Session: 8720213d-1214-4f3f-aa94-adec1a9a191a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5609 2024.10.10 04:27:45.353648 [ 3 ] {} <Debug> HTTP-Session: 8720213d-1214-4f3f-aa94-adec1a9a191a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5610 2024.10.10 04:27:45.353679 [ 3 ] {} <Trace> HTTP-Session: 8720213d-1214-4f3f-aa94-adec1a9a191a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5611 2024.10.10 04:27:45.353801 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5612 2024.10.10 04:27:45.353846 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5613 2024.10.10 04:27:45.354100 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5614 2024.10.10 04:27:45.354461 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5615 2024.10.10 04:27:45.354497 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5616 2024.10.10 04:27:45.354850 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5617 2024.10.10 04:27:45.355210 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5618 2024.10.10 04:27:45.355348 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00159 sec., 47169.811320754714 rows/sec., 3.68 MiB/sec.
5619 2024.10.10 04:27:45.355571 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Debug> DynamicQueryHandler: Done processing query
5620 2024.10.10 04:27:45.355595 [ 3 ] {9bcf6d4b-5976-4d3e-a6e8-708512ddb0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5621 2024.10.10 04:27:45.355611 [ 3 ] {} <Debug> HTTP-Session: 8720213d-1214-4f3f-aa94-adec1a9a191a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5622 2024.10.10 04:27:45.355785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5623 2024.10.10 04:27:45.355833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5624 2024.10.10 04:27:45.355851 [ 3 ] {} <Debug> HTTP-Session: 93140c92-fef4-4616-a1ab-a6919ec50411 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5625 2024.10.10 04:27:45.355868 [ 3 ] {} <Debug> HTTP-Session: 93140c92-fef4-4616-a1ab-a6919ec50411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5626 2024.10.10 04:27:45.355882 [ 3 ] {} <Debug> HTTP-Session: 93140c92-fef4-4616-a1ab-a6919ec50411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5627 2024.10.10 04:27:45.355912 [ 3 ] {} <Trace> HTTP-Session: 93140c92-fef4-4616-a1ab-a6919ec50411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5628 2024.10.10 04:27:45.356064 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5629 2024.10.10 04:27:45.356113 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5630 2024.10.10 04:27:45.356302 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5631 2024.10.10 04:27:45.356728 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5632 2024.10.10 04:27:45.356767 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5633 2024.10.10 04:27:45.357162 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5634 2024.10.10 04:27:45.357514 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5635 2024.10.10 04:27:45.357650 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00166 sec., 96987.95180722892 rows/sec., 6.75 MiB/sec.
5636 2024.10.10 04:27:45.357809 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Debug> DynamicQueryHandler: Done processing query
5637 2024.10.10 04:27:45.357836 [ 3 ] {192bbf7b-c946-40bc-8a99-bb4c0d61d2ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5638 2024.10.10 04:27:45.357851 [ 3 ] {} <Debug> HTTP-Session: 93140c92-fef4-4616-a1ab-a6919ec50411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5639 2024.10.10 04:27:45.357983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5640 2024.10.10 04:27:45.358032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5641 2024.10.10 04:27:45.358052 [ 3 ] {} <Debug> HTTP-Session: b3aa1e63-1499-467f-84eb-b7560c768afe Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5642 2024.10.10 04:27:45.358068 [ 3 ] {} <Debug> HTTP-Session: b3aa1e63-1499-467f-84eb-b7560c768afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5643 2024.10.10 04:27:45.358082 [ 3 ] {} <Debug> HTTP-Session: b3aa1e63-1499-467f-84eb-b7560c768afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5644 2024.10.10 04:27:45.358112 [ 3 ] {} <Trace> HTTP-Session: b3aa1e63-1499-467f-84eb-b7560c768afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5645 2024.10.10 04:27:45.358294 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5646 2024.10.10 04:27:45.358360 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5647 2024.10.10 04:27:45.358847 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5648 2024.10.10 04:27:45.359394 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2024.10.10 04:27:45.359429 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5650 2024.10.10 04:27:45.360050 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5651 2024.10.10 04:27:45.360461 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5652 2024.10.10 04:27:45.360603 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5653 2024.10.10 04:27:45.360616 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002429 sec., 3705.22848909016 rows/sec., 6.64 MiB/sec.
5654 2024.10.10 04:27:45.360654 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5655 2024.10.10 04:27:45.360705 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5656 2024.10.10 04:27:45.361050 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
5657 2024.10.10 04:27:45.361118 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Debug> DynamicQueryHandler: Done processing query
5658 2024.10.10 04:27:45.361164 [ 3 ] {2c97e236-71ca-4031-a6c4-e7bbe49284f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5659 2024.10.10 04:27:45.361247 [ 3 ] {} <Debug> HTTP-Session: b3aa1e63-1499-467f-84eb-b7560c768afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5660 2024.10.10 04:27:45.361463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5661 2024.10.10 04:27:45.361571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5662 2024.10.10 04:27:45.361634 [ 3 ] {} <Debug> HTTP-Session: b97ac6c0-3e95-400c-b426-5b4f2976d19b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5663 2024.10.10 04:27:45.361692 [ 3 ] {} <Debug> HTTP-Session: b97ac6c0-3e95-400c-b426-5b4f2976d19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5664 2024.10.10 04:27:45.361720 [ 3 ] {} <Debug> HTTP-Session: b97ac6c0-3e95-400c-b426-5b4f2976d19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5665 2024.10.10 04:27:45.361818 [ 3 ] {} <Trace> HTTP-Session: b97ac6c0-3e95-400c-b426-5b4f2976d19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5666 2024.10.10 04:27:45.361846 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5667 2024.10.10 04:27:45.362037 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 294 rows starting from the beginning of the part
5668 2024.10.10 04:27:45.362067 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5669 2024.10.10 04:27:45.362199 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5670 2024.10.10 04:27:45.362831 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 9 rows starting from the beginning of the part
5671 2024.10.10 04:27:45.363073 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5672 2024.10.10 04:27:45.363566 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part
5673 2024.10.10 04:27:45.364301 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part
5674 2024.10.10 04:27:45.364388 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5675 2024.10.10 04:27:45.364465 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5676 2024.10.10 04:27:45.364931 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part
5677 2024.10.10 04:27:45.365702 [ 194 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 9 rows starting from the beginning of the part
5678 2024.10.10 04:27:45.365940 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5679 2024.10.10 04:27:45.367025 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5680 2024.10.10 04:27:45.367418 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005429 sec., 11051.759071652239 rows/sec., 762.69 KiB/sec.
5681 2024.10.10 04:27:45.367874 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Debug> DynamicQueryHandler: Done processing query
5682 2024.10.10 04:27:45.367913 [ 3 ] {890b85e0-d9dc-4e18-8876-c880c1e2b59b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5683 2024.10.10 04:27:45.367944 [ 3 ] {} <Debug> HTTP-Session: b97ac6c0-3e95-400c-b426-5b4f2976d19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5684 2024.10.10 04:27:45.370564 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 19 columns (19 merged, 0 gathered) in 0.009730847 sec., 38948.30532223968 rows/sec., 69.79 MiB/sec.
5685 2024.10.10 04:27:45.371155 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5686 2024.10.10 04:27:45.371739 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5687 2024.10.10 04:27:45.371814 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5688 2024.10.10 04:27:45.371955 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB.
5689 2024.10.10 04:27:48.534986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 566
5690 2024.10.10 04:27:48.537913 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5691 2024.10.10 04:27:48.537966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5692 2024.10.10 04:27:48.539539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5693 2024.10.10 04:27:48.540539 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5694 2024.10.10 04:27:48.541799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 566
5695 2024.10.10 04:27:49.258572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5696 2024.10.10 04:27:49.258694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5697 2024.10.10 04:27:49.258730 [ 3 ] {} <Debug> HTTP-Session: 52662c0d-0323-4d4a-a06f-2c3175d76efc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5698 2024.10.10 04:27:49.258758 [ 3 ] {} <Debug> HTTP-Session: 52662c0d-0323-4d4a-a06f-2c3175d76efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5699 2024.10.10 04:27:49.258777 [ 3 ] {} <Debug> HTTP-Session: 52662c0d-0323-4d4a-a06f-2c3175d76efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5700 2024.10.10 04:27:49.258833 [ 3 ] {} <Trace> HTTP-Session: 52662c0d-0323-4d4a-a06f-2c3175d76efc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5701 2024.10.10 04:27:49.259029 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5702 2024.10.10 04:27:49.259096 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5703 2024.10.10 04:27:49.259447 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5704 2024.10.10 04:27:49.259927 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2024.10.10 04:27:49.259977 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5706 2024.10.10 04:27:49.260424 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5707 2024.10.10 04:27:49.260833 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5708 2024.10.10 04:27:49.260997 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002025 sec., 2962.962962962963 rows/sec., 241.61 KiB/sec.
5709 2024.10.10 04:27:49.261407 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Debug> DynamicQueryHandler: Done processing query
5710 2024.10.10 04:27:49.261441 [ 3 ] {c29e2537-c979-4110-a20d-83a1744bf8df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5711 2024.10.10 04:27:49.261460 [ 3 ] {} <Debug> HTTP-Session: 52662c0d-0323-4d4a-a06f-2c3175d76efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5712 2024.10.10 04:27:49.261913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 202767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5713 2024.10.10 04:27:49.261972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5714 2024.10.10 04:27:49.261993 [ 3 ] {} <Debug> HTTP-Session: 78d1b3d4-f0ec-4d7f-a54f-c271cfae5d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5715 2024.10.10 04:27:49.262011 [ 3 ] {} <Debug> HTTP-Session: 78d1b3d4-f0ec-4d7f-a54f-c271cfae5d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5716 2024.10.10 04:27:49.262025 [ 3 ] {} <Debug> HTTP-Session: 78d1b3d4-f0ec-4d7f-a54f-c271cfae5d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5717 2024.10.10 04:27:49.262061 [ 3 ] {} <Trace> HTTP-Session: 78d1b3d4-f0ec-4d7f-a54f-c271cfae5d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5718 2024.10.10 04:27:49.262670 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5719 2024.10.10 04:27:49.262722 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5720 2024.10.10 04:27:49.262993 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5721 2024.10.10 04:27:49.264165 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5722 2024.10.10 04:27:49.264204 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5723 2024.10.10 04:27:49.264707 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5724 2024.10.10 04:27:49.265081 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5725 2024.10.10 04:27:49.265243 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Debug> executeQuery: Read 1390 rows, 118.64 KiB in 0.003028 sec., 459048.8771466315 rows/sec., 38.26 MiB/sec.
5726 2024.10.10 04:27:49.265256 [ 130 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5727 2024.10.10 04:27:49.265364 [ 130 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5728 2024.10.10 04:27:49.265420 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5729 2024.10.10 04:27:49.265552 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Debug> DynamicQueryHandler: Done processing query
5730 2024.10.10 04:27:49.265603 [ 3 ] {3bd631d1-6738-46c3-89ca-528d1f7ba9ac} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
5731 2024.10.10 04:27:49.265618 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
5732 2024.10.10 04:27:49.265629 [ 3 ] {} <Debug> HTTP-Session: 78d1b3d4-f0ec-4d7f-a54f-c271cfae5d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5733 2024.10.10 04:27:49.265808 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5734 2024.10.10 04:27:49.265849 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1412 rows starting from the beginning of the part
5735 2024.10.10 04:27:49.265886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 5047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5736 2024.10.10 04:27:49.266063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5737 2024.10.10 04:27:49.266069 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 247 rows starting from the beginning of the part
5738 2024.10.10 04:27:49.266138 [ 3 ] {} <Debug> HTTP-Session: e4badc93-47dd-4d72-830c-6cbaf80e47a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5739 2024.10.10 04:27:49.266208 [ 3 ] {} <Debug> HTTP-Session: e4badc93-47dd-4d72-830c-6cbaf80e47a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5740 2024.10.10 04:27:49.266272 [ 3 ] {} <Debug> HTTP-Session: e4badc93-47dd-4d72-830c-6cbaf80e47a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5741 2024.10.10 04:27:49.266417 [ 3 ] {} <Trace> HTTP-Session: e4badc93-47dd-4d72-830c-6cbaf80e47a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5742 2024.10.10 04:27:49.266461 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part
5743 2024.10.10 04:27:49.266811 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5744 2024.10.10 04:27:49.266870 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 247 rows starting from the beginning of the part
5745 2024.10.10 04:27:49.266951 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5746 2024.10.10 04:27:49.267236 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part
5747 2024.10.10 04:27:49.267529 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1390 rows starting from the beginning of the part
5748 2024.10.10 04:27:49.268353 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5749 2024.10.10 04:27:49.269131 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5750 2024.10.10 04:27:49.269237 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5751 2024.10.10 04:27:49.270465 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5752 2024.10.10 04:27:49.271129 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5753 2024.10.10 04:27:49.271378 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.004737 sec., 7388.642600802195 rows/sec., 548.79 KiB/sec.
5754 2024.10.10 04:27:49.272161 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Debug> DynamicQueryHandler: Done processing query
5755 2024.10.10 04:27:49.272233 [ 3 ] {dd34d817-2938-4790-aed8-becffac4f473} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5756 2024.10.10 04:27:49.272314 [ 3 ] {} <Debug> HTTP-Session: e4badc93-47dd-4d72-830c-6cbaf80e47a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5757 2024.10.10 04:27:49.272421 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3445 rows, containing 5 columns (5 merged, 0 gathered) in 0.00691224 sec., 498391.2595627467 rows/sec., 43.77 MiB/sec.
5758 2024.10.10 04:27:49.272576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5759 2024.10.10 04:27:49.272655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5760 2024.10.10 04:27:49.272683 [ 3 ] {} <Debug> HTTP-Session: ccac2cf6-5732-4c2a-b36f-716db38df737 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5761 2024.10.10 04:27:49.272711 [ 3 ] {} <Debug> HTTP-Session: ccac2cf6-5732-4c2a-b36f-716db38df737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5762 2024.10.10 04:27:49.272747 [ 3 ] {} <Debug> HTTP-Session: ccac2cf6-5732-4c2a-b36f-716db38df737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5763 2024.10.10 04:27:49.272756 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5764 2024.10.10 04:27:49.272809 [ 3 ] {} <Trace> HTTP-Session: ccac2cf6-5732-4c2a-b36f-716db38df737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5765 2024.10.10 04:27:49.273269 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5766 2024.10.10 04:27:49.273395 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5767 2024.10.10 04:27:49.273678 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5768 2024.10.10 04:27:49.273937 [ 194 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_26_5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5769 2024.10.10 04:27:49.274031 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5770 2024.10.10 04:27:49.274124 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5771 2024.10.10 04:27:49.274580 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5772 2024.10.10 04:27:49.274622 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5773 2024.10.10 04:27:49.275024 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5774 2024.10.10 04:27:49.275400 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5775 2024.10.10 04:27:49.275561 [ 130 ] {} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5776 2024.10.10 04:27:49.275562 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002591 sec., 93400.23157082207 rows/sec., 6.33 MiB/sec.
5777 2024.10.10 04:27:49.275625 [ 130 ] {} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2024.10.10 04:27:49.275714 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5779 2024.10.10 04:27:49.275993 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Debug> DynamicQueryHandler: Done processing query
5780 2024.10.10 04:27:49.276072 [ 3 ] {844ade42-4739-4099-9098-d11e2727f24f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
5781 2024.10.10 04:27:49.276141 [ 3 ] {} <Debug> HTTP-Session: ccac2cf6-5732-4c2a-b36f-716db38df737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5782 2024.10.10 04:27:49.276161 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
5783 2024.10.10 04:27:49.276352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5784 2024.10.10 04:27:49.276469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5785 2024.10.10 04:27:49.276528 [ 3 ] {} <Debug> HTTP-Session: 75a475bd-f3f0-46e0-bcd6-4cbd67dfa146 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5786 2024.10.10 04:27:49.276561 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5787 2024.10.10 04:27:49.276570 [ 3 ] {} <Debug> HTTP-Session: 75a475bd-f3f0-46e0-bcd6-4cbd67dfa146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5788 2024.10.10 04:27:49.276624 [ 3 ] {} <Debug> HTTP-Session: 75a475bd-f3f0-46e0-bcd6-4cbd67dfa146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5789 2024.10.10 04:27:49.276637 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
5790 2024.10.10 04:27:49.276694 [ 3 ] {} <Trace> HTTP-Session: 75a475bd-f3f0-46e0-bcd6-4cbd67dfa146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5791 2024.10.10 04:27:49.276844 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
5792 2024.10.10 04:27:49.277074 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5793 2024.10.10 04:27:49.277228 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5794 2024.10.10 04:27:49.277271 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part
5795 2024.10.10 04:27:49.277651 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
5796 2024.10.10 04:27:49.277977 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
5797 2024.10.10 04:27:49.278344 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part
5798 2024.10.10 04:27:49.278928 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5799 2024.10.10 04:27:49.279796 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5800 2024.10.10 04:27:49.279859 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5801 2024.10.10 04:27:49.280959 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5802 2024.10.10 04:27:49.281739 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005885631 sec., 130487.28335160666 rows/sec., 8.86 MiB/sec.
5803 2024.10.10 04:27:49.281941 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5804 2024.10.10 04:27:49.282088 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5805 2024.10.10 04:27:49.282448 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005476 sec., 1095.6902848794741 rows/sec., 64.74 KiB/sec.
5806 2024.10.10 04:27:49.282991 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Debug> DynamicQueryHandler: Done processing query
5807 2024.10.10 04:27:49.283027 [ 3 ] {fcb9a029-0323-4154-9a92-e5cdf2442eea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5808 2024.10.10 04:27:49.283056 [ 3 ] {} <Debug> HTTP-Session: 75a475bd-f3f0-46e0-bcd6-4cbd67dfa146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5809 2024.10.10 04:27:49.283109 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5810 2024.10.10 04:27:49.283201 [ 192 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_11_2} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5811 2024.10.10 04:27:49.283308 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
5812 2024.10.10 04:27:49.283373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 142719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5813 2024.10.10 04:27:49.283430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5814 2024.10.10 04:27:49.283451 [ 3 ] {} <Debug> HTTP-Session: 651025b7-f9c4-4d37-b7fa-1647e0c2a02d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5815 2024.10.10 04:27:49.283468 [ 3 ] {} <Debug> HTTP-Session: 651025b7-f9c4-4d37-b7fa-1647e0c2a02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5816 2024.10.10 04:27:49.283491 [ 3 ] {} <Debug> HTTP-Session: 651025b7-f9c4-4d37-b7fa-1647e0c2a02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5817 2024.10.10 04:27:49.283585 [ 3 ] {} <Trace> HTTP-Session: 651025b7-f9c4-4d37-b7fa-1647e0c2a02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5818 2024.10.10 04:27:49.283950 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5819 2024.10.10 04:27:49.283997 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5820 2024.10.10 04:27:49.284253 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5821 2024.10.10 04:27:49.285230 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2024.10.10 04:27:49.285273 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5823 2024.10.10 04:27:49.285720 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5824 2024.10.10 04:27:49.286098 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2024.10.10 04:27:49.286260 [ 130 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5826 2024.10.10 04:27:49.286273 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Debug> executeQuery: Read 873 rows, 64.78 KiB in 0.002508 sec., 348086.1244019139 rows/sec., 25.22 MiB/sec.
5827 2024.10.10 04:27:49.286317 [ 130 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2024.10.10 04:27:49.286385 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5829 2024.10.10 04:27:49.286628 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
5830 2024.10.10 04:27:49.286643 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Debug> DynamicQueryHandler: Done processing query
5831 2024.10.10 04:27:49.286731 [ 3 ] {852674aa-cea3-45ac-a7e9-6f4f4b0dfda4} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
5832 2024.10.10 04:27:49.286752 [ 3 ] {} <Debug> HTTP-Session: 651025b7-f9c4-4d37-b7fa-1647e0c2a02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5833 2024.10.10 04:27:49.286882 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5834 2024.10.10 04:27:49.286957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5835 2024.10.10 04:27:49.286966 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 906 rows starting from the beginning of the part
5836 2024.10.10 04:27:49.287047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5837 2024.10.10 04:27:49.287136 [ 3 ] {} <Debug> HTTP-Session: b7086204-84b8-47b7-a416-1f81bf4ee1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5838 2024.10.10 04:27:49.287204 [ 3 ] {} <Debug> HTTP-Session: b7086204-84b8-47b7-a416-1f81bf4ee1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5839 2024.10.10 04:27:49.287216 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 411 rows starting from the beginning of the part
5840 2024.10.10 04:27:49.287267 [ 3 ] {} <Debug> HTTP-Session: b7086204-84b8-47b7-a416-1f81bf4ee1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5841 2024.10.10 04:27:49.287395 [ 3 ] {} <Trace> HTTP-Session: b7086204-84b8-47b7-a416-1f81bf4ee1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5842 2024.10.10 04:27:49.287493 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 73 rows starting from the beginning of the part
5843 2024.10.10 04:27:49.287801 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5844 2024.10.10 04:27:49.287919 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 411 rows starting from the beginning of the part
5845 2024.10.10 04:27:49.287985 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5846 2024.10.10 04:27:49.288213 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part
5847 2024.10.10 04:27:49.288553 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 873 rows starting from the beginning of the part
5848 2024.10.10 04:27:49.289155 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5849 2024.10.10 04:27:49.289772 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5850 2024.10.10 04:27:49.289827 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5851 2024.10.10 04:27:49.290814 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5852 2024.10.10 04:27:49.291428 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5853 2024.10.10 04:27:49.291685 [ 130 ] {} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5854 2024.10.10 04:27:49.291694 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004052 sec., 1480.7502467917077 rows/sec., 77.36 KiB/sec.
5855 2024.10.10 04:27:49.291778 [ 130 ] {} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5856 2024.10.10 04:27:49.292156 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5857 2024.10.10 04:27:49.292346 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Debug> DynamicQueryHandler: Done processing query
5858 2024.10.10 04:27:49.292425 [ 3 ] {8ccbd878-1e12-4cf2-99da-1130481d4558} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5859 2024.10.10 04:27:49.292520 [ 3 ] {} <Debug> HTTP-Session: b7086204-84b8-47b7-a416-1f81bf4ee1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5860 2024.10.10 04:27:49.292526 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.005969964 sec., 460471.78843959526 rows/sec., 35.14 MiB/sec.
5861 2024.10.10 04:27:49.292871 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5862 2024.10.10 04:27:49.292967 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5863 2024.10.10 04:27:49.293031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 175603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5864 2024.10.10 04:27:49.293230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5865 2024.10.10 04:27:49.293315 [ 3 ] {} <Debug> HTTP-Session: 9d57621b-0e57-4ce3-9cd4-421a1f2118e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5866 2024.10.10 04:27:49.293393 [ 3 ] {} <Debug> HTTP-Session: 9d57621b-0e57-4ce3-9cd4-421a1f2118e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5867 2024.10.10 04:27:49.293459 [ 3 ] {} <Debug> HTTP-Session: 9d57621b-0e57-4ce3-9cd4-421a1f2118e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5868 2024.10.10 04:27:49.293604 [ 3 ] {} <Trace> HTTP-Session: 9d57621b-0e57-4ce3-9cd4-421a1f2118e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5869 2024.10.10 04:27:49.293817 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5870 2024.10.10 04:27:49.294099 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5871 2024.10.10 04:27:49.294459 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5872 2024.10.10 04:27:49.294723 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5873 2024.10.10 04:27:49.294749 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5874 2024.10.10 04:27:49.294884 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5875 2024.10.10 04:27:49.295108 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5876 2024.10.10 04:27:49.295150 [ 189 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_26_5} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5877 2024.10.10 04:27:49.295501 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
5878 2024.10.10 04:27:49.295494 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5879 2024.10.10 04:27:49.295841 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5880 2024.10.10 04:27:49.296153 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
5881 2024.10.10 04:27:49.296620 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5882 2024.10.10 04:27:49.298228 [ 190 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00582794 sec., 11324.756260359578 rows/sec., 591.67 KiB/sec.
5883 2024.10.10 04:27:49.298361 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5884 2024.10.10 04:27:49.298399 [ 193 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5885 2024.10.10 04:27:49.298413 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5886 2024.10.10 04:27:49.299250 [ 193 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_11_2} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2024.10.10 04:27:49.299370 [ 193 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_11_2} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5888 2024.10.10 04:27:49.299435 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5889 2024.10.10 04:27:49.299499 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
5890 2024.10.10 04:27:49.299872 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5891 2024.10.10 04:27:49.300057 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.006054 sec., 153287.0829203832 rows/sec., 10.23 MiB/sec.
5892 2024.10.10 04:27:49.300059 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5893 2024.10.10 04:27:49.300155 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2024.10.10 04:27:49.300212 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5895 2024.10.10 04:27:49.300407 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
5896 2024.10.10 04:27:49.300423 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Debug> DynamicQueryHandler: Done processing query
5897 2024.10.10 04:27:49.300470 [ 3 ] {4591a337-aac4-4482-9833-8e4eea1f5e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
5898 2024.10.10 04:27:49.300516 [ 3 ] {} <Debug> HTTP-Session: 9d57621b-0e57-4ce3-9cd4-421a1f2118e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5899 2024.10.10 04:27:49.300629 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5900 2024.10.10 04:27:49.300665 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6039 rows starting from the beginning of the part
5901 2024.10.10 04:27:49.300752 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
5902 2024.10.10 04:27:49.300851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5903 2024.10.10 04:27:49.301060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5904 2024.10.10 04:27:49.301111 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
5905 2024.10.10 04:27:49.301173 [ 3 ] {} <Debug> HTTP-Session: a20fc42f-2c68-4473-9bd6-fc5642854e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5906 2024.10.10 04:27:49.301275 [ 3 ] {} <Debug> HTTP-Session: a20fc42f-2c68-4473-9bd6-fc5642854e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5907 2024.10.10 04:27:49.301408 [ 3 ] {} <Debug> HTTP-Session: a20fc42f-2c68-4473-9bd6-fc5642854e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5908 2024.10.10 04:27:49.301502 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
5909 2024.10.10 04:27:49.301572 [ 3 ] {} <Trace> HTTP-Session: a20fc42f-2c68-4473-9bd6-fc5642854e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5910 2024.10.10 04:27:49.301689 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part
5911 2024.10.10 04:27:49.301999 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5912 2024.10.10 04:27:49.302077 [ 193 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 928 rows starting from the beginning of the part
5913 2024.10.10 04:27:49.302252 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5914 2024.10.10 04:27:49.302901 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5915 2024.10.10 04:27:49.303367 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5916 2024.10.10 04:27:49.303473 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5917 2024.10.10 04:27:49.304249 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5918 2024.10.10 04:27:49.304970 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5919 2024.10.10 04:27:49.305183 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0034 sec., 294.11764705882354 rows/sec., 19.82 KiB/sec.
5920 2024.10.10 04:27:49.305416 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Debug> DynamicQueryHandler: Done processing query
5921 2024.10.10 04:27:49.305441 [ 3 ] {d91a8315-1793-4977-ac92-f1bab2fc0ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5922 2024.10.10 04:27:49.305457 [ 3 ] {} <Debug> HTTP-Session: a20fc42f-2c68-4473-9bd6-fc5642854e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5923 2024.10.10 04:27:49.305649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5924 2024.10.10 04:27:49.305726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5925 2024.10.10 04:27:49.305754 [ 3 ] {} <Debug> HTTP-Session: cf609222-4482-41e9-9814-888c09c9e002 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5926 2024.10.10 04:27:49.305781 [ 3 ] {} <Debug> HTTP-Session: cf609222-4482-41e9-9814-888c09c9e002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5927 2024.10.10 04:27:49.305797 [ 3 ] {} <Debug> HTTP-Session: cf609222-4482-41e9-9814-888c09c9e002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5928 2024.10.10 04:27:49.305837 [ 3 ] {} <Trace> HTTP-Session: cf609222-4482-41e9-9814-888c09c9e002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5929 2024.10.10 04:27:49.306199 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7762 rows, containing 5 columns (5 merged, 0 gathered) in 0.005882881 sec., 1319421.5555269602 rows/sec., 88.88 MiB/sec.
5930 2024.10.10 04:27:49.306378 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5931 2024.10.10 04:27:49.306461 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5932 2024.10.10 04:27:49.306849 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5933 2024.10.10 04:27:49.307823 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5934 2024.10.10 04:27:49.308098 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5935 2024.10.10 04:27:49.308324 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5936 2024.10.10 04:27:49.308447 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB.
5937 2024.10.10 04:27:49.308854 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5938 2024.10.10 04:27:49.308896 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5939 2024.10.10 04:27:49.309577 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5940 2024.10.10 04:27:49.310013 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5941 2024.10.10 04:27:49.310210 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.004284 sec., 6769.37441643324 rows/sec., 12.13 MiB/sec.
5942 2024.10.10 04:27:49.310456 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Debug> DynamicQueryHandler: Done processing query
5943 2024.10.10 04:27:49.310481 [ 3 ] {8dc99e01-8b1b-47b7-8b6b-9cee15e8dd50} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5944 2024.10.10 04:27:49.310498 [ 3 ] {} <Debug> HTTP-Session: cf609222-4482-41e9-9814-888c09c9e002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5945 2024.10.10 04:27:49.310633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5946 2024.10.10 04:27:49.310681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5947 2024.10.10 04:27:49.310701 [ 3 ] {} <Debug> HTTP-Session: 33870720-7378-4c24-84b3-ea5af297cb76 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5948 2024.10.10 04:27:49.310720 [ 3 ] {} <Debug> HTTP-Session: 33870720-7378-4c24-84b3-ea5af297cb76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5949 2024.10.10 04:27:49.310739 [ 3 ] {} <Debug> HTTP-Session: 33870720-7378-4c24-84b3-ea5af297cb76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5950 2024.10.10 04:27:49.310771 [ 3 ] {} <Trace> HTTP-Session: 33870720-7378-4c24-84b3-ea5af297cb76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5951 2024.10.10 04:27:49.310894 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5952 2024.10.10 04:27:49.310939 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5953 2024.10.10 04:27:49.311072 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5954 2024.10.10 04:27:49.311389 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5955 2024.10.10 04:27:49.311426 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5956 2024.10.10 04:27:49.311794 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5957 2024.10.10 04:27:49.312120 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5958 2024.10.10 04:27:49.312267 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001416 sec., 49435.02824858757 rows/sec., 3.11 MiB/sec.
5959 2024.10.10 04:27:49.312283 [ 128 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5960 2024.10.10 04:27:49.312363 [ 128 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5961 2024.10.10 04:27:49.312421 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5962 2024.10.10 04:27:49.312604 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Debug> DynamicQueryHandler: Done processing query
5963 2024.10.10 04:27:49.312684 [ 3 ] {637aa00e-7702-4ceb-a828-17f6ca1d338a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5964 2024.10.10 04:27:49.312716 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5965 2024.10.10 04:27:49.312751 [ 3 ] {} <Debug> HTTP-Session: 33870720-7378-4c24-84b3-ea5af297cb76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5966 2024.10.10 04:27:49.313190 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5967 2024.10.10 04:27:49.313225 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1032 rows starting from the beginning of the part
5968 2024.10.10 04:27:49.313287 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
5969 2024.10.10 04:27:49.313559 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5970 2024.10.10 04:27:49.313678 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5971 2024.10.10 04:27:49.313932 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
5972 2024.10.10 04:27:49.314052 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 70 rows starting from the beginning of the part
5973 2024.10.10 04:27:49.315330 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.002816587 sec., 492084.9240587988 rows/sec., 31.80 MiB/sec.
5974 2024.10.10 04:27:49.315535 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5975 2024.10.10 04:27:49.315905 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5976 2024.10.10 04:27:49.315980 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_26_5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5977 2024.10.10 04:27:49.316049 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5978 2024.10.10 04:27:50.339413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5979 2024.10.10 04:27:50.339527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5980 2024.10.10 04:27:50.339552 [ 3 ] {} <Debug> HTTP-Session: 2dc836ca-8c34-406c-a0ba-b3e7b83caf23 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5981 2024.10.10 04:27:50.339576 [ 3 ] {} <Debug> HTTP-Session: 2dc836ca-8c34-406c-a0ba-b3e7b83caf23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5982 2024.10.10 04:27:50.339590 [ 3 ] {} <Debug> HTTP-Session: 2dc836ca-8c34-406c-a0ba-b3e7b83caf23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5983 2024.10.10 04:27:50.339641 [ 3 ] {} <Trace> HTTP-Session: 2dc836ca-8c34-406c-a0ba-b3e7b83caf23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5984 2024.10.10 04:27:50.339831 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5985 2024.10.10 04:27:50.339899 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5986 2024.10.10 04:27:50.340235 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5987 2024.10.10 04:27:50.340712 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5988 2024.10.10 04:27:50.340757 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
5989 2024.10.10 04:27:50.341189 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5990 2024.10.10 04:27:50.341600 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5991 2024.10.10 04:27:50.341752 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec.
5992 2024.10.10 04:27:50.341973 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Debug> DynamicQueryHandler: Done processing query
5993 2024.10.10 04:27:50.342002 [ 3 ] {41453897-f1bb-4179-bd28-d56874c6d3e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5994 2024.10.10 04:27:50.342019 [ 3 ] {} <Debug> HTTP-Session: 2dc836ca-8c34-406c-a0ba-b3e7b83caf23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5995 2024.10.10 04:27:50.342166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5996 2024.10.10 04:27:50.342225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5997 2024.10.10 04:27:50.342246 [ 3 ] {} <Debug> HTTP-Session: 2fad8f2b-3793-476f-9cf1-669c5ee08e85 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
5998 2024.10.10 04:27:50.342265 [ 3 ] {} <Debug> HTTP-Session: 2fad8f2b-3793-476f-9cf1-669c5ee08e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5999 2024.10.10 04:27:50.342279 [ 3 ] {} <Debug> HTTP-Session: 2fad8f2b-3793-476f-9cf1-669c5ee08e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6000 2024.10.10 04:27:50.342314 [ 3 ] {} <Trace> HTTP-Session: 2fad8f2b-3793-476f-9cf1-669c5ee08e85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6001 2024.10.10 04:27:50.342443 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6002 2024.10.10 04:27:50.342489 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6003 2024.10.10 04:27:50.342731 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6004 2024.10.10 04:27:50.343130 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6005 2024.10.10 04:27:50.343166 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6006 2024.10.10 04:27:50.343535 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6007 2024.10.10 04:27:50.343904 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6008 2024.10.10 04:27:50.344036 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00164 sec., 39024.39024390244 rows/sec., 3.05 MiB/sec.
6009 2024.10.10 04:27:50.344215 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Debug> DynamicQueryHandler: Done processing query
6010 2024.10.10 04:27:50.344241 [ 3 ] {dea04934-14f0-4d67-bb6e-ded33933d8b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6011 2024.10.10 04:27:50.344257 [ 3 ] {} <Debug> HTTP-Session: 2fad8f2b-3793-476f-9cf1-669c5ee08e85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6012 2024.10.10 04:27:50.344438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6013 2024.10.10 04:27:50.344490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6014 2024.10.10 04:27:50.344511 [ 3 ] {} <Debug> HTTP-Session: 5b928062-5f53-48a5-a1fc-954a5528956b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6015 2024.10.10 04:27:50.344528 [ 3 ] {} <Debug> HTTP-Session: 5b928062-5f53-48a5-a1fc-954a5528956b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6016 2024.10.10 04:27:50.344542 [ 3 ] {} <Debug> HTTP-Session: 5b928062-5f53-48a5-a1fc-954a5528956b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6017 2024.10.10 04:27:50.344575 [ 3 ] {} <Trace> HTTP-Session: 5b928062-5f53-48a5-a1fc-954a5528956b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6018 2024.10.10 04:27:50.344684 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6019 2024.10.10 04:27:50.344734 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6020 2024.10.10 04:27:50.344880 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6021 2024.10.10 04:27:50.345201 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6022 2024.10.10 04:27:50.345237 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6023 2024.10.10 04:27:50.345610 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6024 2024.10.10 04:27:50.345955 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6025 2024.10.10 04:27:50.346080 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001431 sec., 22361.98462613557 rows/sec., 1.56 MiB/sec.
6026 2024.10.10 04:27:50.346403 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Debug> DynamicQueryHandler: Done processing query
6027 2024.10.10 04:27:50.346447 [ 3 ] {94cb8a44-7c00-4ed2-bad0-fe61f70ab981} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6028 2024.10.10 04:27:50.346464 [ 3 ] {} <Debug> HTTP-Session: 5b928062-5f53-48a5-a1fc-954a5528956b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6029 2024.10.10 04:27:50.346590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6030 2024.10.10 04:27:50.346638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6031 2024.10.10 04:27:50.346659 [ 3 ] {} <Debug> HTTP-Session: 0d0d5320-3d3f-4c7f-9b0b-2fc833dab598 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6032 2024.10.10 04:27:50.346676 [ 3 ] {} <Debug> HTTP-Session: 0d0d5320-3d3f-4c7f-9b0b-2fc833dab598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6033 2024.10.10 04:27:50.346690 [ 3 ] {} <Debug> HTTP-Session: 0d0d5320-3d3f-4c7f-9b0b-2fc833dab598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6034 2024.10.10 04:27:50.346724 [ 3 ] {} <Trace> HTTP-Session: 0d0d5320-3d3f-4c7f-9b0b-2fc833dab598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6035 2024.10.10 04:27:50.346829 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6036 2024.10.10 04:27:50.346874 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6037 2024.10.10 04:27:50.347021 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6038 2024.10.10 04:27:50.347287 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2024.10.10 04:27:50.347323 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6040 2024.10.10 04:27:50.347692 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6041 2024.10.10 04:27:50.348019 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6042 2024.10.10 04:27:50.348144 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001346 sec., 8915.304606240714 rows/sec., 615.25 KiB/sec.
6043 2024.10.10 04:27:50.348348 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Debug> DynamicQueryHandler: Done processing query
6044 2024.10.10 04:27:50.348371 [ 3 ] {e9599448-560e-4075-b567-31ed23a6df19} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6045 2024.10.10 04:27:50.348387 [ 3 ] {} <Debug> HTTP-Session: 0d0d5320-3d3f-4c7f-9b0b-2fc833dab598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6046 2024.10.10 04:27:53.382234 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache
6047 2024.10.10 04:27:53.382318 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache
6048 2024.10.10 04:27:55.346230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6049 2024.10.10 04:27:55.346361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6050 2024.10.10 04:27:55.346389 [ 3 ] {} <Debug> HTTP-Session: 3d4d18ca-52fc-402d-8078-123f17997d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6051 2024.10.10 04:27:55.346418 [ 3 ] {} <Debug> HTTP-Session: 3d4d18ca-52fc-402d-8078-123f17997d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6052 2024.10.10 04:27:55.346435 [ 3 ] {} <Debug> HTTP-Session: 3d4d18ca-52fc-402d-8078-123f17997d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6053 2024.10.10 04:27:55.346490 [ 3 ] {} <Trace> HTTP-Session: 3d4d18ca-52fc-402d-8078-123f17997d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6054 2024.10.10 04:27:55.346696 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6055 2024.10.10 04:27:55.346774 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6056 2024.10.10 04:27:55.347162 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6057 2024.10.10 04:27:55.347648 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6058 2024.10.10 04:27:55.347713 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6059 2024.10.10 04:27:55.348151 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6060 2024.10.10 04:27:55.348532 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6061 2024.10.10 04:27:55.348715 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002081 sec., 961.0764055742432 rows/sec., 78.37 KiB/sec.
6062 2024.10.10 04:27:55.348930 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Debug> DynamicQueryHandler: Done processing query
6063 2024.10.10 04:27:55.348957 [ 3 ] {6ed13d64-36b7-4b45-b2eb-df7780106a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6064 2024.10.10 04:27:55.348973 [ 3 ] {} <Debug> HTTP-Session: 3d4d18ca-52fc-402d-8078-123f17997d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6065 2024.10.10 04:27:55.349140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6066 2024.10.10 04:27:55.349194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6067 2024.10.10 04:27:55.349214 [ 3 ] {} <Debug> HTTP-Session: 55a7eaf7-1475-4936-82b7-4f75e96f1475 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6068 2024.10.10 04:27:55.349233 [ 3 ] {} <Debug> HTTP-Session: 55a7eaf7-1475-4936-82b7-4f75e96f1475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6069 2024.10.10 04:27:55.349247 [ 3 ] {} <Debug> HTTP-Session: 55a7eaf7-1475-4936-82b7-4f75e96f1475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6070 2024.10.10 04:27:55.349283 [ 3 ] {} <Trace> HTTP-Session: 55a7eaf7-1475-4936-82b7-4f75e96f1475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6071 2024.10.10 04:27:55.349411 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6072 2024.10.10 04:27:55.349458 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6073 2024.10.10 04:27:55.349700 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6074 2024.10.10 04:27:55.350096 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6075 2024.10.10 04:27:55.350132 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6076 2024.10.10 04:27:55.350490 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6077 2024.10.10 04:27:55.350841 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6078 2024.10.10 04:27:55.351000 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001629 sec., 46040.51565377532 rows/sec., 3.73 MiB/sec.
6079 2024.10.10 04:27:55.351228 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Debug> DynamicQueryHandler: Done processing query
6080 2024.10.10 04:27:55.351262 [ 3 ] {bc1f1887-dcdc-4cea-9e3a-01a9b62fa400} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6081 2024.10.10 04:27:55.351285 [ 3 ] {} <Debug> HTTP-Session: 55a7eaf7-1475-4936-82b7-4f75e96f1475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6082 2024.10.10 04:27:55.351431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6083 2024.10.10 04:27:55.351486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6084 2024.10.10 04:27:55.351506 [ 3 ] {} <Debug> HTTP-Session: 5add7b1b-afd4-4dbb-b301-d4f9c5591071 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6085 2024.10.10 04:27:55.351523 [ 3 ] {} <Debug> HTTP-Session: 5add7b1b-afd4-4dbb-b301-d4f9c5591071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6086 2024.10.10 04:27:55.351537 [ 3 ] {} <Debug> HTTP-Session: 5add7b1b-afd4-4dbb-b301-d4f9c5591071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6087 2024.10.10 04:27:55.351570 [ 3 ] {} <Trace> HTTP-Session: 5add7b1b-afd4-4dbb-b301-d4f9c5591071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6088 2024.10.10 04:27:55.351670 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6089 2024.10.10 04:27:55.351720 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6090 2024.10.10 04:27:55.351952 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6091 2024.10.10 04:27:55.352247 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6092 2024.10.10 04:27:55.352282 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6093 2024.10.10 04:27:55.352629 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6094 2024.10.10 04:27:55.352975 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2024.10.10 04:27:55.353130 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001487 sec., 7397.444519166106 rows/sec., 549.03 KiB/sec.
6096 2024.10.10 04:27:55.353287 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Debug> DynamicQueryHandler: Done processing query
6097 2024.10.10 04:27:55.353311 [ 3 ] {fb73bbaf-64e8-47ed-8c34-1ae1e5313ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6098 2024.10.10 04:27:55.353326 [ 3 ] {} <Debug> HTTP-Session: 5add7b1b-afd4-4dbb-b301-d4f9c5591071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6099 2024.10.10 04:27:55.353462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6100 2024.10.10 04:27:55.353510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6101 2024.10.10 04:27:55.353529 [ 3 ] {} <Debug> HTTP-Session: 67f7ad84-8a6b-4448-bd64-dbaaee5fb4c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6102 2024.10.10 04:27:55.353546 [ 3 ] {} <Debug> HTTP-Session: 67f7ad84-8a6b-4448-bd64-dbaaee5fb4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6103 2024.10.10 04:27:55.353559 [ 3 ] {} <Debug> HTTP-Session: 67f7ad84-8a6b-4448-bd64-dbaaee5fb4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6104 2024.10.10 04:27:55.353590 [ 3 ] {} <Trace> HTTP-Session: 67f7ad84-8a6b-4448-bd64-dbaaee5fb4c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6105 2024.10.10 04:27:55.353706 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6106 2024.10.10 04:27:55.353750 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6107 2024.10.10 04:27:55.353973 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6108 2024.10.10 04:27:55.354314 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6109 2024.10.10 04:27:55.354350 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6110 2024.10.10 04:27:55.354692 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6111 2024.10.10 04:27:55.355037 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6112 2024.10.10 04:27:55.355191 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001521 sec., 49309.66469428008 rows/sec., 3.85 MiB/sec.
6113 2024.10.10 04:27:55.355375 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Debug> DynamicQueryHandler: Done processing query
6114 2024.10.10 04:27:55.355409 [ 3 ] {e3516639-4bc5-40ff-a1f3-d6866c5d04bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6115 2024.10.10 04:27:55.355429 [ 3 ] {} <Debug> HTTP-Session: 67f7ad84-8a6b-4448-bd64-dbaaee5fb4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6116 2024.10.10 04:27:55.355601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6117 2024.10.10 04:27:55.355654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6118 2024.10.10 04:27:55.355674 [ 3 ] {} <Debug> HTTP-Session: 79f96861-c1c9-408e-97f5-c5045ae88605 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6119 2024.10.10 04:27:55.355690 [ 3 ] {} <Debug> HTTP-Session: 79f96861-c1c9-408e-97f5-c5045ae88605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6120 2024.10.10 04:27:55.355703 [ 3 ] {} <Debug> HTTP-Session: 79f96861-c1c9-408e-97f5-c5045ae88605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6121 2024.10.10 04:27:55.355734 [ 3 ] {} <Trace> HTTP-Session: 79f96861-c1c9-408e-97f5-c5045ae88605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6122 2024.10.10 04:27:55.355885 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6123 2024.10.10 04:27:55.355934 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6124 2024.10.10 04:27:55.356078 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6125 2024.10.10 04:27:55.356424 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6126 2024.10.10 04:27:55.356460 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6127 2024.10.10 04:27:55.356833 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6128 2024.10.10 04:27:55.357162 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6129 2024.10.10 04:27:55.357327 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.0015 sec., 107333.33333333333 rows/sec., 7.47 MiB/sec.
6130 2024.10.10 04:27:55.357490 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Debug> DynamicQueryHandler: Done processing query
6131 2024.10.10 04:27:55.357513 [ 3 ] {c640d73c-701d-4023-9c13-0974b6ac1704} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6132 2024.10.10 04:27:55.357529 [ 3 ] {} <Debug> HTTP-Session: 79f96861-c1c9-408e-97f5-c5045ae88605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6133 2024.10.10 04:27:55.357709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6134 2024.10.10 04:27:55.357757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6135 2024.10.10 04:27:55.357776 [ 3 ] {} <Debug> HTTP-Session: 3b18ae90-b7b0-414d-a560-bd687c68e4c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6136 2024.10.10 04:27:55.357792 [ 3 ] {} <Debug> HTTP-Session: 3b18ae90-b7b0-414d-a560-bd687c68e4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6137 2024.10.10 04:27:55.357806 [ 3 ] {} <Debug> HTTP-Session: 3b18ae90-b7b0-414d-a560-bd687c68e4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6138 2024.10.10 04:27:55.357836 [ 3 ] {} <Trace> HTTP-Session: 3b18ae90-b7b0-414d-a560-bd687c68e4c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6139 2024.10.10 04:27:55.358013 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6140 2024.10.10 04:27:55.358077 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6141 2024.10.10 04:27:55.358492 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6142 2024.10.10 04:27:55.359022 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2024.10.10 04:27:55.359057 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6144 2024.10.10 04:27:55.359662 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6145 2024.10.10 04:27:55.360088 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6146 2024.10.10 04:27:55.360287 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002365 sec., 3805.496828752643 rows/sec., 6.82 MiB/sec.
6147 2024.10.10 04:27:55.360822 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Debug> DynamicQueryHandler: Done processing query
6148 2024.10.10 04:27:55.360846 [ 3 ] {35fd2c8e-1d8c-4166-b6c3-e4fa6363e7ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6149 2024.10.10 04:27:55.360861 [ 3 ] {} <Debug> HTTP-Session: 3b18ae90-b7b0-414d-a560-bd687c68e4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6150 2024.10.10 04:27:55.360986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6151 2024.10.10 04:27:55.361035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6152 2024.10.10 04:27:55.361055 [ 3 ] {} <Debug> HTTP-Session: 61cf436b-bac0-4762-99ae-321f715ec78d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6153 2024.10.10 04:27:55.361072 [ 3 ] {} <Debug> HTTP-Session: 61cf436b-bac0-4762-99ae-321f715ec78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6154 2024.10.10 04:27:55.361085 [ 3 ] {} <Debug> HTTP-Session: 61cf436b-bac0-4762-99ae-321f715ec78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6155 2024.10.10 04:27:55.361116 [ 3 ] {} <Trace> HTTP-Session: 61cf436b-bac0-4762-99ae-321f715ec78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6156 2024.10.10 04:27:55.361233 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6157 2024.10.10 04:27:55.361280 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6158 2024.10.10 04:27:55.361428 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6159 2024.10.10 04:27:55.361754 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2024.10.10 04:27:55.361790 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
6161 2024.10.10 04:27:55.362154 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6162 2024.10.10 04:27:55.362474 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2024.10.10 04:27:55.362610 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec.
6164 2024.10.10 04:27:55.362794 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Debug> DynamicQueryHandler: Done processing query
6165 2024.10.10 04:27:55.362818 [ 3 ] {1fdc4fbd-22fc-43b0-8cbd-a1c81a90ac30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6166 2024.10.10 04:27:55.362834 [ 3 ] {} <Debug> HTTP-Session: 61cf436b-bac0-4762-99ae-321f715ec78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6167 2024.10.10 04:27:58.542883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 610
6168 2024.10.10 04:27:58.545963 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2024.10.10 04:27:58.546018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6170 2024.10.10 04:27:58.547551 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6171 2024.10.10 04:27:58.548569 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2024.10.10 04:27:58.549324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 610
6173 2024.10.10 04:28:00.351713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6174 2024.10.10 04:28:00.351827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6175 2024.10.10 04:28:00.351854 [ 3 ] {} <Debug> HTTP-Session: 6a91bd79-f00a-43db-bf42-68e9d34c5bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6176 2024.10.10 04:28:00.351878 [ 3 ] {} <Debug> HTTP-Session: 6a91bd79-f00a-43db-bf42-68e9d34c5bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6177 2024.10.10 04:28:00.351894 [ 3 ] {} <Debug> HTTP-Session: 6a91bd79-f00a-43db-bf42-68e9d34c5bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6178 2024.10.10 04:28:00.351944 [ 3 ] {} <Trace> HTTP-Session: 6a91bd79-f00a-43db-bf42-68e9d34c5bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6179 2024.10.10 04:28:00.352115 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6180 2024.10.10 04:28:00.352183 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6181 2024.10.10 04:28:00.352524 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6182 2024.10.10 04:28:00.352982 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6183 2024.10.10 04:28:00.353022 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6184 2024.10.10 04:28:00.353458 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6185 2024.10.10 04:28:00.353868 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6186 2024.10.10 04:28:00.354020 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001956 sec., 2044.989775051125 rows/sec., 166.75 KiB/sec.
6187 2024.10.10 04:28:00.354249 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Debug> DynamicQueryHandler: Done processing query
6188 2024.10.10 04:28:00.354285 [ 3 ] {1d8afd07-1f42-447e-8344-bea0d99252b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6189 2024.10.10 04:28:00.354307 [ 3 ] {} <Debug> HTTP-Session: 6a91bd79-f00a-43db-bf42-68e9d34c5bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6190 2024.10.10 04:28:00.354543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6191 2024.10.10 04:28:00.354605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6192 2024.10.10 04:28:00.354626 [ 3 ] {} <Debug> HTTP-Session: 3becf895-a334-4ff3-aea1-87901dc68cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6193 2024.10.10 04:28:00.354646 [ 3 ] {} <Debug> HTTP-Session: 3becf895-a334-4ff3-aea1-87901dc68cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6194 2024.10.10 04:28:00.354662 [ 3 ] {} <Debug> HTTP-Session: 3becf895-a334-4ff3-aea1-87901dc68cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6195 2024.10.10 04:28:00.354699 [ 3 ] {} <Trace> HTTP-Session: 3becf895-a334-4ff3-aea1-87901dc68cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6196 2024.10.10 04:28:00.354888 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6197 2024.10.10 04:28:00.354936 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6198 2024.10.10 04:28:00.355174 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6199 2024.10.10 04:28:00.355663 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6200 2024.10.10 04:28:00.355699 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6201 2024.10.10 04:28:00.356103 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6202 2024.10.10 04:28:00.356493 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6203 2024.10.10 04:28:00.356631 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Debug> executeQuery: Read 249 rows, 22.45 KiB in 0.001837 sec., 135547.08764289602 rows/sec., 11.94 MiB/sec.
6204 2024.10.10 04:28:00.356835 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Debug> DynamicQueryHandler: Done processing query
6205 2024.10.10 04:28:00.356861 [ 3 ] {ee9bb2e0-7cb7-4400-a6cf-5c7f31bb8d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
6206 2024.10.10 04:28:00.356878 [ 3 ] {} <Debug> HTTP-Session: 3becf895-a334-4ff3-aea1-87901dc68cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6207 2024.10.10 04:28:00.357029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6208 2024.10.10 04:28:00.357094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6209 2024.10.10 04:28:00.357116 [ 3 ] {} <Debug> HTTP-Session: ebae4753-0b2f-45a1-a5e4-01b4d490ccef Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6210 2024.10.10 04:28:00.357135 [ 3 ] {} <Debug> HTTP-Session: ebae4753-0b2f-45a1-a5e4-01b4d490ccef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6211 2024.10.10 04:28:00.357150 [ 3 ] {} <Debug> HTTP-Session: ebae4753-0b2f-45a1-a5e4-01b4d490ccef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6212 2024.10.10 04:28:00.357193 [ 3 ] {} <Trace> HTTP-Session: ebae4753-0b2f-45a1-a5e4-01b4d490ccef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6213 2024.10.10 04:28:00.357314 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6214 2024.10.10 04:28:00.357362 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6215 2024.10.10 04:28:00.357603 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6216 2024.10.10 04:28:00.357944 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6217 2024.10.10 04:28:00.357981 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6218 2024.10.10 04:28:00.358360 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6219 2024.10.10 04:28:00.358780 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6220 2024.10.10 04:28:00.358923 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.001645 sec., 20060.79027355623 rows/sec., 1.46 MiB/sec.
6221 2024.10.10 04:28:00.359119 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Debug> DynamicQueryHandler: Done processing query
6222 2024.10.10 04:28:00.359144 [ 3 ] {4504bb98-bd2b-4c30-974b-b340d34f9e18} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6223 2024.10.10 04:28:00.359160 [ 3 ] {} <Debug> HTTP-Session: ebae4753-0b2f-45a1-a5e4-01b4d490ccef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6224 2024.10.10 04:28:00.359287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6225 2024.10.10 04:28:00.359337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6226 2024.10.10 04:28:00.359357 [ 3 ] {} <Debug> HTTP-Session: 05818f97-f562-4d77-bac7-337d0a6f92b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6227 2024.10.10 04:28:00.359374 [ 3 ] {} <Debug> HTTP-Session: 05818f97-f562-4d77-bac7-337d0a6f92b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6228 2024.10.10 04:28:00.359388 [ 3 ] {} <Debug> HTTP-Session: 05818f97-f562-4d77-bac7-337d0a6f92b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6229 2024.10.10 04:28:00.359419 [ 3 ] {} <Trace> HTTP-Session: 05818f97-f562-4d77-bac7-337d0a6f92b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6230 2024.10.10 04:28:00.359518 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6231 2024.10.10 04:28:00.359562 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6232 2024.10.10 04:28:00.359792 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6233 2024.10.10 04:28:00.360098 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6234 2024.10.10 04:28:00.360133 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6235 2024.10.10 04:28:00.360491 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6236 2024.10.10 04:28:00.360846 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6237 2024.10.10 04:28:00.360984 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec.
6238 2024.10.10 04:28:00.361261 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Debug> DynamicQueryHandler: Done processing query
6239 2024.10.10 04:28:00.361293 [ 3 ] {182f8cfd-a42f-4d10-b5c3-5139b34d9374} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6240 2024.10.10 04:28:00.361309 [ 3 ] {} <Debug> HTTP-Session: 05818f97-f562-4d77-bac7-337d0a6f92b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6241 2024.10.10 04:28:00.361446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6242 2024.10.10 04:28:00.361524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6243 2024.10.10 04:28:00.361556 [ 3 ] {} <Debug> HTTP-Session: f03bcbc0-4cea-4fdf-bc26-eed5a24ff997 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6244 2024.10.10 04:28:00.361583 [ 3 ] {} <Debug> HTTP-Session: f03bcbc0-4cea-4fdf-bc26-eed5a24ff997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6245 2024.10.10 04:28:00.361605 [ 3 ] {} <Debug> HTTP-Session: f03bcbc0-4cea-4fdf-bc26-eed5a24ff997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6246 2024.10.10 04:28:00.361651 [ 3 ] {} <Trace> HTTP-Session: f03bcbc0-4cea-4fdf-bc26-eed5a24ff997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6247 2024.10.10 04:28:00.361795 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6248 2024.10.10 04:28:00.361855 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6249 2024.10.10 04:28:00.362169 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6250 2024.10.10 04:28:00.362485 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6251 2024.10.10 04:28:00.362523 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6252 2024.10.10 04:28:00.362892 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6253 2024.10.10 04:28:00.363276 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6254 2024.10.10 04:28:00.363446 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 211.38 KiB/sec.
6255 2024.10.10 04:28:00.363782 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Debug> DynamicQueryHandler: Done processing query
6256 2024.10.10 04:28:00.363809 [ 3 ] {80f05b46-e98a-4a8f-a4fe-30a71db4d358} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6257 2024.10.10 04:28:00.363826 [ 3 ] {} <Debug> HTTP-Session: f03bcbc0-4cea-4fdf-bc26-eed5a24ff997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6258 2024.10.10 04:28:00.364015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 67396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6259 2024.10.10 04:28:00.364067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6260 2024.10.10 04:28:00.364103 [ 3 ] {} <Debug> HTTP-Session: 8bc07c82-e107-4130-a532-13b5fb86bb8e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6261 2024.10.10 04:28:00.364137 [ 3 ] {} <Debug> HTTP-Session: 8bc07c82-e107-4130-a532-13b5fb86bb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6262 2024.10.10 04:28:00.364156 [ 3 ] {} <Debug> HTTP-Session: 8bc07c82-e107-4130-a532-13b5fb86bb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6263 2024.10.10 04:28:00.364188 [ 3 ] {} <Trace> HTTP-Session: 8bc07c82-e107-4130-a532-13b5fb86bb8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2024.10.10 04:28:00.364465 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6265 2024.10.10 04:28:00.364516 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6266 2024.10.10 04:28:00.364772 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6267 2024.10.10 04:28:00.365365 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6268 2024.10.10 04:28:00.365404 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6269 2024.10.10 04:28:00.365792 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6270 2024.10.10 04:28:00.366202 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6271 2024.10.10 04:28:00.366372 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.002039 sec., 203531.14271701814 rows/sec., 14.53 MiB/sec.
6272 2024.10.10 04:28:00.366556 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Debug> DynamicQueryHandler: Done processing query
6273 2024.10.10 04:28:00.366590 [ 3 ] {d1da2404-44be-491d-a24c-bdb5d0b96fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6274 2024.10.10 04:28:00.366613 [ 3 ] {} <Debug> HTTP-Session: 8bc07c82-e107-4130-a532-13b5fb86bb8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6275 2024.10.10 04:28:00.366764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6276 2024.10.10 04:28:00.366815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6277 2024.10.10 04:28:00.366834 [ 3 ] {} <Debug> HTTP-Session: 2255effc-c4e1-425b-a1cd-1968e3a1c1f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6278 2024.10.10 04:28:00.366850 [ 3 ] {} <Debug> HTTP-Session: 2255effc-c4e1-425b-a1cd-1968e3a1c1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6279 2024.10.10 04:28:00.366865 [ 3 ] {} <Debug> HTTP-Session: 2255effc-c4e1-425b-a1cd-1968e3a1c1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6280 2024.10.10 04:28:00.366895 [ 3 ] {} <Trace> HTTP-Session: 2255effc-c4e1-425b-a1cd-1968e3a1c1f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6281 2024.10.10 04:28:00.366997 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6282 2024.10.10 04:28:00.367044 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6283 2024.10.10 04:28:00.367186 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6284 2024.10.10 04:28:00.367467 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2024.10.10 04:28:00.367505 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6286 2024.10.10 04:28:00.367862 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6287 2024.10.10 04:28:00.368186 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6288 2024.10.10 04:28:00.368334 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec.
6289 2024.10.10 04:28:00.368498 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Debug> DynamicQueryHandler: Done processing query
6290 2024.10.10 04:28:00.368522 [ 3 ] {4154e93d-9674-459a-ac5b-4d483cfa3c91} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6291 2024.10.10 04:28:00.368538 [ 3 ] {} <Debug> HTTP-Session: 2255effc-c4e1-425b-a1cd-1968e3a1c1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6292 2024.10.10 04:28:00.368722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 45026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6293 2024.10.10 04:28:00.368771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6294 2024.10.10 04:28:00.368790 [ 3 ] {} <Debug> HTTP-Session: 81190679-8b9e-4132-9ffc-a0942643a2df Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6295 2024.10.10 04:28:00.368806 [ 3 ] {} <Debug> HTTP-Session: 81190679-8b9e-4132-9ffc-a0942643a2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6296 2024.10.10 04:28:00.368819 [ 3 ] {} <Debug> HTTP-Session: 81190679-8b9e-4132-9ffc-a0942643a2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6297 2024.10.10 04:28:00.368850 [ 3 ] {} <Trace> HTTP-Session: 81190679-8b9e-4132-9ffc-a0942643a2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6298 2024.10.10 04:28:00.369053 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6299 2024.10.10 04:28:00.369099 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6300 2024.10.10 04:28:00.369242 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6301 2024.10.10 04:28:00.369767 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6302 2024.10.10 04:28:00.369804 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6303 2024.10.10 04:28:00.370184 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6304 2024.10.10 04:28:00.370521 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6305 2024.10.10 04:28:00.370675 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00173 sec., 138150.28901734104 rows/sec., 9.26 MiB/sec.
6306 2024.10.10 04:28:00.370870 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Debug> DynamicQueryHandler: Done processing query
6307 2024.10.10 04:28:00.370895 [ 3 ] {61ac8303-c918-46bf-990b-889393c34f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6308 2024.10.10 04:28:00.370910 [ 3 ] {} <Debug> HTTP-Session: 81190679-8b9e-4132-9ffc-a0942643a2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6309 2024.10.10 04:28:00.371031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6310 2024.10.10 04:28:00.371079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6311 2024.10.10 04:28:00.371098 [ 3 ] {} <Debug> HTTP-Session: 562f8cbf-f215-494a-80f9-1c85b3124a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6312 2024.10.10 04:28:00.371114 [ 3 ] {} <Debug> HTTP-Session: 562f8cbf-f215-494a-80f9-1c85b3124a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6313 2024.10.10 04:28:00.371127 [ 3 ] {} <Debug> HTTP-Session: 562f8cbf-f215-494a-80f9-1c85b3124a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6314 2024.10.10 04:28:00.371158 [ 3 ] {} <Trace> HTTP-Session: 562f8cbf-f215-494a-80f9-1c85b3124a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6315 2024.10.10 04:28:00.371249 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6316 2024.10.10 04:28:00.371294 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6317 2024.10.10 04:28:00.371431 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6318 2024.10.10 04:28:00.371704 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6319 2024.10.10 04:28:00.371740 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6320 2024.10.10 04:28:00.372080 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6321 2024.10.10 04:28:00.372396 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6322 2024.10.10 04:28:00.372558 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec.
6323 2024.10.10 04:28:00.372881 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Debug> DynamicQueryHandler: Done processing query
6324 2024.10.10 04:28:00.372905 [ 3 ] {6147c6fd-47a5-4dd2-b8ea-8c7198575529} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6325 2024.10.10 04:28:00.372921 [ 3 ] {} <Debug> HTTP-Session: 562f8cbf-f215-494a-80f9-1c85b3124a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6326 2024.10.10 04:28:00.373099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6327 2024.10.10 04:28:00.373148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6328 2024.10.10 04:28:00.373168 [ 3 ] {} <Debug> HTTP-Session: d5b4b360-0134-4fc7-af14-240852eee1b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6329 2024.10.10 04:28:00.373184 [ 3 ] {} <Debug> HTTP-Session: d5b4b360-0134-4fc7-af14-240852eee1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6330 2024.10.10 04:28:00.373198 [ 3 ] {} <Debug> HTTP-Session: d5b4b360-0134-4fc7-af14-240852eee1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6331 2024.10.10 04:28:00.373228 [ 3 ] {} <Trace> HTTP-Session: d5b4b360-0134-4fc7-af14-240852eee1b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6332 2024.10.10 04:28:00.373550 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6333 2024.10.10 04:28:00.373623 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6334 2024.10.10 04:28:00.374057 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6335 2024.10.10 04:28:00.374747 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6336 2024.10.10 04:28:00.374782 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6337 2024.10.10 04:28:00.375437 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6338 2024.10.10 04:28:00.375849 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6339 2024.10.10 04:28:00.376063 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002731 sec., 10618.820944708898 rows/sec., 19.03 MiB/sec.
6340 2024.10.10 04:28:00.376605 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Debug> DynamicQueryHandler: Done processing query
6341 2024.10.10 04:28:00.376629 [ 3 ] {d41ddc40-e1b4-407f-9168-281b070ae34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6342 2024.10.10 04:28:00.376646 [ 3 ] {} <Debug> HTTP-Session: d5b4b360-0134-4fc7-af14-240852eee1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6343 2024.10.10 04:28:00.376777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6344 2024.10.10 04:28:00.376825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6345 2024.10.10 04:28:00.376844 [ 3 ] {} <Debug> HTTP-Session: 4fb04178-0cc8-48f4-a1b2-4b7561f8f857 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6346 2024.10.10 04:28:00.376860 [ 3 ] {} <Debug> HTTP-Session: 4fb04178-0cc8-48f4-a1b2-4b7561f8f857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6347 2024.10.10 04:28:00.376874 [ 3 ] {} <Debug> HTTP-Session: 4fb04178-0cc8-48f4-a1b2-4b7561f8f857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6348 2024.10.10 04:28:00.376905 [ 3 ] {} <Trace> HTTP-Session: 4fb04178-0cc8-48f4-a1b2-4b7561f8f857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6349 2024.10.10 04:28:00.377036 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6350 2024.10.10 04:28:00.377082 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6351 2024.10.10 04:28:00.377233 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6352 2024.10.10 04:28:00.377560 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6353 2024.10.10 04:28:00.377596 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6354 2024.10.10 04:28:00.377958 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6355 2024.10.10 04:28:00.378275 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6356 2024.10.10 04:28:00.378431 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec.
6357 2024.10.10 04:28:00.378597 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Debug> DynamicQueryHandler: Done processing query
6358 2024.10.10 04:28:00.378620 [ 3 ] {60ff74ab-6355-41d0-b8d3-5c04910ea43a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6359 2024.10.10 04:28:00.378636 [ 3 ] {} <Debug> HTTP-Session: 4fb04178-0cc8-48f4-a1b2-4b7561f8f857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6360 2024.10.10 04:28:05.345613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6361 2024.10.10 04:28:05.345748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6362 2024.10.10 04:28:05.345779 [ 3 ] {} <Debug> HTTP-Session: 9b937692-9a3f-49f4-8c44-7c9dc770bb72 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6363 2024.10.10 04:28:05.345807 [ 3 ] {} <Debug> HTTP-Session: 9b937692-9a3f-49f4-8c44-7c9dc770bb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6364 2024.10.10 04:28:05.345825 [ 3 ] {} <Debug> HTTP-Session: 9b937692-9a3f-49f4-8c44-7c9dc770bb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6365 2024.10.10 04:28:05.345879 [ 3 ] {} <Trace> HTTP-Session: 9b937692-9a3f-49f4-8c44-7c9dc770bb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6366 2024.10.10 04:28:05.346082 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6367 2024.10.10 04:28:05.346160 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6368 2024.10.10 04:28:05.346539 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6369 2024.10.10 04:28:05.347004 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2024.10.10 04:28:05.347050 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6371 2024.10.10 04:28:05.347458 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6372 2024.10.10 04:28:05.347855 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2024.10.10 04:28:05.348038 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002006 sec., 997.0089730807578 rows/sec., 81.30 KiB/sec.
6374 2024.10.10 04:28:05.348046 [ 110 ] {} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6375 2024.10.10 04:28:05.348157 [ 110 ] {} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6376 2024.10.10 04:28:05.348218 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6377 2024.10.10 04:28:05.348368 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Debug> DynamicQueryHandler: Done processing query
6378 2024.10.10 04:28:05.348407 [ 3 ] {75d5291f-dd0b-4aee-9169-f77d41726221} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6379 2024.10.10 04:28:05.348416 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
6380 2024.10.10 04:28:05.348429 [ 3 ] {} <Debug> HTTP-Session: 9b937692-9a3f-49f4-8c44-7c9dc770bb72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6381 2024.10.10 04:28:05.348730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6382 2024.10.10 04:28:05.348783 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6383 2024.10.10 04:28:05.348822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6384 2024.10.10 04:28:05.348860 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
6385 2024.10.10 04:28:05.348870 [ 3 ] {} <Debug> HTTP-Session: 957baea9-3ce5-4ed0-a4f9-2b90de9255a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6386 2024.10.10 04:28:05.348928 [ 3 ] {} <Debug> HTTP-Session: 957baea9-3ce5-4ed0-a4f9-2b90de9255a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6387 2024.10.10 04:28:05.348963 [ 3 ] {} <Debug> HTTP-Session: 957baea9-3ce5-4ed0-a4f9-2b90de9255a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6388 2024.10.10 04:28:05.349119 [ 3 ] {} <Trace> HTTP-Session: 957baea9-3ce5-4ed0-a4f9-2b90de9255a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6389 2024.10.10 04:28:05.349163 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
6390 2024.10.10 04:28:05.349437 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
6391 2024.10.10 04:28:05.349499 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6392 2024.10.10 04:28:05.349674 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
6393 2024.10.10 04:28:05.349691 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6394 2024.10.10 04:28:05.350033 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
6395 2024.10.10 04:28:05.350328 [ 197 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
6396 2024.10.10 04:28:05.351071 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6397 2024.10.10 04:28:05.352030 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2024.10.10 04:28:05.352102 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6399 2024.10.10 04:28:05.353108 [ 193 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.004796122 sec., 5838.049991222075 rows/sec., 498.86 KiB/sec.
6400 2024.10.10 04:28:05.353187 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6401 2024.10.10 04:28:05.353289 [ 193 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6402 2024.10.10 04:28:05.354006 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6403 2024.10.10 04:28:05.354233 [ 193 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2024.10.10 04:28:05.354336 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.005006 sec., 14982.021574111066 rows/sec., 1.21 MiB/sec.
6405 2024.10.10 04:28:05.354450 [ 193 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_10_2} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6406 2024.10.10 04:28:05.354650 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6407 2024.10.10 04:28:05.354729 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Debug> DynamicQueryHandler: Done processing query
6408 2024.10.10 04:28:05.354759 [ 3 ] {6b81a678-f178-4dcb-8934-357d6564d751} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6409 2024.10.10 04:28:05.354775 [ 3 ] {} <Debug> HTTP-Session: 957baea9-3ce5-4ed0-a4f9-2b90de9255a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6410 2024.10.10 04:28:05.354910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6411 2024.10.10 04:28:05.354960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6412 2024.10.10 04:28:05.354978 [ 3 ] {} <Debug> HTTP-Session: 3f91c870-5a3e-43b4-9140-4c84a0fd3306 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6413 2024.10.10 04:28:05.354995 [ 3 ] {} <Debug> HTTP-Session: 3f91c870-5a3e-43b4-9140-4c84a0fd3306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6414 2024.10.10 04:28:05.355008 [ 3 ] {} <Debug> HTTP-Session: 3f91c870-5a3e-43b4-9140-4c84a0fd3306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6415 2024.10.10 04:28:05.355039 [ 3 ] {} <Trace> HTTP-Session: 3f91c870-5a3e-43b4-9140-4c84a0fd3306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6416 2024.10.10 04:28:05.355141 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6417 2024.10.10 04:28:05.355186 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6418 2024.10.10 04:28:05.355432 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6419 2024.10.10 04:28:05.355766 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2024.10.10 04:28:05.355803 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6421 2024.10.10 04:28:05.356155 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6422 2024.10.10 04:28:05.356519 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2024.10.10 04:28:05.356676 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001554 sec., 7078.507078507078 rows/sec., 525.36 KiB/sec.
6424 2024.10.10 04:28:05.356685 [ 110 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6425 2024.10.10 04:28:05.356783 [ 110 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6426 2024.10.10 04:28:05.356841 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6427 2024.10.10 04:28:05.357000 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Debug> DynamicQueryHandler: Done processing query
6428 2024.10.10 04:28:05.357078 [ 3 ] {1ae8d842-06f1-4bf1-8e53-809d608a1431} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6429 2024.10.10 04:28:05.357140 [ 3 ] {} <Debug> HTTP-Session: 3f91c870-5a3e-43b4-9140-4c84a0fd3306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6430 2024.10.10 04:28:05.357199 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
6431 2024.10.10 04:28:05.357439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6432 2024.10.10 04:28:05.357596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6433 2024.10.10 04:28:05.357676 [ 3 ] {} <Debug> HTTP-Session: cc438be1-bd04-482c-943b-41d5d4fdc16a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6434 2024.10.10 04:28:05.357749 [ 3 ] {} <Debug> HTTP-Session: cc438be1-bd04-482c-943b-41d5d4fdc16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6435 2024.10.10 04:28:05.357806 [ 3 ] {} <Debug> HTTP-Session: cc438be1-bd04-482c-943b-41d5d4fdc16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6436 2024.10.10 04:28:05.357850 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6437 2024.10.10 04:28:05.357923 [ 3 ] {} <Trace> HTTP-Session: cc438be1-bd04-482c-943b-41d5d4fdc16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6438 2024.10.10 04:28:05.357947 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 50 rows starting from the beginning of the part
6439 2024.10.10 04:28:05.358167 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part
6440 2024.10.10 04:28:05.358270 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6441 2024.10.10 04:28:05.358511 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part
6442 2024.10.10 04:28:05.358524 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6443 2024.10.10 04:28:05.358881 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part
6444 2024.10.10 04:28:05.359210 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part
6445 2024.10.10 04:28:05.359510 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part
6446 2024.10.10 04:28:05.360271 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6447 2024.10.10 04:28:05.361304 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6448 2024.10.10 04:28:05.361372 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6449 2024.10.10 04:28:05.362269 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.005344406 sec., 28253.84149332966 rows/sec., 2.16 MiB/sec.
6450 2024.10.10 04:28:05.362439 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6451 2024.10.10 04:28:05.362484 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6452 2024.10.10 04:28:05.363506 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6453 2024.10.10 04:28:05.363567 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6454 2024.10.10 04:28:05.363784 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_26_5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6455 2024.10.10 04:28:05.363842 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.005731 sec., 13086.721340080265 rows/sec., 1.02 MiB/sec.
6456 2024.10.10 04:28:05.364036 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6457 2024.10.10 04:28:05.364349 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Debug> DynamicQueryHandler: Done processing query
6458 2024.10.10 04:28:05.364378 [ 3 ] {d8ac9414-fcd7-496b-8758-b37ce31ade8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6459 2024.10.10 04:28:05.364394 [ 3 ] {} <Debug> HTTP-Session: cc438be1-bd04-482c-943b-41d5d4fdc16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6460 2024.10.10 04:28:05.364557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6461 2024.10.10 04:28:05.364607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6462 2024.10.10 04:28:05.364626 [ 3 ] {} <Debug> HTTP-Session: 5a224f91-3eff-4d69-af5c-255bc3b0a54c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6463 2024.10.10 04:28:05.364671 [ 3 ] {} <Debug> HTTP-Session: 5a224f91-3eff-4d69-af5c-255bc3b0a54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6464 2024.10.10 04:28:05.364684 [ 3 ] {} <Debug> HTTP-Session: 5a224f91-3eff-4d69-af5c-255bc3b0a54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6465 2024.10.10 04:28:05.364715 [ 3 ] {} <Trace> HTTP-Session: 5a224f91-3eff-4d69-af5c-255bc3b0a54c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6466 2024.10.10 04:28:05.364872 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6467 2024.10.10 04:28:05.364921 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6468 2024.10.10 04:28:05.365080 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6469 2024.10.10 04:28:05.365526 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6470 2024.10.10 04:28:05.365562 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6471 2024.10.10 04:28:05.365955 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6472 2024.10.10 04:28:05.366331 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6473 2024.10.10 04:28:05.366495 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001693 sec., 95097.46012994683 rows/sec., 6.62 MiB/sec.
6474 2024.10.10 04:28:05.366669 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Debug> DynamicQueryHandler: Done processing query
6475 2024.10.10 04:28:05.366693 [ 3 ] {f289fb9c-b53c-47e0-aa1c-8cd8752b7899} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6476 2024.10.10 04:28:05.366709 [ 3 ] {} <Debug> HTTP-Session: 5a224f91-3eff-4d69-af5c-255bc3b0a54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6477 2024.10.10 04:28:05.366851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6478 2024.10.10 04:28:05.366899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6479 2024.10.10 04:28:05.366918 [ 3 ] {} <Debug> HTTP-Session: 01e7f1b1-5a4c-4b9b-a637-44d46391883e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6480 2024.10.10 04:28:05.366934 [ 3 ] {} <Debug> HTTP-Session: 01e7f1b1-5a4c-4b9b-a637-44d46391883e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6481 2024.10.10 04:28:05.366948 [ 3 ] {} <Debug> HTTP-Session: 01e7f1b1-5a4c-4b9b-a637-44d46391883e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6482 2024.10.10 04:28:05.366978 [ 3 ] {} <Trace> HTTP-Session: 01e7f1b1-5a4c-4b9b-a637-44d46391883e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6483 2024.10.10 04:28:05.367168 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6484 2024.10.10 04:28:05.367234 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6485 2024.10.10 04:28:05.367670 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6486 2024.10.10 04:28:05.368245 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6487 2024.10.10 04:28:05.368281 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6488 2024.10.10 04:28:05.368882 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6489 2024.10.10 04:28:05.369292 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2024.10.10 04:28:05.369486 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002437 sec., 3693.0652441526468 rows/sec., 6.62 MiB/sec.
6491 2024.10.10 04:28:05.369711 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Debug> DynamicQueryHandler: Done processing query
6492 2024.10.10 04:28:05.369736 [ 3 ] {20423b00-8c86-42de-9c89-a55bdfe529b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6493 2024.10.10 04:28:05.369751 [ 3 ] {} <Debug> HTTP-Session: 01e7f1b1-5a4c-4b9b-a637-44d46391883e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6494 2024.10.10 04:28:05.369872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6495 2024.10.10 04:28:05.369920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6496 2024.10.10 04:28:05.369938 [ 3 ] {} <Debug> HTTP-Session: 83dcd5f6-2e74-4779-a4b6-8d4eab63a3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6497 2024.10.10 04:28:05.369954 [ 3 ] {} <Debug> HTTP-Session: 83dcd5f6-2e74-4779-a4b6-8d4eab63a3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6498 2024.10.10 04:28:05.369968 [ 3 ] {} <Debug> HTTP-Session: 83dcd5f6-2e74-4779-a4b6-8d4eab63a3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6499 2024.10.10 04:28:05.369999 [ 3 ] {} <Trace> HTTP-Session: 83dcd5f6-2e74-4779-a4b6-8d4eab63a3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6500 2024.10.10 04:28:05.370107 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6501 2024.10.10 04:28:05.370152 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6502 2024.10.10 04:28:05.370282 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6503 2024.10.10 04:28:05.370590 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6504 2024.10.10 04:28:05.370630 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6505 2024.10.10 04:28:05.370998 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6506 2024.10.10 04:28:05.371322 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6507 2024.10.10 04:28:05.371476 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec.
6508 2024.10.10 04:28:05.371644 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Debug> DynamicQueryHandler: Done processing query
6509 2024.10.10 04:28:05.371668 [ 3 ] {f53f848f-fdb9-4f5d-ae0b-19bbb3b9ef46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6510 2024.10.10 04:28:05.371683 [ 3 ] {} <Debug> HTTP-Session: 83dcd5f6-2e74-4779-a4b6-8d4eab63a3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6511 2024.10.10 04:28:08.382364 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
6512 2024.10.10 04:28:08.382438 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
6513 2024.10.10 04:28:08.550425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 646
6514 2024.10.10 04:28:08.553355 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6515 2024.10.10 04:28:08.553402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6516 2024.10.10 04:28:08.555049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6517 2024.10.10 04:28:08.556156 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6518 2024.10.10 04:28:08.556688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646
6519 2024.10.10 04:28:10.351470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6520 2024.10.10 04:28:10.351584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6521 2024.10.10 04:28:10.351609 [ 3 ] {} <Debug> HTTP-Session: 4ceb20a7-87c3-411e-91f4-f99373d70131 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6522 2024.10.10 04:28:10.351633 [ 3 ] {} <Debug> HTTP-Session: 4ceb20a7-87c3-411e-91f4-f99373d70131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6523 2024.10.10 04:28:10.351648 [ 3 ] {} <Debug> HTTP-Session: 4ceb20a7-87c3-411e-91f4-f99373d70131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6524 2024.10.10 04:28:10.351698 [ 3 ] {} <Trace> HTTP-Session: 4ceb20a7-87c3-411e-91f4-f99373d70131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6525 2024.10.10 04:28:10.352030 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6526 2024.10.10 04:28:10.352100 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6527 2024.10.10 04:28:10.352445 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6528 2024.10.10 04:28:10.353084 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2024.10.10 04:28:10.353132 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6530 2024.10.10 04:28:10.353583 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6531 2024.10.10 04:28:10.353982 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6532 2024.10.10 04:28:10.354161 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002311 sec., 106880.13846819558 rows/sec., 9.43 MiB/sec.
6533 2024.10.10 04:28:10.354163 [ 105 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6534 2024.10.10 04:28:10.354268 [ 105 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6535 2024.10.10 04:28:10.354323 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6536 2024.10.10 04:28:10.354527 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Debug> DynamicQueryHandler: Done processing query
6537 2024.10.10 04:28:10.354596 [ 3 ] {d088541f-5f9b-420f-b311-541948f403d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
6538 2024.10.10 04:28:10.354618 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
6539 2024.10.10 04:28:10.354668 [ 3 ] {} <Debug> HTTP-Session: 4ceb20a7-87c3-411e-91f4-f99373d70131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6540 2024.10.10 04:28:10.354980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6541 2024.10.10 04:28:10.355151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6542 2024.10.10 04:28:10.355242 [ 3 ] {} <Debug> HTTP-Session: 68c0ce1c-58ce-4c38-833a-46dc30ce5a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6543 2024.10.10 04:28:10.355319 [ 3 ] {} <Debug> HTTP-Session: 68c0ce1c-58ce-4c38-833a-46dc30ce5a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6544 2024.10.10 04:28:10.355386 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6545 2024.10.10 04:28:10.355393 [ 3 ] {} <Debug> HTTP-Session: 68c0ce1c-58ce-4c38-833a-46dc30ce5a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6546 2024.10.10 04:28:10.355489 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1415 rows starting from the beginning of the part
6547 2024.10.10 04:28:10.355501 [ 3 ] {} <Trace> HTTP-Session: 68c0ce1c-58ce-4c38-833a-46dc30ce5a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6548 2024.10.10 04:28:10.355668 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
6549 2024.10.10 04:28:10.355825 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6550 2024.10.10 04:28:10.356092 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6551 2024.10.10 04:28:10.356087 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part
6552 2024.10.10 04:28:10.356488 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 249 rows starting from the beginning of the part
6553 2024.10.10 04:28:10.356773 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part
6554 2024.10.10 04:28:10.357080 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 247 rows starting from the beginning of the part
6555 2024.10.10 04:28:10.357814 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6556 2024.10.10 04:28:10.358602 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6557 2024.10.10 04:28:10.358662 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6558 2024.10.10 04:28:10.359704 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6559 2024.10.10 04:28:10.360506 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2024.10.10 04:28:10.360532 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.006125588 sec., 345599.47551157535 rows/sec., 30.42 MiB/sec.
6561 2024.10.10 04:28:10.360738 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.005065 sec., 5725.567620927936 rows/sec., 430.54 KiB/sec.
6562 2024.10.10 04:28:10.360919 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6563 2024.10.10 04:28:10.361374 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Debug> DynamicQueryHandler: Done processing query
6564 2024.10.10 04:28:10.361429 [ 3 ] {082543bc-68e3-4e93-b29d-38581091d858} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6565 2024.10.10 04:28:10.361466 [ 3 ] {} <Debug> HTTP-Session: 68c0ce1c-58ce-4c38-833a-46dc30ce5a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6566 2024.10.10 04:28:10.361714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6567 2024.10.10 04:28:10.361809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6568 2024.10.10 04:28:10.361861 [ 3 ] {} <Debug> HTTP-Session: f3ebe718-f7fc-4c6e-89c6-fb15b36ff7a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6569 2024.10.10 04:28:10.361910 [ 3 ] {} <Debug> HTTP-Session: f3ebe718-f7fc-4c6e-89c6-fb15b36ff7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6570 2024.10.10 04:28:10.361916 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2024.10.10 04:28:10.361932 [ 3 ] {} <Debug> HTTP-Session: f3ebe718-f7fc-4c6e-89c6-fb15b36ff7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6572 2024.10.10 04:28:10.362003 [ 3 ] {} <Trace> HTTP-Session: f3ebe718-f7fc-4c6e-89c6-fb15b36ff7a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6573 2024.10.10 04:28:10.362071 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_31_6} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6574 2024.10.10 04:28:10.362201 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6575 2024.10.10 04:28:10.362231 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
6576 2024.10.10 04:28:10.362280 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6577 2024.10.10 04:28:10.362533 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6578 2024.10.10 04:28:10.362882 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6579 2024.10.10 04:28:10.362917 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6580 2024.10.10 04:28:10.363274 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6581 2024.10.10 04:28:10.363638 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6582 2024.10.10 04:28:10.363763 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001643 sec., 8520.99817407182 rows/sec., 596.76 KiB/sec.
6583 2024.10.10 04:28:10.363934 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Debug> DynamicQueryHandler: Done processing query
6584 2024.10.10 04:28:10.363958 [ 3 ] {27dea591-fe94-4201-a4d9-ef97e1d70726} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6585 2024.10.10 04:28:10.363973 [ 3 ] {} <Debug> HTTP-Session: f3ebe718-f7fc-4c6e-89c6-fb15b36ff7a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6586 2024.10.10 04:28:10.364088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6587 2024.10.10 04:28:10.364137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6588 2024.10.10 04:28:10.364155 [ 3 ] {} <Debug> HTTP-Session: 6912ce78-a557-47dc-97fa-e7636be5e39e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6589 2024.10.10 04:28:10.364172 [ 3 ] {} <Debug> HTTP-Session: 6912ce78-a557-47dc-97fa-e7636be5e39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6590 2024.10.10 04:28:10.364186 [ 3 ] {} <Debug> HTTP-Session: 6912ce78-a557-47dc-97fa-e7636be5e39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6591 2024.10.10 04:28:10.364216 [ 3 ] {} <Trace> HTTP-Session: 6912ce78-a557-47dc-97fa-e7636be5e39e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6592 2024.10.10 04:28:10.364310 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6593 2024.10.10 04:28:10.364352 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6594 2024.10.10 04:28:10.364572 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6595 2024.10.10 04:28:10.364899 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6596 2024.10.10 04:28:10.364937 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6597 2024.10.10 04:28:10.365370 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6598 2024.10.10 04:28:10.365737 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6599 2024.10.10 04:28:10.365857 [ 103 ] {} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6600 2024.10.10 04:28:10.365868 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 224.36 KiB/sec.
6601 2024.10.10 04:28:10.365899 [ 103 ] {} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6602 2024.10.10 04:28:10.365932 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6603 2024.10.10 04:28:10.366103 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
6604 2024.10.10 04:28:10.366141 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Debug> DynamicQueryHandler: Done processing query
6605 2024.10.10 04:28:10.366179 [ 3 ] {110c5644-8910-4d24-b978-a7b1c615c6cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6606 2024.10.10 04:28:10.366210 [ 3 ] {} <Debug> HTTP-Session: 6912ce78-a557-47dc-97fa-e7636be5e39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6607 2024.10.10 04:28:10.366315 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6608 2024.10.10 04:28:10.366353 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part
6609 2024.10.10 04:28:10.366435 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
6610 2024.10.10 04:28:10.366534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6611 2024.10.10 04:28:10.366730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6612 2024.10.10 04:28:10.366746 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6613 2024.10.10 04:28:10.366806 [ 3 ] {} <Debug> HTTP-Session: 8d737c16-5d3e-4019-a462-23776d0cfad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6614 2024.10.10 04:28:10.366910 [ 3 ] {} <Debug> HTTP-Session: 8d737c16-5d3e-4019-a462-23776d0cfad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6615 2024.10.10 04:28:10.367028 [ 3 ] {} <Debug> HTTP-Session: 8d737c16-5d3e-4019-a462-23776d0cfad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6616 2024.10.10 04:28:10.367151 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
6617 2024.10.10 04:28:10.367193 [ 3 ] {} <Trace> HTTP-Session: 8d737c16-5d3e-4019-a462-23776d0cfad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6618 2024.10.10 04:28:10.367361 [ 201 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
6619 2024.10.10 04:28:10.367811 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6620 2024.10.10 04:28:10.367907 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6621 2024.10.10 04:28:10.368873 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6622 2024.10.10 04:28:10.369520 [ 187 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003495346 sec., 8582.841298114694 rows/sec., 544.81 KiB/sec.
6623 2024.10.10 04:28:10.369767 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6624 2024.10.10 04:28:10.369923 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6625 2024.10.10 04:28:10.369979 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6626 2024.10.10 04:28:10.370810 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6627 2024.10.10 04:28:10.370843 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6628 2024.10.10 04:28:10.370964 [ 200 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_13_3} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6629 2024.10.10 04:28:10.371196 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6630 2024.10.10 04:28:10.371496 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6631 2024.10.10 04:28:10.371630 [ 103 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6632 2024.10.10 04:28:10.371635 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.004128 sec., 99563.9534883721 rows/sec., 7.10 MiB/sec.
6633 2024.10.10 04:28:10.371661 [ 103 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6634 2024.10.10 04:28:10.371703 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6635 2024.10.10 04:28:10.371918 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
6636 2024.10.10 04:28:10.371962 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Debug> DynamicQueryHandler: Done processing query
6637 2024.10.10 04:28:10.372000 [ 3 ] {99a2154a-ba65-4ebc-be4b-04f29f8c0d86} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6638 2024.10.10 04:28:10.372051 [ 3 ] {} <Debug> HTTP-Session: 8d737c16-5d3e-4019-a462-23776d0cfad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6639 2024.10.10 04:28:10.372170 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6640 2024.10.10 04:28:10.372211 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 912 rows starting from the beginning of the part
6641 2024.10.10 04:28:10.372284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6642 2024.10.10 04:28:10.372442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6643 2024.10.10 04:28:10.372498 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
6644 2024.10.10 04:28:10.372528 [ 3 ] {} <Debug> HTTP-Session: 7da3b9cc-b677-4a40-887b-a1c12a8d15c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6645 2024.10.10 04:28:10.372605 [ 3 ] {} <Debug> HTTP-Session: 7da3b9cc-b677-4a40-887b-a1c12a8d15c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6646 2024.10.10 04:28:10.372674 [ 3 ] {} <Debug> HTTP-Session: 7da3b9cc-b677-4a40-887b-a1c12a8d15c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6647 2024.10.10 04:28:10.372813 [ 3 ] {} <Trace> HTTP-Session: 7da3b9cc-b677-4a40-887b-a1c12a8d15c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6648 2024.10.10 04:28:10.372883 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part
6649 2024.10.10 04:28:10.373144 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6650 2024.10.10 04:28:10.373137 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 415 rows starting from the beginning of the part
6651 2024.10.10 04:28:10.373263 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6652 2024.10.10 04:28:10.373483 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part
6653 2024.10.10 04:28:10.373831 [ 200 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 411 rows starting from the beginning of the part
6654 2024.10.10 04:28:10.374418 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6655 2024.10.10 04:28:10.375143 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6656 2024.10.10 04:28:10.375198 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6657 2024.10.10 04:28:10.376194 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6658 2024.10.10 04:28:10.376724 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6659 2024.10.10 04:28:10.377126 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004143 sec., 1448.225923244026 rows/sec., 75.66 KiB/sec.
6660 2024.10.10 04:28:10.377136 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.005328006 sec., 366365.9537920941 rows/sec., 28.04 MiB/sec.
6661 2024.10.10 04:28:10.377330 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Debug> DynamicQueryHandler: Done processing query
6662 2024.10.10 04:28:10.377336 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6663 2024.10.10 04:28:10.377356 [ 3 ] {eb71d7f1-695a-46a3-94ad-d4f54b785ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6664 2024.10.10 04:28:10.377380 [ 3 ] {} <Debug> HTTP-Session: 7da3b9cc-b677-4a40-887b-a1c12a8d15c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6665 2024.10.10 04:28:10.377609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6666 2024.10.10 04:28:10.377682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6667 2024.10.10 04:28:10.377704 [ 3 ] {} <Debug> HTTP-Session: eb777100-cab8-4ff3-8142-f742f58e3003 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6668 2024.10.10 04:28:10.377725 [ 3 ] {} <Debug> HTTP-Session: eb777100-cab8-4ff3-8142-f742f58e3003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6669 2024.10.10 04:28:10.377740 [ 3 ] {} <Debug> HTTP-Session: eb777100-cab8-4ff3-8142-f742f58e3003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6670 2024.10.10 04:28:10.377778 [ 3 ] {} <Trace> HTTP-Session: eb777100-cab8-4ff3-8142-f742f58e3003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6671 2024.10.10 04:28:10.377871 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6672 2024.10.10 04:28:10.377955 [ 195 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_31_6} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6673 2024.10.10 04:28:10.378039 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6674 2024.10.10 04:28:10.378052 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6675 2024.10.10 04:28:10.378094 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6676 2024.10.10 04:28:10.378242 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6677 2024.10.10 04:28:10.378693 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6678 2024.10.10 04:28:10.378728 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6679 2024.10.10 04:28:10.379117 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6680 2024.10.10 04:28:10.379459 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6681 2024.10.10 04:28:10.379583 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6682 2024.10.10 04:28:10.379587 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec.
6683 2024.10.10 04:28:10.379612 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6684 2024.10.10 04:28:10.379646 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6685 2024.10.10 04:28:10.379764 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
6686 2024.10.10 04:28:10.379807 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Debug> DynamicQueryHandler: Done processing query
6687 2024.10.10 04:28:10.379835 [ 3 ] {1a30386f-55d9-48f0-bf1c-094a00242586} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6688 2024.10.10 04:28:10.379860 [ 3 ] {} <Debug> HTTP-Session: eb777100-cab8-4ff3-8142-f742f58e3003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6689 2024.10.10 04:28:10.379919 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6690 2024.10.10 04:28:10.379951 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7762 rows starting from the beginning of the part
6691 2024.10.10 04:28:10.380014 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part
6692 2024.10.10 04:28:10.380094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6693 2024.10.10 04:28:10.380290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6694 2024.10.10 04:28:10.380304 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part
6695 2024.10.10 04:28:10.380369 [ 3 ] {} <Debug> HTTP-Session: e85da06a-79ac-4e1e-9e77-0c53de8b95df Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6696 2024.10.10 04:28:10.380438 [ 3 ] {} <Debug> HTTP-Session: e85da06a-79ac-4e1e-9e77-0c53de8b95df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6697 2024.10.10 04:28:10.380546 [ 3 ] {} <Debug> HTTP-Session: e85da06a-79ac-4e1e-9e77-0c53de8b95df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6698 2024.10.10 04:28:10.380598 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 239 rows starting from the beginning of the part
6699 2024.10.10 04:28:10.380620 [ 3 ] {} <Trace> HTTP-Session: e85da06a-79ac-4e1e-9e77-0c53de8b95df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6700 2024.10.10 04:28:10.380801 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part
6701 2024.10.10 04:28:10.380888 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6702 2024.10.10 04:28:10.381049 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6703 2024.10.10 04:28:10.381078 [ 187 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
6704 2024.10.10 04:28:10.381501 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6705 2024.10.10 04:28:10.381917 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6706 2024.10.10 04:28:10.381952 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6707 2024.10.10 04:28:10.382337 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6708 2024.10.10 04:28:10.382859 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6709 2024.10.10 04:28:10.383014 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002236 sec., 447.2271914132379 rows/sec., 30.14 KiB/sec.
6710 2024.10.10 04:28:10.383229 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Debug> DynamicQueryHandler: Done processing query
6711 2024.10.10 04:28:10.383253 [ 3 ] {be398661-2bae-4c1b-89fd-2e3fbab646b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6712 2024.10.10 04:28:10.383269 [ 3 ] {} <Debug> HTTP-Session: e85da06a-79ac-4e1e-9e77-0c53de8b95df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6713 2024.10.10 04:28:10.383529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6714 2024.10.10 04:28:10.383579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6715 2024.10.10 04:28:10.383598 [ 3 ] {} <Debug> HTTP-Session: 76030365-0e02-43f1-a841-7c0950ffc477 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6716 2024.10.10 04:28:10.383614 [ 3 ] {} <Debug> HTTP-Session: 76030365-0e02-43f1-a841-7c0950ffc477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6717 2024.10.10 04:28:10.383627 [ 3 ] {} <Debug> HTTP-Session: 76030365-0e02-43f1-a841-7c0950ffc477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6718 2024.10.10 04:28:10.383658 [ 3 ] {} <Trace> HTTP-Session: 76030365-0e02-43f1-a841-7c0950ffc477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6719 2024.10.10 04:28:10.384290 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6720 2024.10.10 04:28:10.384356 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6721 2024.10.10 04:28:10.384827 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6722 2024.10.10 04:28:10.385108 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8592 rows, containing 5 columns (5 merged, 0 gathered) in 0.005397688 sec., 1591792.6341796708 rows/sec., 107.35 MiB/sec.
6723 2024.10.10 04:28:10.385386 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6724 2024.10.10 04:28:10.386078 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6725 2024.10.10 04:28:10.386114 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6726 2024.10.10 04:28:10.386287 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6727 2024.10.10 04:28:10.386431 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6728 2024.10.10 04:28:10.386545 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
6729 2024.10.10 04:28:10.386882 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6730 2024.10.10 04:28:10.387294 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6731 2024.10.10 04:28:10.387430 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6732 2024.10.10 04:28:10.387443 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00371 sec., 7816.711590296495 rows/sec., 14.01 MiB/sec.
6733 2024.10.10 04:28:10.387463 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6734 2024.10.10 04:28:10.387495 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6735 2024.10.10 04:28:10.387769 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
6736 2024.10.10 04:28:10.387946 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Debug> DynamicQueryHandler: Done processing query
6737 2024.10.10 04:28:10.388001 [ 3 ] {d3bc1c1a-2ef3-4757-95c9-4b929fcb88ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6738 2024.10.10 04:28:10.388051 [ 3 ] {} <Debug> HTTP-Session: 76030365-0e02-43f1-a841-7c0950ffc477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6739 2024.10.10 04:28:10.388278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6740 2024.10.10 04:28:10.388396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6741 2024.10.10 04:28:10.388463 [ 3 ] {} <Debug> HTTP-Session: 32b9515f-30af-4c71-878e-cb554699612d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6742 2024.10.10 04:28:10.388467 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6743 2024.10.10 04:28:10.388489 [ 3 ] {} <Debug> HTTP-Session: 32b9515f-30af-4c71-878e-cb554699612d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6744 2024.10.10 04:28:10.388545 [ 3 ] {} <Debug> HTTP-Session: 32b9515f-30af-4c71-878e-cb554699612d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6745 2024.10.10 04:28:10.388652 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 379 rows starting from the beginning of the part
6746 2024.10.10 04:28:10.388670 [ 3 ] {} <Trace> HTTP-Session: 32b9515f-30af-4c71-878e-cb554699612d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6747 2024.10.10 04:28:10.389133 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6748 2024.10.10 04:28:10.389221 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part
6749 2024.10.10 04:28:10.389246 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6750 2024.10.10 04:28:10.390009 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part
6751 2024.10.10 04:28:10.390201 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6752 2024.10.10 04:28:10.390702 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part
6753 2024.10.10 04:28:10.391462 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 9 rows starting from the beginning of the part
6754 2024.10.10 04:28:10.391511 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6755 2024.10.10 04:28:10.391590 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6756 2024.10.10 04:28:10.392024 [ 188 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part
6757 2024.10.10 04:28:10.392928 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6758 2024.10.10 04:28:10.393847 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6759 2024.10.10 04:28:10.394040 [ 103 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6760 2024.10.10 04:28:10.394045 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005127 sec., 15993.758533255315 rows/sec., 1.02 MiB/sec.
6761 2024.10.10 04:28:10.394087 [ 103 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6762 2024.10.10 04:28:10.394138 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6763 2024.10.10 04:28:10.394390 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Debug> DynamicQueryHandler: Done processing query
6764 2024.10.10 04:28:10.394444 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
6765 2024.10.10 04:28:10.394449 [ 3 ] {ed9b0973-0f8a-433c-9a5c-f7a738717390} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6766 2024.10.10 04:28:10.394499 [ 3 ] {} <Debug> HTTP-Session: 32b9515f-30af-4c71-878e-cb554699612d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6767 2024.10.10 04:28:10.394911 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6768 2024.10.10 04:28:10.394987 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1386 rows starting from the beginning of the part
6769 2024.10.10 04:28:10.395258 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part
6770 2024.10.10 04:28:10.395567 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
6771 2024.10.10 04:28:10.395876 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
6772 2024.10.10 04:28:10.396136 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
6773 2024.10.10 04:28:10.396475 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
6774 2024.10.10 04:28:10.400123 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 4 columns (4 merged, 0 gathered) in 0.005884601 sec., 285830.7640569004 rows/sec., 18.50 MiB/sec.
6775 2024.10.10 04:28:10.400467 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6776 2024.10.10 04:28:10.401090 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6777 2024.10.10 04:28:10.401195 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_31_6} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6778 2024.10.10 04:28:10.401288 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
6779 2024.10.10 04:28:10.401590 [ 191 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 19 columns (19 merged, 0 gathered) in 0.013978973 sec., 34623.43049092376 rows/sec., 62.04 MiB/sec.
6780 2024.10.10 04:28:10.402549 [ 187 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6781 2024.10.10 04:28:10.403137 [ 187 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6782 2024.10.10 04:28:10.403211 [ 187 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6783 2024.10.10 04:28:10.403345 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
6784 2024.10.10 04:28:11.001145 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.47 MiB, peak 162.90 MiB, free memory in arenas 0.00 B, will set to 156.23 MiB (RSS), difference: 1.76 MiB
6785 2024.10.10 04:28:15.346393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6786 2024.10.10 04:28:15.346528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6787 2024.10.10 04:28:15.346558 [ 3 ] {} <Debug> HTTP-Session: 0a6c991b-4732-4493-abdb-881b03b543e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6788 2024.10.10 04:28:15.346588 [ 3 ] {} <Debug> HTTP-Session: 0a6c991b-4732-4493-abdb-881b03b543e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6789 2024.10.10 04:28:15.346607 [ 3 ] {} <Debug> HTTP-Session: 0a6c991b-4732-4493-abdb-881b03b543e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6790 2024.10.10 04:28:15.346666 [ 3 ] {} <Trace> HTTP-Session: 0a6c991b-4732-4493-abdb-881b03b543e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6791 2024.10.10 04:28:15.346889 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6792 2024.10.10 04:28:15.346958 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6793 2024.10.10 04:28:15.347296 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6794 2024.10.10 04:28:15.347807 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6795 2024.10.10 04:28:15.347856 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6796 2024.10.10 04:28:15.348283 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6797 2024.10.10 04:28:15.348696 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6798 2024.10.10 04:28:15.348879 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002057 sec., 35974.72046669908 rows/sec., 2.92 MiB/sec.
6799 2024.10.10 04:28:15.349287 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Debug> DynamicQueryHandler: Done processing query
6800 2024.10.10 04:28:15.349316 [ 3 ] {1841aace-d0fd-4519-b15d-d081ba892226} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6801 2024.10.10 04:28:15.349333 [ 3 ] {} <Debug> HTTP-Session: 0a6c991b-4732-4493-abdb-881b03b543e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6802 2024.10.10 04:28:15.349503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6803 2024.10.10 04:28:15.349564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6804 2024.10.10 04:28:15.349585 [ 3 ] {} <Debug> HTTP-Session: ac4675f7-4412-4b51-b777-b556873ed8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6805 2024.10.10 04:28:15.349603 [ 3 ] {} <Debug> HTTP-Session: ac4675f7-4412-4b51-b777-b556873ed8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6806 2024.10.10 04:28:15.349618 [ 3 ] {} <Debug> HTTP-Session: ac4675f7-4412-4b51-b777-b556873ed8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6807 2024.10.10 04:28:15.349655 [ 3 ] {} <Trace> HTTP-Session: ac4675f7-4412-4b51-b777-b556873ed8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6808 2024.10.10 04:28:15.349772 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6809 2024.10.10 04:28:15.349821 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6810 2024.10.10 04:28:15.350081 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6811 2024.10.10 04:28:15.350417 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2024.10.10 04:28:15.350455 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6813 2024.10.10 04:28:15.350821 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6814 2024.10.10 04:28:15.351200 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2024.10.10 04:28:15.351371 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001624 sec., 5541.871921182266 rows/sec., 416.72 KiB/sec.
6816 2024.10.10 04:28:15.351743 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Debug> DynamicQueryHandler: Done processing query
6817 2024.10.10 04:28:15.351776 [ 3 ] {1f2368fe-ca9f-4b77-b6d4-13b7bedb4d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6818 2024.10.10 04:28:15.351792 [ 3 ] {} <Debug> HTTP-Session: ac4675f7-4412-4b51-b777-b556873ed8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6819 2024.10.10 04:28:15.351930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6820 2024.10.10 04:28:15.351984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6821 2024.10.10 04:28:15.352003 [ 3 ] {} <Debug> HTTP-Session: c7d17561-517a-40be-8369-b152157d744a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6822 2024.10.10 04:28:15.352021 [ 3 ] {} <Debug> HTTP-Session: c7d17561-517a-40be-8369-b152157d744a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6823 2024.10.10 04:28:15.352035 [ 3 ] {} <Debug> HTTP-Session: c7d17561-517a-40be-8369-b152157d744a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6824 2024.10.10 04:28:15.352068 [ 3 ] {} <Trace> HTTP-Session: c7d17561-517a-40be-8369-b152157d744a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6825 2024.10.10 04:28:15.352192 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6826 2024.10.10 04:28:15.352238 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6827 2024.10.10 04:28:15.352488 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6828 2024.10.10 04:28:15.352862 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6829 2024.10.10 04:28:15.352900 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6830 2024.10.10 04:28:15.353262 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6831 2024.10.10 04:28:15.353626 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6832 2024.10.10 04:28:15.353784 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001638 sec., 44566.544566544566 rows/sec., 3.48 MiB/sec.
6833 2024.10.10 04:28:15.353964 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Debug> DynamicQueryHandler: Done processing query
6834 2024.10.10 04:28:15.353988 [ 3 ] {67b9edac-6c27-4f5a-9003-a0d98e9f7f9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6835 2024.10.10 04:28:15.354004 [ 3 ] {} <Debug> HTTP-Session: c7d17561-517a-40be-8369-b152157d744a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6836 2024.10.10 04:28:15.354180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6837 2024.10.10 04:28:15.354231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6838 2024.10.10 04:28:15.354249 [ 3 ] {} <Debug> HTTP-Session: 7db1fffd-e38d-4089-aeaf-a15dc81a818b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6839 2024.10.10 04:28:15.354266 [ 3 ] {} <Debug> HTTP-Session: 7db1fffd-e38d-4089-aeaf-a15dc81a818b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6840 2024.10.10 04:28:15.354280 [ 3 ] {} <Debug> HTTP-Session: 7db1fffd-e38d-4089-aeaf-a15dc81a818b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6841 2024.10.10 04:28:15.354311 [ 3 ] {} <Trace> HTTP-Session: 7db1fffd-e38d-4089-aeaf-a15dc81a818b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6842 2024.10.10 04:28:15.354463 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6843 2024.10.10 04:28:15.354511 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6844 2024.10.10 04:28:15.354661 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6845 2024.10.10 04:28:15.355076 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2024.10.10 04:28:15.355112 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6847 2024.10.10 04:28:15.355505 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6848 2024.10.10 04:28:15.355848 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6849 2024.10.10 04:28:15.356006 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec.
6850 2024.10.10 04:28:15.356164 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Debug> DynamicQueryHandler: Done processing query
6851 2024.10.10 04:28:15.356188 [ 3 ] {5301c71a-5180-4791-a189-4eb089f1dbe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6852 2024.10.10 04:28:15.356204 [ 3 ] {} <Debug> HTTP-Session: 7db1fffd-e38d-4089-aeaf-a15dc81a818b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6853 2024.10.10 04:28:15.356334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6854 2024.10.10 04:28:15.356382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6855 2024.10.10 04:28:15.356400 [ 3 ] {} <Debug> HTTP-Session: 9e64b18b-fd42-4648-b244-8ccf1db1cf93 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6856 2024.10.10 04:28:15.356417 [ 3 ] {} <Debug> HTTP-Session: 9e64b18b-fd42-4648-b244-8ccf1db1cf93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6857 2024.10.10 04:28:15.356430 [ 3 ] {} <Debug> HTTP-Session: 9e64b18b-fd42-4648-b244-8ccf1db1cf93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6858 2024.10.10 04:28:15.356461 [ 3 ] {} <Trace> HTTP-Session: 9e64b18b-fd42-4648-b244-8ccf1db1cf93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6859 2024.10.10 04:28:15.356645 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6860 2024.10.10 04:28:15.356710 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6861 2024.10.10 04:28:15.357131 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6862 2024.10.10 04:28:15.357643 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6863 2024.10.10 04:28:15.357680 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6864 2024.10.10 04:28:15.358288 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6865 2024.10.10 04:28:15.358718 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6866 2024.10.10 04:28:15.358912 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002377 sec., 3786.2852334875893 rows/sec., 6.78 MiB/sec.
6867 2024.10.10 04:28:15.359144 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Debug> DynamicQueryHandler: Done processing query
6868 2024.10.10 04:28:15.359169 [ 3 ] {de63f000-f2ff-4750-81cf-63b4240e8972} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6869 2024.10.10 04:28:15.359185 [ 3 ] {} <Debug> HTTP-Session: 9e64b18b-fd42-4648-b244-8ccf1db1cf93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6870 2024.10.10 04:28:15.359309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6871 2024.10.10 04:28:15.359360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6872 2024.10.10 04:28:15.359378 [ 3 ] {} <Debug> HTTP-Session: fa43fe8d-4c18-4f32-94ce-d2a038f05bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6873 2024.10.10 04:28:15.359395 [ 3 ] {} <Debug> HTTP-Session: fa43fe8d-4c18-4f32-94ce-d2a038f05bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6874 2024.10.10 04:28:15.359410 [ 3 ] {} <Debug> HTTP-Session: fa43fe8d-4c18-4f32-94ce-d2a038f05bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6875 2024.10.10 04:28:15.359441 [ 3 ] {} <Trace> HTTP-Session: fa43fe8d-4c18-4f32-94ce-d2a038f05bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6876 2024.10.10 04:28:15.359566 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6877 2024.10.10 04:28:15.359611 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6878 2024.10.10 04:28:15.359741 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6879 2024.10.10 04:28:15.360023 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6880 2024.10.10 04:28:15.360058 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
6881 2024.10.10 04:28:15.360413 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6882 2024.10.10 04:28:15.360744 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6883 2024.10.10 04:28:15.360900 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec.
6884 2024.10.10 04:28:15.361055 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Debug> DynamicQueryHandler: Done processing query
6885 2024.10.10 04:28:15.361080 [ 3 ] {80fa972c-6ca5-4448-83ef-6abdb1263f27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6886 2024.10.10 04:28:15.361095 [ 3 ] {} <Debug> HTTP-Session: fa43fe8d-4c18-4f32-94ce-d2a038f05bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6887 2024.10.10 04:28:18.557778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 678
6888 2024.10.10 04:28:18.560607 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6889 2024.10.10 04:28:18.560656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6890 2024.10.10 04:28:18.562145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6891 2024.10.10 04:28:18.563145 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6892 2024.10.10 04:28:18.563320 [ 94 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6893 2024.10.10 04:28:18.563378 [ 94 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6894 2024.10.10 04:28:18.563413 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6895 2024.10.10 04:28:18.563910 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
6896 2024.10.10 04:28:18.564345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678
6897 2024.10.10 04:28:18.565164 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6898 2024.10.10 04:28:18.565338 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 500 rows starting from the beginning of the part
6899 2024.10.10 04:28:18.565851 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part
6900 2024.10.10 04:28:18.566310 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
6901 2024.10.10 04:28:18.566758 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
6902 2024.10.10 04:28:18.567321 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
6903 2024.10.10 04:28:18.567830 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
6904 2024.10.10 04:28:18.575647 [ 191 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 72 columns (72 merged, 0 gathered) in 0.012093871 sec., 56061.45459960669 rows/sec., 42.15 MiB/sec.
6905 2024.10.10 04:28:18.576980 [ 191 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6906 2024.10.10 04:28:18.578678 [ 191 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6907 2024.10.10 04:28:18.578775 [ 191 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_16_3} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6908 2024.10.10 04:28:18.579102 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
6909 2024.10.10 04:28:19.259553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 202367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6910 2024.10.10 04:28:19.259682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6911 2024.10.10 04:28:19.259711 [ 3 ] {} <Debug> HTTP-Session: 9c39ea7f-0a02-478c-8711-bad5810c1e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6912 2024.10.10 04:28:19.259740 [ 3 ] {} <Debug> HTTP-Session: 9c39ea7f-0a02-478c-8711-bad5810c1e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6913 2024.10.10 04:28:19.259757 [ 3 ] {} <Debug> HTTP-Session: 9c39ea7f-0a02-478c-8711-bad5810c1e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6914 2024.10.10 04:28:19.259814 [ 3 ] {} <Trace> HTTP-Session: 9c39ea7f-0a02-478c-8711-bad5810c1e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6915 2024.10.10 04:28:19.260541 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6916 2024.10.10 04:28:19.260616 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6917 2024.10.10 04:28:19.260953 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6918 2024.10.10 04:28:19.262418 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2024.10.10 04:28:19.262467 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6920 2024.10.10 04:28:19.263024 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6921 2024.10.10 04:28:19.263434 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2024.10.10 04:28:19.263599 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Debug> executeQuery: Read 1387 rows, 118.42 KiB in 0.00357 sec., 388515.406162465 rows/sec., 32.39 MiB/sec.
6923 2024.10.10 04:28:19.263854 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Debug> DynamicQueryHandler: Done processing query
6924 2024.10.10 04:28:19.263881 [ 3 ] {0fe2dbe7-44e6-451c-a0c0-63c1589a1180} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
6925 2024.10.10 04:28:19.263900 [ 3 ] {} <Debug> HTTP-Session: 9c39ea7f-0a02-478c-8711-bad5810c1e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6926 2024.10.10 04:28:19.264208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6927 2024.10.10 04:28:19.264265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6928 2024.10.10 04:28:19.264286 [ 3 ] {} <Debug> HTTP-Session: f2fb5d15-385d-4136-a175-c3c12ed36f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6929 2024.10.10 04:28:19.264305 [ 3 ] {} <Debug> HTTP-Session: f2fb5d15-385d-4136-a175-c3c12ed36f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6930 2024.10.10 04:28:19.264319 [ 3 ] {} <Debug> HTTP-Session: f2fb5d15-385d-4136-a175-c3c12ed36f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6931 2024.10.10 04:28:19.264355 [ 3 ] {} <Trace> HTTP-Session: f2fb5d15-385d-4136-a175-c3c12ed36f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6932 2024.10.10 04:28:19.264473 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6933 2024.10.10 04:28:19.264526 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6934 2024.10.10 04:28:19.264772 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6935 2024.10.10 04:28:19.265125 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6936 2024.10.10 04:28:19.265165 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6937 2024.10.10 04:28:19.265529 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6938 2024.10.10 04:28:19.265903 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6939 2024.10.10 04:28:19.266069 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001625 sec., 17846.153846153848 rows/sec., 1.31 MiB/sec.
6940 2024.10.10 04:28:19.266377 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Debug> DynamicQueryHandler: Done processing query
6941 2024.10.10 04:28:19.266412 [ 3 ] {7c438252-f476-4e76-a1fa-53309a3a99a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6942 2024.10.10 04:28:19.266428 [ 3 ] {} <Debug> HTTP-Session: f2fb5d15-385d-4136-a175-c3c12ed36f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6943 2024.10.10 04:28:19.266598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6944 2024.10.10 04:28:19.266650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6945 2024.10.10 04:28:19.266670 [ 3 ] {} <Debug> HTTP-Session: 2f3c6353-c058-4194-94ae-f846a46956bc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6946 2024.10.10 04:28:19.266687 [ 3 ] {} <Debug> HTTP-Session: 2f3c6353-c058-4194-94ae-f846a46956bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6947 2024.10.10 04:28:19.266701 [ 3 ] {} <Debug> HTTP-Session: 2f3c6353-c058-4194-94ae-f846a46956bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6948 2024.10.10 04:28:19.266734 [ 3 ] {} <Trace> HTTP-Session: 2f3c6353-c058-4194-94ae-f846a46956bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6949 2024.10.10 04:28:19.266908 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6950 2024.10.10 04:28:19.266955 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6951 2024.10.10 04:28:19.267196 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6952 2024.10.10 04:28:19.267624 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6953 2024.10.10 04:28:19.267661 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6954 2024.10.10 04:28:19.268042 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6955 2024.10.10 04:28:19.268425 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6956 2024.10.10 04:28:19.268567 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001747 sec., 138523.1825987407 rows/sec., 9.38 MiB/sec.
6957 2024.10.10 04:28:19.268763 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Debug> DynamicQueryHandler: Done processing query
6958 2024.10.10 04:28:19.268788 [ 3 ] {bf06755b-2f08-43bc-bf99-f92d17a81cdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
6959 2024.10.10 04:28:19.268803 [ 3 ] {} <Debug> HTTP-Session: 2f3c6353-c058-4194-94ae-f846a46956bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6960 2024.10.10 04:28:19.268943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6961 2024.10.10 04:28:19.268992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6962 2024.10.10 04:28:19.269011 [ 3 ] {} <Debug> HTTP-Session: 2299996b-f454-4e16-a5d3-454b921f214b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6963 2024.10.10 04:28:19.269027 [ 3 ] {} <Debug> HTTP-Session: 2299996b-f454-4e16-a5d3-454b921f214b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6964 2024.10.10 04:28:19.269041 [ 3 ] {} <Debug> HTTP-Session: 2299996b-f454-4e16-a5d3-454b921f214b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6965 2024.10.10 04:28:19.269073 [ 3 ] {} <Trace> HTTP-Session: 2299996b-f454-4e16-a5d3-454b921f214b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6966 2024.10.10 04:28:19.269168 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6967 2024.10.10 04:28:19.269211 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6968 2024.10.10 04:28:19.269432 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6969 2024.10.10 04:28:19.269716 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6970 2024.10.10 04:28:19.269752 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6971 2024.10.10 04:28:19.270094 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6972 2024.10.10 04:28:19.270454 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6973 2024.10.10 04:28:19.270612 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec.
6974 2024.10.10 04:28:19.270781 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Debug> DynamicQueryHandler: Done processing query
6975 2024.10.10 04:28:19.270804 [ 3 ] {44af1bbc-7adc-4e51-9493-5e4eef9abbb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6976 2024.10.10 04:28:19.270820 [ 3 ] {} <Debug> HTTP-Session: 2299996b-f454-4e16-a5d3-454b921f214b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6977 2024.10.10 04:28:19.271025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 141694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6978 2024.10.10 04:28:19.271073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6979 2024.10.10 04:28:19.271091 [ 3 ] {} <Debug> HTTP-Session: 8e02d79a-23d4-4073-bc2e-bb9d33f0e68b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6980 2024.10.10 04:28:19.271108 [ 3 ] {} <Debug> HTTP-Session: 8e02d79a-23d4-4073-bc2e-bb9d33f0e68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6981 2024.10.10 04:28:19.271121 [ 3 ] {} <Debug> HTTP-Session: 8e02d79a-23d4-4073-bc2e-bb9d33f0e68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6982 2024.10.10 04:28:19.271152 [ 3 ] {} <Trace> HTTP-Session: 8e02d79a-23d4-4073-bc2e-bb9d33f0e68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6983 2024.10.10 04:28:19.271504 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6984 2024.10.10 04:28:19.271548 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6985 2024.10.10 04:28:19.271766 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6986 2024.10.10 04:28:19.272629 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6987 2024.10.10 04:28:19.272666 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
6988 2024.10.10 04:28:19.273056 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6989 2024.10.10 04:28:19.273417 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6990 2024.10.10 04:28:19.273567 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Debug> executeQuery: Read 867 rows, 64.29 KiB in 0.00227 sec., 381938.32599118946 rows/sec., 27.66 MiB/sec.
6991 2024.10.10 04:28:19.273875 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Debug> DynamicQueryHandler: Done processing query
6992 2024.10.10 04:28:19.273933 [ 3 ] {0f730db1-daa7-49f7-85f5-7a59bec3dc7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
6993 2024.10.10 04:28:19.273982 [ 3 ] {} <Debug> HTTP-Session: 8e02d79a-23d4-4073-bc2e-bb9d33f0e68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6994 2024.10.10 04:28:19.274251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6995 2024.10.10 04:28:19.274305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6996 2024.10.10 04:28:19.274324 [ 3 ] {} <Debug> HTTP-Session: e713bb0e-44ed-4ffd-be6f-7fc6fb3f2c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
6997 2024.10.10 04:28:19.274341 [ 3 ] {} <Debug> HTTP-Session: e713bb0e-44ed-4ffd-be6f-7fc6fb3f2c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6998 2024.10.10 04:28:19.274355 [ 3 ] {} <Debug> HTTP-Session: e713bb0e-44ed-4ffd-be6f-7fc6fb3f2c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6999 2024.10.10 04:28:19.274387 [ 3 ] {} <Trace> HTTP-Session: e713bb0e-44ed-4ffd-be6f-7fc6fb3f2c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7000 2024.10.10 04:28:19.274488 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7001 2024.10.10 04:28:19.274534 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7002 2024.10.10 04:28:19.274681 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7003 2024.10.10 04:28:19.275023 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2024.10.10 04:28:19.275058 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7005 2024.10.10 04:28:19.275421 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7006 2024.10.10 04:28:19.275751 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2024.10.10 04:28:19.275897 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec.
7008 2024.10.10 04:28:19.276212 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Debug> DynamicQueryHandler: Done processing query
7009 2024.10.10 04:28:19.276236 [ 3 ] {8550813e-40bd-4032-a4e7-3361fac51c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7010 2024.10.10 04:28:19.276252 [ 3 ] {} <Debug> HTTP-Session: e713bb0e-44ed-4ffd-be6f-7fc6fb3f2c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7011 2024.10.10 04:28:19.276472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 175058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7012 2024.10.10 04:28:19.276521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7013 2024.10.10 04:28:19.276540 [ 3 ] {} <Debug> HTTP-Session: cf9e3b6e-56e2-4c6a-9dfd-b1a23eb03845 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7014 2024.10.10 04:28:19.276556 [ 3 ] {} <Debug> HTTP-Session: cf9e3b6e-56e2-4c6a-9dfd-b1a23eb03845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7015 2024.10.10 04:28:19.276570 [ 3 ] {} <Debug> HTTP-Session: cf9e3b6e-56e2-4c6a-9dfd-b1a23eb03845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7016 2024.10.10 04:28:19.276601 [ 3 ] {} <Trace> HTTP-Session: cf9e3b6e-56e2-4c6a-9dfd-b1a23eb03845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7017 2024.10.10 04:28:19.276985 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7018 2024.10.10 04:28:19.277035 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7019 2024.10.10 04:28:19.277198 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7020 2024.10.10 04:28:19.278053 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7021 2024.10.10 04:28:19.278089 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7022 2024.10.10 04:28:19.278523 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7023 2024.10.10 04:28:19.278872 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7024 2024.10.10 04:28:19.279033 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.0023 sec., 402173.9130434783 rows/sec., 26.84 MiB/sec.
7025 2024.10.10 04:28:19.279349 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Debug> DynamicQueryHandler: Done processing query
7026 2024.10.10 04:28:19.279374 [ 3 ] {e791481a-37a2-406d-a8b4-bef3c19a56d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
7027 2024.10.10 04:28:19.279390 [ 3 ] {} <Debug> HTTP-Session: cf9e3b6e-56e2-4c6a-9dfd-b1a23eb03845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7028 2024.10.10 04:28:19.279589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7029 2024.10.10 04:28:19.279638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7030 2024.10.10 04:28:19.279657 [ 3 ] {} <Debug> HTTP-Session: 23b4c737-5351-4789-8803-a24727416483 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7031 2024.10.10 04:28:19.279673 [ 3 ] {} <Debug> HTTP-Session: 23b4c737-5351-4789-8803-a24727416483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7032 2024.10.10 04:28:19.279687 [ 3 ] {} <Debug> HTTP-Session: 23b4c737-5351-4789-8803-a24727416483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7033 2024.10.10 04:28:19.279718 [ 3 ] {} <Trace> HTTP-Session: 23b4c737-5351-4789-8803-a24727416483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7034 2024.10.10 04:28:19.279812 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7035 2024.10.10 04:28:19.279859 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7036 2024.10.10 04:28:19.280004 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7037 2024.10.10 04:28:19.280277 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7038 2024.10.10 04:28:19.280313 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7039 2024.10.10 04:28:19.280662 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7040 2024.10.10 04:28:19.280994 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7041 2024.10.10 04:28:19.281158 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec.
7042 2024.10.10 04:28:19.281316 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Debug> DynamicQueryHandler: Done processing query
7043 2024.10.10 04:28:19.281340 [ 3 ] {6cc9ab42-52d3-48e8-8568-6d84bc030804} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7044 2024.10.10 04:28:19.281355 [ 3 ] {} <Debug> HTTP-Session: 23b4c737-5351-4789-8803-a24727416483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7045 2024.10.10 04:28:19.281514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7046 2024.10.10 04:28:19.281562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7047 2024.10.10 04:28:19.281580 [ 3 ] {} <Debug> HTTP-Session: 366b856c-2cba-45e7-888b-7c3d21a59f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7048 2024.10.10 04:28:19.281596 [ 3 ] {} <Debug> HTTP-Session: 366b856c-2cba-45e7-888b-7c3d21a59f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7049 2024.10.10 04:28:19.281609 [ 3 ] {} <Debug> HTTP-Session: 366b856c-2cba-45e7-888b-7c3d21a59f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7050 2024.10.10 04:28:19.281640 [ 3 ] {} <Trace> HTTP-Session: 366b856c-2cba-45e7-888b-7c3d21a59f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7051 2024.10.10 04:28:19.282001 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7052 2024.10.10 04:28:19.282064 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7053 2024.10.10 04:28:19.282490 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7054 2024.10.10 04:28:19.283250 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7055 2024.10.10 04:28:19.283286 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7056 2024.10.10 04:28:19.283914 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7057 2024.10.10 04:28:19.284330 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7058 2024.10.10 04:28:19.284511 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00279 sec., 10394.26523297491 rows/sec., 18.63 MiB/sec.
7059 2024.10.10 04:28:19.284728 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Debug> DynamicQueryHandler: Done processing query
7060 2024.10.10 04:28:19.284753 [ 3 ] {c74852ab-7c6b-47de-89d9-bdcf55c94509} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7061 2024.10.10 04:28:19.284768 [ 3 ] {} <Debug> HTTP-Session: 366b856c-2cba-45e7-888b-7c3d21a59f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7062 2024.10.10 04:28:19.284883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7063 2024.10.10 04:28:19.284932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7064 2024.10.10 04:28:19.284950 [ 3 ] {} <Debug> HTTP-Session: 694b1cd8-03cb-4d6c-b311-63cb65ed999a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7065 2024.10.10 04:28:19.284967 [ 3 ] {} <Debug> HTTP-Session: 694b1cd8-03cb-4d6c-b311-63cb65ed999a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7066 2024.10.10 04:28:19.284981 [ 3 ] {} <Debug> HTTP-Session: 694b1cd8-03cb-4d6c-b311-63cb65ed999a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7067 2024.10.10 04:28:19.285011 [ 3 ] {} <Trace> HTTP-Session: 694b1cd8-03cb-4d6c-b311-63cb65ed999a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7068 2024.10.10 04:28:19.285133 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7069 2024.10.10 04:28:19.285176 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7070 2024.10.10 04:28:19.285304 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7071 2024.10.10 04:28:19.285607 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7072 2024.10.10 04:28:19.285642 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7073 2024.10.10 04:28:19.286001 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7074 2024.10.10 04:28:19.286326 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7075 2024.10.10 04:28:19.286473 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00138 sec., 50724.637681159424 rows/sec., 3.19 MiB/sec.
7076 2024.10.10 04:28:19.286751 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Debug> DynamicQueryHandler: Done processing query
7077 2024.10.10 04:28:19.286789 [ 3 ] {c6f5d09d-0e1e-43d4-9b12-14dcdaf37458} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7078 2024.10.10 04:28:19.286825 [ 3 ] {} <Debug> HTTP-Session: 694b1cd8-03cb-4d6c-b311-63cb65ed999a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7079 2024.10.10 04:28:20.339315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7080 2024.10.10 04:28:20.339428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7081 2024.10.10 04:28:20.339451 [ 3 ] {} <Debug> HTTP-Session: a9805951-13eb-4c55-8c9d-a08437bb165a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7082 2024.10.10 04:28:20.339476 [ 3 ] {} <Debug> HTTP-Session: a9805951-13eb-4c55-8c9d-a08437bb165a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7083 2024.10.10 04:28:20.339491 [ 3 ] {} <Debug> HTTP-Session: a9805951-13eb-4c55-8c9d-a08437bb165a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7084 2024.10.10 04:28:20.339541 [ 3 ] {} <Trace> HTTP-Session: a9805951-13eb-4c55-8c9d-a08437bb165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7085 2024.10.10 04:28:20.339718 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7086 2024.10.10 04:28:20.339788 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7087 2024.10.10 04:28:20.340122 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7088 2024.10.10 04:28:20.340557 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7089 2024.10.10 04:28:20.340600 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7090 2024.10.10 04:28:20.341017 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7091 2024.10.10 04:28:20.341431 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7092 2024.10.10 04:28:20.341586 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec.
7093 2024.10.10 04:28:20.341921 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Debug> DynamicQueryHandler: Done processing query
7094 2024.10.10 04:28:20.341948 [ 3 ] {262be975-99ba-47a6-a0eb-b4b1435c83b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7095 2024.10.10 04:28:20.341965 [ 3 ] {} <Debug> HTTP-Session: a9805951-13eb-4c55-8c9d-a08437bb165a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7096 2024.10.10 04:28:20.342100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7097 2024.10.10 04:28:20.342155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7098 2024.10.10 04:28:20.342176 [ 3 ] {} <Debug> HTTP-Session: c4186dac-24ad-4869-9d9b-12c375f41c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7099 2024.10.10 04:28:20.342194 [ 3 ] {} <Debug> HTTP-Session: c4186dac-24ad-4869-9d9b-12c375f41c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7100 2024.10.10 04:28:20.342208 [ 3 ] {} <Debug> HTTP-Session: c4186dac-24ad-4869-9d9b-12c375f41c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7101 2024.10.10 04:28:20.342243 [ 3 ] {} <Trace> HTTP-Session: c4186dac-24ad-4869-9d9b-12c375f41c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7102 2024.10.10 04:28:20.342366 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7103 2024.10.10 04:28:20.342415 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7104 2024.10.10 04:28:20.342669 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7105 2024.10.10 04:28:20.343018 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7106 2024.10.10 04:28:20.343055 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7107 2024.10.10 04:28:20.343420 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7108 2024.10.10 04:28:20.343791 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7109 2024.10.10 04:28:20.343922 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001597 sec., 35691.92235441453 rows/sec., 2.72 MiB/sec.
7110 2024.10.10 04:28:20.344085 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Debug> DynamicQueryHandler: Done processing query
7111 2024.10.10 04:28:20.344110 [ 3 ] {e03d17c1-0510-4b4d-861c-6a2be61361e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
7112 2024.10.10 04:28:20.344125 [ 3 ] {} <Debug> HTTP-Session: c4186dac-24ad-4869-9d9b-12c375f41c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7113 2024.10.10 04:28:20.344255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7114 2024.10.10 04:28:20.344304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7115 2024.10.10 04:28:20.344323 [ 3 ] {} <Debug> HTTP-Session: bc0f8444-a754-4d8c-8936-69a6ee7b257f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7116 2024.10.10 04:28:20.344341 [ 3 ] {} <Debug> HTTP-Session: bc0f8444-a754-4d8c-8936-69a6ee7b257f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7117 2024.10.10 04:28:20.344354 [ 3 ] {} <Debug> HTTP-Session: bc0f8444-a754-4d8c-8936-69a6ee7b257f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7118 2024.10.10 04:28:20.344387 [ 3 ] {} <Trace> HTTP-Session: bc0f8444-a754-4d8c-8936-69a6ee7b257f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7119 2024.10.10 04:28:20.344484 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7120 2024.10.10 04:28:20.344530 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7121 2024.10.10 04:28:20.344755 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7122 2024.10.10 04:28:20.345040 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2024.10.10 04:28:20.345076 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7124 2024.10.10 04:28:20.345413 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7125 2024.10.10 04:28:20.345773 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7126 2024.10.10 04:28:20.345904 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001446 sec., 1383.1258644536654 rows/sec., 96.58 KiB/sec.
7127 2024.10.10 04:28:20.346197 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Debug> DynamicQueryHandler: Done processing query
7128 2024.10.10 04:28:20.346242 [ 3 ] {83edce93-83f9-4aad-a7c7-625c25a54731} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7129 2024.10.10 04:28:20.346258 [ 3 ] {} <Debug> HTTP-Session: bc0f8444-a754-4d8c-8936-69a6ee7b257f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7130 2024.10.10 04:28:20.346374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7131 2024.10.10 04:28:20.346426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7132 2024.10.10 04:28:20.346444 [ 3 ] {} <Debug> HTTP-Session: 36038b00-5af8-4f19-b515-f02d7dfd20dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7133 2024.10.10 04:28:20.346462 [ 3 ] {} <Debug> HTTP-Session: 36038b00-5af8-4f19-b515-f02d7dfd20dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7134 2024.10.10 04:28:20.346476 [ 3 ] {} <Debug> HTTP-Session: 36038b00-5af8-4f19-b515-f02d7dfd20dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7135 2024.10.10 04:28:20.346508 [ 3 ] {} <Trace> HTTP-Session: 36038b00-5af8-4f19-b515-f02d7dfd20dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7136 2024.10.10 04:28:20.346627 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7137 2024.10.10 04:28:20.346674 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7138 2024.10.10 04:28:20.346913 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7139 2024.10.10 04:28:20.347274 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7140 2024.10.10 04:28:20.347309 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7141 2024.10.10 04:28:20.347676 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7142 2024.10.10 04:28:20.348037 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7143 2024.10.10 04:28:20.348168 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001584 sec., 41666.66666666667 rows/sec., 3.25 MiB/sec.
7144 2024.10.10 04:28:20.348560 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Debug> DynamicQueryHandler: Done processing query
7145 2024.10.10 04:28:20.348600 [ 3 ] {31331d07-53d0-46df-8f1c-cd24530e59ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7146 2024.10.10 04:28:20.348621 [ 3 ] {} <Debug> HTTP-Session: 36038b00-5af8-4f19-b515-f02d7dfd20dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7147 2024.10.10 04:28:20.348759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7148 2024.10.10 04:28:20.348819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7149 2024.10.10 04:28:20.348843 [ 3 ] {} <Debug> HTTP-Session: e3f17c52-1b2a-4cb3-849f-91b4cc1186de Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7150 2024.10.10 04:28:20.348863 [ 3 ] {} <Debug> HTTP-Session: e3f17c52-1b2a-4cb3-849f-91b4cc1186de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7151 2024.10.10 04:28:20.348881 [ 3 ] {} <Debug> HTTP-Session: e3f17c52-1b2a-4cb3-849f-91b4cc1186de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7152 2024.10.10 04:28:20.348918 [ 3 ] {} <Trace> HTTP-Session: e3f17c52-1b2a-4cb3-849f-91b4cc1186de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7153 2024.10.10 04:28:20.349046 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7154 2024.10.10 04:28:20.349098 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7155 2024.10.10 04:28:20.349275 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7156 2024.10.10 04:28:20.349581 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7157 2024.10.10 04:28:20.349617 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7158 2024.10.10 04:28:20.350000 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7159 2024.10.10 04:28:20.350344 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7160 2024.10.10 04:28:20.350472 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001468 sec., 22479.564032697548 rows/sec., 1.56 MiB/sec.
7161 2024.10.10 04:28:20.350784 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Debug> DynamicQueryHandler: Done processing query
7162 2024.10.10 04:28:20.350811 [ 3 ] {3ce59678-16b9-4789-9366-2e11566ee5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7163 2024.10.10 04:28:20.350827 [ 3 ] {} <Debug> HTTP-Session: e3f17c52-1b2a-4cb3-849f-91b4cc1186de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7164 2024.10.10 04:28:20.350945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7165 2024.10.10 04:28:20.350994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7166 2024.10.10 04:28:20.351013 [ 3 ] {} <Debug> HTTP-Session: 363a588b-a256-49e7-b02e-90e923ad4459 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7167 2024.10.10 04:28:20.351030 [ 3 ] {} <Debug> HTTP-Session: 363a588b-a256-49e7-b02e-90e923ad4459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7168 2024.10.10 04:28:20.351044 [ 3 ] {} <Debug> HTTP-Session: 363a588b-a256-49e7-b02e-90e923ad4459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7169 2024.10.10 04:28:20.351074 [ 3 ] {} <Trace> HTTP-Session: 363a588b-a256-49e7-b02e-90e923ad4459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7170 2024.10.10 04:28:20.351180 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7171 2024.10.10 04:28:20.351227 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7172 2024.10.10 04:28:20.351375 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7173 2024.10.10 04:28:20.351643 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2024.10.10 04:28:20.351679 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7175 2024.10.10 04:28:20.352025 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7176 2024.10.10 04:28:20.352380 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2024.10.10 04:28:20.352505 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001355 sec., 8856.088560885608 rows/sec., 611.16 KiB/sec.
7178 2024.10.10 04:28:20.352788 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Debug> DynamicQueryHandler: Done processing query
7179 2024.10.10 04:28:20.352832 [ 3 ] {f1a12209-4fea-4c66-8965-d21b7c014309} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7180 2024.10.10 04:28:20.352849 [ 3 ] {} <Debug> HTTP-Session: 363a588b-a256-49e7-b02e-90e923ad4459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7181 2024.10.10 04:28:23.382480 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
7182 2024.10.10 04:28:23.382573 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
7183 2024.10.10 04:28:25.345293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7184 2024.10.10 04:28:25.345421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7185 2024.10.10 04:28:25.345450 [ 3 ] {} <Debug> HTTP-Session: 8331908f-843d-4ddf-a9b6-a62f3e0972b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7186 2024.10.10 04:28:25.345512 [ 3 ] {} <Debug> HTTP-Session: 8331908f-843d-4ddf-a9b6-a62f3e0972b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7187 2024.10.10 04:28:25.345531 [ 3 ] {} <Debug> HTTP-Session: 8331908f-843d-4ddf-a9b6-a62f3e0972b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7188 2024.10.10 04:28:25.345586 [ 3 ] {} <Trace> HTTP-Session: 8331908f-843d-4ddf-a9b6-a62f3e0972b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7189 2024.10.10 04:28:25.345812 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7190 2024.10.10 04:28:25.345890 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7191 2024.10.10 04:28:25.346247 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7192 2024.10.10 04:28:25.346847 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7193 2024.10.10 04:28:25.346887 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7194 2024.10.10 04:28:25.347305 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7195 2024.10.10 04:28:25.347683 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7196 2024.10.10 04:28:25.347834 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002106 sec., 35137.70180436847 rows/sec., 2.85 MiB/sec.
7197 2024.10.10 04:28:25.348054 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Debug> DynamicQueryHandler: Done processing query
7198 2024.10.10 04:28:25.348083 [ 3 ] {ed8dbe2d-5439-4ed9-867b-4b5d641c66bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7199 2024.10.10 04:28:25.348100 [ 3 ] {} <Debug> HTTP-Session: 8331908f-843d-4ddf-a9b6-a62f3e0972b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7200 2024.10.10 04:28:25.348265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7201 2024.10.10 04:28:25.348324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7202 2024.10.10 04:28:25.348344 [ 3 ] {} <Debug> HTTP-Session: 88d0f6e1-c3fe-44b0-83a4-9e0f2e4613fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7203 2024.10.10 04:28:25.348362 [ 3 ] {} <Debug> HTTP-Session: 88d0f6e1-c3fe-44b0-83a4-9e0f2e4613fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7204 2024.10.10 04:28:25.348375 [ 3 ] {} <Debug> HTTP-Session: 88d0f6e1-c3fe-44b0-83a4-9e0f2e4613fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7205 2024.10.10 04:28:25.348412 [ 3 ] {} <Trace> HTTP-Session: 88d0f6e1-c3fe-44b0-83a4-9e0f2e4613fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7206 2024.10.10 04:28:25.348524 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7207 2024.10.10 04:28:25.348570 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7208 2024.10.10 04:28:25.348805 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7209 2024.10.10 04:28:25.349171 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7210 2024.10.10 04:28:25.349208 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7211 2024.10.10 04:28:25.349557 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7212 2024.10.10 04:28:25.349905 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7213 2024.10.10 04:28:25.350029 [ 87 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7214 2024.10.10 04:28:25.350038 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001548 sec., 5813.9534883720935 rows/sec., 437.18 KiB/sec.
7215 2024.10.10 04:28:25.350075 [ 87 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7216 2024.10.10 04:28:25.350118 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7217 2024.10.10 04:28:25.350266 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Debug> DynamicQueryHandler: Done processing query
7218 2024.10.10 04:28:25.350286 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
7219 2024.10.10 04:28:25.350305 [ 3 ] {8cbf4bb3-b766-4f4d-b56b-8322f14d750f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7220 2024.10.10 04:28:25.350362 [ 3 ] {} <Debug> HTTP-Session: 88d0f6e1-c3fe-44b0-83a4-9e0f2e4613fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7221 2024.10.10 04:28:25.350552 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7222 2024.10.10 04:28:25.350577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7223 2024.10.10 04:28:25.350595 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 56 rows starting from the beginning of the part
7224 2024.10.10 04:28:25.350642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7225 2024.10.10 04:28:25.350672 [ 3 ] {} <Debug> HTTP-Session: f7321215-4791-4399-9218-3f3fb3cbb0d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7226 2024.10.10 04:28:25.350737 [ 3 ] {} <Debug> HTTP-Session: f7321215-4791-4399-9218-3f3fb3cbb0d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7227 2024.10.10 04:28:25.350802 [ 3 ] {} <Debug> HTTP-Session: f7321215-4791-4399-9218-3f3fb3cbb0d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7228 2024.10.10 04:28:25.350821 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 29 rows starting from the beginning of the part
7229 2024.10.10 04:28:25.350906 [ 3 ] {} <Trace> HTTP-Session: f7321215-4791-4399-9218-3f3fb3cbb0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7230 2024.10.10 04:28:25.351103 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part
7231 2024.10.10 04:28:25.351302 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7232 2024.10.10 04:28:25.351461 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 29 rows starting from the beginning of the part
7233 2024.10.10 04:28:25.351487 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7234 2024.10.10 04:28:25.351794 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part
7235 2024.10.10 04:28:25.351967 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part
7236 2024.10.10 04:28:25.352579 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7237 2024.10.10 04:28:25.353149 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7238 2024.10.10 04:28:25.353189 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7239 2024.10.10 04:28:25.353824 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00363691 sec., 36844.46411926608 rows/sec., 2.82 MiB/sec.
7240 2024.10.10 04:28:25.353861 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7241 2024.10.10 04:28:25.353941 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7242 2024.10.10 04:28:25.354373 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2024.10.10 04:28:25.354475 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7244 2024.10.10 04:28:25.354609 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003464 sec., 21073.903002309467 rows/sec., 1.65 MiB/sec.
7245 2024.10.10 04:28:25.354690 [ 187 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_31_6} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7246 2024.10.10 04:28:25.355012 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7247 2024.10.10 04:28:25.355157 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Debug> DynamicQueryHandler: Done processing query
7248 2024.10.10 04:28:25.355198 [ 3 ] {1b4e80c6-1f81-4460-99dd-02066aef54b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7249 2024.10.10 04:28:25.355223 [ 3 ] {} <Debug> HTTP-Session: f7321215-4791-4399-9218-3f3fb3cbb0d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7250 2024.10.10 04:28:25.355421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7251 2024.10.10 04:28:25.355471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7252 2024.10.10 04:28:25.355490 [ 3 ] {} <Debug> HTTP-Session: d51790d3-cf23-470a-8ca5-e0712096cad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7253 2024.10.10 04:28:25.355506 [ 3 ] {} <Debug> HTTP-Session: d51790d3-cf23-470a-8ca5-e0712096cad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7254 2024.10.10 04:28:25.355520 [ 3 ] {} <Debug> HTTP-Session: d51790d3-cf23-470a-8ca5-e0712096cad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7255 2024.10.10 04:28:25.355551 [ 3 ] {} <Trace> HTTP-Session: d51790d3-cf23-470a-8ca5-e0712096cad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7256 2024.10.10 04:28:25.355710 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7257 2024.10.10 04:28:25.355760 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7258 2024.10.10 04:28:25.355925 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7259 2024.10.10 04:28:25.356307 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7260 2024.10.10 04:28:25.356343 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7261 2024.10.10 04:28:25.356719 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7262 2024.10.10 04:28:25.357047 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7263 2024.10.10 04:28:25.357176 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec.
7264 2024.10.10 04:28:25.357343 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Debug> DynamicQueryHandler: Done processing query
7265 2024.10.10 04:28:25.357367 [ 3 ] {d0232b5b-4ff6-412c-9539-f6d290822a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7266 2024.10.10 04:28:25.357383 [ 3 ] {} <Debug> HTTP-Session: d51790d3-cf23-470a-8ca5-e0712096cad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7267 2024.10.10 04:28:25.357549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7268 2024.10.10 04:28:25.357597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7269 2024.10.10 04:28:25.357615 [ 3 ] {} <Debug> HTTP-Session: 0da1d637-afbe-4f27-a54e-b51f1e3d1b09 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7270 2024.10.10 04:28:25.357631 [ 3 ] {} <Debug> HTTP-Session: 0da1d637-afbe-4f27-a54e-b51f1e3d1b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7271 2024.10.10 04:28:25.357645 [ 3 ] {} <Debug> HTTP-Session: 0da1d637-afbe-4f27-a54e-b51f1e3d1b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7272 2024.10.10 04:28:25.357674 [ 3 ] {} <Trace> HTTP-Session: 0da1d637-afbe-4f27-a54e-b51f1e3d1b09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7273 2024.10.10 04:28:25.357848 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7274 2024.10.10 04:28:25.357911 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7275 2024.10.10 04:28:25.358302 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7276 2024.10.10 04:28:25.358819 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7277 2024.10.10 04:28:25.358853 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7278 2024.10.10 04:28:25.359437 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7279 2024.10.10 04:28:25.359855 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7280 2024.10.10 04:28:25.360010 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00226 sec., 3982.3008849557523 rows/sec., 7.14 MiB/sec.
7281 2024.10.10 04:28:25.360529 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Debug> DynamicQueryHandler: Done processing query
7282 2024.10.10 04:28:25.360554 [ 3 ] {9d9ab89d-b318-49f0-b932-31938f281ec2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7283 2024.10.10 04:28:25.360570 [ 3 ] {} <Debug> HTTP-Session: 0da1d637-afbe-4f27-a54e-b51f1e3d1b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7284 2024.10.10 04:28:25.360698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7285 2024.10.10 04:28:25.360746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7286 2024.10.10 04:28:25.360764 [ 3 ] {} <Debug> HTTP-Session: d1ec6ead-01ca-442f-b082-7745ad2cf82b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7287 2024.10.10 04:28:25.360780 [ 3 ] {} <Debug> HTTP-Session: d1ec6ead-01ca-442f-b082-7745ad2cf82b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7288 2024.10.10 04:28:25.360794 [ 3 ] {} <Debug> HTTP-Session: d1ec6ead-01ca-442f-b082-7745ad2cf82b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7289 2024.10.10 04:28:25.360824 [ 3 ] {} <Trace> HTTP-Session: d1ec6ead-01ca-442f-b082-7745ad2cf82b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7290 2024.10.10 04:28:25.360944 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7291 2024.10.10 04:28:25.360990 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7292 2024.10.10 04:28:25.361140 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7293 2024.10.10 04:28:25.361526 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2024.10.10 04:28:25.361561 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7295 2024.10.10 04:28:25.361922 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7296 2024.10.10 04:28:25.362239 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7297 2024.10.10 04:28:25.362362 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec.
7298 2024.10.10 04:28:25.362527 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Debug> DynamicQueryHandler: Done processing query
7299 2024.10.10 04:28:25.362551 [ 3 ] {95f5892d-60f7-46c2-9eb4-8401ff098ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7300 2024.10.10 04:28:25.362566 [ 3 ] {} <Debug> HTTP-Session: d1ec6ead-01ca-442f-b082-7745ad2cf82b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7301 2024.10.10 04:28:28.565430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 722
7302 2024.10.10 04:28:28.568540 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2024.10.10 04:28:28.568600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7304 2024.10.10 04:28:28.570183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7305 2024.10.10 04:28:28.571212 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2024.10.10 04:28:28.572390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722
7307 2024.10.10 04:28:30.352179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7308 2024.10.10 04:28:30.352309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7309 2024.10.10 04:28:30.352341 [ 3 ] {} <Debug> HTTP-Session: ae2a764c-a0d9-471b-97c7-355eef4077ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7310 2024.10.10 04:28:30.352370 [ 3 ] {} <Debug> HTTP-Session: ae2a764c-a0d9-471b-97c7-355eef4077ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7311 2024.10.10 04:28:30.352388 [ 3 ] {} <Debug> HTTP-Session: ae2a764c-a0d9-471b-97c7-355eef4077ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7312 2024.10.10 04:28:30.352445 [ 3 ] {} <Trace> HTTP-Session: ae2a764c-a0d9-471b-97c7-355eef4077ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7313 2024.10.10 04:28:30.352738 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7314 2024.10.10 04:28:30.352818 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7315 2024.10.10 04:28:30.353211 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7316 2024.10.10 04:28:30.353852 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2024.10.10 04:28:30.353899 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7318 2024.10.10 04:28:30.354358 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7319 2024.10.10 04:28:30.354758 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2024.10.10 04:28:30.354940 [ 77 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7321 2024.10.10 04:28:30.354949 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002335 sec., 105781.58458244112 rows/sec., 9.33 MiB/sec.
7322 2024.10.10 04:28:30.355031 [ 77 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7323 2024.10.10 04:28:30.355087 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7324 2024.10.10 04:28:30.355331 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
7325 2024.10.10 04:28:30.355386 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Debug> DynamicQueryHandler: Done processing query
7326 2024.10.10 04:28:30.355430 [ 3 ] {fb81c5a7-fb74-4db3-aafd-2481be76f370} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
7327 2024.10.10 04:28:30.355474 [ 3 ] {} <Debug> HTTP-Session: ae2a764c-a0d9-471b-97c7-355eef4077ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7328 2024.10.10 04:28:30.355597 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7329 2024.10.10 04:28:30.355642 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1415 rows starting from the beginning of the part
7330 2024.10.10 04:28:30.355718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7331 2024.10.10 04:28:30.355900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7332 2024.10.10 04:28:30.355892 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part
7333 2024.10.10 04:28:30.355953 [ 3 ] {} <Debug> HTTP-Session: a0b95daa-eedc-4f8d-bc16-747de920b679 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7334 2024.10.10 04:28:30.356017 [ 3 ] {} <Debug> HTTP-Session: a0b95daa-eedc-4f8d-bc16-747de920b679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7335 2024.10.10 04:28:30.356087 [ 3 ] {} <Debug> HTTP-Session: a0b95daa-eedc-4f8d-bc16-747de920b679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7336 2024.10.10 04:28:30.356236 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1387 rows starting from the beginning of the part
7337 2024.10.10 04:28:30.356252 [ 3 ] {} <Trace> HTTP-Session: a0b95daa-eedc-4f8d-bc16-747de920b679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7338 2024.10.10 04:28:30.356536 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 57 rows starting from the beginning of the part
7339 2024.10.10 04:28:30.356598 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7340 2024.10.10 04:28:30.356766 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7341 2024.10.10 04:28:30.356799 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part
7342 2024.10.10 04:28:30.357193 [ 190 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 247 rows starting from the beginning of the part
7343 2024.10.10 04:28:30.358004 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7344 2024.10.10 04:28:30.358988 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7345 2024.10.10 04:28:30.359058 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7346 2024.10.10 04:28:30.360096 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7347 2024.10.10 04:28:30.360831 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7348 2024.10.10 04:28:30.360913 [ 186 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3254 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703877 sec., 570489.1602676566 rows/sec., 49.84 MiB/sec.
7349 2024.10.10 04:28:30.361084 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.004607 sec., 6294.768830041242 rows/sec., 473.34 KiB/sec.
7350 2024.10.10 04:28:30.361294 [ 187 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7351 2024.10.10 04:28:30.361311 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Debug> DynamicQueryHandler: Done processing query
7352 2024.10.10 04:28:30.361351 [ 3 ] {ae666cd6-be08-47c0-b6fb-40be3a3c0dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7353 2024.10.10 04:28:30.361382 [ 3 ] {} <Debug> HTTP-Session: a0b95daa-eedc-4f8d-bc16-747de920b679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7354 2024.10.10 04:28:30.361526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7355 2024.10.10 04:28:30.361594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7356 2024.10.10 04:28:30.361630 [ 3 ] {} <Debug> HTTP-Session: 3281a156-d8dc-4a62-aa71-f8ef547d4579 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7357 2024.10.10 04:28:30.361662 [ 3 ] {} <Debug> HTTP-Session: 3281a156-d8dc-4a62-aa71-f8ef547d4579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7358 2024.10.10 04:28:30.361694 [ 3 ] {} <Debug> HTTP-Session: 3281a156-d8dc-4a62-aa71-f8ef547d4579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7359 2024.10.10 04:28:30.361758 [ 3 ] {} <Trace> HTTP-Session: 3281a156-d8dc-4a62-aa71-f8ef547d4579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7360 2024.10.10 04:28:30.361889 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7361 2024.10.10 04:28:30.361941 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7362 2024.10.10 04:28:30.362061 [ 187 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7363 2024.10.10 04:28:30.362195 [ 187 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_36_7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7364 2024.10.10 04:28:30.362313 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7365 2024.10.10 04:28:30.362322 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7366 2024.10.10 04:28:30.362662 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7367 2024.10.10 04:28:30.362700 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7368 2024.10.10 04:28:30.363069 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7369 2024.10.10 04:28:30.363444 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7370 2024.10.10 04:28:30.363610 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001748 sec., 8009.153318077803 rows/sec., 560.91 KiB/sec.
7371 2024.10.10 04:28:30.363963 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Debug> DynamicQueryHandler: Done processing query
7372 2024.10.10 04:28:30.363990 [ 3 ] {931024a3-d440-47cf-80f7-9090e8d19908} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7373 2024.10.10 04:28:30.364013 [ 3 ] {} <Debug> HTTP-Session: 3281a156-d8dc-4a62-aa71-f8ef547d4579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7374 2024.10.10 04:28:30.364154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7375 2024.10.10 04:28:30.364207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7376 2024.10.10 04:28:30.364227 [ 3 ] {} <Debug> HTTP-Session: cf92679d-0293-4528-a998-1078df829561 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7377 2024.10.10 04:28:30.364244 [ 3 ] {} <Debug> HTTP-Session: cf92679d-0293-4528-a998-1078df829561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7378 2024.10.10 04:28:30.364258 [ 3 ] {} <Debug> HTTP-Session: cf92679d-0293-4528-a998-1078df829561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7379 2024.10.10 04:28:30.364291 [ 3 ] {} <Trace> HTTP-Session: cf92679d-0293-4528-a998-1078df829561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7380 2024.10.10 04:28:30.364398 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7381 2024.10.10 04:28:30.364445 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7382 2024.10.10 04:28:30.364698 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7383 2024.10.10 04:28:30.365016 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7384 2024.10.10 04:28:30.365053 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7385 2024.10.10 04:28:30.365413 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7386 2024.10.10 04:28:30.365776 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7387 2024.10.10 04:28:30.365936 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 227.53 KiB/sec.
7388 2024.10.10 04:28:30.366119 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Debug> DynamicQueryHandler: Done processing query
7389 2024.10.10 04:28:30.366145 [ 3 ] {89bc2928-560b-4dd5-a52b-7b2b9b35a6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7390 2024.10.10 04:28:30.366161 [ 3 ] {} <Debug> HTTP-Session: cf92679d-0293-4528-a998-1078df829561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7391 2024.10.10 04:28:30.366356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7392 2024.10.10 04:28:30.366416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7393 2024.10.10 04:28:30.366440 [ 3 ] {} <Debug> HTTP-Session: 1e630e9c-33a7-4666-ac80-7c7affb84a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7394 2024.10.10 04:28:30.366462 [ 3 ] {} <Debug> HTTP-Session: 1e630e9c-33a7-4666-ac80-7c7affb84a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7395 2024.10.10 04:28:30.366482 [ 3 ] {} <Debug> HTTP-Session: 1e630e9c-33a7-4666-ac80-7c7affb84a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7396 2024.10.10 04:28:30.366521 [ 3 ] {} <Trace> HTTP-Session: 1e630e9c-33a7-4666-ac80-7c7affb84a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7397 2024.10.10 04:28:30.366811 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7398 2024.10.10 04:28:30.366857 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7399 2024.10.10 04:28:30.367092 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7400 2024.10.10 04:28:30.367683 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7401 2024.10.10 04:28:30.367719 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7402 2024.10.10 04:28:30.368101 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7403 2024.10.10 04:28:30.368470 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7404 2024.10.10 04:28:30.368626 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001967 sec., 208947.63599389934 rows/sec., 14.90 MiB/sec.
7405 2024.10.10 04:28:30.368635 [ 78 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7406 2024.10.10 04:28:30.368726 [ 78 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7407 2024.10.10 04:28:30.368794 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7408 2024.10.10 04:28:30.368934 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
7409 2024.10.10 04:28:30.368944 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Debug> DynamicQueryHandler: Done processing query
7410 2024.10.10 04:28:30.368991 [ 3 ] {d9294efc-0b6f-4c28-9a73-fe85459e15d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7411 2024.10.10 04:28:30.369025 [ 3 ] {} <Debug> HTTP-Session: 1e630e9c-33a7-4666-ac80-7c7affb84a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7412 2024.10.10 04:28:30.369090 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7413 2024.10.10 04:28:30.369122 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part
7414 2024.10.10 04:28:30.369199 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part
7415 2024.10.10 04:28:30.369271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7416 2024.10.10 04:28:30.369327 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 867 rows starting from the beginning of the part
7417 2024.10.10 04:28:30.369428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7418 2024.10.10 04:28:30.369568 [ 3 ] {} <Debug> HTTP-Session: e5373d1f-506a-4fdb-ac11-af4bb7f67675 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7419 2024.10.10 04:28:30.369680 [ 3 ] {} <Debug> HTTP-Session: e5373d1f-506a-4fdb-ac11-af4bb7f67675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7420 2024.10.10 04:28:30.369769 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part
7421 2024.10.10 04:28:30.369771 [ 3 ] {} <Debug> HTTP-Session: e5373d1f-506a-4fdb-ac11-af4bb7f67675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7422 2024.10.10 04:28:30.369888 [ 3 ] {} <Trace> HTTP-Session: e5373d1f-506a-4fdb-ac11-af4bb7f67675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7423 2024.10.10 04:28:30.369965 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 73 rows starting from the beginning of the part
7424 2024.10.10 04:28:30.370140 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7425 2024.10.10 04:28:30.370149 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 411 rows starting from the beginning of the part
7426 2024.10.10 04:28:30.370314 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7427 2024.10.10 04:28:30.370877 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7428 2024.10.10 04:28:30.371344 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2024.10.10 04:28:30.371385 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7430 2024.10.10 04:28:30.371945 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7431 2024.10.10 04:28:30.372363 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2024.10.10 04:28:30.372484 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.003613649 sec., 664702.0781487079 rows/sec., 50.96 MiB/sec.
7433 2024.10.10 04:28:30.372634 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002594 sec., 2313.030069390902 rows/sec., 120.85 KiB/sec.
7434 2024.10.10 04:28:30.372767 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7435 2024.10.10 04:28:30.373205 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Debug> DynamicQueryHandler: Done processing query
7436 2024.10.10 04:28:30.373264 [ 3 ] {1a93adf0-d274-4a15-bd9d-7a881bbd955a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7437 2024.10.10 04:28:30.373303 [ 3 ] {} <Debug> HTTP-Session: e5373d1f-506a-4fdb-ac11-af4bb7f67675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7438 2024.10.10 04:28:30.373469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7439 2024.10.10 04:28:30.373522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7440 2024.10.10 04:28:30.373547 [ 3 ] {} <Debug> HTTP-Session: 01c54f22-a02e-4aa9-81b3-9b84e3889d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7441 2024.10.10 04:28:30.373568 [ 3 ] {} <Debug> HTTP-Session: 01c54f22-a02e-4aa9-81b3-9b84e3889d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7442 2024.10.10 04:28:30.373592 [ 3 ] {} <Debug> HTTP-Session: 01c54f22-a02e-4aa9-81b3-9b84e3889d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7443 2024.10.10 04:28:30.373612 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7444 2024.10.10 04:28:30.373633 [ 3 ] {} <Trace> HTTP-Session: 01c54f22-a02e-4aa9-81b3-9b84e3889d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7445 2024.10.10 04:28:30.373701 [ 187 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_36_7} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7446 2024.10.10 04:28:30.373794 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7447 2024.10.10 04:28:30.373843 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7448 2024.10.10 04:28:30.373891 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7449 2024.10.10 04:28:30.374039 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7450 2024.10.10 04:28:30.374483 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7451 2024.10.10 04:28:30.374519 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7452 2024.10.10 04:28:30.374912 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7453 2024.10.10 04:28:30.375271 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7454 2024.10.10 04:28:30.375435 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7455 2024.10.10 04:28:30.375436 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec.
7456 2024.10.10 04:28:30.375484 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7457 2024.10.10 04:28:30.375548 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7458 2024.10.10 04:28:30.375747 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
7459 2024.10.10 04:28:30.375805 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Debug> DynamicQueryHandler: Done processing query
7460 2024.10.10 04:28:30.375850 [ 3 ] {5fdf4362-bd4d-4059-98f4-0e84a525a47d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7461 2024.10.10 04:28:30.375909 [ 3 ] {} <Debug> HTTP-Session: 01c54f22-a02e-4aa9-81b3-9b84e3889d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7462 2024.10.10 04:28:30.375991 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7463 2024.10.10 04:28:30.376028 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8592 rows starting from the beginning of the part
7464 2024.10.10 04:28:30.376155 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
7465 2024.10.10 04:28:30.376187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7466 2024.10.10 04:28:30.376336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7467 2024.10.10 04:28:30.376427 [ 3 ] {} <Debug> HTTP-Session: d8f1609c-91bb-47df-892e-ba0d647da445 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7468 2024.10.10 04:28:30.376491 [ 3 ] {} <Debug> HTTP-Session: d8f1609c-91bb-47df-892e-ba0d647da445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7469 2024.10.10 04:28:30.376495 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 925 rows starting from the beginning of the part
7470 2024.10.10 04:28:30.376545 [ 3 ] {} <Debug> HTTP-Session: d8f1609c-91bb-47df-892e-ba0d647da445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7471 2024.10.10 04:28:30.376674 [ 3 ] {} <Trace> HTTP-Session: d8f1609c-91bb-47df-892e-ba0d647da445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7472 2024.10.10 04:28:30.376829 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 33 rows starting from the beginning of the part
7473 2024.10.10 04:28:30.377015 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7474 2024.10.10 04:28:30.377127 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
7475 2024.10.10 04:28:30.377191 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7476 2024.10.10 04:28:30.377511 [ 186 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part
7477 2024.10.10 04:28:30.378226 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7478 2024.10.10 04:28:30.378865 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7479 2024.10.10 04:28:30.378904 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7480 2024.10.10 04:28:30.379463 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7481 2024.10.10 04:28:30.380446 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7482 2024.10.10 04:28:30.380672 [ 78 ] {} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
7483 2024.10.10 04:28:30.380685 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003793 sec., 263.6435539151068 rows/sec., 17.77 KiB/sec.
7484 2024.10.10 04:28:30.380734 [ 78 ] {} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7485 2024.10.10 04:28:30.380808 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7486 2024.10.10 04:28:30.381189 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Debug> DynamicQueryHandler: Done processing query
7487 2024.10.10 04:28:30.381247 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
7488 2024.10.10 04:28:30.381288 [ 3 ] {ddfcde67-0e2c-467c-bf6e-505ff0140fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7489 2024.10.10 04:28:30.381375 [ 3 ] {} <Debug> HTTP-Session: d8f1609c-91bb-47df-892e-ba0d647da445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7490 2024.10.10 04:28:30.381903 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7491 2024.10.10 04:28:30.381933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7492 2024.10.10 04:28:30.381952 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
7493 2024.10.10 04:28:30.382003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7494 2024.10.10 04:28:30.382108 [ 3 ] {} <Debug> HTTP-Session: 4d9b991f-1a65-47af-ae35-c1b9f2470859 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7495 2024.10.10 04:28:30.382193 [ 3 ] {} <Debug> HTTP-Session: 4d9b991f-1a65-47af-ae35-c1b9f2470859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7496 2024.10.10 04:28:30.382197 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
7497 2024.10.10 04:28:30.382258 [ 3 ] {} <Debug> HTTP-Session: 4d9b991f-1a65-47af-ae35-c1b9f2470859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7498 2024.10.10 04:28:30.382396 [ 3 ] {} <Trace> HTTP-Session: 4d9b991f-1a65-47af-ae35-c1b9f2470859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7499 2024.10.10 04:28:30.382523 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
7500 2024.10.10 04:28:30.382798 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
7501 2024.10.10 04:28:30.383039 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
7502 2024.10.10 04:28:30.383243 [ 187 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
7503 2024.10.10 04:28:30.383421 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7504 2024.10.10 04:28:30.383776 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7505 2024.10.10 04:28:30.384949 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10107 rows, containing 5 columns (5 merged, 0 gathered) in 0.009299775 sec., 1086800.487108559 rows/sec., 73.30 MiB/sec.
7506 2024.10.10 04:28:30.385459 [ 197 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7507 2024.10.10 04:28:30.387668 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7508 2024.10.10 04:28:30.388166 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7509 2024.10.10 04:28:30.388419 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7510 2024.10.10 04:28:30.388561 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
7511 2024.10.10 04:28:30.388790 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.007737903 sec., 1938.5096970070574 rows/sec., 130.62 KiB/sec.
7512 2024.10.10 04:28:30.388961 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
7513 2024.10.10 04:28:30.389623 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7514 2024.10.10 04:28:30.389837 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_15_3} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
7515 2024.10.10 04:28:30.390033 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7516 2024.10.10 04:28:30.390122 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7517 2024.10.10 04:28:30.390164 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7518 2024.10.10 04:28:30.390834 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7519 2024.10.10 04:28:30.391266 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7520 2024.10.10 04:28:30.391458 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.008803 sec., 3294.3314779052594 rows/sec., 5.90 MiB/sec.
7521 2024.10.10 04:28:30.392053 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Debug> DynamicQueryHandler: Done processing query
7522 2024.10.10 04:28:30.392079 [ 3 ] {f988f980-196d-4c34-9b44-265dc2ffab46} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7523 2024.10.10 04:28:30.392096 [ 3 ] {} <Debug> HTTP-Session: 4d9b991f-1a65-47af-ae35-c1b9f2470859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7524 2024.10.10 04:28:30.392233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7525 2024.10.10 04:28:30.392281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7526 2024.10.10 04:28:30.392300 [ 3 ] {} <Debug> HTTP-Session: ca0cf961-3137-4557-a8d1-17fe7f5c4e5a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7527 2024.10.10 04:28:30.392316 [ 3 ] {} <Debug> HTTP-Session: ca0cf961-3137-4557-a8d1-17fe7f5c4e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7528 2024.10.10 04:28:30.392330 [ 3 ] {} <Debug> HTTP-Session: ca0cf961-3137-4557-a8d1-17fe7f5c4e5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7529 2024.10.10 04:28:30.392363 [ 3 ] {} <Trace> HTTP-Session: ca0cf961-3137-4557-a8d1-17fe7f5c4e5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7530 2024.10.10 04:28:30.392491 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7531 2024.10.10 04:28:30.392538 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7532 2024.10.10 04:28:30.392690 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7533 2024.10.10 04:28:30.393010 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7534 2024.10.10 04:28:30.393047 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7535 2024.10.10 04:28:30.393422 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7536 2024.10.10 04:28:30.393770 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7537 2024.10.10 04:28:30.393931 [ 78 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7538 2024.10.10 04:28:30.393938 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec.
7539 2024.10.10 04:28:30.393975 [ 78 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7540 2024.10.10 04:28:30.394031 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7541 2024.10.10 04:28:30.394270 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
7542 2024.10.10 04:28:30.394285 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Debug> DynamicQueryHandler: Done processing query
7543 2024.10.10 04:28:30.394367 [ 3 ] {870d7e3f-0521-4bd7-91b0-ef951f01e017} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7544 2024.10.10 04:28:30.394394 [ 3 ] {} <Debug> HTTP-Session: ca0cf961-3137-4557-a8d1-17fe7f5c4e5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7545 2024.10.10 04:28:30.394517 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7546 2024.10.10 04:28:30.394562 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1682 rows starting from the beginning of the part
7547 2024.10.10 04:28:30.394677 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
7548 2024.10.10 04:28:30.394883 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 70 rows starting from the beginning of the part
7549 2024.10.10 04:28:30.395064 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part
7550 2024.10.10 04:28:30.395205 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
7551 2024.10.10 04:28:30.395397 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
7552 2024.10.10 04:28:30.396846 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 4 columns (4 merged, 0 gathered) in 0.002704235 sec., 727007.8229147984 rows/sec., 47.11 MiB/sec.
7553 2024.10.10 04:28:30.397053 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7554 2024.10.10 04:28:30.397431 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2024.10.10 04:28:30.397513 [ 200 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_36_7} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7556 2024.10.10 04:28:30.397591 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7557 2024.10.10 04:28:35.346149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7558 2024.10.10 04:28:35.346276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7559 2024.10.10 04:28:35.346301 [ 3 ] {} <Debug> HTTP-Session: 33f60421-135d-45ff-b93b-e182d9e68bca Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7560 2024.10.10 04:28:35.346325 [ 3 ] {} <Debug> HTTP-Session: 33f60421-135d-45ff-b93b-e182d9e68bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7561 2024.10.10 04:28:35.346339 [ 3 ] {} <Debug> HTTP-Session: 33f60421-135d-45ff-b93b-e182d9e68bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7562 2024.10.10 04:28:35.346388 [ 3 ] {} <Trace> HTTP-Session: 33f60421-135d-45ff-b93b-e182d9e68bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7563 2024.10.10 04:28:35.346601 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7564 2024.10.10 04:28:35.346670 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7565 2024.10.10 04:28:35.347010 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7566 2024.10.10 04:28:35.347491 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2024.10.10 04:28:35.347539 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7568 2024.10.10 04:28:35.347974 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7569 2024.10.10 04:28:35.348384 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7570 2024.10.10 04:28:35.348566 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002038 sec., 36310.10794896958 rows/sec., 2.95 MiB/sec.
7571 2024.10.10 04:28:35.348806 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Debug> DynamicQueryHandler: Done processing query
7572 2024.10.10 04:28:35.348834 [ 3 ] {831cd4d0-250c-4c4c-8ccf-bca608f5ceec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7573 2024.10.10 04:28:35.348850 [ 3 ] {} <Debug> HTTP-Session: 33f60421-135d-45ff-b93b-e182d9e68bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7574 2024.10.10 04:28:35.348988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7575 2024.10.10 04:28:35.349045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7576 2024.10.10 04:28:35.349065 [ 3 ] {} <Debug> HTTP-Session: d01f2573-6b2d-42b9-809e-5b0ec1a8d5a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7577 2024.10.10 04:28:35.349085 [ 3 ] {} <Debug> HTTP-Session: d01f2573-6b2d-42b9-809e-5b0ec1a8d5a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7578 2024.10.10 04:28:35.349099 [ 3 ] {} <Debug> HTTP-Session: d01f2573-6b2d-42b9-809e-5b0ec1a8d5a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7579 2024.10.10 04:28:35.349136 [ 3 ] {} <Trace> HTTP-Session: d01f2573-6b2d-42b9-809e-5b0ec1a8d5a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7580 2024.10.10 04:28:35.349254 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7581 2024.10.10 04:28:35.349304 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7582 2024.10.10 04:28:35.349564 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7583 2024.10.10 04:28:35.349915 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7584 2024.10.10 04:28:35.349960 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7585 2024.10.10 04:28:35.350323 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7586 2024.10.10 04:28:35.350699 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7587 2024.10.10 04:28:35.350882 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001654 sec., 5441.354292623942 rows/sec., 409.16 KiB/sec.
7588 2024.10.10 04:28:35.351181 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Debug> DynamicQueryHandler: Done processing query
7589 2024.10.10 04:28:35.351219 [ 3 ] {09665f84-3060-443a-bab5-962ca27534a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7590 2024.10.10 04:28:35.351234 [ 3 ] {} <Debug> HTTP-Session: d01f2573-6b2d-42b9-809e-5b0ec1a8d5a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7591 2024.10.10 04:28:35.351372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7592 2024.10.10 04:28:35.351424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7593 2024.10.10 04:28:35.351443 [ 3 ] {} <Debug> HTTP-Session: 9a98a2bb-8aac-4658-a1fc-b856cc744d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7594 2024.10.10 04:28:35.351461 [ 3 ] {} <Debug> HTTP-Session: 9a98a2bb-8aac-4658-a1fc-b856cc744d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7595 2024.10.10 04:28:35.351474 [ 3 ] {} <Debug> HTTP-Session: 9a98a2bb-8aac-4658-a1fc-b856cc744d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7596 2024.10.10 04:28:35.351509 [ 3 ] {} <Trace> HTTP-Session: 9a98a2bb-8aac-4658-a1fc-b856cc744d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7597 2024.10.10 04:28:35.351644 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7598 2024.10.10 04:28:35.351691 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7599 2024.10.10 04:28:35.351935 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7600 2024.10.10 04:28:35.352301 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7601 2024.10.10 04:28:35.352338 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7602 2024.10.10 04:28:35.352718 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7603 2024.10.10 04:28:35.353069 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7604 2024.10.10 04:28:35.353230 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00164 sec., 44512.19512195122 rows/sec., 3.48 MiB/sec.
7605 2024.10.10 04:28:35.353389 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Debug> DynamicQueryHandler: Done processing query
7606 2024.10.10 04:28:35.353413 [ 3 ] {91a31318-d9f5-4c48-bc03-9efbe48f109e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7607 2024.10.10 04:28:35.353429 [ 3 ] {} <Debug> HTTP-Session: 9a98a2bb-8aac-4658-a1fc-b856cc744d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7608 2024.10.10 04:28:35.353581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7609 2024.10.10 04:28:35.353629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7610 2024.10.10 04:28:35.353648 [ 3 ] {} <Debug> HTTP-Session: 4ac60641-a61b-4def-922c-308625696ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7611 2024.10.10 04:28:35.353664 [ 3 ] {} <Debug> HTTP-Session: 4ac60641-a61b-4def-922c-308625696ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7612 2024.10.10 04:28:35.353678 [ 3 ] {} <Debug> HTTP-Session: 4ac60641-a61b-4def-922c-308625696ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7613 2024.10.10 04:28:35.353708 [ 3 ] {} <Trace> HTTP-Session: 4ac60641-a61b-4def-922c-308625696ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7614 2024.10.10 04:28:35.353850 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7615 2024.10.10 04:28:35.353898 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7616 2024.10.10 04:28:35.354043 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7617 2024.10.10 04:28:35.354426 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7618 2024.10.10 04:28:35.354461 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7619 2024.10.10 04:28:35.354841 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7620 2024.10.10 04:28:35.355175 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7621 2024.10.10 04:28:35.355329 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec.
7622 2024.10.10 04:28:35.355633 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Debug> DynamicQueryHandler: Done processing query
7623 2024.10.10 04:28:35.355670 [ 3 ] {354ae342-8583-4989-a596-12dd6858525f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7624 2024.10.10 04:28:35.355687 [ 3 ] {} <Debug> HTTP-Session: 4ac60641-a61b-4def-922c-308625696ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7625 2024.10.10 04:28:35.355805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7626 2024.10.10 04:28:35.355855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7627 2024.10.10 04:28:35.355874 [ 3 ] {} <Debug> HTTP-Session: 840e7d2d-eb59-499a-b5e5-6b838f46d319 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7628 2024.10.10 04:28:35.355890 [ 3 ] {} <Debug> HTTP-Session: 840e7d2d-eb59-499a-b5e5-6b838f46d319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7629 2024.10.10 04:28:35.355905 [ 3 ] {} <Debug> HTTP-Session: 840e7d2d-eb59-499a-b5e5-6b838f46d319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7630 2024.10.10 04:28:35.355935 [ 3 ] {} <Trace> HTTP-Session: 840e7d2d-eb59-499a-b5e5-6b838f46d319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7631 2024.10.10 04:28:35.356113 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7632 2024.10.10 04:28:35.356184 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7633 2024.10.10 04:28:35.356635 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7634 2024.10.10 04:28:35.357092 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7635 2024.10.10 04:28:35.357130 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7636 2024.10.10 04:28:35.357723 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7637 2024.10.10 04:28:35.358136 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7638 2024.10.10 04:28:35.358315 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7639 2024.10.10 04:28:35.358338 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002322 sec., 3875.9689922480625 rows/sec., 6.95 MiB/sec.
7640 2024.10.10 04:28:35.358406 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.10.10 04:28:35.358489 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
7642 2024.10.10 04:28:35.359063 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
7643 2024.10.10 04:28:35.359078 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Debug> DynamicQueryHandler: Done processing query
7644 2024.10.10 04:28:35.359190 [ 3 ] {e741e2cb-f839-412c-92d0-1aee095fea51} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7645 2024.10.10 04:28:35.359228 [ 3 ] {} <Debug> HTTP-Session: 840e7d2d-eb59-499a-b5e5-6b838f46d319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7646 2024.10.10 04:28:35.359407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7647 2024.10.10 04:28:35.359556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7648 2024.10.10 04:28:35.359613 [ 3 ] {} <Debug> HTTP-Session: 87b5b7a3-afd0-44bc-a44e-d39dad7a2702 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7649 2024.10.10 04:28:35.359667 [ 3 ] {} <Debug> HTTP-Session: 87b5b7a3-afd0-44bc-a44e-d39dad7a2702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7650 2024.10.10 04:28:35.359714 [ 3 ] {} <Debug> HTTP-Session: 87b5b7a3-afd0-44bc-a44e-d39dad7a2702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7651 2024.10.10 04:28:35.359813 [ 3 ] {} <Trace> HTTP-Session: 87b5b7a3-afd0-44bc-a44e-d39dad7a2702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7652 2024.10.10 04:28:35.359957 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7653 2024.10.10 04:28:35.360125 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7654 2024.10.10 04:28:35.360152 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
7655 2024.10.10 04:28:35.360230 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7656 2024.10.10 04:28:35.360984 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part
7657 2024.10.10 04:28:35.361118 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7658 2024.10.10 04:28:35.361643 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part
7659 2024.10.10 04:28:35.362324 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 9 rows starting from the beginning of the part
7660 2024.10.10 04:28:35.362482 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7661 2024.10.10 04:28:35.362593 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7662 2024.10.10 04:28:35.363007 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 29 rows starting from the beginning of the part
7663 2024.10.10 04:28:35.363674 [ 192 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part
7664 2024.10.10 04:28:35.364185 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7665 2024.10.10 04:28:35.365271 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7666 2024.10.10 04:28:35.365623 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005618 sec., 10679.95728017088 rows/sec., 737.03 KiB/sec.
7667 2024.10.10 04:28:35.366062 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Debug> DynamicQueryHandler: Done processing query
7668 2024.10.10 04:28:35.366099 [ 3 ] {3e64b4c9-4bb1-4396-882d-bc998bed3058} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7669 2024.10.10 04:28:35.366126 [ 3 ] {} <Debug> HTTP-Session: 87b5b7a3-afd0-44bc-a44e-d39dad7a2702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7670 2024.10.10 04:28:35.386151 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 569 rows, containing 19 columns (19 merged, 0 gathered) in 0.027530445 sec., 20668.027705327684 rows/sec., 37.04 MiB/sec.
7671 2024.10.10 04:28:35.387190 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7672 2024.10.10 04:28:35.387865 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7673 2024.10.10 04:28:35.387959 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7674 2024.10.10 04:28:35.388126 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
7675 2024.10.10 04:28:38.382640 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
7676 2024.10.10 04:28:38.382743 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
7677 2024.10.10 04:28:38.573516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 754
7678 2024.10.10 04:28:38.576401 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7679 2024.10.10 04:28:38.576448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7680 2024.10.10 04:28:38.577964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
7681 2024.10.10 04:28:38.578965 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7682 2024.10.10 04:28:38.579442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 754
7683 2024.10.10 04:28:40.351105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7684 2024.10.10 04:28:40.351232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7685 2024.10.10 04:28:40.351262 [ 3 ] {} <Debug> HTTP-Session: 2eaddfa5-c84f-4b0f-aaa9-84765f7d796c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7686 2024.10.10 04:28:40.351290 [ 3 ] {} <Debug> HTTP-Session: 2eaddfa5-c84f-4b0f-aaa9-84765f7d796c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7687 2024.10.10 04:28:40.351308 [ 3 ] {} <Debug> HTTP-Session: 2eaddfa5-c84f-4b0f-aaa9-84765f7d796c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7688 2024.10.10 04:28:40.351364 [ 3 ] {} <Trace> HTTP-Session: 2eaddfa5-c84f-4b0f-aaa9-84765f7d796c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7689 2024.10.10 04:28:40.351637 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7690 2024.10.10 04:28:40.351709 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7691 2024.10.10 04:28:40.352043 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7692 2024.10.10 04:28:40.352658 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7693 2024.10.10 04:28:40.352706 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7694 2024.10.10 04:28:40.353143 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7695 2024.10.10 04:28:40.353532 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7696 2024.10.10 04:28:40.353695 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002175 sec., 113563.2183908046 rows/sec., 10.02 MiB/sec.
7697 2024.10.10 04:28:40.353915 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Debug> DynamicQueryHandler: Done processing query
7698 2024.10.10 04:28:40.353942 [ 3 ] {307630ec-a9a8-41af-9446-e6bbc2b65d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
7699 2024.10.10 04:28:40.353958 [ 3 ] {} <Debug> HTTP-Session: 2eaddfa5-c84f-4b0f-aaa9-84765f7d796c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7700 2024.10.10 04:28:40.354087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7701 2024.10.10 04:28:40.354139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7702 2024.10.10 04:28:40.354158 [ 3 ] {} <Debug> HTTP-Session: 867a6d83-8d2a-426d-bada-2c8bc50211c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7703 2024.10.10 04:28:40.354178 [ 3 ] {} <Debug> HTTP-Session: 867a6d83-8d2a-426d-bada-2c8bc50211c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7704 2024.10.10 04:28:40.354192 [ 3 ] {} <Debug> HTTP-Session: 867a6d83-8d2a-426d-bada-2c8bc50211c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7705 2024.10.10 04:28:40.354229 [ 3 ] {} <Trace> HTTP-Session: 867a6d83-8d2a-426d-bada-2c8bc50211c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7706 2024.10.10 04:28:40.354342 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7707 2024.10.10 04:28:40.354390 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7708 2024.10.10 04:28:40.354626 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7709 2024.10.10 04:28:40.354976 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7710 2024.10.10 04:28:40.355013 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7711 2024.10.10 04:28:40.355367 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7712 2024.10.10 04:28:40.355731 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7713 2024.10.10 04:28:40.355896 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001581 sec., 18342.82099936749 rows/sec., 1.35 MiB/sec.
7714 2024.10.10 04:28:40.356070 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Debug> DynamicQueryHandler: Done processing query
7715 2024.10.10 04:28:40.356095 [ 3 ] {c290b4c6-c94f-485e-9b45-67bc83df95a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7716 2024.10.10 04:28:40.356111 [ 3 ] {} <Debug> HTTP-Session: 867a6d83-8d2a-426d-bada-2c8bc50211c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7717 2024.10.10 04:28:40.356233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7718 2024.10.10 04:28:40.356283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7719 2024.10.10 04:28:40.356303 [ 3 ] {} <Debug> HTTP-Session: ffc6ba0b-917c-497c-b746-6f05c28527e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7720 2024.10.10 04:28:40.356320 [ 3 ] {} <Debug> HTTP-Session: ffc6ba0b-917c-497c-b746-6f05c28527e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7721 2024.10.10 04:28:40.356334 [ 3 ] {} <Debug> HTTP-Session: ffc6ba0b-917c-497c-b746-6f05c28527e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7722 2024.10.10 04:28:40.356370 [ 3 ] {} <Trace> HTTP-Session: ffc6ba0b-917c-497c-b746-6f05c28527e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7723 2024.10.10 04:28:40.356468 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7724 2024.10.10 04:28:40.356510 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7725 2024.10.10 04:28:40.356732 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7726 2024.10.10 04:28:40.357031 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7727 2024.10.10 04:28:40.357067 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7728 2024.10.10 04:28:40.357418 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7729 2024.10.10 04:28:40.357769 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7730 2024.10.10 04:28:40.357930 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001479 sec., 9465.855307640297 rows/sec., 662.93 KiB/sec.
7731 2024.10.10 04:28:40.357934 [ 68 ] {} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7732 2024.10.10 04:28:40.358043 [ 68 ] {} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7733 2024.10.10 04:28:40.358092 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7734 2024.10.10 04:28:40.358177 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Debug> DynamicQueryHandler: Done processing query
7735 2024.10.10 04:28:40.358245 [ 3 ] {7996ee87-1cd0-4590-a550-73cbcc359400} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7736 2024.10.10 04:28:40.358283 [ 3 ] {} <Debug> HTTP-Session: ffc6ba0b-917c-497c-b746-6f05c28527e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7737 2024.10.10 04:28:40.358313 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
7738 2024.10.10 04:28:40.358433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7739 2024.10.10 04:28:40.358555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7740 2024.10.10 04:28:40.358616 [ 3 ] {} <Debug> HTTP-Session: 3d42e94a-6c4f-43d3-8277-ecb5bc5969df Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7741 2024.10.10 04:28:40.358652 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7742 2024.10.10 04:28:40.358664 [ 3 ] {} <Debug> HTTP-Session: 3d42e94a-6c4f-43d3-8277-ecb5bc5969df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7743 2024.10.10 04:28:40.358715 [ 3 ] {} <Debug> HTTP-Session: 3d42e94a-6c4f-43d3-8277-ecb5bc5969df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7744 2024.10.10 04:28:40.358727 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
7745 2024.10.10 04:28:40.358785 [ 3 ] {} <Trace> HTTP-Session: 3d42e94a-6c4f-43d3-8277-ecb5bc5969df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7746 2024.10.10 04:28:40.358961 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
7747 2024.10.10 04:28:40.359101 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7748 2024.10.10 04:28:40.359310 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7749 2024.10.10 04:28:40.359401 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
7750 2024.10.10 04:28:40.359797 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part
7751 2024.10.10 04:28:40.360120 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
7752 2024.10.10 04:28:40.360518 [ 200 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
7753 2024.10.10 04:28:40.360838 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7754 2024.10.10 04:28:40.361829 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7755 2024.10.10 04:28:40.361884 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7756 2024.10.10 04:28:40.362910 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7757 2024.10.10 04:28:40.363892 [ 197 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005710937 sec., 94555.41183522073 rows/sec., 6.42 MiB/sec.
7758 2024.10.10 04:28:40.364091 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7759 2024.10.10 04:28:40.364224 [ 197 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7760 2024.10.10 04:28:40.364376 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005402 sec., 1110.6997408367272 rows/sec., 65.62 KiB/sec.
7761 2024.10.10 04:28:40.364717 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Debug> DynamicQueryHandler: Done processing query
7762 2024.10.10 04:28:40.364779 [ 3 ] {b9d45c2e-3869-48e3-9a86-e107e55cb3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7763 2024.10.10 04:28:40.364832 [ 3 ] {} <Debug> HTTP-Session: 3d42e94a-6c4f-43d3-8277-ecb5bc5969df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7764 2024.10.10 04:28:40.365109 [ 197 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7765 2024.10.10 04:28:40.365116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7766 2024.10.10 04:28:40.365227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7767 2024.10.10 04:28:40.365250 [ 3 ] {} <Debug> HTTP-Session: f906fc35-48f3-4bbc-9fc3-2216ecc91391 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7768 2024.10.10 04:28:40.365268 [ 197 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_16_3} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7769 2024.10.10 04:28:40.365278 [ 3 ] {} <Debug> HTTP-Session: f906fc35-48f3-4bbc-9fc3-2216ecc91391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7770 2024.10.10 04:28:40.365310 [ 3 ] {} <Debug> HTTP-Session: f906fc35-48f3-4bbc-9fc3-2216ecc91391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7771 2024.10.10 04:28:40.365376 [ 3 ] {} <Trace> HTTP-Session: f906fc35-48f3-4bbc-9fc3-2216ecc91391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7772 2024.10.10 04:28:40.365431 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7773 2024.10.10 04:28:40.365638 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7774 2024.10.10 04:28:40.365686 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7775 2024.10.10 04:28:40.365930 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7776 2024.10.10 04:28:40.366519 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7777 2024.10.10 04:28:40.366556 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7778 2024.10.10 04:28:40.366944 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7779 2024.10.10 04:28:40.367307 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7780 2024.10.10 04:28:40.367470 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001948 sec., 210985.62628336754 rows/sec., 15.04 MiB/sec.
7781 2024.10.10 04:28:40.367630 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Debug> DynamicQueryHandler: Done processing query
7782 2024.10.10 04:28:40.367653 [ 3 ] {483f4c86-4e34-4c2f-bcb4-97cd21947eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7783 2024.10.10 04:28:40.367669 [ 3 ] {} <Debug> HTTP-Session: f906fc35-48f3-4bbc-9fc3-2216ecc91391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7784 2024.10.10 04:28:40.367826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7785 2024.10.10 04:28:40.367872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7786 2024.10.10 04:28:40.367891 [ 3 ] {} <Debug> HTTP-Session: 001f74e7-105b-49bb-964e-bb12e6556f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7787 2024.10.10 04:28:40.367908 [ 3 ] {} <Debug> HTTP-Session: 001f74e7-105b-49bb-964e-bb12e6556f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7788 2024.10.10 04:28:40.367922 [ 3 ] {} <Debug> HTTP-Session: 001f74e7-105b-49bb-964e-bb12e6556f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7789 2024.10.10 04:28:40.367952 [ 3 ] {} <Trace> HTTP-Session: 001f74e7-105b-49bb-964e-bb12e6556f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7790 2024.10.10 04:28:40.368046 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7791 2024.10.10 04:28:40.368090 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7792 2024.10.10 04:28:40.368219 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7793 2024.10.10 04:28:40.368478 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7794 2024.10.10 04:28:40.368514 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7795 2024.10.10 04:28:40.368866 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7796 2024.10.10 04:28:40.369183 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7797 2024.10.10 04:28:40.369335 [ 68 ] {} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7798 2024.10.10 04:28:40.369342 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec.
7799 2024.10.10 04:28:40.369379 [ 68 ] {} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7800 2024.10.10 04:28:40.369440 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7801 2024.10.10 04:28:40.369614 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
7802 2024.10.10 04:28:40.369633 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Debug> DynamicQueryHandler: Done processing query
7803 2024.10.10 04:28:40.369667 [ 3 ] {f0415161-6f06-4be7-8d08-1d27487acaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7804 2024.10.10 04:28:40.369689 [ 3 ] {} <Debug> HTTP-Session: 001f74e7-105b-49bb-964e-bb12e6556f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7805 2024.10.10 04:28:40.369780 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7806 2024.10.10 04:28:40.369817 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
7807 2024.10.10 04:28:40.369958 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
7808 2024.10.10 04:28:40.369979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7809 2024.10.10 04:28:40.370124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7810 2024.10.10 04:28:40.370241 [ 3 ] {} <Debug> HTTP-Session: 33bb0516-9339-4c81-ad39-2b435324b632 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7811 2024.10.10 04:28:40.370266 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
7812 2024.10.10 04:28:40.370301 [ 3 ] {} <Debug> HTTP-Session: 33bb0516-9339-4c81-ad39-2b435324b632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7813 2024.10.10 04:28:40.370364 [ 3 ] {} <Debug> HTTP-Session: 33bb0516-9339-4c81-ad39-2b435324b632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7814 2024.10.10 04:28:40.370516 [ 3 ] {} <Trace> HTTP-Session: 33bb0516-9339-4c81-ad39-2b435324b632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7815 2024.10.10 04:28:40.370632 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
7816 2024.10.10 04:28:40.370900 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
7817 2024.10.10 04:28:40.370956 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7818 2024.10.10 04:28:40.371184 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7819 2024.10.10 04:28:40.371208 [ 195 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
7820 2024.10.10 04:28:40.371890 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7821 2024.10.10 04:28:40.372549 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7822 2024.10.10 04:28:40.372588 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7823 2024.10.10 04:28:40.372981 [ 201 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430584 sec., 27983.573642271986 rows/sec., 1.43 MiB/sec.
7824 2024.10.10 04:28:40.373215 [ 201 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7825 2024.10.10 04:28:40.373337 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7826 2024.10.10 04:28:40.374195 [ 201 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2024.10.10 04:28:40.374275 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2024.10.10 04:28:40.374389 [ 201 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_16_3} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7829 2024.10.10 04:28:40.374641 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7830 2024.10.10 04:28:40.374649 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003902 sec., 60738.08303434136 rows/sec., 4.07 MiB/sec.
7831 2024.10.10 04:28:40.374848 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Debug> DynamicQueryHandler: Done processing query
7832 2024.10.10 04:28:40.374874 [ 3 ] {c227fcb4-cbce-4847-a9cd-18fa95d7eb19} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7833 2024.10.10 04:28:40.374890 [ 3 ] {} <Debug> HTTP-Session: 33bb0516-9339-4c81-ad39-2b435324b632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7834 2024.10.10 04:28:40.375015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7835 2024.10.10 04:28:40.375061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7836 2024.10.10 04:28:40.375080 [ 3 ] {} <Debug> HTTP-Session: c1c8da1d-319b-4cda-827a-719d509118a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7837 2024.10.10 04:28:40.375096 [ 3 ] {} <Debug> HTTP-Session: c1c8da1d-319b-4cda-827a-719d509118a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7838 2024.10.10 04:28:40.375110 [ 3 ] {} <Debug> HTTP-Session: c1c8da1d-319b-4cda-827a-719d509118a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7839 2024.10.10 04:28:40.375141 [ 3 ] {} <Trace> HTTP-Session: c1c8da1d-319b-4cda-827a-719d509118a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7840 2024.10.10 04:28:40.375234 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7841 2024.10.10 04:28:40.375280 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7842 2024.10.10 04:28:40.375416 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7843 2024.10.10 04:28:40.375689 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7844 2024.10.10 04:28:40.375730 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7845 2024.10.10 04:28:40.376098 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7846 2024.10.10 04:28:40.376442 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7847 2024.10.10 04:28:40.376599 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec.
7848 2024.10.10 04:28:40.376757 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Debug> DynamicQueryHandler: Done processing query
7849 2024.10.10 04:28:40.376781 [ 3 ] {27f08ea1-8da8-4a18-92d5-f6a4353fdb15} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7850 2024.10.10 04:28:40.376798 [ 3 ] {} <Debug> HTTP-Session: c1c8da1d-319b-4cda-827a-719d509118a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7851 2024.10.10 04:28:40.376971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7852 2024.10.10 04:28:40.377020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7853 2024.10.10 04:28:40.377040 [ 3 ] {} <Debug> HTTP-Session: daa76163-fcd0-4891-8f05-1daced7fe5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7854 2024.10.10 04:28:40.377057 [ 3 ] {} <Debug> HTTP-Session: daa76163-fcd0-4891-8f05-1daced7fe5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7855 2024.10.10 04:28:40.377071 [ 3 ] {} <Debug> HTTP-Session: daa76163-fcd0-4891-8f05-1daced7fe5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7856 2024.10.10 04:28:40.377102 [ 3 ] {} <Trace> HTTP-Session: daa76163-fcd0-4891-8f05-1daced7fe5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7857 2024.10.10 04:28:40.377411 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7858 2024.10.10 04:28:40.377478 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7859 2024.10.10 04:28:40.377907 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7860 2024.10.10 04:28:40.378470 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7861 2024.10.10 04:28:40.378506 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7862 2024.10.10 04:28:40.379127 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7863 2024.10.10 04:28:40.379561 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7864 2024.10.10 04:28:40.379752 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002554 sec., 11354.73766640564 rows/sec., 20.35 MiB/sec.
7865 2024.10.10 04:28:40.379956 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Debug> DynamicQueryHandler: Done processing query
7866 2024.10.10 04:28:40.379980 [ 3 ] {7ecbfcc9-5c92-4adc-9982-e03d773e6f07} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7867 2024.10.10 04:28:40.379998 [ 3 ] {} <Debug> HTTP-Session: daa76163-fcd0-4891-8f05-1daced7fe5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7868 2024.10.10 04:28:40.380119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7869 2024.10.10 04:28:40.380166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7870 2024.10.10 04:28:40.380186 [ 3 ] {} <Debug> HTTP-Session: 0eef5198-a2aa-4405-b30c-800bb0a30fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7871 2024.10.10 04:28:40.380203 [ 3 ] {} <Debug> HTTP-Session: 0eef5198-a2aa-4405-b30c-800bb0a30fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7872 2024.10.10 04:28:40.380217 [ 3 ] {} <Debug> HTTP-Session: 0eef5198-a2aa-4405-b30c-800bb0a30fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7873 2024.10.10 04:28:40.380248 [ 3 ] {} <Trace> HTTP-Session: 0eef5198-a2aa-4405-b30c-800bb0a30fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7874 2024.10.10 04:28:40.380370 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7875 2024.10.10 04:28:40.380416 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7876 2024.10.10 04:28:40.380545 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7877 2024.10.10 04:28:40.380822 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7878 2024.10.10 04:28:40.380858 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7879 2024.10.10 04:28:40.381215 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7880 2024.10.10 04:28:40.381554 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7881 2024.10.10 04:28:40.381716 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec.
7882 2024.10.10 04:28:40.381870 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Debug> DynamicQueryHandler: Done processing query
7883 2024.10.10 04:28:40.381895 [ 3 ] {d538e634-23b7-4bc3-a7b0-e5885acf5c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7884 2024.10.10 04:28:40.381911 [ 3 ] {} <Debug> HTTP-Session: 0eef5198-a2aa-4405-b30c-800bb0a30fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7885 2024.10.10 04:28:45.345482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7886 2024.10.10 04:28:45.345601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7887 2024.10.10 04:28:45.345650 [ 3 ] {} <Debug> HTTP-Session: 766a0a4d-1304-4fc8-a582-c2a81f515585 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7888 2024.10.10 04:28:45.345676 [ 3 ] {} <Debug> HTTP-Session: 766a0a4d-1304-4fc8-a582-c2a81f515585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7889 2024.10.10 04:28:45.345690 [ 3 ] {} <Debug> HTTP-Session: 766a0a4d-1304-4fc8-a582-c2a81f515585 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7890 2024.10.10 04:28:45.345738 [ 3 ] {} <Trace> HTTP-Session: 766a0a4d-1304-4fc8-a582-c2a81f515585 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7891 2024.10.10 04:28:45.345901 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7892 2024.10.10 04:28:45.345968 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7893 2024.10.10 04:28:45.346303 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7894 2024.10.10 04:28:45.346685 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7895 2024.10.10 04:28:45.346726 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7896 2024.10.10 04:28:45.347158 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7897 2024.10.10 04:28:45.347553 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7898 2024.10.10 04:28:45.347700 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 88.15 KiB/sec.
7899 2024.10.10 04:28:45.347901 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Debug> DynamicQueryHandler: Done processing query
7900 2024.10.10 04:28:45.347928 [ 3 ] {67baf5f9-26a5-4dba-aad1-ebb77b646d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7901 2024.10.10 04:28:45.347945 [ 3 ] {} <Debug> HTTP-Session: 766a0a4d-1304-4fc8-a582-c2a81f515585 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7902 2024.10.10 04:28:45.348123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7903 2024.10.10 04:28:45.348176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7904 2024.10.10 04:28:45.348197 [ 3 ] {} <Debug> HTTP-Session: b3ce4bd1-c70f-4444-952c-1060a01d457d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7905 2024.10.10 04:28:45.348216 [ 3 ] {} <Debug> HTTP-Session: b3ce4bd1-c70f-4444-952c-1060a01d457d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7906 2024.10.10 04:28:45.348231 [ 3 ] {} <Debug> HTTP-Session: b3ce4bd1-c70f-4444-952c-1060a01d457d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7907 2024.10.10 04:28:45.348265 [ 3 ] {} <Trace> HTTP-Session: b3ce4bd1-c70f-4444-952c-1060a01d457d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7908 2024.10.10 04:28:45.348399 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7909 2024.10.10 04:28:45.348448 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7910 2024.10.10 04:28:45.348682 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7911 2024.10.10 04:28:45.349007 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7912 2024.10.10 04:28:45.349044 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7913 2024.10.10 04:28:45.349426 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7914 2024.10.10 04:28:45.349787 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7915 2024.10.10 04:28:45.349915 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001563 sec., 47984.64491362764 rows/sec., 3.89 MiB/sec.
7916 2024.10.10 04:28:45.350075 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Debug> DynamicQueryHandler: Done processing query
7917 2024.10.10 04:28:45.350100 [ 3 ] {a613c8d7-7c62-4701-9c45-67737bc2d08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7918 2024.10.10 04:28:45.350116 [ 3 ] {} <Debug> HTTP-Session: b3ce4bd1-c70f-4444-952c-1060a01d457d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7919 2024.10.10 04:28:45.350248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7920 2024.10.10 04:28:45.350297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7921 2024.10.10 04:28:45.350331 [ 3 ] {} <Debug> HTTP-Session: f232de49-58b8-4553-b6c2-1684254031a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7922 2024.10.10 04:28:45.350348 [ 3 ] {} <Debug> HTTP-Session: f232de49-58b8-4553-b6c2-1684254031a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7923 2024.10.10 04:28:45.350363 [ 3 ] {} <Debug> HTTP-Session: f232de49-58b8-4553-b6c2-1684254031a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7924 2024.10.10 04:28:45.350395 [ 3 ] {} <Trace> HTTP-Session: f232de49-58b8-4553-b6c2-1684254031a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7925 2024.10.10 04:28:45.350494 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7926 2024.10.10 04:28:45.350541 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7927 2024.10.10 04:28:45.350767 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7928 2024.10.10 04:28:45.351047 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7929 2024.10.10 04:28:45.351083 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7930 2024.10.10 04:28:45.351447 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7931 2024.10.10 04:28:45.351801 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7932 2024.10.10 04:28:45.351934 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001465 sec., 7508.532423208191 rows/sec., 557.27 KiB/sec.
7933 2024.10.10 04:28:45.352093 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Debug> DynamicQueryHandler: Done processing query
7934 2024.10.10 04:28:45.352118 [ 3 ] {b1da6137-2c6c-4b1d-aa01-e437cfc5bf0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7935 2024.10.10 04:28:45.352134 [ 3 ] {} <Debug> HTTP-Session: f232de49-58b8-4553-b6c2-1684254031a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7936 2024.10.10 04:28:45.352281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7937 2024.10.10 04:28:45.352349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7938 2024.10.10 04:28:45.352369 [ 3 ] {} <Debug> HTTP-Session: 19f1da7d-d0b2-401f-aa4c-f5140c2fb025 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7939 2024.10.10 04:28:45.352386 [ 3 ] {} <Debug> HTTP-Session: 19f1da7d-d0b2-401f-aa4c-f5140c2fb025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7940 2024.10.10 04:28:45.352400 [ 3 ] {} <Debug> HTTP-Session: 19f1da7d-d0b2-401f-aa4c-f5140c2fb025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7941 2024.10.10 04:28:45.352431 [ 3 ] {} <Trace> HTTP-Session: 19f1da7d-d0b2-401f-aa4c-f5140c2fb025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7942 2024.10.10 04:28:45.352549 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7943 2024.10.10 04:28:45.352594 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7944 2024.10.10 04:28:45.352819 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7945 2024.10.10 04:28:45.353155 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7946 2024.10.10 04:28:45.353193 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7947 2024.10.10 04:28:45.353572 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7948 2024.10.10 04:28:45.353932 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2024.10.10 04:28:45.354064 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001558 sec., 48138.639281129654 rows/sec., 3.76 MiB/sec.
7950 2024.10.10 04:28:45.354225 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Debug> DynamicQueryHandler: Done processing query
7951 2024.10.10 04:28:45.354250 [ 3 ] {6ac5ee89-81f0-41c5-a283-c1a24c858d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7952 2024.10.10 04:28:45.354265 [ 3 ] {} <Debug> HTTP-Session: 19f1da7d-d0b2-401f-aa4c-f5140c2fb025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7953 2024.10.10 04:28:45.354422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7954 2024.10.10 04:28:45.354471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7955 2024.10.10 04:28:45.354491 [ 3 ] {} <Debug> HTTP-Session: 74b70c58-dade-4d46-92eb-49fda03e1f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7956 2024.10.10 04:28:45.354508 [ 3 ] {} <Debug> HTTP-Session: 74b70c58-dade-4d46-92eb-49fda03e1f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7957 2024.10.10 04:28:45.354521 [ 3 ] {} <Debug> HTTP-Session: 74b70c58-dade-4d46-92eb-49fda03e1f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7958 2024.10.10 04:28:45.354553 [ 3 ] {} <Trace> HTTP-Session: 74b70c58-dade-4d46-92eb-49fda03e1f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7959 2024.10.10 04:28:45.354713 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7960 2024.10.10 04:28:45.354764 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7961 2024.10.10 04:28:45.354908 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7962 2024.10.10 04:28:45.355272 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7963 2024.10.10 04:28:45.355323 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7964 2024.10.10 04:28:45.355707 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7965 2024.10.10 04:28:45.356037 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7966 2024.10.10 04:28:45.356165 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001521 sec., 105851.41354372124 rows/sec., 7.37 MiB/sec.
7967 2024.10.10 04:28:45.356330 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Debug> DynamicQueryHandler: Done processing query
7968 2024.10.10 04:28:45.356355 [ 3 ] {765711e5-f4f3-4b6a-ab57-2313d749a771} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7969 2024.10.10 04:28:45.356371 [ 3 ] {} <Debug> HTTP-Session: 74b70c58-dade-4d46-92eb-49fda03e1f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7970 2024.10.10 04:28:45.356541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7971 2024.10.10 04:28:45.356589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7972 2024.10.10 04:28:45.356608 [ 3 ] {} <Debug> HTTP-Session: b183ac1b-65b7-4885-8af7-4f68e9b64ada Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7973 2024.10.10 04:28:45.356625 [ 3 ] {} <Debug> HTTP-Session: b183ac1b-65b7-4885-8af7-4f68e9b64ada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7974 2024.10.10 04:28:45.356640 [ 3 ] {} <Debug> HTTP-Session: b183ac1b-65b7-4885-8af7-4f68e9b64ada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7975 2024.10.10 04:28:45.356671 [ 3 ] {} <Trace> HTTP-Session: b183ac1b-65b7-4885-8af7-4f68e9b64ada Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2024.10.10 04:28:45.356833 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7977 2024.10.10 04:28:45.356897 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7978 2024.10.10 04:28:45.357306 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7979 2024.10.10 04:28:45.357933 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7980 2024.10.10 04:28:45.357969 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7981 2024.10.10 04:28:45.358607 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7982 2024.10.10 04:28:45.359019 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7983 2024.10.10 04:28:45.359164 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002422 sec., 3715.9372419488027 rows/sec., 6.66 MiB/sec.
7984 2024.10.10 04:28:45.359392 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Debug> DynamicQueryHandler: Done processing query
7985 2024.10.10 04:28:45.359417 [ 3 ] {febe2543-6032-48a7-92dc-ebb49fb9b2f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7986 2024.10.10 04:28:45.359435 [ 3 ] {} <Debug> HTTP-Session: b183ac1b-65b7-4885-8af7-4f68e9b64ada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7987 2024.10.10 04:28:45.359558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7988 2024.10.10 04:28:45.359606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7989 2024.10.10 04:28:45.359627 [ 3 ] {} <Debug> HTTP-Session: 9802fe4a-c964-41b6-95eb-0533e5bc36e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
7990 2024.10.10 04:28:45.359644 [ 3 ] {} <Debug> HTTP-Session: 9802fe4a-c964-41b6-95eb-0533e5bc36e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7991 2024.10.10 04:28:45.359658 [ 3 ] {} <Debug> HTTP-Session: 9802fe4a-c964-41b6-95eb-0533e5bc36e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7992 2024.10.10 04:28:45.359689 [ 3 ] {} <Trace> HTTP-Session: 9802fe4a-c964-41b6-95eb-0533e5bc36e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7993 2024.10.10 04:28:45.359798 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7994 2024.10.10 04:28:45.359843 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7995 2024.10.10 04:28:45.359973 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7996 2024.10.10 04:28:45.360259 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7997 2024.10.10 04:28:45.360295 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
7998 2024.10.10 04:28:45.360664 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7999 2024.10.10 04:28:45.360995 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8000 2024.10.10 04:28:45.361120 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec.
8001 2024.10.10 04:28:45.361270 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Debug> DynamicQueryHandler: Done processing query
8002 2024.10.10 04:28:45.361295 [ 3 ] {4474c871-5a1f-43ff-92b7-6a0e422b0d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8003 2024.10.10 04:28:45.361323 [ 3 ] {} <Debug> HTTP-Session: 9802fe4a-c964-41b6-95eb-0533e5bc36e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8004 2024.10.10 04:28:48.580541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 788
8005 2024.10.10 04:28:48.583523 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8006 2024.10.10 04:28:48.583582 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8007 2024.10.10 04:28:48.585123 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8008 2024.10.10 04:28:48.586120 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8009 2024.10.10 04:28:48.587624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788
8010 2024.10.10 04:28:49.260955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8011 2024.10.10 04:28:49.261068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8012 2024.10.10 04:28:49.261093 [ 3 ] {} <Debug> HTTP-Session: 062a6f3b-7bd6-4b92-955a-382663cdb669 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8013 2024.10.10 04:28:49.261119 [ 3 ] {} <Debug> HTTP-Session: 062a6f3b-7bd6-4b92-955a-382663cdb669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8014 2024.10.10 04:28:49.261134 [ 3 ] {} <Debug> HTTP-Session: 062a6f3b-7bd6-4b92-955a-382663cdb669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8015 2024.10.10 04:28:49.261186 [ 3 ] {} <Trace> HTTP-Session: 062a6f3b-7bd6-4b92-955a-382663cdb669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8016 2024.10.10 04:28:49.261376 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8017 2024.10.10 04:28:49.261445 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8018 2024.10.10 04:28:49.261786 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8019 2024.10.10 04:28:49.262219 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8020 2024.10.10 04:28:49.262260 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8021 2024.10.10 04:28:49.262687 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8022 2024.10.10 04:28:49.263077 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8023 2024.10.10 04:28:49.263255 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00193 sec., 3108.8082901554403 rows/sec., 253.50 KiB/sec.
8024 2024.10.10 04:28:49.263624 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Debug> DynamicQueryHandler: Done processing query
8025 2024.10.10 04:28:49.263652 [ 3 ] {8b9f6d5d-2e6f-41d3-8347-5b3a0af7e69d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8026 2024.10.10 04:28:49.263670 [ 3 ] {} <Debug> HTTP-Session: 062a6f3b-7bd6-4b92-955a-382663cdb669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8027 2024.10.10 04:28:49.263896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 202767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8028 2024.10.10 04:28:49.263947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8029 2024.10.10 04:28:49.263966 [ 3 ] {} <Debug> HTTP-Session: 60fc408e-b78c-4f56-a7ec-fef706539e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8030 2024.10.10 04:28:49.263984 [ 3 ] {} <Debug> HTTP-Session: 60fc408e-b78c-4f56-a7ec-fef706539e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8031 2024.10.10 04:28:49.263999 [ 3 ] {} <Debug> HTTP-Session: 60fc408e-b78c-4f56-a7ec-fef706539e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8032 2024.10.10 04:28:49.264031 [ 3 ] {} <Trace> HTTP-Session: 60fc408e-b78c-4f56-a7ec-fef706539e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8033 2024.10.10 04:28:49.264846 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8034 2024.10.10 04:28:49.264895 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8035 2024.10.10 04:28:49.265148 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8036 2024.10.10 04:28:49.266537 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2024.10.10 04:28:49.266575 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8038 2024.10.10 04:28:49.267033 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8039 2024.10.10 04:28:49.267412 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8040 2024.10.10 04:28:49.267569 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Debug> executeQuery: Read 1390 rows, 118.64 KiB in 0.003384 sec., 410756.5011820331 rows/sec., 34.24 MiB/sec.
8041 2024.10.10 04:28:49.267739 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Debug> DynamicQueryHandler: Done processing query
8042 2024.10.10 04:28:49.267764 [ 3 ] {eedef7b8-9e56-489b-8ba8-8c5ee0600c18} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
8043 2024.10.10 04:28:49.267781 [ 3 ] {} <Debug> HTTP-Session: 60fc408e-b78c-4f56-a7ec-fef706539e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8044 2024.10.10 04:28:49.267927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 5047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8045 2024.10.10 04:28:49.267976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8046 2024.10.10 04:28:49.267996 [ 3 ] {} <Debug> HTTP-Session: 69c9ceda-686b-4799-8457-d7612024d769 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8047 2024.10.10 04:28:49.268013 [ 3 ] {} <Debug> HTTP-Session: 69c9ceda-686b-4799-8457-d7612024d769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8048 2024.10.10 04:28:49.268028 [ 3 ] {} <Debug> HTTP-Session: 69c9ceda-686b-4799-8457-d7612024d769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8049 2024.10.10 04:28:49.268059 [ 3 ] {} <Trace> HTTP-Session: 69c9ceda-686b-4799-8457-d7612024d769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8050 2024.10.10 04:28:49.268164 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8051 2024.10.10 04:28:49.268209 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8052 2024.10.10 04:28:49.268446 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8053 2024.10.10 04:28:49.268772 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2024.10.10 04:28:49.268810 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8055 2024.10.10 04:28:49.269206 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8056 2024.10.10 04:28:49.269595 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8057 2024.10.10 04:28:49.269769 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001625 sec., 21538.46153846154 rows/sec., 1.56 MiB/sec.
8058 2024.10.10 04:28:49.269771 [ 57 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8059 2024.10.10 04:28:49.269888 [ 57 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8060 2024.10.10 04:28:49.269936 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8061 2024.10.10 04:28:49.270020 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Debug> DynamicQueryHandler: Done processing query
8062 2024.10.10 04:28:49.270079 [ 3 ] {44f4883f-0fc8-4dee-891e-2143bde154a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8063 2024.10.10 04:28:49.270121 [ 3 ] {} <Debug> HTTP-Session: 69c9ceda-686b-4799-8457-d7612024d769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8064 2024.10.10 04:28:49.270145 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
8065 2024.10.10 04:28:49.270345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8066 2024.10.10 04:28:49.270406 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8067 2024.10.10 04:28:49.270438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8068 2024.10.10 04:28:49.270477 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 56 rows starting from the beginning of the part
8069 2024.10.10 04:28:49.270488 [ 3 ] {} <Debug> HTTP-Session: a50ac026-e09e-4957-9302-f6b23ee530b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8070 2024.10.10 04:28:49.270544 [ 3 ] {} <Debug> HTTP-Session: a50ac026-e09e-4957-9302-f6b23ee530b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8071 2024.10.10 04:28:49.270586 [ 3 ] {} <Debug> HTTP-Session: a50ac026-e09e-4957-9302-f6b23ee530b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8072 2024.10.10 04:28:49.270725 [ 3 ] {} <Trace> HTTP-Session: a50ac026-e09e-4957-9302-f6b23ee530b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8073 2024.10.10 04:28:49.270739 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part
8074 2024.10.10 04:28:49.271070 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 9 rows starting from the beginning of the part
8075 2024.10.10 04:28:49.271310 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8076 2024.10.10 04:28:49.271457 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part
8077 2024.10.10 04:28:49.271468 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8078 2024.10.10 04:28:49.271773 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part
8079 2024.10.10 04:28:49.272116 [ 193 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 35 rows starting from the beginning of the part
8080 2024.10.10 04:28:49.272839 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8081 2024.10.10 04:28:49.273892 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8082 2024.10.10 04:28:49.273959 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8083 2024.10.10 04:28:49.274978 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.004956546 sec., 34096.32433553527 rows/sec., 2.61 MiB/sec.
8084 2024.10.10 04:28:49.275018 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8085 2024.10.10 04:28:49.275194 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8086 2024.10.10 04:28:49.275972 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8087 2024.10.10 04:28:49.276339 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005312 sec., 45557.22891566265 rows/sec., 3.09 MiB/sec.
8088 2024.10.10 04:28:49.276641 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8089 2024.10.10 04:28:49.276972 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Debug> DynamicQueryHandler: Done processing query
8090 2024.10.10 04:28:49.276993 [ 201 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_36_7} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8091 2024.10.10 04:28:49.277023 [ 3 ] {fd90ccc3-6184-4e4b-af90-4b7841055abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8092 2024.10.10 04:28:49.277050 [ 3 ] {} <Debug> HTTP-Session: a50ac026-e09e-4957-9302-f6b23ee530b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8093 2024.10.10 04:28:49.277165 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8094 2024.10.10 04:28:49.277222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8095 2024.10.10 04:28:49.277276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8096 2024.10.10 04:28:49.277306 [ 3 ] {} <Debug> HTTP-Session: f14cb917-336e-424d-b520-707d497d7809 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8097 2024.10.10 04:28:49.277323 [ 3 ] {} <Debug> HTTP-Session: f14cb917-336e-424d-b520-707d497d7809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8098 2024.10.10 04:28:49.277338 [ 3 ] {} <Debug> HTTP-Session: f14cb917-336e-424d-b520-707d497d7809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8099 2024.10.10 04:28:49.277372 [ 3 ] {} <Trace> HTTP-Session: f14cb917-336e-424d-b520-707d497d7809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8100 2024.10.10 04:28:49.277477 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8101 2024.10.10 04:28:49.277522 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8102 2024.10.10 04:28:49.277780 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8103 2024.10.10 04:28:49.278092 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8104 2024.10.10 04:28:49.278130 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8105 2024.10.10 04:28:49.278507 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8106 2024.10.10 04:28:49.278871 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8107 2024.10.10 04:28:49.279029 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 225.65 KiB/sec.
8108 2024.10.10 04:28:49.279031 [ 57 ] {} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8109 2024.10.10 04:28:49.279123 [ 57 ] {} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8110 2024.10.10 04:28:49.279186 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8111 2024.10.10 04:28:49.279318 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Debug> DynamicQueryHandler: Done processing query
8112 2024.10.10 04:28:49.279370 [ 3 ] {5324f677-3260-4ec6-a552-dad0b873fc84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8113 2024.10.10 04:28:49.279396 [ 3 ] {} <Debug> HTTP-Session: f14cb917-336e-424d-b520-707d497d7809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8114 2024.10.10 04:28:49.279404 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
8115 2024.10.10 04:28:49.279628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 142719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8116 2024.10.10 04:28:49.279685 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8117 2024.10.10 04:28:49.279717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8118 2024.10.10 04:28:49.279758 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part
8119 2024.10.10 04:28:49.279772 [ 3 ] {} <Debug> HTTP-Session: 9e71ad3c-f68c-4d1f-9c9b-d24f9d5e6a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8120 2024.10.10 04:28:49.279822 [ 3 ] {} <Debug> HTTP-Session: 9e71ad3c-f68c-4d1f-9c9b-d24f9d5e6a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8121 2024.10.10 04:28:49.279857 [ 3 ] {} <Debug> HTTP-Session: 9e71ad3c-f68c-4d1f-9c9b-d24f9d5e6a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8122 2024.10.10 04:28:49.280020 [ 3 ] {} <Trace> HTTP-Session: 9e71ad3c-f68c-4d1f-9c9b-d24f9d5e6a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8123 2024.10.10 04:28:49.280040 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
8124 2024.10.10 04:28:49.280307 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
8125 2024.10.10 04:28:49.280447 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
8126 2024.10.10 04:28:49.280601 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8127 2024.10.10 04:28:49.280774 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8128 2024.10.10 04:28:49.280779 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
8129 2024.10.10 04:28:49.281794 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8130 2024.10.10 04:28:49.282882 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003604559 sec., 8322.793440196152 rows/sec., 528.30 KiB/sec.
8131 2024.10.10 04:28:49.283089 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8132 2024.10.10 04:28:49.283404 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2024.10.10 04:28:49.283507 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8134 2024.10.10 04:28:49.283881 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8135 2024.10.10 04:28:49.284059 [ 188 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_17_4} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8136 2024.10.10 04:28:49.284196 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8137 2024.10.10 04:28:49.284303 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8138 2024.10.10 04:28:49.284672 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8139 2024.10.10 04:28:49.284837 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Debug> executeQuery: Read 873 rows, 64.78 KiB in 0.004557 sec., 191573.40355497037 rows/sec., 13.88 MiB/sec.
8140 2024.10.10 04:28:49.285186 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Debug> DynamicQueryHandler: Done processing query
8141 2024.10.10 04:28:49.285231 [ 3 ] {0d271256-96a0-448d-bf74-2e10a3fc38cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
8142 2024.10.10 04:28:49.285251 [ 3 ] {} <Debug> HTTP-Session: 9e71ad3c-f68c-4d1f-9c9b-d24f9d5e6a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8143 2024.10.10 04:28:49.285381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8144 2024.10.10 04:28:49.285430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8145 2024.10.10 04:28:49.285449 [ 3 ] {} <Debug> HTTP-Session: 023470ad-c4b1-4ae1-8ed7-1c306590cec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8146 2024.10.10 04:28:49.285464 [ 3 ] {} <Debug> HTTP-Session: 023470ad-c4b1-4ae1-8ed7-1c306590cec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8147 2024.10.10 04:28:49.285479 [ 3 ] {} <Debug> HTTP-Session: 023470ad-c4b1-4ae1-8ed7-1c306590cec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8148 2024.10.10 04:28:49.285510 [ 3 ] {} <Trace> HTTP-Session: 023470ad-c4b1-4ae1-8ed7-1c306590cec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8149 2024.10.10 04:28:49.285606 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8150 2024.10.10 04:28:49.285654 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8151 2024.10.10 04:28:49.285807 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8152 2024.10.10 04:28:49.286123 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2024.10.10 04:28:49.286159 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8154 2024.10.10 04:28:49.286530 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8155 2024.10.10 04:28:49.286854 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2024.10.10 04:28:49.287001 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec.
8157 2024.10.10 04:28:49.287172 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Debug> DynamicQueryHandler: Done processing query
8158 2024.10.10 04:28:49.287197 [ 3 ] {bdc12a4f-9d48-474c-8f50-171bac50a57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8159 2024.10.10 04:28:49.287212 [ 3 ] {} <Debug> HTTP-Session: 023470ad-c4b1-4ae1-8ed7-1c306590cec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8160 2024.10.10 04:28:49.287407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 175659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8161 2024.10.10 04:28:49.287456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8162 2024.10.10 04:28:49.287475 [ 3 ] {} <Debug> HTTP-Session: 5b9ba16e-57c5-4bf9-b785-4637513cda05 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8163 2024.10.10 04:28:49.287491 [ 3 ] {} <Debug> HTTP-Session: 5b9ba16e-57c5-4bf9-b785-4637513cda05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8164 2024.10.10 04:28:49.287505 [ 3 ] {} <Debug> HTTP-Session: 5b9ba16e-57c5-4bf9-b785-4637513cda05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8165 2024.10.10 04:28:49.287535 [ 3 ] {} <Trace> HTTP-Session: 5b9ba16e-57c5-4bf9-b785-4637513cda05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8166 2024.10.10 04:28:49.287956 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8167 2024.10.10 04:28:49.288003 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8168 2024.10.10 04:28:49.288148 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8169 2024.10.10 04:28:49.289017 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8170 2024.10.10 04:28:49.289054 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8171 2024.10.10 04:28:49.289499 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8172 2024.10.10 04:28:49.289859 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8173 2024.10.10 04:28:49.290008 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.002324 sec., 399311.5318416523 rows/sec., 26.65 MiB/sec.
8174 2024.10.10 04:28:49.290281 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Debug> DynamicQueryHandler: Done processing query
8175 2024.10.10 04:28:49.290353 [ 3 ] {5b7f5074-a65f-4820-b6c4-cce5067ad2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
8176 2024.10.10 04:28:49.290407 [ 3 ] {} <Debug> HTTP-Session: 5b9ba16e-57c5-4bf9-b785-4637513cda05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8177 2024.10.10 04:28:49.290577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8178 2024.10.10 04:28:49.290628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8179 2024.10.10 04:28:49.290647 [ 3 ] {} <Debug> HTTP-Session: b69f87c3-8c39-4640-a47c-cddcb837d6c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8180 2024.10.10 04:28:49.290664 [ 3 ] {} <Debug> HTTP-Session: b69f87c3-8c39-4640-a47c-cddcb837d6c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8181 2024.10.10 04:28:49.290679 [ 3 ] {} <Debug> HTTP-Session: b69f87c3-8c39-4640-a47c-cddcb837d6c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8182 2024.10.10 04:28:49.290711 [ 3 ] {} <Trace> HTTP-Session: b69f87c3-8c39-4640-a47c-cddcb837d6c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8183 2024.10.10 04:28:49.290807 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8184 2024.10.10 04:28:49.290855 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8185 2024.10.10 04:28:49.291008 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8186 2024.10.10 04:28:49.291303 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8187 2024.10.10 04:28:49.291338 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8188 2024.10.10 04:28:49.291680 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8189 2024.10.10 04:28:49.291992 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8190 2024.10.10 04:28:49.292144 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec.
8191 2024.10.10 04:28:49.292316 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Debug> DynamicQueryHandler: Done processing query
8192 2024.10.10 04:28:49.292341 [ 3 ] {97807cb1-bb94-4127-9f61-c6aac2e0064d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8193 2024.10.10 04:28:49.292357 [ 3 ] {} <Debug> HTTP-Session: b69f87c3-8c39-4640-a47c-cddcb837d6c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8194 2024.10.10 04:28:49.292480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8195 2024.10.10 04:28:49.292528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8196 2024.10.10 04:28:49.292547 [ 3 ] {} <Debug> HTTP-Session: e1d4f920-76ff-49b8-94b0-6f0e0e02b195 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8197 2024.10.10 04:28:49.292563 [ 3 ] {} <Debug> HTTP-Session: e1d4f920-76ff-49b8-94b0-6f0e0e02b195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8198 2024.10.10 04:28:49.292577 [ 3 ] {} <Debug> HTTP-Session: e1d4f920-76ff-49b8-94b0-6f0e0e02b195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8199 2024.10.10 04:28:49.292607 [ 3 ] {} <Trace> HTTP-Session: e1d4f920-76ff-49b8-94b0-6f0e0e02b195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8200 2024.10.10 04:28:49.292990 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8201 2024.10.10 04:28:49.293056 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8202 2024.10.10 04:28:49.293505 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8203 2024.10.10 04:28:49.294189 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8204 2024.10.10 04:28:49.294225 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8205 2024.10.10 04:28:49.294868 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8206 2024.10.10 04:28:49.295277 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8207 2024.10.10 04:28:49.295468 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002775 sec., 10450.45045045045 rows/sec., 18.73 MiB/sec.
8208 2024.10.10 04:28:49.295686 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Debug> DynamicQueryHandler: Done processing query
8209 2024.10.10 04:28:49.295709 [ 3 ] {bbb72d37-e2dc-4f99-acc5-aaadaf77e153} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8210 2024.10.10 04:28:49.295726 [ 3 ] {} <Debug> HTTP-Session: e1d4f920-76ff-49b8-94b0-6f0e0e02b195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8211 2024.10.10 04:28:49.295842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8212 2024.10.10 04:28:49.295889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8213 2024.10.10 04:28:49.295908 [ 3 ] {} <Debug> HTTP-Session: 46e1a674-88e4-43b2-bc0a-939471876650 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8214 2024.10.10 04:28:49.295924 [ 3 ] {} <Debug> HTTP-Session: 46e1a674-88e4-43b2-bc0a-939471876650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8215 2024.10.10 04:28:49.295938 [ 3 ] {} <Debug> HTTP-Session: 46e1a674-88e4-43b2-bc0a-939471876650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8216 2024.10.10 04:28:49.295968 [ 3 ] {} <Trace> HTTP-Session: 46e1a674-88e4-43b2-bc0a-939471876650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8217 2024.10.10 04:28:49.296089 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8218 2024.10.10 04:28:49.296133 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8219 2024.10.10 04:28:49.296261 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8220 2024.10.10 04:28:49.296592 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8221 2024.10.10 04:28:49.296628 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8222 2024.10.10 04:28:49.297004 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8223 2024.10.10 04:28:49.297333 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8224 2024.10.10 04:28:49.297486 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001437 sec., 48712.59568545582 rows/sec., 3.06 MiB/sec.
8225 2024.10.10 04:28:49.297650 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Debug> DynamicQueryHandler: Done processing query
8226 2024.10.10 04:28:49.297673 [ 3 ] {3ed8e4c3-1daf-4e01-bb05-ce3d5aa3f221} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8227 2024.10.10 04:28:49.297690 [ 3 ] {} <Debug> HTTP-Session: 46e1a674-88e4-43b2-bc0a-939471876650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8228 2024.10.10 04:28:50.338968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8229 2024.10.10 04:28:50.339079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8230 2024.10.10 04:28:50.339102 [ 3 ] {} <Debug> HTTP-Session: 8133a685-0073-4288-a772-f162b0f49eea Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8231 2024.10.10 04:28:50.339126 [ 3 ] {} <Debug> HTTP-Session: 8133a685-0073-4288-a772-f162b0f49eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8232 2024.10.10 04:28:50.339141 [ 3 ] {} <Debug> HTTP-Session: 8133a685-0073-4288-a772-f162b0f49eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8233 2024.10.10 04:28:50.339190 [ 3 ] {} <Trace> HTTP-Session: 8133a685-0073-4288-a772-f162b0f49eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8234 2024.10.10 04:28:50.339373 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8235 2024.10.10 04:28:50.339439 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8236 2024.10.10 04:28:50.339769 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8237 2024.10.10 04:28:50.340266 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2024.10.10 04:28:50.340315 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8239 2024.10.10 04:28:50.340730 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8240 2024.10.10 04:28:50.341111 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2024.10.10 04:28:50.341252 [ 55 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8242 2024.10.10 04:28:50.341257 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.20 MiB/sec.
8243 2024.10.10 04:28:50.341296 [ 55 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2024.10.10 04:28:50.341338 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8245 2024.10.10 04:28:50.341565 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
8246 2024.10.10 04:28:50.341590 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Debug> DynamicQueryHandler: Done processing query
8247 2024.10.10 04:28:50.341646 [ 3 ] {aad69ffc-79e1-441f-b6d0-b022f4792336} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8248 2024.10.10 04:28:50.341678 [ 3 ] {} <Debug> HTTP-Session: 8133a685-0073-4288-a772-f162b0f49eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8249 2024.10.10 04:28:50.341853 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8250 2024.10.10 04:28:50.341866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8251 2024.10.10 04:28:50.341925 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1415 rows starting from the beginning of the part
8252 2024.10.10 04:28:50.341972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8253 2024.10.10 04:28:50.342042 [ 3 ] {} <Debug> HTTP-Session: bc6436bb-967b-408c-89fd-25484c92c59d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8254 2024.10.10 04:28:50.342110 [ 3 ] {} <Debug> HTTP-Session: bc6436bb-967b-408c-89fd-25484c92c59d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8255 2024.10.10 04:28:50.342120 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 74 rows starting from the beginning of the part
8256 2024.10.10 04:28:50.342175 [ 3 ] {} <Debug> HTTP-Session: bc6436bb-967b-408c-89fd-25484c92c59d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8257 2024.10.10 04:28:50.342416 [ 3 ] {} <Trace> HTTP-Session: bc6436bb-967b-408c-89fd-25484c92c59d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8258 2024.10.10 04:28:50.342472 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 247 rows starting from the beginning of the part
8259 2024.10.10 04:28:50.342843 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part
8260 2024.10.10 04:28:50.342952 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8261 2024.10.10 04:28:50.343078 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1390 rows starting from the beginning of the part
8262 2024.10.10 04:28:50.343122 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8263 2024.10.10 04:28:50.343396 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
8264 2024.10.10 04:28:50.344200 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8265 2024.10.10 04:28:50.345115 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8266 2024.10.10 04:28:50.345185 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8267 2024.10.10 04:28:50.346101 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8268 2024.10.10 04:28:50.346723 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8269 2024.10.10 04:28:50.347076 [ 55 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8270 2024.10.10 04:28:50.347078 [ 191 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005623184 sec., 579209.2167000049 rows/sec., 50.60 MiB/sec.
8271 2024.10.10 04:28:50.347113 [ 55 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8272 2024.10.10 04:28:50.347100 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004365 sec., 14662.08476517755 rows/sec., 1.14 MiB/sec.
8273 2024.10.10 04:28:50.347151 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8274 2024.10.10 04:28:50.347629 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
8275 2024.10.10 04:28:50.347670 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Debug> DynamicQueryHandler: Done processing query
8276 2024.10.10 04:28:50.347628 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8277 2024.10.10 04:28:50.347722 [ 3 ] {97147521-0de0-411c-a67e-3ab7d92623fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8278 2024.10.10 04:28:50.347794 [ 3 ] {} <Debug> HTTP-Session: bc6436bb-967b-408c-89fd-25484c92c59d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8279 2024.10.10 04:28:50.348054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8280 2024.10.10 04:28:50.348181 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8281 2024.10.10 04:28:50.348204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8282 2024.10.10 04:28:50.348297 [ 3 ] {} <Debug> HTTP-Session: d114d30f-c209-47e1-8243-f293417cd3e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8283 2024.10.10 04:28:50.348303 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 912 rows starting from the beginning of the part
8284 2024.10.10 04:28:50.348346 [ 3 ] {} <Debug> HTTP-Session: d114d30f-c209-47e1-8243-f293417cd3e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8285 2024.10.10 04:28:50.348408 [ 3 ] {} <Debug> HTTP-Session: d114d30f-c209-47e1-8243-f293417cd3e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8286 2024.10.10 04:28:50.348566 [ 3 ] {} <Trace> HTTP-Session: d114d30f-c209-47e1-8243-f293417cd3e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8287 2024.10.10 04:28:50.348934 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8288 2024.10.10 04:28:50.349138 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8289 2024.10.10 04:28:50.349159 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 73 rows starting from the beginning of the part
8290 2024.10.10 04:28:50.349786 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 411 rows starting from the beginning of the part
8291 2024.10.10 04:28:50.350231 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part
8292 2024.10.10 04:28:50.350360 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8293 2024.10.10 04:28:50.350484 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8294 2024.10.10 04:28:50.350787 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 873 rows starting from the beginning of the part
8295 2024.10.10 04:28:50.350890 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_41_8} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8296 2024.10.10 04:28:50.351174 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
8297 2024.10.10 04:28:50.351617 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8298 2024.10.10 04:28:50.351892 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8299 2024.10.10 04:28:50.351964 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8300 2024.10.10 04:28:50.352792 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8301 2024.10.10 04:28:50.353752 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8302 2024.10.10 04:28:50.354047 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005248 sec., 6097.560975609756 rows/sec., 434.88 KiB/sec.
8303 2024.10.10 04:28:50.354067 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8304 2024.10.10 04:28:50.354173 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8305 2024.10.10 04:28:50.354242 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8306 2024.10.10 04:28:50.354515 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Debug> DynamicQueryHandler: Done processing query
8307 2024.10.10 04:28:50.354629 [ 3 ] {1c35d488-5b8f-414f-aab8-903f46612467} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8308 2024.10.10 04:28:50.354738 [ 3 ] {} <Debug> HTTP-Session: d114d30f-c209-47e1-8243-f293417cd3e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8309 2024.10.10 04:28:50.355040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8310 2024.10.10 04:28:50.355285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8311 2024.10.10 04:28:50.355278 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
8312 2024.10.10 04:28:50.355460 [ 3 ] {} <Debug> HTTP-Session: d09b4dce-8be3-4821-9533-7825e09c0d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8313 2024.10.10 04:28:50.355642 [ 3 ] {} <Debug> HTTP-Session: d09b4dce-8be3-4821-9533-7825e09c0d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8314 2024.10.10 04:28:50.355819 [ 3 ] {} <Debug> HTTP-Session: d09b4dce-8be3-4821-9533-7825e09c0d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8315 2024.10.10 04:28:50.355965 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.008649977 sec., 278382.2430972938 rows/sec., 21.35 MiB/sec.
8316 2024.10.10 04:28:50.356095 [ 3 ] {} <Trace> HTTP-Session: d09b4dce-8be3-4821-9533-7825e09c0d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8317 2024.10.10 04:28:50.356415 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8318 2024.10.10 04:28:50.356437 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8319 2024.10.10 04:28:50.356518 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10107 rows starting from the beginning of the part
8320 2024.10.10 04:28:50.356570 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8321 2024.10.10 04:28:50.356584 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8322 2024.10.10 04:28:50.357029 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
8323 2024.10.10 04:28:50.357578 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8324 2024.10.10 04:28:50.358070 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
8325 2024.10.10 04:28:50.358610 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part
8326 2024.10.10 04:28:50.359135 [ 199 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8327 2024.10.10 04:28:50.359242 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 928 rows starting from the beginning of the part
8328 2024.10.10 04:28:50.359612 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8329 2024.10.10 04:28:50.359741 [ 199 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_41_8} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8330 2024.10.10 04:28:50.359772 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8331 2024.10.10 04:28:50.359780 [ 198 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part
8332 2024.10.10 04:28:50.360254 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
8333 2024.10.10 04:28:50.361098 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8334 2024.10.10 04:28:50.361546 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8335 2024.10.10 04:28:50.361820 [ 54 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8336 2024.10.10 04:28:50.361894 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005547 sec., 2163.3315305570577 rows/sec., 149.29 KiB/sec.
8337 2024.10.10 04:28:50.361924 [ 54 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8338 2024.10.10 04:28:50.361995 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8339 2024.10.10 04:28:50.362443 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
8340 2024.10.10 04:28:50.362633 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Debug> DynamicQueryHandler: Done processing query
8341 2024.10.10 04:28:50.362746 [ 3 ] {18be2da3-55b5-4d40-a6a0-e43f8c39fdb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8342 2024.10.10 04:28:50.362848 [ 3 ] {} <Debug> HTTP-Session: d09b4dce-8be3-4821-9533-7825e09c0d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8343 2024.10.10 04:28:50.362939 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8344 2024.10.10 04:28:50.363001 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1966 rows starting from the beginning of the part
8345 2024.10.10 04:28:50.363118 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
8346 2024.10.10 04:28:50.363507 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
8347 2024.10.10 04:28:50.363891 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
8348 2024.10.10 04:28:50.364146 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 70 rows starting from the beginning of the part
8349 2024.10.10 04:28:50.364362 [ 186 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part
8350 2024.10.10 04:28:50.365771 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2250 rows, containing 4 columns (4 merged, 0 gathered) in 0.003603819 sec., 624337.681775916 rows/sec., 40.48 MiB/sec.
8351 2024.10.10 04:28:50.365988 [ 192 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11625 rows, containing 5 columns (5 merged, 0 gathered) in 0.011538366 sec., 1007508.3421690732 rows/sec., 67.95 MiB/sec.
8352 2024.10.10 04:28:50.366029 [ 190 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8353 2024.10.10 04:28:50.366509 [ 192 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8354 2024.10.10 04:28:50.366570 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2024.10.10 04:28:50.366802 [ 187 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_41_8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8356 2024.10.10 04:28:50.366950 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
8357 2024.10.10 04:28:50.367254 [ 192 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8358 2024.10.10 04:28:50.367343 [ 192 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8359 2024.10.10 04:28:50.367430 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
8360 2024.10.10 04:28:53.382801 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
8361 2024.10.10 04:28:53.382896 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
8362 2024.10.10 04:28:55.345728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8363 2024.10.10 04:28:55.345844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8364 2024.10.10 04:28:55.345869 [ 3 ] {} <Debug> HTTP-Session: 1760ef8c-f686-4164-9567-dfe0e9fab9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8365 2024.10.10 04:28:55.345894 [ 3 ] {} <Debug> HTTP-Session: 1760ef8c-f686-4164-9567-dfe0e9fab9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8366 2024.10.10 04:28:55.345909 [ 3 ] {} <Debug> HTTP-Session: 1760ef8c-f686-4164-9567-dfe0e9fab9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8367 2024.10.10 04:28:55.345960 [ 3 ] {} <Trace> HTTP-Session: 1760ef8c-f686-4164-9567-dfe0e9fab9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8368 2024.10.10 04:28:55.346187 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8369 2024.10.10 04:28:55.346289 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8370 2024.10.10 04:28:55.346749 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8371 2024.10.10 04:28:55.347302 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8372 2024.10.10 04:28:55.347348 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8373 2024.10.10 04:28:55.347761 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8374 2024.10.10 04:28:55.348172 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8375 2024.10.10 04:28:55.348372 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002241 sec., 892.458723784025 rows/sec., 72.77 KiB/sec.
8376 2024.10.10 04:28:55.348603 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Debug> DynamicQueryHandler: Done processing query
8377 2024.10.10 04:28:55.348631 [ 3 ] {ce6d8944-22a7-4fe0-b5ff-e801bc6ba0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8378 2024.10.10 04:28:55.348648 [ 3 ] {} <Debug> HTTP-Session: 1760ef8c-f686-4164-9567-dfe0e9fab9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8379 2024.10.10 04:28:55.348814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8380 2024.10.10 04:28:55.348871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8381 2024.10.10 04:28:55.348893 [ 3 ] {} <Debug> HTTP-Session: 2b25464e-236f-4ecb-a06c-46bd008d58c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8382 2024.10.10 04:28:55.348911 [ 3 ] {} <Debug> HTTP-Session: 2b25464e-236f-4ecb-a06c-46bd008d58c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8383 2024.10.10 04:28:55.348926 [ 3 ] {} <Debug> HTTP-Session: 2b25464e-236f-4ecb-a06c-46bd008d58c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8384 2024.10.10 04:28:55.348962 [ 3 ] {} <Trace> HTTP-Session: 2b25464e-236f-4ecb-a06c-46bd008d58c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8385 2024.10.10 04:28:55.349093 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8386 2024.10.10 04:28:55.349141 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8387 2024.10.10 04:28:55.349392 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8388 2024.10.10 04:28:55.349788 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8389 2024.10.10 04:28:55.349826 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8390 2024.10.10 04:28:55.350196 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8391 2024.10.10 04:28:55.350568 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8392 2024.10.10 04:28:55.350733 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001683 sec., 44563.2798573975 rows/sec., 3.61 MiB/sec.
8393 2024.10.10 04:28:55.350910 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Debug> DynamicQueryHandler: Done processing query
8394 2024.10.10 04:28:55.350936 [ 3 ] {969ca29b-0e48-4577-865e-f25ae11f97aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8395 2024.10.10 04:28:55.350951 [ 3 ] {} <Debug> HTTP-Session: 2b25464e-236f-4ecb-a06c-46bd008d58c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8396 2024.10.10 04:28:55.351081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8397 2024.10.10 04:28:55.351131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8398 2024.10.10 04:28:55.351149 [ 3 ] {} <Debug> HTTP-Session: 64e7d672-6b3c-4485-b9de-caff29d54378 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8399 2024.10.10 04:28:55.351166 [ 3 ] {} <Debug> HTTP-Session: 64e7d672-6b3c-4485-b9de-caff29d54378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8400 2024.10.10 04:28:55.351180 [ 3 ] {} <Debug> HTTP-Session: 64e7d672-6b3c-4485-b9de-caff29d54378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8401 2024.10.10 04:28:55.351212 [ 3 ] {} <Trace> HTTP-Session: 64e7d672-6b3c-4485-b9de-caff29d54378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8402 2024.10.10 04:28:55.351318 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8403 2024.10.10 04:28:55.351362 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8404 2024.10.10 04:28:55.351593 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8405 2024.10.10 04:28:55.351948 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8406 2024.10.10 04:28:55.351985 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8407 2024.10.10 04:28:55.352334 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8408 2024.10.10 04:28:55.352686 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8409 2024.10.10 04:28:55.352845 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001553 sec., 7083.065035415326 rows/sec., 525.70 KiB/sec.
8410 2024.10.10 04:28:55.353022 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Debug> DynamicQueryHandler: Done processing query
8411 2024.10.10 04:28:55.353047 [ 3 ] {3f8b8ce2-38ef-47fd-b18b-e536ab64229e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8412 2024.10.10 04:28:55.353063 [ 3 ] {} <Debug> HTTP-Session: 64e7d672-6b3c-4485-b9de-caff29d54378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8413 2024.10.10 04:28:55.353191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8414 2024.10.10 04:28:55.353245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8415 2024.10.10 04:28:55.353266 [ 3 ] {} <Debug> HTTP-Session: 545f92f4-3610-47dd-b105-a21ead960510 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8416 2024.10.10 04:28:55.353282 [ 3 ] {} <Debug> HTTP-Session: 545f92f4-3610-47dd-b105-a21ead960510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8417 2024.10.10 04:28:55.353297 [ 3 ] {} <Debug> HTTP-Session: 545f92f4-3610-47dd-b105-a21ead960510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8418 2024.10.10 04:28:55.353328 [ 3 ] {} <Trace> HTTP-Session: 545f92f4-3610-47dd-b105-a21ead960510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8419 2024.10.10 04:28:55.353446 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8420 2024.10.10 04:28:55.353488 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8421 2024.10.10 04:28:55.353717 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8422 2024.10.10 04:28:55.354077 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8423 2024.10.10 04:28:55.354114 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8424 2024.10.10 04:28:55.354484 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8425 2024.10.10 04:28:55.354835 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8426 2024.10.10 04:28:55.354962 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001557 sec., 48169.55684007707 rows/sec., 3.76 MiB/sec.
8427 2024.10.10 04:28:55.355224 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Debug> DynamicQueryHandler: Done processing query
8428 2024.10.10 04:28:55.355295 [ 3 ] {8c502718-d1ba-4a4c-9ac9-1945ff0bfc67} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8429 2024.10.10 04:28:55.355362 [ 3 ] {} <Debug> HTTP-Session: 545f92f4-3610-47dd-b105-a21ead960510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8430 2024.10.10 04:28:55.355594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8431 2024.10.10 04:28:55.355648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8432 2024.10.10 04:28:55.355668 [ 3 ] {} <Debug> HTTP-Session: 7791198c-f56c-4616-b53f-ce3abe1c8457 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8433 2024.10.10 04:28:55.355684 [ 3 ] {} <Debug> HTTP-Session: 7791198c-f56c-4616-b53f-ce3abe1c8457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8434 2024.10.10 04:28:55.355698 [ 3 ] {} <Debug> HTTP-Session: 7791198c-f56c-4616-b53f-ce3abe1c8457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8435 2024.10.10 04:28:55.355730 [ 3 ] {} <Trace> HTTP-Session: 7791198c-f56c-4616-b53f-ce3abe1c8457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8436 2024.10.10 04:28:55.355878 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8437 2024.10.10 04:28:55.355928 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8438 2024.10.10 04:28:55.356091 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8439 2024.10.10 04:28:55.356495 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8440 2024.10.10 04:28:55.356530 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8441 2024.10.10 04:28:55.356908 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8442 2024.10.10 04:28:55.357249 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8443 2024.10.10 04:28:55.357379 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001572 sec., 102417.30279898219 rows/sec., 7.13 MiB/sec.
8444 2024.10.10 04:28:55.357541 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Debug> DynamicQueryHandler: Done processing query
8445 2024.10.10 04:28:55.357565 [ 3 ] {60c9d988-6842-46fd-a8fb-8e9dc4c0ce19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8446 2024.10.10 04:28:55.357581 [ 3 ] {} <Debug> HTTP-Session: 7791198c-f56c-4616-b53f-ce3abe1c8457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8447 2024.10.10 04:28:55.357737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8448 2024.10.10 04:28:55.357785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8449 2024.10.10 04:28:55.357805 [ 3 ] {} <Debug> HTTP-Session: ea3ccce3-61ee-4536-ac73-4dd3daca78fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8450 2024.10.10 04:28:55.357821 [ 3 ] {} <Debug> HTTP-Session: ea3ccce3-61ee-4536-ac73-4dd3daca78fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8451 2024.10.10 04:28:55.357836 [ 3 ] {} <Debug> HTTP-Session: ea3ccce3-61ee-4536-ac73-4dd3daca78fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8452 2024.10.10 04:28:55.357866 [ 3 ] {} <Trace> HTTP-Session: ea3ccce3-61ee-4536-ac73-4dd3daca78fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8453 2024.10.10 04:28:55.358044 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8454 2024.10.10 04:28:55.358108 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8455 2024.10.10 04:28:55.358540 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8456 2024.10.10 04:28:55.359092 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2024.10.10 04:28:55.359127 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8458 2024.10.10 04:28:55.359732 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8459 2024.10.10 04:28:55.360133 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8460 2024.10.10 04:28:55.360280 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002341 sec., 3844.5108927808624 rows/sec., 6.89 MiB/sec.
8461 2024.10.10 04:28:55.360496 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Debug> DynamicQueryHandler: Done processing query
8462 2024.10.10 04:28:55.360520 [ 3 ] {0a373db2-afa2-4b2f-8307-f13093902d2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8463 2024.10.10 04:28:55.360536 [ 3 ] {} <Debug> HTTP-Session: ea3ccce3-61ee-4536-ac73-4dd3daca78fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8464 2024.10.10 04:28:55.360655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8465 2024.10.10 04:28:55.360703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8466 2024.10.10 04:28:55.360722 [ 3 ] {} <Debug> HTTP-Session: ed7903eb-ea41-4384-9dc4-ca1ecd04c0d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8467 2024.10.10 04:28:55.360737 [ 3 ] {} <Debug> HTTP-Session: ed7903eb-ea41-4384-9dc4-ca1ecd04c0d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8468 2024.10.10 04:28:55.360752 [ 3 ] {} <Debug> HTTP-Session: ed7903eb-ea41-4384-9dc4-ca1ecd04c0d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8469 2024.10.10 04:28:55.360782 [ 3 ] {} <Trace> HTTP-Session: ed7903eb-ea41-4384-9dc4-ca1ecd04c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8470 2024.10.10 04:28:55.360904 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8471 2024.10.10 04:28:55.360950 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8472 2024.10.10 04:28:55.361079 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8473 2024.10.10 04:28:55.361377 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8474 2024.10.10 04:28:55.361412 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
8475 2024.10.10 04:28:55.361760 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8476 2024.10.10 04:28:55.362074 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8477 2024.10.10 04:28:55.362201 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec.
8478 2024.10.10 04:28:55.362371 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Debug> DynamicQueryHandler: Done processing query
8479 2024.10.10 04:28:55.362395 [ 3 ] {e5c52cd2-0bec-47c4-b3b7-4445d804d905} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8480 2024.10.10 04:28:55.362411 [ 3 ] {} <Debug> HTTP-Session: ed7903eb-ea41-4384-9dc4-ca1ecd04c0d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8481 2024.10.10 04:28:58.588705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 832
8482 2024.10.10 04:28:58.591842 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2024.10.10 04:28:58.591893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8484 2024.10.10 04:28:58.593420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8485 2024.10.10 04:28:58.594438 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8486 2024.10.10 04:28:58.595003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832
8487 2024.10.10 04:29:00.351134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8488 2024.10.10 04:29:00.351246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8489 2024.10.10 04:29:00.351272 [ 3 ] {} <Debug> HTTP-Session: 6dbcecf5-4d01-464f-8b19-c6ea1862a05c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8490 2024.10.10 04:29:00.351297 [ 3 ] {} <Debug> HTTP-Session: 6dbcecf5-4d01-464f-8b19-c6ea1862a05c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8491 2024.10.10 04:29:00.351311 [ 3 ] {} <Debug> HTTP-Session: 6dbcecf5-4d01-464f-8b19-c6ea1862a05c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8492 2024.10.10 04:29:00.351361 [ 3 ] {} <Trace> HTTP-Session: 6dbcecf5-4d01-464f-8b19-c6ea1862a05c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8493 2024.10.10 04:29:00.351532 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8494 2024.10.10 04:29:00.351601 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8495 2024.10.10 04:29:00.351940 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8496 2024.10.10 04:29:00.352371 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2024.10.10 04:29:00.352416 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8498 2024.10.10 04:29:00.352838 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8499 2024.10.10 04:29:00.353234 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8500 2024.10.10 04:29:00.353414 [ 45 ] {} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8501 2024.10.10 04:29:00.353418 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001934 sec., 2068.252326783868 rows/sec., 168.65 KiB/sec.
8502 2024.10.10 04:29:00.353505 [ 45 ] {} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8503 2024.10.10 04:29:00.353578 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8504 2024.10.10 04:29:00.353768 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
8505 2024.10.10 04:29:00.353792 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Debug> DynamicQueryHandler: Done processing query
8506 2024.10.10 04:29:00.353829 [ 3 ] {03bd4d09-9d5e-48a3-8115-44846e9ef6cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8507 2024.10.10 04:29:00.353852 [ 3 ] {} <Debug> HTTP-Session: 6dbcecf5-4d01-464f-8b19-c6ea1862a05c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8508 2024.10.10 04:29:00.353943 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8509 2024.10.10 04:29:00.353980 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part
8510 2024.10.10 04:29:00.354086 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
8511 2024.10.10 04:29:00.354108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8512 2024.10.10 04:29:00.354235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8513 2024.10.10 04:29:00.354340 [ 3 ] {} <Debug> HTTP-Session: 7292186d-b6da-4bd7-a5d6-d65d92f1b1b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8514 2024.10.10 04:29:00.354357 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
8515 2024.10.10 04:29:00.354393 [ 3 ] {} <Debug> HTTP-Session: 7292186d-b6da-4bd7-a5d6-d65d92f1b1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8516 2024.10.10 04:29:00.354446 [ 3 ] {} <Debug> HTTP-Session: 7292186d-b6da-4bd7-a5d6-d65d92f1b1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8517 2024.10.10 04:29:00.354566 [ 3 ] {} <Trace> HTTP-Session: 7292186d-b6da-4bd7-a5d6-d65d92f1b1b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8518 2024.10.10 04:29:00.354619 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
8519 2024.10.10 04:29:00.354741 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
8520 2024.10.10 04:29:00.354816 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8521 2024.10.10 04:29:00.354871 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
8522 2024.10.10 04:29:00.354896 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8523 2024.10.10 04:29:00.355448 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8524 2024.10.10 04:29:00.356256 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8525 2024.10.10 04:29:00.356303 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8526 2024.10.10 04:29:00.356549 [ 192 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002848029 sec., 11938.0806866784 rows/sec., 1020.10 KiB/sec.
8527 2024.10.10 04:29:00.356825 [ 192 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8528 2024.10.10 04:29:00.357028 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8529 2024.10.10 04:29:00.357899 [ 192 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8530 2024.10.10 04:29:00.358059 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8531 2024.10.10 04:29:00.358073 [ 192 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_15_3} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8532 2024.10.10 04:29:00.358268 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8533 2024.10.10 04:29:00.358417 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Debug> executeQuery: Read 249 rows, 22.45 KiB in 0.003719 sec., 66953.48211884915 rows/sec., 5.90 MiB/sec.
8534 2024.10.10 04:29:00.358639 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Debug> DynamicQueryHandler: Done processing query
8535 2024.10.10 04:29:00.358666 [ 3 ] {886a1852-e325-4439-8b42-b3f14ccd9154} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
8536 2024.10.10 04:29:00.358682 [ 3 ] {} <Debug> HTTP-Session: 7292186d-b6da-4bd7-a5d6-d65d92f1b1b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8537 2024.10.10 04:29:00.358868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8538 2024.10.10 04:29:00.358920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8539 2024.10.10 04:29:00.358941 [ 3 ] {} <Debug> HTTP-Session: 0a075a67-b7ec-4ff3-bed7-f709f87e4bff Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8540 2024.10.10 04:29:00.358961 [ 3 ] {} <Debug> HTTP-Session: 0a075a67-b7ec-4ff3-bed7-f709f87e4bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8541 2024.10.10 04:29:00.358976 [ 3 ] {} <Debug> HTTP-Session: 0a075a67-b7ec-4ff3-bed7-f709f87e4bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8542 2024.10.10 04:29:00.359011 [ 3 ] {} <Trace> HTTP-Session: 0a075a67-b7ec-4ff3-bed7-f709f87e4bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8543 2024.10.10 04:29:00.359125 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8544 2024.10.10 04:29:00.359174 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8545 2024.10.10 04:29:00.359419 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8546 2024.10.10 04:29:00.359746 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8547 2024.10.10 04:29:00.359784 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8548 2024.10.10 04:29:00.360138 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8549 2024.10.10 04:29:00.360503 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8550 2024.10.10 04:29:00.360636 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.001549 sec., 21304.06714009038 rows/sec., 1.55 MiB/sec.
8551 2024.10.10 04:29:00.360793 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Debug> DynamicQueryHandler: Done processing query
8552 2024.10.10 04:29:00.360817 [ 3 ] {c0b8dfc7-4cba-4418-bc0e-175ba193ff5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8553 2024.10.10 04:29:00.360832 [ 3 ] {} <Debug> HTTP-Session: 0a075a67-b7ec-4ff3-bed7-f709f87e4bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8554 2024.10.10 04:29:00.360956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8555 2024.10.10 04:29:00.361002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8556 2024.10.10 04:29:00.361021 [ 3 ] {} <Debug> HTTP-Session: e4261ae9-c7db-4352-9741-a011f12c61c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8557 2024.10.10 04:29:00.361037 [ 3 ] {} <Debug> HTTP-Session: e4261ae9-c7db-4352-9741-a011f12c61c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8558 2024.10.10 04:29:00.361051 [ 3 ] {} <Debug> HTTP-Session: e4261ae9-c7db-4352-9741-a011f12c61c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8559 2024.10.10 04:29:00.361082 [ 3 ] {} <Trace> HTTP-Session: e4261ae9-c7db-4352-9741-a011f12c61c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8560 2024.10.10 04:29:00.361179 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8561 2024.10.10 04:29:00.361229 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8562 2024.10.10 04:29:00.361448 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8563 2024.10.10 04:29:00.361739 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8564 2024.10.10 04:29:00.361773 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8565 2024.10.10 04:29:00.362119 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8566 2024.10.10 04:29:00.362488 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8567 2024.10.10 04:29:00.362623 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00147 sec., 9523.809523809525 rows/sec., 666.99 KiB/sec.
8568 2024.10.10 04:29:00.362785 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Debug> DynamicQueryHandler: Done processing query
8569 2024.10.10 04:29:00.362809 [ 3 ] {d68f2e61-2f9e-458e-9f4d-9e41625cfb92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8570 2024.10.10 04:29:00.362825 [ 3 ] {} <Debug> HTTP-Session: e4261ae9-c7db-4352-9741-a011f12c61c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8571 2024.10.10 04:29:00.362938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8572 2024.10.10 04:29:00.362986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8573 2024.10.10 04:29:00.363005 [ 3 ] {} <Debug> HTTP-Session: eef61b37-fcab-444a-ac37-6d11eb475dab Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8574 2024.10.10 04:29:00.363021 [ 3 ] {} <Debug> HTTP-Session: eef61b37-fcab-444a-ac37-6d11eb475dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8575 2024.10.10 04:29:00.363035 [ 3 ] {} <Debug> HTTP-Session: eef61b37-fcab-444a-ac37-6d11eb475dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8576 2024.10.10 04:29:00.363065 [ 3 ] {} <Trace> HTTP-Session: eef61b37-fcab-444a-ac37-6d11eb475dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8577 2024.10.10 04:29:00.363158 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8578 2024.10.10 04:29:00.363209 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8579 2024.10.10 04:29:00.363430 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8580 2024.10.10 04:29:00.363711 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8581 2024.10.10 04:29:00.363747 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8582 2024.10.10 04:29:00.364089 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8583 2024.10.10 04:29:00.364453 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8584 2024.10.10 04:29:00.364581 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 244.98 KiB/sec.
8585 2024.10.10 04:29:00.364854 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Debug> DynamicQueryHandler: Done processing query
8586 2024.10.10 04:29:00.364881 [ 3 ] {518fdc5e-fac6-46f9-8cbc-e7e974f25bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8587 2024.10.10 04:29:00.364897 [ 3 ] {} <Debug> HTTP-Session: eef61b37-fcab-444a-ac37-6d11eb475dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8588 2024.10.10 04:29:00.365057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 67396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8589 2024.10.10 04:29:00.365103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8590 2024.10.10 04:29:00.365122 [ 3 ] {} <Debug> HTTP-Session: a49eb085-c60d-46bf-a344-a53f25fef186 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8591 2024.10.10 04:29:00.365138 [ 3 ] {} <Debug> HTTP-Session: a49eb085-c60d-46bf-a344-a53f25fef186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8592 2024.10.10 04:29:00.365152 [ 3 ] {} <Debug> HTTP-Session: a49eb085-c60d-46bf-a344-a53f25fef186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8593 2024.10.10 04:29:00.365182 [ 3 ] {} <Trace> HTTP-Session: a49eb085-c60d-46bf-a344-a53f25fef186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8594 2024.10.10 04:29:00.365402 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8595 2024.10.10 04:29:00.365447 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8596 2024.10.10 04:29:00.365684 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8597 2024.10.10 04:29:00.366222 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8598 2024.10.10 04:29:00.366258 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8599 2024.10.10 04:29:00.366681 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8600 2024.10.10 04:29:00.367023 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8601 2024.10.10 04:29:00.367150 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001861 sec., 222998.3879634605 rows/sec., 15.92 MiB/sec.
8602 2024.10.10 04:29:00.367328 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Debug> DynamicQueryHandler: Done processing query
8603 2024.10.10 04:29:00.367377 [ 3 ] {e7d51d3d-aa1e-4b35-859a-a5d512bc1ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8604 2024.10.10 04:29:00.367394 [ 3 ] {} <Debug> HTTP-Session: a49eb085-c60d-46bf-a344-a53f25fef186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8605 2024.10.10 04:29:00.367527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8606 2024.10.10 04:29:00.367574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8607 2024.10.10 04:29:00.367592 [ 3 ] {} <Debug> HTTP-Session: 609701df-9f98-4ba4-bd1b-9997b1523a8e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8608 2024.10.10 04:29:00.367608 [ 3 ] {} <Debug> HTTP-Session: 609701df-9f98-4ba4-bd1b-9997b1523a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8609 2024.10.10 04:29:00.367622 [ 3 ] {} <Debug> HTTP-Session: 609701df-9f98-4ba4-bd1b-9997b1523a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8610 2024.10.10 04:29:00.367652 [ 3 ] {} <Trace> HTTP-Session: 609701df-9f98-4ba4-bd1b-9997b1523a8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8611 2024.10.10 04:29:00.367745 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8612 2024.10.10 04:29:00.367812 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8613 2024.10.10 04:29:00.367940 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8614 2024.10.10 04:29:00.368180 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8615 2024.10.10 04:29:00.368228 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8616 2024.10.10 04:29:00.368580 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8617 2024.10.10 04:29:00.368909 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8618 2024.10.10 04:29:00.369038 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001316 sec., 4559.270516717325 rows/sec., 238.20 KiB/sec.
8619 2024.10.10 04:29:00.369321 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Debug> DynamicQueryHandler: Done processing query
8620 2024.10.10 04:29:00.369344 [ 3 ] {deaa3137-bb82-48a6-a8b6-9224efffd61f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8621 2024.10.10 04:29:00.369361 [ 3 ] {} <Debug> HTTP-Session: 609701df-9f98-4ba4-bd1b-9997b1523a8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8622 2024.10.10 04:29:00.369513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 45026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8623 2024.10.10 04:29:00.369560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8624 2024.10.10 04:29:00.369578 [ 3 ] {} <Debug> HTTP-Session: c327264a-0985-4547-8714-3ddcaa4877cc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8625 2024.10.10 04:29:00.369594 [ 3 ] {} <Debug> HTTP-Session: c327264a-0985-4547-8714-3ddcaa4877cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8626 2024.10.10 04:29:00.369609 [ 3 ] {} <Debug> HTTP-Session: c327264a-0985-4547-8714-3ddcaa4877cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8627 2024.10.10 04:29:00.369638 [ 3 ] {} <Trace> HTTP-Session: c327264a-0985-4547-8714-3ddcaa4877cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8628 2024.10.10 04:29:00.369824 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8629 2024.10.10 04:29:00.369872 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8630 2024.10.10 04:29:00.370030 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8631 2024.10.10 04:29:00.370461 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8632 2024.10.10 04:29:00.370496 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8633 2024.10.10 04:29:00.370869 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8634 2024.10.10 04:29:00.371208 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8635 2024.10.10 04:29:00.371333 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001606 sec., 148816.93648816936 rows/sec., 9.98 MiB/sec.
8636 2024.10.10 04:29:00.371496 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Debug> DynamicQueryHandler: Done processing query
8637 2024.10.10 04:29:00.371519 [ 3 ] {50cde1bc-20f7-4eea-8647-bfabb9ad914e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8638 2024.10.10 04:29:00.371536 [ 3 ] {} <Debug> HTTP-Session: c327264a-0985-4547-8714-3ddcaa4877cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8639 2024.10.10 04:29:00.371654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8640 2024.10.10 04:29:00.371701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8641 2024.10.10 04:29:00.371719 [ 3 ] {} <Debug> HTTP-Session: 07a0d4c2-ad3d-4e53-bb9d-f03e445b05e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8642 2024.10.10 04:29:00.371736 [ 3 ] {} <Debug> HTTP-Session: 07a0d4c2-ad3d-4e53-bb9d-f03e445b05e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8643 2024.10.10 04:29:00.371750 [ 3 ] {} <Debug> HTTP-Session: 07a0d4c2-ad3d-4e53-bb9d-f03e445b05e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8644 2024.10.10 04:29:00.371780 [ 3 ] {} <Trace> HTTP-Session: 07a0d4c2-ad3d-4e53-bb9d-f03e445b05e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8645 2024.10.10 04:29:00.371874 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8646 2024.10.10 04:29:00.371919 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8647 2024.10.10 04:29:00.372045 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8648 2024.10.10 04:29:00.372316 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8649 2024.10.10 04:29:00.372351 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8650 2024.10.10 04:29:00.372688 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8651 2024.10.10 04:29:00.373002 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8652 2024.10.10 04:29:00.373133 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec.
8653 2024.10.10 04:29:00.373293 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Debug> DynamicQueryHandler: Done processing query
8654 2024.10.10 04:29:00.373316 [ 3 ] {d24078b2-53d9-4406-b580-0ec0e180efbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8655 2024.10.10 04:29:00.373331 [ 3 ] {} <Debug> HTTP-Session: 07a0d4c2-ad3d-4e53-bb9d-f03e445b05e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8656 2024.10.10 04:29:00.373488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8657 2024.10.10 04:29:00.373536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8658 2024.10.10 04:29:00.373556 [ 3 ] {} <Debug> HTTP-Session: a654e62f-d9f0-4c66-b4b7-2f9331d788d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8659 2024.10.10 04:29:00.373573 [ 3 ] {} <Debug> HTTP-Session: a654e62f-d9f0-4c66-b4b7-2f9331d788d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8660 2024.10.10 04:29:00.373587 [ 3 ] {} <Debug> HTTP-Session: a654e62f-d9f0-4c66-b4b7-2f9331d788d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8661 2024.10.10 04:29:00.373617 [ 3 ] {} <Trace> HTTP-Session: a654e62f-d9f0-4c66-b4b7-2f9331d788d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8662 2024.10.10 04:29:00.373901 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8663 2024.10.10 04:29:00.373964 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8664 2024.10.10 04:29:00.374380 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8665 2024.10.10 04:29:00.375100 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8666 2024.10.10 04:29:00.375136 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8667 2024.10.10 04:29:00.375779 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8668 2024.10.10 04:29:00.376192 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8669 2024.10.10 04:29:00.376340 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8670 2024.10.10 04:29:00.376345 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002648 sec., 10951.661631419938 rows/sec., 19.62 MiB/sec.
8671 2024.10.10 04:29:00.376381 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8672 2024.10.10 04:29:00.376417 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8673 2024.10.10 04:29:00.376678 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
8674 2024.10.10 04:29:00.376782 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Debug> DynamicQueryHandler: Done processing query
8675 2024.10.10 04:29:00.376828 [ 3 ] {15aecfd7-32a7-4ff9-a09f-4021ea5ad4b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8676 2024.10.10 04:29:00.376868 [ 3 ] {} <Debug> HTTP-Session: a654e62f-d9f0-4c66-b4b7-2f9331d788d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8677 2024.10.10 04:29:00.377080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8678 2024.10.10 04:29:00.377204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8679 2024.10.10 04:29:00.377263 [ 3 ] {} <Debug> HTTP-Session: 88c9c83a-12a1-4d0e-885c-683d461a3f6a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8680 2024.10.10 04:29:00.377313 [ 3 ] {} <Debug> HTTP-Session: 88c9c83a-12a1-4d0e-885c-683d461a3f6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8681 2024.10.10 04:29:00.377356 [ 3 ] {} <Debug> HTTP-Session: 88c9c83a-12a1-4d0e-885c-683d461a3f6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8682 2024.10.10 04:29:00.377361 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8683 2024.10.10 04:29:00.377453 [ 3 ] {} <Trace> HTTP-Session: 88c9c83a-12a1-4d0e-885c-683d461a3f6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8684 2024.10.10 04:29:00.377542 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 569 rows starting from the beginning of the part
8685 2024.10.10 04:29:00.377716 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8686 2024.10.10 04:29:00.377896 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8687 2024.10.10 04:29:00.378205 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part
8688 2024.10.10 04:29:00.378864 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8689 2024.10.10 04:29:00.378942 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 9 rows starting from the beginning of the part
8690 2024.10.10 04:29:00.379427 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part
8691 2024.10.10 04:29:00.379922 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8692 2024.10.10 04:29:00.380009 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8693 2024.10.10 04:29:00.380028 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part
8694 2024.10.10 04:29:00.380628 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part
8695 2024.10.10 04:29:00.381395 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8696 2024.10.10 04:29:00.382219 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8697 2024.10.10 04:29:00.382607 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004977 sec., 16475.78862768736 rows/sec., 1.05 MiB/sec.
8698 2024.10.10 04:29:00.383067 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Debug> DynamicQueryHandler: Done processing query
8699 2024.10.10 04:29:00.383139 [ 3 ] {c0e65cd2-53a2-4568-a138-88b25e882f40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8700 2024.10.10 04:29:00.383218 [ 3 ] {} <Debug> HTTP-Session: 88c9c83a-12a1-4d0e-885c-683d461a3f6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8701 2024.10.10 04:29:00.385790 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 19 columns (19 merged, 0 gathered) in 0.009249754 sec., 72866.80272794282 rows/sec., 130.57 MiB/sec.
8702 2024.10.10 04:29:00.386656 [ 195 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8703 2024.10.10 04:29:00.387250 [ 195 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8704 2024.10.10 04:29:00.387323 [ 195 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8705 2024.10.10 04:29:00.387458 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB.
8706 2024.10.10 04:29:05.346126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8707 2024.10.10 04:29:05.346250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8708 2024.10.10 04:29:05.346276 [ 3 ] {} <Debug> HTTP-Session: e7916e7c-ad2f-42a2-8ad6-97bde48a0322 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8709 2024.10.10 04:29:05.346302 [ 3 ] {} <Debug> HTTP-Session: e7916e7c-ad2f-42a2-8ad6-97bde48a0322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8710 2024.10.10 04:29:05.346317 [ 3 ] {} <Debug> HTTP-Session: e7916e7c-ad2f-42a2-8ad6-97bde48a0322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8711 2024.10.10 04:29:05.346368 [ 3 ] {} <Trace> HTTP-Session: e7916e7c-ad2f-42a2-8ad6-97bde48a0322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8712 2024.10.10 04:29:05.346554 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8713 2024.10.10 04:29:05.346620 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8714 2024.10.10 04:29:05.346961 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8715 2024.10.10 04:29:05.347403 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8716 2024.10.10 04:29:05.347443 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8717 2024.10.10 04:29:05.347859 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8718 2024.10.10 04:29:05.348245 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8719 2024.10.10 04:29:05.348393 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec.
8720 2024.10.10 04:29:05.348615 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Debug> DynamicQueryHandler: Done processing query
8721 2024.10.10 04:29:05.348643 [ 3 ] {917aeaba-4e4e-4a60-9e46-bfe553fc60e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8722 2024.10.10 04:29:05.348659 [ 3 ] {} <Debug> HTTP-Session: e7916e7c-ad2f-42a2-8ad6-97bde48a0322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8723 2024.10.10 04:29:05.348824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8724 2024.10.10 04:29:05.348885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8725 2024.10.10 04:29:05.348906 [ 3 ] {} <Debug> HTTP-Session: ca96ee7b-fe5b-48cf-a445-5779bcbac176 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8726 2024.10.10 04:29:05.348925 [ 3 ] {} <Debug> HTTP-Session: ca96ee7b-fe5b-48cf-a445-5779bcbac176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8727 2024.10.10 04:29:05.348939 [ 3 ] {} <Debug> HTTP-Session: ca96ee7b-fe5b-48cf-a445-5779bcbac176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8728 2024.10.10 04:29:05.348975 [ 3 ] {} <Trace> HTTP-Session: ca96ee7b-fe5b-48cf-a445-5779bcbac176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8729 2024.10.10 04:29:05.349109 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8730 2024.10.10 04:29:05.349159 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8731 2024.10.10 04:29:05.349400 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8732 2024.10.10 04:29:05.349811 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8733 2024.10.10 04:29:05.349847 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8734 2024.10.10 04:29:05.350227 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8735 2024.10.10 04:29:05.350586 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8736 2024.10.10 04:29:05.350712 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001653 sec., 45372.050816696916 rows/sec., 3.68 MiB/sec.
8737 2024.10.10 04:29:05.350889 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Debug> DynamicQueryHandler: Done processing query
8738 2024.10.10 04:29:05.350913 [ 3 ] {b7d614e7-4596-496a-a7c6-c0a1a82fcb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8739 2024.10.10 04:29:05.350929 [ 3 ] {} <Debug> HTTP-Session: ca96ee7b-fe5b-48cf-a445-5779bcbac176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8740 2024.10.10 04:29:05.351060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8741 2024.10.10 04:29:05.351112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8742 2024.10.10 04:29:05.351132 [ 3 ] {} <Debug> HTTP-Session: 91cb99a9-c109-4c6d-9694-f9dc9cf55df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8743 2024.10.10 04:29:05.351149 [ 3 ] {} <Debug> HTTP-Session: 91cb99a9-c109-4c6d-9694-f9dc9cf55df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8744 2024.10.10 04:29:05.351168 [ 3 ] {} <Debug> HTTP-Session: 91cb99a9-c109-4c6d-9694-f9dc9cf55df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8745 2024.10.10 04:29:05.351201 [ 3 ] {} <Trace> HTTP-Session: 91cb99a9-c109-4c6d-9694-f9dc9cf55df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8746 2024.10.10 04:29:05.351304 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8747 2024.10.10 04:29:05.351347 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8748 2024.10.10 04:29:05.351571 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8749 2024.10.10 04:29:05.351899 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8750 2024.10.10 04:29:05.351935 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8751 2024.10.10 04:29:05.352285 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8752 2024.10.10 04:29:05.352644 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8753 2024.10.10 04:29:05.352768 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001492 sec., 7372.654155495979 rows/sec., 547.19 KiB/sec.
8754 2024.10.10 04:29:05.352938 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Debug> DynamicQueryHandler: Done processing query
8755 2024.10.10 04:29:05.352962 [ 3 ] {d0ba924b-fd5b-44f7-b3f5-2b83c1127a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8756 2024.10.10 04:29:05.352978 [ 3 ] {} <Debug> HTTP-Session: 91cb99a9-c109-4c6d-9694-f9dc9cf55df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8757 2024.10.10 04:29:05.353099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8758 2024.10.10 04:29:05.353148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8759 2024.10.10 04:29:05.353171 [ 3 ] {} <Debug> HTTP-Session: 7a976005-b939-4115-8311-fd6f5907f571 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8760 2024.10.10 04:29:05.353188 [ 3 ] {} <Debug> HTTP-Session: 7a976005-b939-4115-8311-fd6f5907f571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8761 2024.10.10 04:29:05.353201 [ 3 ] {} <Debug> HTTP-Session: 7a976005-b939-4115-8311-fd6f5907f571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8762 2024.10.10 04:29:05.353232 [ 3 ] {} <Trace> HTTP-Session: 7a976005-b939-4115-8311-fd6f5907f571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8763 2024.10.10 04:29:05.353349 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8764 2024.10.10 04:29:05.353391 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8765 2024.10.10 04:29:05.353613 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8766 2024.10.10 04:29:05.353978 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2024.10.10 04:29:05.354014 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8768 2024.10.10 04:29:05.354369 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8769 2024.10.10 04:29:05.354716 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8770 2024.10.10 04:29:05.354840 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001534 sec., 48891.78617992177 rows/sec., 3.82 MiB/sec.
8771 2024.10.10 04:29:05.355011 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Debug> DynamicQueryHandler: Done processing query
8772 2024.10.10 04:29:05.355036 [ 3 ] {a2f42d6e-cf1c-4f7d-b23f-13f78f715d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8773 2024.10.10 04:29:05.355052 [ 3 ] {} <Debug> HTTP-Session: 7a976005-b939-4115-8311-fd6f5907f571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8774 2024.10.10 04:29:05.355230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8775 2024.10.10 04:29:05.355282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8776 2024.10.10 04:29:05.355301 [ 3 ] {} <Debug> HTTP-Session: c81f4ed4-f07b-4448-b768-f0cac294f9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8777 2024.10.10 04:29:05.355319 [ 3 ] {} <Debug> HTTP-Session: c81f4ed4-f07b-4448-b768-f0cac294f9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8778 2024.10.10 04:29:05.355332 [ 3 ] {} <Debug> HTTP-Session: c81f4ed4-f07b-4448-b768-f0cac294f9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8779 2024.10.10 04:29:05.355362 [ 3 ] {} <Trace> HTTP-Session: c81f4ed4-f07b-4448-b768-f0cac294f9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8780 2024.10.10 04:29:05.355508 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8781 2024.10.10 04:29:05.355555 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8782 2024.10.10 04:29:05.355700 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8783 2024.10.10 04:29:05.356128 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8784 2024.10.10 04:29:05.356165 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8785 2024.10.10 04:29:05.356548 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8786 2024.10.10 04:29:05.356887 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8787 2024.10.10 04:29:05.357014 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001572 sec., 102417.30279898219 rows/sec., 7.13 MiB/sec.
8788 2024.10.10 04:29:05.357185 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Debug> DynamicQueryHandler: Done processing query
8789 2024.10.10 04:29:05.357209 [ 3 ] {885742c3-651f-4041-abbe-3c191b79a2c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8790 2024.10.10 04:29:05.357225 [ 3 ] {} <Debug> HTTP-Session: c81f4ed4-f07b-4448-b768-f0cac294f9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8791 2024.10.10 04:29:05.357382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8792 2024.10.10 04:29:05.357431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8793 2024.10.10 04:29:05.357451 [ 3 ] {} <Debug> HTTP-Session: 937ab5b2-4f8a-475e-b356-252c24a9a0a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8794 2024.10.10 04:29:05.357468 [ 3 ] {} <Debug> HTTP-Session: 937ab5b2-4f8a-475e-b356-252c24a9a0a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8795 2024.10.10 04:29:05.357482 [ 3 ] {} <Debug> HTTP-Session: 937ab5b2-4f8a-475e-b356-252c24a9a0a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8796 2024.10.10 04:29:05.357512 [ 3 ] {} <Trace> HTTP-Session: 937ab5b2-4f8a-475e-b356-252c24a9a0a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8797 2024.10.10 04:29:05.357696 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8798 2024.10.10 04:29:05.357758 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8799 2024.10.10 04:29:05.358176 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8800 2024.10.10 04:29:05.358745 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8801 2024.10.10 04:29:05.358784 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8802 2024.10.10 04:29:05.359412 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8803 2024.10.10 04:29:05.359840 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8804 2024.10.10 04:29:05.359987 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002401 sec., 3748.4381507705125 rows/sec., 6.72 MiB/sec.
8805 2024.10.10 04:29:05.360207 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Debug> DynamicQueryHandler: Done processing query
8806 2024.10.10 04:29:05.360232 [ 3 ] {ac2873c9-f7de-4852-ac7a-6bbdcecedf40} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8807 2024.10.10 04:29:05.360248 [ 3 ] {} <Debug> HTTP-Session: 937ab5b2-4f8a-475e-b356-252c24a9a0a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8808 2024.10.10 04:29:05.360385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8809 2024.10.10 04:29:05.360437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8810 2024.10.10 04:29:05.360457 [ 3 ] {} <Debug> HTTP-Session: f697f7d9-c185-4992-bdaf-a231cec6239c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8811 2024.10.10 04:29:05.360473 [ 3 ] {} <Debug> HTTP-Session: f697f7d9-c185-4992-bdaf-a231cec6239c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8812 2024.10.10 04:29:05.360487 [ 3 ] {} <Debug> HTTP-Session: f697f7d9-c185-4992-bdaf-a231cec6239c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8813 2024.10.10 04:29:05.360517 [ 3 ] {} <Trace> HTTP-Session: f697f7d9-c185-4992-bdaf-a231cec6239c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8814 2024.10.10 04:29:05.360635 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8815 2024.10.10 04:29:05.360679 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8816 2024.10.10 04:29:05.360811 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8817 2024.10.10 04:29:05.361139 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8818 2024.10.10 04:29:05.361176 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8819 2024.10.10 04:29:05.361544 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8820 2024.10.10 04:29:05.361885 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8821 2024.10.10 04:29:05.362015 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec.
8822 2024.10.10 04:29:05.362182 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Debug> DynamicQueryHandler: Done processing query
8823 2024.10.10 04:29:05.362207 [ 3 ] {f8e2de5f-c656-4673-b76d-2f5a6506ac5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8824 2024.10.10 04:29:05.362222 [ 3 ] {} <Debug> HTTP-Session: f697f7d9-c185-4992-bdaf-a231cec6239c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8825 2024.10.10 04:29:08.382956 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
8826 2024.10.10 04:29:08.383035 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
8827 2024.10.10 04:29:08.596122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 868
8828 2024.10.10 04:29:08.599158 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8829 2024.10.10 04:29:08.599213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8830 2024.10.10 04:29:08.600756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
8831 2024.10.10 04:29:08.601774 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8832 2024.10.10 04:29:08.601987 [ 36 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
8833 2024.10.10 04:29:08.602121 [ 36 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2024.10.10 04:29:08.602189 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8835 2024.10.10 04:29:08.602696 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
8836 2024.10.10 04:29:08.603313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 868
8837 2024.10.10 04:29:08.604062 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8838 2024.10.10 04:29:08.604256 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 678 rows starting from the beginning of the part
8839 2024.10.10 04:29:08.604854 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part
8840 2024.10.10 04:29:08.605428 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
8841 2024.10.10 04:29:08.606015 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
8842 2024.10.10 04:29:08.606555 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
8843 2024.10.10 04:29:08.607048 [ 187 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
8844 2024.10.10 04:29:08.615684 [ 201 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 72 columns (72 merged, 0 gathered) in 0.013336296 sec., 65085.53799345786 rows/sec., 46.59 MiB/sec.
8845 2024.10.10 04:29:08.617080 [ 201 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
8846 2024.10.10 04:29:08.618820 [ 201 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8847 2024.10.10 04:29:08.618921 [ 201 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_21_4} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
8848 2024.10.10 04:29:08.619262 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
8849 2024.10.10 04:29:10.351071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8850 2024.10.10 04:29:10.351192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8851 2024.10.10 04:29:10.351218 [ 3 ] {} <Debug> HTTP-Session: 90e5ea05-8f57-4641-9387-ba3bfee770be Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8852 2024.10.10 04:29:10.351243 [ 3 ] {} <Debug> HTTP-Session: 90e5ea05-8f57-4641-9387-ba3bfee770be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8853 2024.10.10 04:29:10.351257 [ 3 ] {} <Debug> HTTP-Session: 90e5ea05-8f57-4641-9387-ba3bfee770be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8854 2024.10.10 04:29:10.351311 [ 3 ] {} <Trace> HTTP-Session: 90e5ea05-8f57-4641-9387-ba3bfee770be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8855 2024.10.10 04:29:10.351578 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8856 2024.10.10 04:29:10.351649 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8857 2024.10.10 04:29:10.352012 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8858 2024.10.10 04:29:10.352670 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8859 2024.10.10 04:29:10.352720 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8860 2024.10.10 04:29:10.353237 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8861 2024.10.10 04:29:10.353642 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8862 2024.10.10 04:29:10.353809 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Debug> executeQuery: Read 247 rows, 22.31 KiB in 0.002348 sec., 105195.91141396934 rows/sec., 9.28 MiB/sec.
8863 2024.10.10 04:29:10.354151 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Debug> DynamicQueryHandler: Done processing query
8864 2024.10.10 04:29:10.354194 [ 3 ] {1ff0f722-9665-4fb1-a32d-02dd3746b702} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
8865 2024.10.10 04:29:10.354213 [ 3 ] {} <Debug> HTTP-Session: 90e5ea05-8f57-4641-9387-ba3bfee770be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8866 2024.10.10 04:29:10.354377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8867 2024.10.10 04:29:10.354442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8868 2024.10.10 04:29:10.354464 [ 3 ] {} <Debug> HTTP-Session: add9ccfe-55bb-4272-9dcc-51421faa57e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8869 2024.10.10 04:29:10.354484 [ 3 ] {} <Debug> HTTP-Session: add9ccfe-55bb-4272-9dcc-51421faa57e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8870 2024.10.10 04:29:10.354498 [ 3 ] {} <Debug> HTTP-Session: add9ccfe-55bb-4272-9dcc-51421faa57e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8871 2024.10.10 04:29:10.354538 [ 3 ] {} <Trace> HTTP-Session: add9ccfe-55bb-4272-9dcc-51421faa57e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8872 2024.10.10 04:29:10.354662 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8873 2024.10.10 04:29:10.354714 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8874 2024.10.10 04:29:10.354979 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8875 2024.10.10 04:29:10.355358 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8876 2024.10.10 04:29:10.355396 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8877 2024.10.10 04:29:10.355778 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8878 2024.10.10 04:29:10.356158 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8879 2024.10.10 04:29:10.356297 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001672 sec., 17344.497607655503 rows/sec., 1.27 MiB/sec.
8880 2024.10.10 04:29:10.356484 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Debug> DynamicQueryHandler: Done processing query
8881 2024.10.10 04:29:10.356512 [ 3 ] {a3f1865e-8c9d-4b19-9018-3b87fca6fd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8882 2024.10.10 04:29:10.356528 [ 3 ] {} <Debug> HTTP-Session: add9ccfe-55bb-4272-9dcc-51421faa57e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8883 2024.10.10 04:29:10.356641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8884 2024.10.10 04:29:10.356701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8885 2024.10.10 04:29:10.356722 [ 3 ] {} <Debug> HTTP-Session: ea0db5aa-2144-4b2a-aebe-cc51f288476d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8886 2024.10.10 04:29:10.356740 [ 3 ] {} <Debug> HTTP-Session: ea0db5aa-2144-4b2a-aebe-cc51f288476d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8887 2024.10.10 04:29:10.356754 [ 3 ] {} <Debug> HTTP-Session: ea0db5aa-2144-4b2a-aebe-cc51f288476d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8888 2024.10.10 04:29:10.356791 [ 3 ] {} <Trace> HTTP-Session: ea0db5aa-2144-4b2a-aebe-cc51f288476d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8889 2024.10.10 04:29:10.356897 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8890 2024.10.10 04:29:10.356941 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8891 2024.10.10 04:29:10.357166 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8892 2024.10.10 04:29:10.357492 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8893 2024.10.10 04:29:10.357529 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8894 2024.10.10 04:29:10.357884 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8895 2024.10.10 04:29:10.358244 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8896 2024.10.10 04:29:10.358372 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec.
8897 2024.10.10 04:29:10.358673 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Debug> DynamicQueryHandler: Done processing query
8898 2024.10.10 04:29:10.358711 [ 3 ] {895e6fe8-7ef0-4dc2-941f-8a75a505efa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8899 2024.10.10 04:29:10.358728 [ 3 ] {} <Debug> HTTP-Session: ea0db5aa-2144-4b2a-aebe-cc51f288476d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8900 2024.10.10 04:29:10.358840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8901 2024.10.10 04:29:10.358889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8902 2024.10.10 04:29:10.358910 [ 3 ] {} <Debug> HTTP-Session: 5631c900-cbfc-463c-8b80-b13b15209457 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8903 2024.10.10 04:29:10.358928 [ 3 ] {} <Debug> HTTP-Session: 5631c900-cbfc-463c-8b80-b13b15209457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8904 2024.10.10 04:29:10.358942 [ 3 ] {} <Debug> HTTP-Session: 5631c900-cbfc-463c-8b80-b13b15209457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8905 2024.10.10 04:29:10.358974 [ 3 ] {} <Trace> HTTP-Session: 5631c900-cbfc-463c-8b80-b13b15209457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8906 2024.10.10 04:29:10.359071 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8907 2024.10.10 04:29:10.359116 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8908 2024.10.10 04:29:10.359363 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8909 2024.10.10 04:29:10.359675 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8910 2024.10.10 04:29:10.359712 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8911 2024.10.10 04:29:10.360082 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8912 2024.10.10 04:29:10.360477 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8913 2024.10.10 04:29:10.360626 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 225.79 KiB/sec.
8914 2024.10.10 04:29:10.360975 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Debug> DynamicQueryHandler: Done processing query
8915 2024.10.10 04:29:10.361004 [ 3 ] {efde9079-4b0b-4218-bfc1-3fd6569b6a9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8916 2024.10.10 04:29:10.361023 [ 3 ] {} <Debug> HTTP-Session: 5631c900-cbfc-463c-8b80-b13b15209457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8917 2024.10.10 04:29:10.361235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8918 2024.10.10 04:29:10.361291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8919 2024.10.10 04:29:10.361313 [ 3 ] {} <Debug> HTTP-Session: 74b21daf-b1c0-4e2d-9afb-10152a2d5208 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8920 2024.10.10 04:29:10.361330 [ 3 ] {} <Debug> HTTP-Session: 74b21daf-b1c0-4e2d-9afb-10152a2d5208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8921 2024.10.10 04:29:10.361344 [ 3 ] {} <Debug> HTTP-Session: 74b21daf-b1c0-4e2d-9afb-10152a2d5208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8922 2024.10.10 04:29:10.361375 [ 3 ] {} <Trace> HTTP-Session: 74b21daf-b1c0-4e2d-9afb-10152a2d5208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8923 2024.10.10 04:29:10.361589 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8924 2024.10.10 04:29:10.361633 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8925 2024.10.10 04:29:10.361867 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8926 2024.10.10 04:29:10.362457 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8927 2024.10.10 04:29:10.362493 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8928 2024.10.10 04:29:10.362881 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8929 2024.10.10 04:29:10.363252 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8930 2024.10.10 04:29:10.363388 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001909 sec., 215295.96647459402 rows/sec., 15.35 MiB/sec.
8931 2024.10.10 04:29:10.363560 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Debug> DynamicQueryHandler: Done processing query
8932 2024.10.10 04:29:10.363585 [ 3 ] {36557de7-fea3-44f7-925d-15a8a8b94313} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8933 2024.10.10 04:29:10.363601 [ 3 ] {} <Debug> HTTP-Session: 74b21daf-b1c0-4e2d-9afb-10152a2d5208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8934 2024.10.10 04:29:10.363761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8935 2024.10.10 04:29:10.363809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8936 2024.10.10 04:29:10.363829 [ 3 ] {} <Debug> HTTP-Session: 64f4cc2c-faa7-4830-ae98-f21040ed3f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8937 2024.10.10 04:29:10.363845 [ 3 ] {} <Debug> HTTP-Session: 64f4cc2c-faa7-4830-ae98-f21040ed3f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8938 2024.10.10 04:29:10.363859 [ 3 ] {} <Debug> HTTP-Session: 64f4cc2c-faa7-4830-ae98-f21040ed3f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8939 2024.10.10 04:29:10.363889 [ 3 ] {} <Trace> HTTP-Session: 64f4cc2c-faa7-4830-ae98-f21040ed3f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8940 2024.10.10 04:29:10.363985 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8941 2024.10.10 04:29:10.364029 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8942 2024.10.10 04:29:10.364159 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8943 2024.10.10 04:29:10.364448 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8944 2024.10.10 04:29:10.364485 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8945 2024.10.10 04:29:10.364839 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8946 2024.10.10 04:29:10.365182 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8947 2024.10.10 04:29:10.365314 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec.
8948 2024.10.10 04:29:10.365525 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Debug> DynamicQueryHandler: Done processing query
8949 2024.10.10 04:29:10.365550 [ 3 ] {10adced3-17c8-40e6-917f-ebf9f6b06d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8950 2024.10.10 04:29:10.365565 [ 3 ] {} <Debug> HTTP-Session: 64f4cc2c-faa7-4830-ae98-f21040ed3f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8951 2024.10.10 04:29:10.365740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8952 2024.10.10 04:29:10.365789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8953 2024.10.10 04:29:10.365809 [ 3 ] {} <Debug> HTTP-Session: c2393fd6-d190-4a33-afe4-db45e8e04fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8954 2024.10.10 04:29:10.365824 [ 3 ] {} <Debug> HTTP-Session: c2393fd6-d190-4a33-afe4-db45e8e04fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8955 2024.10.10 04:29:10.365837 [ 3 ] {} <Debug> HTTP-Session: c2393fd6-d190-4a33-afe4-db45e8e04fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8956 2024.10.10 04:29:10.365868 [ 3 ] {} <Trace> HTTP-Session: c2393fd6-d190-4a33-afe4-db45e8e04fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8957 2024.10.10 04:29:10.366052 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8958 2024.10.10 04:29:10.366098 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8959 2024.10.10 04:29:10.366239 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8960 2024.10.10 04:29:10.366711 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8961 2024.10.10 04:29:10.366746 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8962 2024.10.10 04:29:10.367127 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8963 2024.10.10 04:29:10.367489 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8964 2024.10.10 04:29:10.367632 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec.
8965 2024.10.10 04:29:10.367831 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Debug> DynamicQueryHandler: Done processing query
8966 2024.10.10 04:29:10.367856 [ 3 ] {4a811f81-6229-4b87-95bd-9fe735738aeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8967 2024.10.10 04:29:10.367872 [ 3 ] {} <Debug> HTTP-Session: c2393fd6-d190-4a33-afe4-db45e8e04fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8968 2024.10.10 04:29:10.368008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8969 2024.10.10 04:29:10.368057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8970 2024.10.10 04:29:10.368077 [ 3 ] {} <Debug> HTTP-Session: 685c6e5c-5f5a-44f2-ba13-643bc1625713 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8971 2024.10.10 04:29:10.368093 [ 3 ] {} <Debug> HTTP-Session: 685c6e5c-5f5a-44f2-ba13-643bc1625713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8972 2024.10.10 04:29:10.368107 [ 3 ] {} <Debug> HTTP-Session: 685c6e5c-5f5a-44f2-ba13-643bc1625713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8973 2024.10.10 04:29:10.368138 [ 3 ] {} <Trace> HTTP-Session: 685c6e5c-5f5a-44f2-ba13-643bc1625713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8974 2024.10.10 04:29:10.368232 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8975 2024.10.10 04:29:10.368277 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8976 2024.10.10 04:29:10.368409 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8977 2024.10.10 04:29:10.368661 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8978 2024.10.10 04:29:10.368697 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8979 2024.10.10 04:29:10.369042 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8980 2024.10.10 04:29:10.369379 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8981 2024.10.10 04:29:10.369546 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec.
8982 2024.10.10 04:29:10.369829 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Debug> DynamicQueryHandler: Done processing query
8983 2024.10.10 04:29:10.369868 [ 3 ] {687945c4-789a-4d63-9fef-ec6b493a8975} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8984 2024.10.10 04:29:10.369896 [ 3 ] {} <Debug> HTTP-Session: 685c6e5c-5f5a-44f2-ba13-643bc1625713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8985 2024.10.10 04:29:10.370044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8986 2024.10.10 04:29:10.370093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8987 2024.10.10 04:29:10.370113 [ 3 ] {} <Debug> HTTP-Session: 45de38c1-f86a-43ec-be56-ddcf74fe832e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
8988 2024.10.10 04:29:10.370130 [ 3 ] {} <Debug> HTTP-Session: 45de38c1-f86a-43ec-be56-ddcf74fe832e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8989 2024.10.10 04:29:10.370144 [ 3 ] {} <Debug> HTTP-Session: 45de38c1-f86a-43ec-be56-ddcf74fe832e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8990 2024.10.10 04:29:10.370174 [ 3 ] {} <Trace> HTTP-Session: 45de38c1-f86a-43ec-be56-ddcf74fe832e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8991 2024.10.10 04:29:10.370496 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8992 2024.10.10 04:29:10.370567 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8993 2024.10.10 04:29:10.371010 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8994 2024.10.10 04:29:10.371693 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8995 2024.10.10 04:29:10.371730 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
8996 2024.10.10 04:29:10.372392 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8997 2024.10.10 04:29:10.372814 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8998 2024.10.10 04:29:10.373012 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002743 sec., 10572.366022602988 rows/sec., 18.95 MiB/sec.
8999 2024.10.10 04:29:10.373406 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Debug> DynamicQueryHandler: Done processing query
9000 2024.10.10 04:29:10.373431 [ 3 ] {c4cf34c1-ef8d-4df4-92e1-2f44ed07065f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9001 2024.10.10 04:29:10.373448 [ 3 ] {} <Debug> HTTP-Session: 45de38c1-f86a-43ec-be56-ddcf74fe832e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9002 2024.10.10 04:29:10.373568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9003 2024.10.10 04:29:10.373617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9004 2024.10.10 04:29:10.373635 [ 3 ] {} <Debug> HTTP-Session: 01dcf4a0-985d-4df0-af16-664f258dfad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9005 2024.10.10 04:29:10.373652 [ 3 ] {} <Debug> HTTP-Session: 01dcf4a0-985d-4df0-af16-664f258dfad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9006 2024.10.10 04:29:10.373666 [ 3 ] {} <Debug> HTTP-Session: 01dcf4a0-985d-4df0-af16-664f258dfad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9007 2024.10.10 04:29:10.373696 [ 3 ] {} <Trace> HTTP-Session: 01dcf4a0-985d-4df0-af16-664f258dfad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9008 2024.10.10 04:29:10.373811 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9009 2024.10.10 04:29:10.373873 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9010 2024.10.10 04:29:10.374057 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9011 2024.10.10 04:29:10.374384 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9012 2024.10.10 04:29:10.374426 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9013 2024.10.10 04:29:10.374840 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9014 2024.10.10 04:29:10.375214 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9015 2024.10.10 04:29:10.375403 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec.
9016 2024.10.10 04:29:10.375746 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Debug> DynamicQueryHandler: Done processing query
9017 2024.10.10 04:29:10.375783 [ 3 ] {1d984ddb-1dc3-496d-80bd-b880cddcf2f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9018 2024.10.10 04:29:10.375808 [ 3 ] {} <Debug> HTTP-Session: 01dcf4a0-985d-4df0-af16-664f258dfad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9019 2024.10.10 04:29:15.345713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9020 2024.10.10 04:29:15.345849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9021 2024.10.10 04:29:15.345877 [ 3 ] {} <Debug> HTTP-Session: 85430438-ee68-4e97-b3d1-a7a67a73355d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9022 2024.10.10 04:29:15.345905 [ 3 ] {} <Debug> HTTP-Session: 85430438-ee68-4e97-b3d1-a7a67a73355d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9023 2024.10.10 04:29:15.345923 [ 3 ] {} <Debug> HTTP-Session: 85430438-ee68-4e97-b3d1-a7a67a73355d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9024 2024.10.10 04:29:15.345976 [ 3 ] {} <Trace> HTTP-Session: 85430438-ee68-4e97-b3d1-a7a67a73355d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9025 2024.10.10 04:29:15.346201 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9026 2024.10.10 04:29:15.346277 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9027 2024.10.10 04:29:15.346641 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9028 2024.10.10 04:29:15.347139 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9029 2024.10.10 04:29:15.347186 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9030 2024.10.10 04:29:15.347610 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9031 2024.10.10 04:29:15.347998 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9032 2024.10.10 04:29:15.348186 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.002059 sec., 35939.77659057795 rows/sec., 2.92 MiB/sec.
9033 2024.10.10 04:29:15.348197 [ 28 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9034 2024.10.10 04:29:15.348309 [ 28 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9035 2024.10.10 04:29:15.348368 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9036 2024.10.10 04:29:15.348508 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Debug> DynamicQueryHandler: Done processing query
9037 2024.10.10 04:29:15.348556 [ 3 ] {246fc575-8433-4fa1-a422-18f061bfe88d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9038 2024.10.10 04:29:15.348574 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
9039 2024.10.10 04:29:15.348586 [ 3 ] {} <Debug> HTTP-Session: 85430438-ee68-4e97-b3d1-a7a67a73355d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9040 2024.10.10 04:29:15.348825 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9041 2024.10.10 04:29:15.348832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9042 2024.10.10 04:29:15.348890 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1415 rows starting from the beginning of the part
9043 2024.10.10 04:29:15.348940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9044 2024.10.10 04:29:15.349003 [ 3 ] {} <Debug> HTTP-Session: d2779159-3163-4212-86be-5722af582679 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9045 2024.10.10 04:29:15.349076 [ 3 ] {} <Debug> HTTP-Session: d2779159-3163-4212-86be-5722af582679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9046 2024.10.10 04:29:15.349119 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 75 rows starting from the beginning of the part
9047 2024.10.10 04:29:15.349139 [ 3 ] {} <Debug> HTTP-Session: d2779159-3163-4212-86be-5722af582679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9048 2024.10.10 04:29:15.349292 [ 3 ] {} <Trace> HTTP-Session: d2779159-3163-4212-86be-5722af582679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9049 2024.10.10 04:29:15.349505 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 249 rows starting from the beginning of the part
9050 2024.10.10 04:29:15.349767 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9051 2024.10.10 04:29:15.349796 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 75 rows starting from the beginning of the part
9052 2024.10.10 04:29:15.349907 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9053 2024.10.10 04:29:15.350202 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 247 rows starting from the beginning of the part
9054 2024.10.10 04:29:15.350522 [ 193 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
9055 2024.10.10 04:29:15.351263 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9056 2024.10.10 04:29:15.351962 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9057 2024.10.10 04:29:15.352034 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9058 2024.10.10 04:29:15.353102 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9059 2024.10.10 04:29:15.353828 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9060 2024.10.10 04:29:15.354071 [ 199 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005613624 sec., 380324.7242779352 rows/sec., 33.51 MiB/sec.
9061 2024.10.10 04:29:15.354194 [ 28 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9062 2024.10.10 04:29:15.354212 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004576 sec., 1966.7832167832166 rows/sec., 147.89 KiB/sec.
9063 2024.10.10 04:29:15.354266 [ 28 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9064 2024.10.10 04:29:15.354353 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9065 2024.10.10 04:29:15.354572 [ 199 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9066 2024.10.10 04:29:15.354750 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Debug> DynamicQueryHandler: Done processing query
9067 2024.10.10 04:29:15.354829 [ 3 ] {b820869a-d7dc-420f-9fec-73ee4892e7fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9068 2024.10.10 04:29:15.354861 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
9069 2024.10.10 04:29:15.354888 [ 3 ] {} <Debug> HTTP-Session: d2779159-3163-4212-86be-5722af582679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9070 2024.10.10 04:29:15.355236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9071 2024.10.10 04:29:15.355414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9072 2024.10.10 04:29:15.355514 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9073 2024.10.10 04:29:15.355523 [ 3 ] {} <Debug> HTTP-Session: 194e0fc8-bcd8-4ab5-9b1f-2eef1e7b89cc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9074 2024.10.10 04:29:15.355625 [ 3 ] {} <Debug> HTTP-Session: 194e0fc8-bcd8-4ab5-9b1f-2eef1e7b89cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9075 2024.10.10 04:29:15.355690 [ 3 ] {} <Debug> HTTP-Session: 194e0fc8-bcd8-4ab5-9b1f-2eef1e7b89cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9076 2024.10.10 04:29:15.355704 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 56 rows starting from the beginning of the part
9077 2024.10.10 04:29:15.355826 [ 3 ] {} <Trace> HTTP-Session: 194e0fc8-bcd8-4ab5-9b1f-2eef1e7b89cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9078 2024.10.10 04:29:15.356162 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part
9079 2024.10.10 04:29:15.356245 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9080 2024.10.10 04:29:15.356536 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9081 2024.10.10 04:29:15.356926 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 33 rows starting from the beginning of the part
9082 2024.10.10 04:29:15.357163 [ 199 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9083 2024.10.10 04:29:15.357425 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part
9084 2024.10.10 04:29:15.357766 [ 199 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_46_9} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9085 2024.10.10 04:29:15.357983 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part
9086 2024.10.10 04:29:15.358257 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
9087 2024.10.10 04:29:15.358602 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 9 rows starting from the beginning of the part
9088 2024.10.10 04:29:15.358949 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9089 2024.10.10 04:29:15.359973 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9090 2024.10.10 04:29:15.360046 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9091 2024.10.10 04:29:15.361159 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9092 2024.10.10 04:29:15.361475 [ 199 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 5 columns (5 merged, 0 gathered) in 0.00692242 sec., 21524.26463577766 rows/sec., 1.64 MiB/sec.
9093 2024.10.10 04:29:15.361652 [ 199 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9094 2024.10.10 04:29:15.361826 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9095 2024.10.10 04:29:15.362106 [ 28 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9096 2024.10.10 04:29:15.362208 [ 28 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9097 2024.10.10 04:29:15.362229 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006135 sec., 11898.940505297474 rows/sec., 951.25 KiB/sec.
9098 2024.10.10 04:29:15.362288 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9099 2024.10.10 04:29:15.362821 [ 199 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9100 2024.10.10 04:29:15.362974 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Debug> DynamicQueryHandler: Done processing query
9101 2024.10.10 04:29:15.363075 [ 3 ] {ea79eb89-f369-4dbe-9632-c751d730e814} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9102 2024.10.10 04:29:15.363189 [ 3 ] {} <Debug> HTTP-Session: 194e0fc8-bcd8-4ab5-9b1f-2eef1e7b89cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9103 2024.10.10 04:29:15.363311 [ 199 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_41_8} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9104 2024.10.10 04:29:15.363437 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
9105 2024.10.10 04:29:15.363610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9106 2024.10.10 04:29:15.363834 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9107 2024.10.10 04:29:15.363918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9108 2024.10.10 04:29:15.364130 [ 3 ] {} <Debug> HTTP-Session: 0f4dbe63-5ce2-4c2d-8b97-cbdb131e5809 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9109 2024.10.10 04:29:15.364259 [ 3 ] {} <Debug> HTTP-Session: 0f4dbe63-5ce2-4c2d-8b97-cbdb131e5809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9110 2024.10.10 04:29:15.364333 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9111 2024.10.10 04:29:15.364348 [ 3 ] {} <Debug> HTTP-Session: 0f4dbe63-5ce2-4c2d-8b97-cbdb131e5809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9112 2024.10.10 04:29:15.364410 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 912 rows starting from the beginning of the part
9113 2024.10.10 04:29:15.364440 [ 3 ] {} <Trace> HTTP-Session: 0f4dbe63-5ce2-4c2d-8b97-cbdb131e5809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9114 2024.10.10 04:29:15.364668 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 75 rows starting from the beginning of the part
9115 2024.10.10 04:29:15.364810 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 415 rows starting from the beginning of the part
9116 2024.10.10 04:29:15.364925 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9117 2024.10.10 04:29:15.365122 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 75 rows starting from the beginning of the part
9118 2024.10.10 04:29:15.365146 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9119 2024.10.10 04:29:15.365523 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 411 rows starting from the beginning of the part
9120 2024.10.10 04:29:15.365867 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part
9121 2024.10.10 04:29:15.366554 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9122 2024.10.10 04:29:15.367383 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2024.10.10 04:29:15.367450 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9124 2024.10.10 04:29:15.368435 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9125 2024.10.10 04:29:15.369099 [ 196 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.006555329 sec., 299145.93150092085 rows/sec., 22.91 MiB/sec.
9126 2024.10.10 04:29:15.369329 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9127 2024.10.10 04:29:15.369395 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9128 2024.10.10 04:29:15.369598 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9129 2024.10.10 04:29:15.369681 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005008 sec., 31948.881789137376 rows/sec., 2.23 MiB/sec.
9130 2024.10.10 04:29:15.369698 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2024.10.10 04:29:15.369809 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9132 2024.10.10 04:29:15.370397 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Debug> DynamicQueryHandler: Done processing query
9133 2024.10.10 04:29:15.370527 [ 3 ] {8cb4f100-8b57-4bff-91a6-c78ac2ed4062} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9134 2024.10.10 04:29:15.370571 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
9135 2024.10.10 04:29:15.370617 [ 3 ] {} <Debug> HTTP-Session: 0f4dbe63-5ce2-4c2d-8b97-cbdb131e5809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9136 2024.10.10 04:29:15.370902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9137 2024.10.10 04:29:15.371035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9138 2024.10.10 04:29:15.371089 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9139 2024.10.10 04:29:15.371123 [ 3 ] {} <Debug> HTTP-Session: 883972b7-0ac5-4ba5-9fb5-c769056d92d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9140 2024.10.10 04:29:15.371175 [ 3 ] {} <Debug> HTTP-Session: 883972b7-0ac5-4ba5-9fb5-c769056d92d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9141 2024.10.10 04:29:15.371180 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11625 rows starting from the beginning of the part
9142 2024.10.10 04:29:15.371238 [ 3 ] {} <Debug> HTTP-Session: 883972b7-0ac5-4ba5-9fb5-c769056d92d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9143 2024.10.10 04:29:15.371329 [ 3 ] {} <Trace> HTTP-Session: 883972b7-0ac5-4ba5-9fb5-c769056d92d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9144 2024.10.10 04:29:15.371627 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part
9145 2024.10.10 04:29:15.371539 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9146 2024.10.10 04:29:15.371937 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9147 2024.10.10 04:29:15.372044 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 239 rows starting from the beginning of the part
9148 2024.10.10 04:29:15.372376 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9149 2024.10.10 04:29:15.372422 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part
9150 2024.10.10 04:29:15.372927 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
9151 2024.10.10 04:29:15.372999 [ 194 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_46_9} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9152 2024.10.10 04:29:15.373358 [ 199 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
9153 2024.10.10 04:29:15.374039 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9154 2024.10.10 04:29:15.374760 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9155 2024.10.10 04:29:15.375514 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9156 2024.10.10 04:29:15.375566 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9157 2024.10.10 04:29:15.376859 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9158 2024.10.10 04:29:15.377548 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9159 2024.10.10 04:29:15.377770 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006169 sec., 1458.907440427946 rows/sec., 2.61 MiB/sec.
9160 2024.10.10 04:29:15.377998 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Debug> DynamicQueryHandler: Done processing query
9161 2024.10.10 04:29:15.378022 [ 3 ] {012fd53c-e921-4308-abb3-a15bea71c0b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9162 2024.10.10 04:29:15.378038 [ 3 ] {} <Debug> HTTP-Session: 883972b7-0ac5-4ba5-9fb5-c769056d92d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9163 2024.10.10 04:29:15.378167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9164 2024.10.10 04:29:15.378215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9165 2024.10.10 04:29:15.378233 [ 3 ] {} <Debug> HTTP-Session: aa8b6c78-69b7-4891-a703-21156020ef48 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9166 2024.10.10 04:29:15.378250 [ 3 ] {} <Debug> HTTP-Session: aa8b6c78-69b7-4891-a703-21156020ef48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9167 2024.10.10 04:29:15.378264 [ 3 ] {} <Debug> HTTP-Session: aa8b6c78-69b7-4891-a703-21156020ef48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9168 2024.10.10 04:29:15.378294 [ 3 ] {} <Trace> HTTP-Session: aa8b6c78-69b7-4891-a703-21156020ef48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9169 2024.10.10 04:29:15.378418 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9170 2024.10.10 04:29:15.378470 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9171 2024.10.10 04:29:15.378609 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9172 2024.10.10 04:29:15.379232 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12583 rows, containing 5 columns (5 merged, 0 gathered) in 0.009223353 sec., 1364254.4094322314 rows/sec., 92.10 MiB/sec.
9173 2024.10.10 04:29:15.379293 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9174 2024.10.10 04:29:15.379334 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9175 2024.10.10 04:29:15.379752 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9176 2024.10.10 04:29:15.379774 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9177 2024.10.10 04:29:15.380596 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2024.10.10 04:29:15.380680 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2024.10.10 04:29:15.380877 [ 28 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9180 2024.10.10 04:29:15.380954 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9181 2024.10.10 04:29:15.380957 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002553 sec., 23501.762632197413 rows/sec., 1.58 MiB/sec.
9182 2024.10.10 04:29:15.380969 [ 28 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9183 2024.10.10 04:29:15.381067 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9184 2024.10.10 04:29:15.381361 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB.
9185 2024.10.10 04:29:15.381424 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9186 2024.10.10 04:29:15.381453 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Debug> DynamicQueryHandler: Done processing query
9187 2024.10.10 04:29:15.381481 [ 3 ] {b9dbd453-fb9d-4aff-8a43-0c102c6b86f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9188 2024.10.10 04:29:15.381507 [ 3 ] {} <Debug> HTTP-Session: aa8b6c78-69b7-4891-a703-21156020ef48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9189 2024.10.10 04:29:15.381570 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9190 2024.10.10 04:29:15.381599 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2250 rows starting from the beginning of the part
9191 2024.10.10 04:29:15.381693 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
9192 2024.10.10 04:29:15.381887 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
9193 2024.10.10 04:29:15.382075 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9194 2024.10.10 04:29:15.382245 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9195 2024.10.10 04:29:15.382426 [ 199 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9196 2024.10.10 04:29:15.383766 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2594 rows, containing 4 columns (4 merged, 0 gathered) in 0.002506369 sec., 1034963.3274270468 rows/sec., 67.21 MiB/sec.
9197 2024.10.10 04:29:15.384168 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9198 2024.10.10 04:29:15.384742 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9199 2024.10.10 04:29:15.384821 [ 192 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_46_9} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9200 2024.10.10 04:29:15.384903 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
9201 2024.10.10 04:29:18.604418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 900
9202 2024.10.10 04:29:18.608115 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9203 2024.10.10 04:29:18.608165 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9204 2024.10.10 04:29:18.609694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9205 2024.10.10 04:29:18.610688 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9206 2024.10.10 04:29:18.611506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900
9207 2024.10.10 04:29:19.330115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9208 2024.10.10 04:29:19.330233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9209 2024.10.10 04:29:19.330261 [ 3 ] {} <Debug> HTTP-Session: e9c73501-6650-43b9-a6bf-e66d39d71453 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9210 2024.10.10 04:29:19.330289 [ 3 ] {} <Debug> HTTP-Session: e9c73501-6650-43b9-a6bf-e66d39d71453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9211 2024.10.10 04:29:19.330306 [ 3 ] {} <Debug> HTTP-Session: e9c73501-6650-43b9-a6bf-e66d39d71453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9212 2024.10.10 04:29:19.330362 [ 3 ] {} <Trace> HTTP-Session: e9c73501-6650-43b9-a6bf-e66d39d71453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9213 2024.10.10 04:29:19.330555 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9214 2024.10.10 04:29:19.330631 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9215 2024.10.10 04:29:19.330972 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9216 2024.10.10 04:29:19.331390 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9217 2024.10.10 04:29:19.331432 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9218 2024.10.10 04:29:19.331847 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9219 2024.10.10 04:29:19.332240 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9220 2024.10.10 04:29:19.332414 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001914 sec., 1044.9320794148382 rows/sec., 85.21 KiB/sec.
9221 2024.10.10 04:29:19.332658 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Debug> DynamicQueryHandler: Done processing query
9222 2024.10.10 04:29:19.332685 [ 3 ] {f67df3c9-e190-4199-9b77-a1a469961185} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9223 2024.10.10 04:29:19.332701 [ 3 ] {} <Debug> HTTP-Session: e9c73501-6650-43b9-a6bf-e66d39d71453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9224 2024.10.10 04:29:19.333070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 202501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9225 2024.10.10 04:29:19.333119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9226 2024.10.10 04:29:19.333138 [ 3 ] {} <Debug> HTTP-Session: 5f848fb3-0124-474d-ae1b-43ea4364739f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9227 2024.10.10 04:29:19.333155 [ 3 ] {} <Debug> HTTP-Session: 5f848fb3-0124-474d-ae1b-43ea4364739f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9228 2024.10.10 04:29:19.333169 [ 3 ] {} <Debug> HTTP-Session: 5f848fb3-0124-474d-ae1b-43ea4364739f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9229 2024.10.10 04:29:19.333201 [ 3 ] {} <Trace> HTTP-Session: 5f848fb3-0124-474d-ae1b-43ea4364739f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9230 2024.10.10 04:29:19.333971 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9231 2024.10.10 04:29:19.334018 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9232 2024.10.10 04:29:19.334244 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9233 2024.10.10 04:29:19.335511 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9234 2024.10.10 04:29:19.335547 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9235 2024.10.10 04:29:19.335995 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9236 2024.10.10 04:29:19.336357 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9237 2024.10.10 04:29:19.336515 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Debug> executeQuery: Read 1388 rows, 118.50 KiB in 0.003141 sec., 441897.4848774276 rows/sec., 36.84 MiB/sec.
9238 2024.10.10 04:29:19.336692 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Debug> DynamicQueryHandler: Done processing query
9239 2024.10.10 04:29:19.336716 [ 3 ] {bfa99982-c189-4713-9930-58e7467dcc1f} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
9240 2024.10.10 04:29:19.336732 [ 3 ] {} <Debug> HTTP-Session: 5f848fb3-0124-474d-ae1b-43ea4364739f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9241 2024.10.10 04:29:19.336925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9242 2024.10.10 04:29:19.336974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9243 2024.10.10 04:29:19.336993 [ 3 ] {} <Debug> HTTP-Session: 3d4d2939-a542-4360-a2ed-3aade35da261 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9244 2024.10.10 04:29:19.337010 [ 3 ] {} <Debug> HTTP-Session: 3d4d2939-a542-4360-a2ed-3aade35da261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9245 2024.10.10 04:29:19.337024 [ 3 ] {} <Debug> HTTP-Session: 3d4d2939-a542-4360-a2ed-3aade35da261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9246 2024.10.10 04:29:19.337058 [ 3 ] {} <Trace> HTTP-Session: 3d4d2939-a542-4360-a2ed-3aade35da261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2024.10.10 04:29:19.337163 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9248 2024.10.10 04:29:19.337207 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9249 2024.10.10 04:29:19.337430 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9250 2024.10.10 04:29:19.337761 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9251 2024.10.10 04:29:19.337797 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9252 2024.10.10 04:29:19.338143 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9253 2024.10.10 04:29:19.338499 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9254 2024.10.10 04:29:19.338656 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.001519 sec., 20408.163265306124 rows/sec., 1.49 MiB/sec.
9255 2024.10.10 04:29:19.338965 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Debug> DynamicQueryHandler: Done processing query
9256 2024.10.10 04:29:19.339011 [ 3 ] {bd48c264-ba76-494a-9876-6db924fea6cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9257 2024.10.10 04:29:19.339040 [ 3 ] {} <Debug> HTTP-Session: 3d4d2939-a542-4360-a2ed-3aade35da261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9258 2024.10.10 04:29:19.339230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9259 2024.10.10 04:29:19.339279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9260 2024.10.10 04:29:19.339298 [ 3 ] {} <Debug> HTTP-Session: 205fb4cb-936e-4ddc-b171-ff9de586a429 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9261 2024.10.10 04:29:19.339315 [ 3 ] {} <Debug> HTTP-Session: 205fb4cb-936e-4ddc-b171-ff9de586a429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9262 2024.10.10 04:29:19.339329 [ 3 ] {} <Debug> HTTP-Session: 205fb4cb-936e-4ddc-b171-ff9de586a429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9263 2024.10.10 04:29:19.339359 [ 3 ] {} <Trace> HTTP-Session: 205fb4cb-936e-4ddc-b171-ff9de586a429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9264 2024.10.10 04:29:19.339513 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9265 2024.10.10 04:29:19.339557 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9266 2024.10.10 04:29:19.339794 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9267 2024.10.10 04:29:19.340222 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9268 2024.10.10 04:29:19.340258 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9269 2024.10.10 04:29:19.340622 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9270 2024.10.10 04:29:19.340978 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9271 2024.10.10 04:29:19.341135 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001693 sec., 142941.5239220319 rows/sec., 9.68 MiB/sec.
9272 2024.10.10 04:29:19.341305 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Debug> DynamicQueryHandler: Done processing query
9273 2024.10.10 04:29:19.341330 [ 3 ] {c2de33cc-c9b5-45ad-a83d-b4fda7956dca} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
9274 2024.10.10 04:29:19.341346 [ 3 ] {} <Debug> HTTP-Session: 205fb4cb-936e-4ddc-b171-ff9de586a429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9275 2024.10.10 04:29:19.341466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9276 2024.10.10 04:29:19.341514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9277 2024.10.10 04:29:19.341533 [ 3 ] {} <Debug> HTTP-Session: 71a4bfc8-7b5a-4116-b856-a7e0c0f86bed Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9278 2024.10.10 04:29:19.341550 [ 3 ] {} <Debug> HTTP-Session: 71a4bfc8-7b5a-4116-b856-a7e0c0f86bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9279 2024.10.10 04:29:19.341564 [ 3 ] {} <Debug> HTTP-Session: 71a4bfc8-7b5a-4116-b856-a7e0c0f86bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9280 2024.10.10 04:29:19.341593 [ 3 ] {} <Trace> HTTP-Session: 71a4bfc8-7b5a-4116-b856-a7e0c0f86bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9281 2024.10.10 04:29:19.341687 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9282 2024.10.10 04:29:19.341730 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9283 2024.10.10 04:29:19.341952 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9284 2024.10.10 04:29:19.342257 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9285 2024.10.10 04:29:19.342292 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9286 2024.10.10 04:29:19.342633 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9287 2024.10.10 04:29:19.342980 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9288 2024.10.10 04:29:19.343135 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 240.99 KiB/sec.
9289 2024.10.10 04:29:19.343293 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Debug> DynamicQueryHandler: Done processing query
9290 2024.10.10 04:29:19.343318 [ 3 ] {81bb3891-67cf-44a3-aee2-3f03b0b70749} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9291 2024.10.10 04:29:19.343333 [ 3 ] {} <Debug> HTTP-Session: 71a4bfc8-7b5a-4116-b856-a7e0c0f86bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9292 2024.10.10 04:29:19.343547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 142037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9293 2024.10.10 04:29:19.343595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9294 2024.10.10 04:29:19.343615 [ 3 ] {} <Debug> HTTP-Session: 41b9633b-e19e-4190-8fb1-94353d3bc5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9295 2024.10.10 04:29:19.343631 [ 3 ] {} <Debug> HTTP-Session: 41b9633b-e19e-4190-8fb1-94353d3bc5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9296 2024.10.10 04:29:19.343645 [ 3 ] {} <Debug> HTTP-Session: 41b9633b-e19e-4190-8fb1-94353d3bc5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9297 2024.10.10 04:29:19.343676 [ 3 ] {} <Trace> HTTP-Session: 41b9633b-e19e-4190-8fb1-94353d3bc5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9298 2024.10.10 04:29:19.344072 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9299 2024.10.10 04:29:19.344116 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9300 2024.10.10 04:29:19.344336 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9301 2024.10.10 04:29:19.345093 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9302 2024.10.10 04:29:19.345129 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9303 2024.10.10 04:29:19.345513 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9304 2024.10.10 04:29:19.345869 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2024.10.10 04:29:19.346021 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Debug> executeQuery: Read 869 rows, 64.46 KiB in 0.002242 sec., 387600.35682426405 rows/sec., 28.08 MiB/sec.
9306 2024.10.10 04:29:19.346179 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Debug> DynamicQueryHandler: Done processing query
9307 2024.10.10 04:29:19.346203 [ 3 ] {d52a0396-c359-4f08-a81e-ab9a95a952d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
9308 2024.10.10 04:29:19.346218 [ 3 ] {} <Debug> HTTP-Session: 41b9633b-e19e-4190-8fb1-94353d3bc5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9309 2024.10.10 04:29:19.346374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9310 2024.10.10 04:29:19.346421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9311 2024.10.10 04:29:19.346440 [ 3 ] {} <Debug> HTTP-Session: cb0a0075-445e-4592-bf88-06391c73d1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9312 2024.10.10 04:29:19.346457 [ 3 ] {} <Debug> HTTP-Session: cb0a0075-445e-4592-bf88-06391c73d1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9313 2024.10.10 04:29:19.346470 [ 3 ] {} <Debug> HTTP-Session: cb0a0075-445e-4592-bf88-06391c73d1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9314 2024.10.10 04:29:19.346500 [ 3 ] {} <Trace> HTTP-Session: cb0a0075-445e-4592-bf88-06391c73d1d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9315 2024.10.10 04:29:19.346594 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9316 2024.10.10 04:29:19.346664 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9317 2024.10.10 04:29:19.346789 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9318 2024.10.10 04:29:19.347103 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9319 2024.10.10 04:29:19.347139 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9320 2024.10.10 04:29:19.347497 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9321 2024.10.10 04:29:19.347815 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9322 2024.10.10 04:29:19.347950 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec.
9323 2024.10.10 04:29:19.348126 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Debug> DynamicQueryHandler: Done processing query
9324 2024.10.10 04:29:19.348151 [ 3 ] {c8fa0026-30b9-4ca1-b48a-66b926ec37c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9325 2024.10.10 04:29:19.348189 [ 3 ] {} <Debug> HTTP-Session: cb0a0075-445e-4592-bf88-06391c73d1d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9326 2024.10.10 04:29:19.348423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 175287, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9327 2024.10.10 04:29:19.348472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9328 2024.10.10 04:29:19.348491 [ 3 ] {} <Debug> HTTP-Session: c2f3ab6b-fc4f-4c91-ad8e-5570f585275b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9329 2024.10.10 04:29:19.348507 [ 3 ] {} <Debug> HTTP-Session: c2f3ab6b-fc4f-4c91-ad8e-5570f585275b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9330 2024.10.10 04:29:19.348521 [ 3 ] {} <Debug> HTTP-Session: c2f3ab6b-fc4f-4c91-ad8e-5570f585275b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9331 2024.10.10 04:29:19.348550 [ 3 ] {} <Trace> HTTP-Session: c2f3ab6b-fc4f-4c91-ad8e-5570f585275b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9332 2024.10.10 04:29:19.348908 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9333 2024.10.10 04:29:19.348956 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9334 2024.10.10 04:29:19.349097 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9335 2024.10.10 04:29:19.349883 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9336 2024.10.10 04:29:19.349919 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9337 2024.10.10 04:29:19.350347 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9338 2024.10.10 04:29:19.350687 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9339 2024.10.10 04:29:19.350851 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.00219 sec., 422831.05022831046 rows/sec., 28.21 MiB/sec.
9340 2024.10.10 04:29:19.351050 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Debug> DynamicQueryHandler: Done processing query
9341 2024.10.10 04:29:19.351078 [ 3 ] {0aad222c-1b20-43d7-838d-827ad073e118} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
9342 2024.10.10 04:29:19.351094 [ 3 ] {} <Debug> HTTP-Session: c2f3ab6b-fc4f-4c91-ad8e-5570f585275b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9343 2024.10.10 04:29:19.351272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9344 2024.10.10 04:29:19.351320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9345 2024.10.10 04:29:19.351339 [ 3 ] {} <Debug> HTTP-Session: c4a3268c-ab6a-40bb-b82f-04e9445e0e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9346 2024.10.10 04:29:19.351355 [ 3 ] {} <Debug> HTTP-Session: c4a3268c-ab6a-40bb-b82f-04e9445e0e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9347 2024.10.10 04:29:19.351368 [ 3 ] {} <Debug> HTTP-Session: c4a3268c-ab6a-40bb-b82f-04e9445e0e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9348 2024.10.10 04:29:19.351398 [ 3 ] {} <Trace> HTTP-Session: c4a3268c-ab6a-40bb-b82f-04e9445e0e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9349 2024.10.10 04:29:19.351489 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9350 2024.10.10 04:29:19.351534 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9351 2024.10.10 04:29:19.351660 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9352 2024.10.10 04:29:19.351909 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9353 2024.10.10 04:29:19.351944 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9354 2024.10.10 04:29:19.352285 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9355 2024.10.10 04:29:19.352604 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9356 2024.10.10 04:29:19.352762 [ 62 ] {} <Debug> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
9357 2024.10.10 04:29:19.352765 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec.
9358 2024.10.10 04:29:19.352852 [ 62 ] {} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9359 2024.10.10 04:29:19.352919 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9360 2024.10.10 04:29:19.353077 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Debug> DynamicQueryHandler: Done processing query
9361 2024.10.10 04:29:19.353085 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::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
9362 2024.10.10 04:29:19.353107 [ 3 ] {3cf61444-e687-4e59-9244-ed398f472e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9363 2024.10.10 04:29:19.353138 [ 3 ] {} <Debug> HTTP-Session: c4a3268c-ab6a-40bb-b82f-04e9445e0e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9364 2024.10.10 04:29:19.353246 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9365 2024.10.10 04:29:19.353289 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
9366 2024.10.10 04:29:19.353297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 47795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9367 2024.10.10 04:29:19.353370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9368 2024.10.10 04:29:19.353435 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
9369 2024.10.10 04:29:19.353445 [ 3 ] {} <Debug> HTTP-Session: f1c0491e-efab-4a16-81e8-c11b90a1c85e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9370 2024.10.10 04:29:19.353498 [ 3 ] {} <Debug> HTTP-Session: f1c0491e-efab-4a16-81e8-c11b90a1c85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9371 2024.10.10 04:29:19.353562 [ 3 ] {} <Debug> HTTP-Session: f1c0491e-efab-4a16-81e8-c11b90a1c85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9372 2024.10.10 04:29:19.353767 [ 3 ] {} <Trace> HTTP-Session: f1c0491e-efab-4a16-81e8-c11b90a1c85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9373 2024.10.10 04:29:19.353811 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
9374 2024.10.10 04:29:19.354059 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
9375 2024.10.10 04:29:19.354202 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
9376 2024.10.10 04:29:19.354340 [ 195 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
9377 2024.10.10 04:29:19.354408 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9378 2024.10.10 04:29:19.354805 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9379 2024.10.10 04:29:19.355731 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9380 2024.10.10 04:29:19.356318 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.00327835 sec., 6100.629890036146 rows/sec., 411.08 KiB/sec.
9381 2024.10.10 04:29:19.356608 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
9382 2024.10.10 04:29:19.356926 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9383 2024.10.10 04:29:19.356990 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9384 2024.10.10 04:29:19.357691 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9385 2024.10.10 04:29:19.357863 [ 197 ] {8f4f9438-5103-4032-b574-822b5fc426b1::all_1_20_4} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
9386 2024.10.10 04:29:19.358035 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
9387 2024.10.10 04:29:19.358335 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9388 2024.10.10 04:29:19.358756 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9389 2024.10.10 04:29:19.358954 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.004958 sec., 5849.1327148043565 rows/sec., 10.48 MiB/sec.
9390 2024.10.10 04:29:19.359178 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Debug> DynamicQueryHandler: Done processing query
9391 2024.10.10 04:29:19.359203 [ 3 ] {96b6faf3-cbb5-49fb-bf21-40e39824b0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9392 2024.10.10 04:29:19.359219 [ 3 ] {} <Debug> HTTP-Session: f1c0491e-efab-4a16-81e8-c11b90a1c85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9393 2024.10.10 04:29:19.359345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9394 2024.10.10 04:29:19.359392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9395 2024.10.10 04:29:19.359410 [ 3 ] {} <Debug> HTTP-Session: 4a3ff6b6-0a83-4602-872b-c4e201026fec Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9396 2024.10.10 04:29:19.359427 [ 3 ] {} <Debug> HTTP-Session: 4a3ff6b6-0a83-4602-872b-c4e201026fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9397 2024.10.10 04:29:19.359441 [ 3 ] {} <Debug> HTTP-Session: 4a3ff6b6-0a83-4602-872b-c4e201026fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9398 2024.10.10 04:29:19.359471 [ 3 ] {} <Trace> HTTP-Session: 4a3ff6b6-0a83-4602-872b-c4e201026fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9399 2024.10.10 04:29:19.359594 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9400 2024.10.10 04:29:19.359639 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9401 2024.10.10 04:29:19.359766 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9402 2024.10.10 04:29:19.360054 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9403 2024.10.10 04:29:19.360090 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9404 2024.10.10 04:29:19.360445 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9405 2024.10.10 04:29:19.360768 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9406 2024.10.10 04:29:19.360923 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001376 sec., 50872.09302325581 rows/sec., 3.20 MiB/sec.
9407 2024.10.10 04:29:19.361085 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Debug> DynamicQueryHandler: Done processing query
9408 2024.10.10 04:29:19.361110 [ 3 ] {55c5a639-4cd3-4c37-be33-c4145354c846} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9409 2024.10.10 04:29:19.361125 [ 3 ] {} <Debug> HTTP-Session: 4a3ff6b6-0a83-4602-872b-c4e201026fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9410 2024.10.10 04:29:20.339229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9411 2024.10.10 04:29:20.339340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9412 2024.10.10 04:29:20.339366 [ 3 ] {} <Debug> HTTP-Session: 901614e1-a263-44eb-9650-bca3e81ce57b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9413 2024.10.10 04:29:20.339391 [ 3 ] {} <Debug> HTTP-Session: 901614e1-a263-44eb-9650-bca3e81ce57b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9414 2024.10.10 04:29:20.339406 [ 3 ] {} <Debug> HTTP-Session: 901614e1-a263-44eb-9650-bca3e81ce57b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9415 2024.10.10 04:29:20.339455 [ 3 ] {} <Trace> HTTP-Session: 901614e1-a263-44eb-9650-bca3e81ce57b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9416 2024.10.10 04:29:20.339645 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9417 2024.10.10 04:29:20.339715 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9418 2024.10.10 04:29:20.340055 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9419 2024.10.10 04:29:20.340521 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9420 2024.10.10 04:29:20.340568 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9421 2024.10.10 04:29:20.340987 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9422 2024.10.10 04:29:20.341373 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9423 2024.10.10 04:29:20.341539 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec.
9424 2024.10.10 04:29:20.341791 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Debug> DynamicQueryHandler: Done processing query
9425 2024.10.10 04:29:20.341826 [ 3 ] {a569f6c3-73c8-4b6a-a39e-7688ae781537} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9426 2024.10.10 04:29:20.341847 [ 3 ] {} <Debug> HTTP-Session: 901614e1-a263-44eb-9650-bca3e81ce57b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9427 2024.10.10 04:29:20.342028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9428 2024.10.10 04:29:20.342082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9429 2024.10.10 04:29:20.342101 [ 3 ] {} <Debug> HTTP-Session: 7de79dfd-a8e0-4701-a048-b8c0add1b6da Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9430 2024.10.10 04:29:20.342120 [ 3 ] {} <Debug> HTTP-Session: 7de79dfd-a8e0-4701-a048-b8c0add1b6da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9431 2024.10.10 04:29:20.342134 [ 3 ] {} <Debug> HTTP-Session: 7de79dfd-a8e0-4701-a048-b8c0add1b6da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9432 2024.10.10 04:29:20.342171 [ 3 ] {} <Trace> HTTP-Session: 7de79dfd-a8e0-4701-a048-b8c0add1b6da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9433 2024.10.10 04:29:20.342295 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9434 2024.10.10 04:29:20.342342 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9435 2024.10.10 04:29:20.342578 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9436 2024.10.10 04:29:20.342989 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9437 2024.10.10 04:29:20.343026 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9438 2024.10.10 04:29:20.343374 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9439 2024.10.10 04:29:20.343730 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9440 2024.10.10 04:29:20.343903 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001646 sec., 38882.13851761847 rows/sec., 3.03 MiB/sec.
9441 2024.10.10 04:29:20.344090 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Debug> DynamicQueryHandler: Done processing query
9442 2024.10.10 04:29:20.344115 [ 3 ] {c7987c12-898a-4abb-90e9-0c47155eaf50} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9443 2024.10.10 04:29:20.344131 [ 3 ] {} <Debug> HTTP-Session: 7de79dfd-a8e0-4701-a048-b8c0add1b6da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9444 2024.10.10 04:29:20.344307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9445 2024.10.10 04:29:20.344357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9446 2024.10.10 04:29:20.344377 [ 3 ] {} <Debug> HTTP-Session: 187f5333-1f0e-47eb-9c05-5f632551d34d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9447 2024.10.10 04:29:20.344394 [ 3 ] {} <Debug> HTTP-Session: 187f5333-1f0e-47eb-9c05-5f632551d34d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9448 2024.10.10 04:29:20.344408 [ 3 ] {} <Debug> HTTP-Session: 187f5333-1f0e-47eb-9c05-5f632551d34d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9449 2024.10.10 04:29:20.344439 [ 3 ] {} <Trace> HTTP-Session: 187f5333-1f0e-47eb-9c05-5f632551d34d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9450 2024.10.10 04:29:20.344557 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9451 2024.10.10 04:29:20.344606 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9452 2024.10.10 04:29:20.344755 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9453 2024.10.10 04:29:20.345049 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9454 2024.10.10 04:29:20.345086 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9455 2024.10.10 04:29:20.345449 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9456 2024.10.10 04:29:20.345788 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9457 2024.10.10 04:29:20.345949 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001427 sec., 22424.66713384723 rows/sec., 1.56 MiB/sec.
9458 2024.10.10 04:29:20.346111 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Debug> DynamicQueryHandler: Done processing query
9459 2024.10.10 04:29:20.346136 [ 3 ] {504909b7-9313-488f-a069-35af72dd6ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9460 2024.10.10 04:29:20.346151 [ 3 ] {} <Debug> HTTP-Session: 187f5333-1f0e-47eb-9c05-5f632551d34d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9461 2024.10.10 04:29:20.346298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9462 2024.10.10 04:29:20.346344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9463 2024.10.10 04:29:20.346363 [ 3 ] {} <Debug> HTTP-Session: 8c416a1a-8c2e-447a-aab3-345847ecccd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9464 2024.10.10 04:29:20.346380 [ 3 ] {} <Debug> HTTP-Session: 8c416a1a-8c2e-447a-aab3-345847ecccd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9465 2024.10.10 04:29:20.346393 [ 3 ] {} <Debug> HTTP-Session: 8c416a1a-8c2e-447a-aab3-345847ecccd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9466 2024.10.10 04:29:20.346424 [ 3 ] {} <Trace> HTTP-Session: 8c416a1a-8c2e-447a-aab3-345847ecccd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9467 2024.10.10 04:29:20.346522 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9468 2024.10.10 04:29:20.346566 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9469 2024.10.10 04:29:20.346693 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9470 2024.10.10 04:29:20.347009 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9471 2024.10.10 04:29:20.347045 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
9472 2024.10.10 04:29:20.347397 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9473 2024.10.10 04:29:20.347720 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9474 2024.10.10 04:29:20.347875 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001376 sec., 8720.93023255814 rows/sec., 601.84 KiB/sec.
9475 2024.10.10 04:29:20.348162 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Debug> DynamicQueryHandler: Done processing query
9476 2024.10.10 04:29:20.348218 [ 3 ] {dc0d251e-13ba-40dd-9aee-fd25ff153da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9477 2024.10.10 04:29:20.348275 [ 3 ] {} <Debug> HTTP-Session: 8c416a1a-8c2e-447a-aab3-345847ecccd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9478 2024.10.10 04:29:23.383084 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
9479 2024.10.10 04:29:23.383153 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
9480 2024.10.10 04:29:25.345572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9481 2024.10.10 04:29:25.345728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9482 2024.10.10 04:29:25.345770 [ 3 ] {} <Debug> HTTP-Session: 705c1384-b95e-4c68-8d17-ae7b6b407be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9483 2024.10.10 04:29:25.345808 [ 3 ] {} <Debug> HTTP-Session: 705c1384-b95e-4c68-8d17-ae7b6b407be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9484 2024.10.10 04:29:25.345834 [ 3 ] {} <Debug> HTTP-Session: 705c1384-b95e-4c68-8d17-ae7b6b407be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9485 2024.10.10 04:29:25.345906 [ 3 ] {} <Trace> HTTP-Session: 705c1384-b95e-4c68-8d17-ae7b6b407be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9486 2024.10.10 04:29:25.346116 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9487 2024.10.10 04:29:25.346185 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9488 2024.10.10 04:29:25.346523 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9489 2024.10.10 04:29:25.346994 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9490 2024.10.10 04:29:25.347040 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9491 2024.10.10 04:29:25.347463 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9492 2024.10.10 04:29:25.347840 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9493 2024.10.10 04:29:25.348033 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.001986 sec., 37260.825780463245 rows/sec., 3.03 MiB/sec.
9494 2024.10.10 04:29:25.348372 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Debug> DynamicQueryHandler: Done processing query
9495 2024.10.10 04:29:25.348433 [ 3 ] {7f3606b0-1234-4d67-bc1d-54ec28829d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9496 2024.10.10 04:29:25.348460 [ 3 ] {} <Debug> HTTP-Session: 705c1384-b95e-4c68-8d17-ae7b6b407be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9497 2024.10.10 04:29:25.348625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9498 2024.10.10 04:29:25.348678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9499 2024.10.10 04:29:25.348698 [ 3 ] {} <Debug> HTTP-Session: fbd8e86f-05bf-4d90-9d6c-a20467a8040a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9500 2024.10.10 04:29:25.348717 [ 3 ] {} <Debug> HTTP-Session: fbd8e86f-05bf-4d90-9d6c-a20467a8040a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9501 2024.10.10 04:29:25.348732 [ 3 ] {} <Debug> HTTP-Session: fbd8e86f-05bf-4d90-9d6c-a20467a8040a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9502 2024.10.10 04:29:25.348767 [ 3 ] {} <Trace> HTTP-Session: fbd8e86f-05bf-4d90-9d6c-a20467a8040a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9503 2024.10.10 04:29:25.348879 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9504 2024.10.10 04:29:25.348928 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9505 2024.10.10 04:29:25.349191 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9506 2024.10.10 04:29:25.349522 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9507 2024.10.10 04:29:25.349560 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9508 2024.10.10 04:29:25.349904 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9509 2024.10.10 04:29:25.350263 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9510 2024.10.10 04:29:25.350424 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001574 sec., 5717.916137229987 rows/sec., 429.96 KiB/sec.
9511 2024.10.10 04:29:25.350770 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Debug> DynamicQueryHandler: Done processing query
9512 2024.10.10 04:29:25.350816 [ 3 ] {953e1cb0-aa34-4069-84fa-124365873488} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9513 2024.10.10 04:29:25.350842 [ 3 ] {} <Debug> HTTP-Session: fbd8e86f-05bf-4d90-9d6c-a20467a8040a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9514 2024.10.10 04:29:25.350972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9515 2024.10.10 04:29:25.351023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9516 2024.10.10 04:29:25.351042 [ 3 ] {} <Debug> HTTP-Session: c7eae0f9-48ab-4a41-bf96-539dff45d941 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9517 2024.10.10 04:29:25.351059 [ 3 ] {} <Debug> HTTP-Session: c7eae0f9-48ab-4a41-bf96-539dff45d941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9518 2024.10.10 04:29:25.351072 [ 3 ] {} <Debug> HTTP-Session: c7eae0f9-48ab-4a41-bf96-539dff45d941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9519 2024.10.10 04:29:25.351104 [ 3 ] {} <Trace> HTTP-Session: c7eae0f9-48ab-4a41-bf96-539dff45d941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9520 2024.10.10 04:29:25.351235 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9521 2024.10.10 04:29:25.351280 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9522 2024.10.10 04:29:25.351526 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9523 2024.10.10 04:29:25.351891 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9524 2024.10.10 04:29:25.351928 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9525 2024.10.10 04:29:25.352277 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9526 2024.10.10 04:29:25.352623 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9527 2024.10.10 04:29:25.352785 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001587 sec., 45998.739760554505 rows/sec., 3.59 MiB/sec.
9528 2024.10.10 04:29:25.352953 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Debug> DynamicQueryHandler: Done processing query
9529 2024.10.10 04:29:25.352977 [ 3 ] {5894feca-7aca-4acd-9382-72de8d8532b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9530 2024.10.10 04:29:25.352993 [ 3 ] {} <Debug> HTTP-Session: c7eae0f9-48ab-4a41-bf96-539dff45d941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9531 2024.10.10 04:29:25.353164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9532 2024.10.10 04:29:25.353212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9533 2024.10.10 04:29:25.353230 [ 3 ] {} <Debug> HTTP-Session: 46cae49d-8687-49fe-9e9a-735d2a1432b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9534 2024.10.10 04:29:25.353247 [ 3 ] {} <Debug> HTTP-Session: 46cae49d-8687-49fe-9e9a-735d2a1432b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9535 2024.10.10 04:29:25.353260 [ 3 ] {} <Debug> HTTP-Session: 46cae49d-8687-49fe-9e9a-735d2a1432b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9536 2024.10.10 04:29:25.353292 [ 3 ] {} <Trace> HTTP-Session: 46cae49d-8687-49fe-9e9a-735d2a1432b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9537 2024.10.10 04:29:25.353436 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9538 2024.10.10 04:29:25.353484 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9539 2024.10.10 04:29:25.353633 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9540 2024.10.10 04:29:25.354013 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9541 2024.10.10 04:29:25.354048 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9542 2024.10.10 04:29:25.354424 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9543 2024.10.10 04:29:25.354754 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9544 2024.10.10 04:29:25.354919 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec.
9545 2024.10.10 04:29:25.355092 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Debug> DynamicQueryHandler: Done processing query
9546 2024.10.10 04:29:25.355115 [ 3 ] {8346614e-d0f7-4b4a-a65c-3ff71e31e50a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9547 2024.10.10 04:29:25.355131 [ 3 ] {} <Debug> HTTP-Session: 46cae49d-8687-49fe-9e9a-735d2a1432b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9548 2024.10.10 04:29:25.355260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9549 2024.10.10 04:29:25.355308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9550 2024.10.10 04:29:25.355327 [ 3 ] {} <Debug> HTTP-Session: 351eda42-dd84-49fe-8df2-ea6fe3781609 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9551 2024.10.10 04:29:25.355343 [ 3 ] {} <Debug> HTTP-Session: 351eda42-dd84-49fe-8df2-ea6fe3781609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9552 2024.10.10 04:29:25.355356 [ 3 ] {} <Debug> HTTP-Session: 351eda42-dd84-49fe-8df2-ea6fe3781609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9553 2024.10.10 04:29:25.355387 [ 3 ] {} <Trace> HTTP-Session: 351eda42-dd84-49fe-8df2-ea6fe3781609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9554 2024.10.10 04:29:25.355559 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9555 2024.10.10 04:29:25.355625 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9556 2024.10.10 04:29:25.356060 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9557 2024.10.10 04:29:25.356527 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9558 2024.10.10 04:29:25.356562 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9559 2024.10.10 04:29:25.357208 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9560 2024.10.10 04:29:25.357628 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9561 2024.10.10 04:29:25.357825 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9562 2024.10.10 04:29:25.357838 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00237 sec., 3797.4683544303793 rows/sec., 6.80 MiB/sec.
9563 2024.10.10 04:29:25.357962 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9564 2024.10.10 04:29:25.358064 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9565 2024.10.10 04:29:25.358421 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Debug> DynamicQueryHandler: Done processing query
9566 2024.10.10 04:29:25.358458 [ 3 ] {81b04a3d-ee83-44ae-88ad-565fa0c5fcff} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9567 2024.10.10 04:29:25.358450 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
9568 2024.10.10 04:29:25.358482 [ 3 ] {} <Debug> HTTP-Session: 351eda42-dd84-49fe-8df2-ea6fe3781609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9569 2024.10.10 04:29:25.358726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9570 2024.10.10 04:29:25.358844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9571 2024.10.10 04:29:25.358898 [ 3 ] {} <Debug> HTTP-Session: 7bd7148d-717d-4862-b645-137875e2edda Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9572 2024.10.10 04:29:25.358956 [ 3 ] {} <Debug> HTTP-Session: 7bd7148d-717d-4862-b645-137875e2edda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9573 2024.10.10 04:29:25.359016 [ 3 ] {} <Debug> HTTP-Session: 7bd7148d-717d-4862-b645-137875e2edda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9574 2024.10.10 04:29:25.359120 [ 3 ] {} <Trace> HTTP-Session: 7bd7148d-717d-4862-b645-137875e2edda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9575 2024.10.10 04:29:25.359409 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9576 2024.10.10 04:29:25.359538 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9577 2024.10.10 04:29:25.359539 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9578 2024.10.10 04:29:25.359759 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 674 rows starting from the beginning of the part
9579 2024.10.10 04:29:25.360315 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9580 2024.10.10 04:29:25.360668 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 9 rows starting from the beginning of the part
9581 2024.10.10 04:29:25.361372 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 29 rows starting from the beginning of the part
9582 2024.10.10 04:29:25.361541 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9583 2024.10.10 04:29:25.361612 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9584 2024.10.10 04:29:25.362039 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 9 rows starting from the beginning of the part
9585 2024.10.10 04:29:25.362631 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part
9586 2024.10.10 04:29:25.363262 [ 200 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 9 rows starting from the beginning of the part
9587 2024.10.10 04:29:25.363330 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9588 2024.10.10 04:29:25.364553 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9589 2024.10.10 04:29:25.364958 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005664 sec., 10593.220338983052 rows/sec., 731.04 KiB/sec.
9590 2024.10.10 04:29:25.365386 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Debug> DynamicQueryHandler: Done processing query
9591 2024.10.10 04:29:25.365434 [ 3 ] {f67e3c40-d44b-48f4-9fad-cb8873b1ccea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9592 2024.10.10 04:29:25.365463 [ 3 ] {} <Debug> HTTP-Session: 7bd7148d-717d-4862-b645-137875e2edda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9593 2024.10.10 04:29:25.369036 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 19 columns (19 merged, 0 gathered) in 0.010770486 sec., 70470.35760503287 rows/sec., 126.28 MiB/sec.
9594 2024.10.10 04:29:25.370569 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9595 2024.10.10 04:29:25.371237 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9596 2024.10.10 04:29:25.371330 [ 197 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9597 2024.10.10 04:29:25.371505 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB.
9598 2024.10.10 04:29:28.612580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 942
9599 2024.10.10 04:29:28.615674 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9600 2024.10.10 04:29:28.615724 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9601 2024.10.10 04:29:28.617230 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
9602 2024.10.10 04:29:28.618227 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9603 2024.10.10 04:29:28.618747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942
9604 2024.10.10 04:29:30.350744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 37654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9605 2024.10.10 04:29:30.350870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9606 2024.10.10 04:29:30.350899 [ 3 ] {} <Debug> HTTP-Session: c798de16-b165-436c-8e54-f1504c6bbcfa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9607 2024.10.10 04:29:30.350928 [ 3 ] {} <Debug> HTTP-Session: c798de16-b165-436c-8e54-f1504c6bbcfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9608 2024.10.10 04:29:30.350945 [ 3 ] {} <Debug> HTTP-Session: c798de16-b165-436c-8e54-f1504c6bbcfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9609 2024.10.10 04:29:30.351000 [ 3 ] {} <Trace> HTTP-Session: c798de16-b165-436c-8e54-f1504c6bbcfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9610 2024.10.10 04:29:30.351258 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9611 2024.10.10 04:29:30.351326 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9612 2024.10.10 04:29:30.351659 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9613 2024.10.10 04:29:30.352222 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9614 2024.10.10 04:29:30.352264 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9615 2024.10.10 04:29:30.352717 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9616 2024.10.10 04:29:30.353136 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9617 2024.10.10 04:29:30.353295 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Debug> executeQuery: Read 249 rows, 22.50 KiB in 0.002155 sec., 115545.24361948957 rows/sec., 10.20 MiB/sec.
9618 2024.10.10 04:29:30.353507 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Debug> DynamicQueryHandler: Done processing query
9619 2024.10.10 04:29:30.353533 [ 3 ] {0e1c2f9a-10b8-4be4-91e3-08243bda2a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
9620 2024.10.10 04:29:30.353549 [ 3 ] {} <Debug> HTTP-Session: c798de16-b165-436c-8e54-f1504c6bbcfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9621 2024.10.10 04:29:30.353746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 4353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9622 2024.10.10 04:29:30.353795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9623 2024.10.10 04:29:30.353814 [ 3 ] {} <Debug> HTTP-Session: 67b87ca0-c50c-4cda-a7f4-b2f2b8f246c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9624 2024.10.10 04:29:30.353831 [ 3 ] {} <Debug> HTTP-Session: 67b87ca0-c50c-4cda-a7f4-b2f2b8f246c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9625 2024.10.10 04:29:30.353845 [ 3 ] {} <Debug> HTTP-Session: 67b87ca0-c50c-4cda-a7f4-b2f2b8f246c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9626 2024.10.10 04:29:30.353877 [ 3 ] {} <Trace> HTTP-Session: 67b87ca0-c50c-4cda-a7f4-b2f2b8f246c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9627 2024.10.10 04:29:30.353983 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9628 2024.10.10 04:29:30.354028 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9629 2024.10.10 04:29:30.354254 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9630 2024.10.10 04:29:30.354644 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9631 2024.10.10 04:29:30.354680 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9632 2024.10.10 04:29:30.355027 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9633 2024.10.10 04:29:30.355379 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9634 2024.10.10 04:29:30.355531 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001577 sec., 19023.462270133165 rows/sec., 1.40 MiB/sec.
9635 2024.10.10 04:29:30.355710 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Debug> DynamicQueryHandler: Done processing query
9636 2024.10.10 04:29:30.355734 [ 3 ] {ee78bf67-7ef3-440c-bf6d-057736043e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9637 2024.10.10 04:29:30.355749 [ 3 ] {} <Debug> HTTP-Session: 67b87ca0-c50c-4cda-a7f4-b2f2b8f246c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9638 2024.10.10 04:29:30.355877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9639 2024.10.10 04:29:30.355925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9640 2024.10.10 04:29:30.355945 [ 3 ] {} <Debug> HTTP-Session: 96593643-c6d6-41c6-920e-30f90e6d8a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9641 2024.10.10 04:29:30.355962 [ 3 ] {} <Debug> HTTP-Session: 96593643-c6d6-41c6-920e-30f90e6d8a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9642 2024.10.10 04:29:30.355975 [ 3 ] {} <Debug> HTTP-Session: 96593643-c6d6-41c6-920e-30f90e6d8a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9643 2024.10.10 04:29:30.356006 [ 3 ] {} <Trace> HTTP-Session: 96593643-c6d6-41c6-920e-30f90e6d8a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9644 2024.10.10 04:29:30.356103 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9645 2024.10.10 04:29:30.356145 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9646 2024.10.10 04:29:30.356367 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9647 2024.10.10 04:29:30.356699 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9648 2024.10.10 04:29:30.356736 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9649 2024.10.10 04:29:30.357085 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9650 2024.10.10 04:29:30.357439 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9651 2024.10.10 04:29:30.357594 [ 104 ] {} <Debug> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
9652 2024.10.10 04:29:30.357599 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec.
9653 2024.10.10 04:29:30.357677 [ 104 ] {} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9654 2024.10.10 04:29:30.357744 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9655 2024.10.10 04:29:30.357937 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Debug> DynamicQueryHandler: Done processing query
9656 2024.10.10 04:29:30.357968 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::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
9657 2024.10.10 04:29:30.357982 [ 3 ] {9aee85e1-38d6-47af-830d-7acc0efdd9b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9658 2024.10.10 04:29:30.358039 [ 3 ] {} <Debug> HTTP-Session: 96593643-c6d6-41c6-920e-30f90e6d8a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9659 2024.10.10 04:29:30.358226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9660 2024.10.10 04:29:30.358294 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9661 2024.10.10 04:29:30.358314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9662 2024.10.10 04:29:30.358374 [ 3 ] {} <Debug> HTTP-Session: 893f8a71-2b1b-4e82-a6b8-6dfe130d71ce Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9663 2024.10.10 04:29:30.358380 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part
9664 2024.10.10 04:29:30.358398 [ 3 ] {} <Debug> HTTP-Session: 893f8a71-2b1b-4e82-a6b8-6dfe130d71ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9665 2024.10.10 04:29:30.358448 [ 3 ] {} <Debug> HTTP-Session: 893f8a71-2b1b-4e82-a6b8-6dfe130d71ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9666 2024.10.10 04:29:30.358555 [ 3 ] {} <Trace> HTTP-Session: 893f8a71-2b1b-4e82-a6b8-6dfe130d71ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9667 2024.10.10 04:29:30.358644 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part
9668 2024.10.10 04:29:30.358913 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9669 2024.10.10 04:29:30.358996 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
9670 2024.10.10 04:29:30.359041 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9671 2024.10.10 04:29:30.359273 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
9672 2024.10.10 04:29:30.359665 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part
9673 2024.10.10 04:29:30.360068 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
9674 2024.10.10 04:29:30.360813 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9675 2024.10.10 04:29:30.361582 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9676 2024.10.10 04:29:30.361645 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9677 2024.10.10 04:29:30.362652 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9678 2024.10.10 04:29:30.363292 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005433049 sec., 141357.090650204 rows/sec., 9.59 MiB/sec.
9679 2024.10.10 04:29:30.363499 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
9680 2024.10.10 04:29:30.363679 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9681 2024.10.10 04:29:30.364066 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005284 sec., 1135.5034065102195 rows/sec., 67.09 KiB/sec.
9682 2024.10.10 04:29:30.364067 [ 132 ] {} <Debug> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
9683 2024.10.10 04:29:30.364289 [ 132 ] {} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9684 2024.10.10 04:29:30.364464 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9685 2024.10.10 04:29:30.364809 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Debug> DynamicQueryHandler: Done processing query
9686 2024.10.10 04:29:30.364886 [ 3 ] {add5b7cd-d775-4247-b3e4-ac92cc475618} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9687 2024.10.10 04:29:30.364889 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::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
9688 2024.10.10 04:29:30.364937 [ 3 ] {} <Debug> HTTP-Session: 893f8a71-2b1b-4e82-a6b8-6dfe130d71ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9689 2024.10.10 04:29:30.365107 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9690 2024.10.10 04:29:30.365218 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9691 2024.10.10 04:29:30.365235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 66884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9692 2024.10.10 04:29:30.365286 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part
9693 2024.10.10 04:29:30.365370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9694 2024.10.10 04:29:30.365408 [ 201 ] {658c2e57-18b4-4258-bb73-48526a4a82a9::all_1_21_4} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
9695 2024.10.10 04:29:30.365509 [ 3 ] {} <Debug> HTTP-Session: acbd5ff9-302e-444c-8f08-e859109043a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9696 2024.10.10 04:29:30.365565 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
9697 2024.10.10 04:29:30.365620 [ 3 ] {} <Debug> HTTP-Session: acbd5ff9-302e-444c-8f08-e859109043a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9698 2024.10.10 04:29:30.365734 [ 3 ] {} <Debug> HTTP-Session: acbd5ff9-302e-444c-8f08-e859109043a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9699 2024.10.10 04:29:30.365810 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
9700 2024.10.10 04:29:30.365951 [ 3 ] {} <Trace> HTTP-Session: acbd5ff9-302e-444c-8f08-e859109043a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9701 2024.10.10 04:29:30.366078 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
9702 2024.10.10 04:29:30.366493 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
9703 2024.10.10 04:29:30.366519 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9704 2024.10.10 04:29:30.366682 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9705 2024.10.10 04:29:30.366810 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
9706 2024.10.10 04:29:30.367816 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9707 2024.10.10 04:29:30.369185 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9708 2024.10.10 04:29:30.369214 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004491754 sec., 6678.905389743072 rows/sec., 423.95 KiB/sec.
9709 2024.10.10 04:29:30.369236 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9710 2024.10.10 04:29:30.369385 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
9711 2024.10.10 04:29:30.370200 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9712 2024.10.10 04:29:30.370359 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2024.10.10 04:29:30.370586 [ 197 ] {f7582ee5-72e9-41c0-a4d7-ccae8f79140d::all_1_21_5} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
9714 2024.10.10 04:29:30.370764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9715 2024.10.10 04:29:30.370985 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2024.10.10 04:29:30.371167 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004938 sec., 83434.58890238963 rows/sec., 5.95 MiB/sec.
9717 2024.10.10 04:29:30.371357 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Debug> DynamicQueryHandler: Done processing query
9718 2024.10.10 04:29:30.371381 [ 3 ] {75926cf6-14c3-427e-8832-05bd969ad69f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9719 2024.10.10 04:29:30.371397 [ 3 ] {} <Debug> HTTP-Session: acbd5ff9-302e-444c-8f08-e859109043a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9720 2024.10.10 04:29:30.371608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9721 2024.10.10 04:29:30.371656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9722 2024.10.10 04:29:30.371675 [ 3 ] {} <Debug> HTTP-Session: 8698f2d7-eae4-43db-8afd-bbd8af4fc456 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9723 2024.10.10 04:29:30.371691 [ 3 ] {} <Debug> HTTP-Session: 8698f2d7-eae4-43db-8afd-bbd8af4fc456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9724 2024.10.10 04:29:30.371705 [ 3 ] {} <Debug> HTTP-Session: 8698f2d7-eae4-43db-8afd-bbd8af4fc456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9725 2024.10.10 04:29:30.371735 [ 3 ] {} <Trace> HTTP-Session: 8698f2d7-eae4-43db-8afd-bbd8af4fc456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9726 2024.10.10 04:29:30.371831 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9727 2024.10.10 04:29:30.371875 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9728 2024.10.10 04:29:30.372012 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9729 2024.10.10 04:29:30.372294 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9730 2024.10.10 04:29:30.372328 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9731 2024.10.10 04:29:30.372683 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9732 2024.10.10 04:29:30.373012 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9733 2024.10.10 04:29:30.373177 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec.
9734 2024.10.10 04:29:30.373178 [ 132 ] {} <Debug> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
9735 2024.10.10 04:29:30.373265 [ 132 ] {} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9736 2024.10.10 04:29:30.373321 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9737 2024.10.10 04:29:30.373503 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Debug> DynamicQueryHandler: Done processing query
9738 2024.10.10 04:29:30.373572 [ 3 ] {dc688e0a-d365-4de0-8a91-e455d6f59931} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9739 2024.10.10 04:29:30.373623 [ 3 ] {} <Debug> HTTP-Session: 8698f2d7-eae4-43db-8afd-bbd8af4fc456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9740 2024.10.10 04:29:30.373654 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::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
9741 2024.10.10 04:29:30.373944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9742 2024.10.10 04:29:30.374048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9743 2024.10.10 04:29:30.374065 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9744 2024.10.10 04:29:30.374074 [ 3 ] {} <Debug> HTTP-Session: bbfba585-1cac-4823-8615-76c33759156e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9745 2024.10.10 04:29:30.374101 [ 3 ] {} <Debug> HTTP-Session: bbfba585-1cac-4823-8615-76c33759156e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9746 2024.10.10 04:29:30.374104 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
9747 2024.10.10 04:29:30.374116 [ 3 ] {} <Debug> HTTP-Session: bbfba585-1cac-4823-8615-76c33759156e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9748 2024.10.10 04:29:30.374159 [ 3 ] {} <Trace> HTTP-Session: bbfba585-1cac-4823-8615-76c33759156e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9749 2024.10.10 04:29:30.374239 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
9750 2024.10.10 04:29:30.374350 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
9751 2024.10.10 04:29:30.374656 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9752 2024.10.10 04:29:30.374727 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
9753 2024.10.10 04:29:30.374792 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9754 2024.10.10 04:29:30.374873 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
9755 2024.10.10 04:29:30.375177 [ 191 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
9756 2024.10.10 04:29:30.375788 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9757 2024.10.10 04:29:30.376389 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9758 2024.10.10 04:29:30.376432 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9759 2024.10.10 04:29:30.376924 [ 189 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003490396 sec., 36099.05580914028 rows/sec., 1.84 MiB/sec.
9760 2024.10.10 04:29:30.377144 [ 189 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
9761 2024.10.10 04:29:30.377153 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9762 2024.10.10 04:29:30.378067 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2024.10.10 04:29:30.378083 [ 189 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9764 2024.10.10 04:29:30.378231 [ 189 ] {de9f7154-07ed-4a7e-af73-a92d1be2c57b::all_1_21_4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
9765 2024.10.10 04:29:30.378463 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004126 sec., 57440.62045564711 rows/sec., 3.85 MiB/sec.
9766 2024.10.10 04:29:30.378500 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9767 2024.10.10 04:29:30.378849 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Debug> DynamicQueryHandler: Done processing query
9768 2024.10.10 04:29:30.378884 [ 3 ] {fc53d9fc-cc9a-4f2a-bf98-29f399343fd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9769 2024.10.10 04:29:30.378906 [ 3 ] {} <Debug> HTTP-Session: bbfba585-1cac-4823-8615-76c33759156e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9770 2024.10.10 04:29:30.379084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9771 2024.10.10 04:29:30.379139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9772 2024.10.10 04:29:30.379159 [ 3 ] {} <Debug> HTTP-Session: ba83538f-1c36-464c-ad5f-c661f986dd39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9773 2024.10.10 04:29:30.379176 [ 3 ] {} <Debug> HTTP-Session: ba83538f-1c36-464c-ad5f-c661f986dd39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9774 2024.10.10 04:29:30.379190 [ 3 ] {} <Debug> HTTP-Session: ba83538f-1c36-464c-ad5f-c661f986dd39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9775 2024.10.10 04:29:30.379222 [ 3 ] {} <Trace> HTTP-Session: ba83538f-1c36-464c-ad5f-c661f986dd39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9776 2024.10.10 04:29:30.379319 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9777 2024.10.10 04:29:30.379365 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9778 2024.10.10 04:29:30.379503 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9779 2024.10.10 04:29:30.379770 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9780 2024.10.10 04:29:30.379806 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9781 2024.10.10 04:29:30.380170 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9782 2024.10.10 04:29:30.380518 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9783 2024.10.10 04:29:30.380673 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec.
9784 2024.10.10 04:29:30.380844 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Debug> DynamicQueryHandler: Done processing query
9785 2024.10.10 04:29:30.380869 [ 3 ] {3f283e01-0b4f-4ac8-862f-e1e18bb4467d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9786 2024.10.10 04:29:30.380885 [ 3 ] {} <Debug> HTTP-Session: ba83538f-1c36-464c-ad5f-c661f986dd39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9787 2024.10.10 04:29:30.381052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 49448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9788 2024.10.10 04:29:30.381102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9789 2024.10.10 04:29:30.381121 [ 3 ] {} <Debug> HTTP-Session: 25fc6c4a-d04e-47c9-a9b3-e5cf2f4cd69f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9790 2024.10.10 04:29:30.381137 [ 3 ] {} <Debug> HTTP-Session: 25fc6c4a-d04e-47c9-a9b3-e5cf2f4cd69f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9791 2024.10.10 04:29:30.381151 [ 3 ] {} <Debug> HTTP-Session: 25fc6c4a-d04e-47c9-a9b3-e5cf2f4cd69f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9792 2024.10.10 04:29:30.381182 [ 3 ] {} <Trace> HTTP-Session: 25fc6c4a-d04e-47c9-a9b3-e5cf2f4cd69f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9793 2024.10.10 04:29:30.381496 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9794 2024.10.10 04:29:30.381560 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9795 2024.10.10 04:29:30.381975 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9796 2024.10.10 04:29:30.382561 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9797 2024.10.10 04:29:30.382596 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9798 2024.10.10 04:29:30.383258 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9799 2024.10.10 04:29:30.383689 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9800 2024.10.10 04:29:30.383868 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002587 sec., 11596.443757247778 rows/sec., 20.78 MiB/sec.
9801 2024.10.10 04:29:30.384070 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Debug> DynamicQueryHandler: Done processing query
9802 2024.10.10 04:29:30.384094 [ 3 ] {074a12cf-308c-4f33-803c-bdcc415e63a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9803 2024.10.10 04:29:30.384110 [ 3 ] {} <Debug> HTTP-Session: 25fc6c4a-d04e-47c9-a9b3-e5cf2f4cd69f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9804 2024.10.10 04:29:30.384239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9805 2024.10.10 04:29:30.384286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9806 2024.10.10 04:29:30.384304 [ 3 ] {} <Debug> HTTP-Session: 9d04ad3c-b9f3-4d75-9be2-0170db56fcf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9807 2024.10.10 04:29:30.384320 [ 3 ] {} <Debug> HTTP-Session: 9d04ad3c-b9f3-4d75-9be2-0170db56fcf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9808 2024.10.10 04:29:30.384334 [ 3 ] {} <Debug> HTTP-Session: 9d04ad3c-b9f3-4d75-9be2-0170db56fcf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9809 2024.10.10 04:29:30.384364 [ 3 ] {} <Trace> HTTP-Session: 9d04ad3c-b9f3-4d75-9be2-0170db56fcf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9810 2024.10.10 04:29:30.384475 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9811 2024.10.10 04:29:30.384518 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9812 2024.10.10 04:29:30.384644 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9813 2024.10.10 04:29:30.384970 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2024.10.10 04:29:30.385006 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9815 2024.10.10 04:29:30.385363 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9816 2024.10.10 04:29:30.385699 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9817 2024.10.10 04:29:30.385860 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec.
9818 2024.10.10 04:29:30.386127 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Debug> DynamicQueryHandler: Done processing query
9819 2024.10.10 04:29:30.386191 [ 3 ] {871eb858-3fa9-43f5-80aa-95910fd61201} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9820 2024.10.10 04:29:30.386250 [ 3 ] {} <Debug> HTTP-Session: 9d04ad3c-b9f3-4d75-9be2-0170db56fcf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9821 2024.10.10 04:29:35.346085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9822 2024.10.10 04:29:35.346215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9823 2024.10.10 04:29:35.346241 [ 3 ] {} <Debug> HTTP-Session: 8a0696cd-feb3-40df-a90e-c4602cc8548f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9824 2024.10.10 04:29:35.346265 [ 3 ] {} <Debug> HTTP-Session: 8a0696cd-feb3-40df-a90e-c4602cc8548f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9825 2024.10.10 04:29:35.346280 [ 3 ] {} <Debug> HTTP-Session: 8a0696cd-feb3-40df-a90e-c4602cc8548f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9826 2024.10.10 04:29:35.346330 [ 3 ] {} <Trace> HTTP-Session: 8a0696cd-feb3-40df-a90e-c4602cc8548f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9827 2024.10.10 04:29:35.346541 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9828 2024.10.10 04:29:35.346612 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9829 2024.10.10 04:29:35.346947 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9830 2024.10.10 04:29:35.347440 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9831 2024.10.10 04:29:35.347487 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9832 2024.10.10 04:29:35.347912 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9833 2024.10.10 04:29:35.348326 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9834 2024.10.10 04:29:35.348507 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Debug> executeQuery: Read 74 rows, 6.15 KiB in 0.00203 sec., 36453.20197044335 rows/sec., 2.96 MiB/sec.
9835 2024.10.10 04:29:35.348527 [ 152 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9836 2024.10.10 04:29:35.348623 [ 152 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9837 2024.10.10 04:29:35.348682 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9838 2024.10.10 04:29:35.348859 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Debug> DynamicQueryHandler: Done processing query
9839 2024.10.10 04:29:35.348931 [ 3 ] {573e0d2b-9f11-4158-af0b-9b5200292ff4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9840 2024.10.10 04:29:35.348964 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
9841 2024.10.10 04:29:35.348980 [ 3 ] {} <Debug> HTTP-Session: 8a0696cd-feb3-40df-a90e-c4602cc8548f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9842 2024.10.10 04:29:35.349292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9843 2024.10.10 04:29:35.349464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9844 2024.10.10 04:29:35.349570 [ 3 ] {} <Debug> HTTP-Session: 1f35f618-c412-498d-85f5-44bdafec3bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9845 2024.10.10 04:29:35.349644 [ 3 ] {} <Debug> HTTP-Session: 1f35f618-c412-498d-85f5-44bdafec3bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9846 2024.10.10 04:29:35.349722 [ 3 ] {} <Debug> HTTP-Session: 1f35f618-c412-498d-85f5-44bdafec3bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9847 2024.10.10 04:29:35.349730 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9848 2024.10.10 04:29:35.349871 [ 3 ] {} <Trace> HTTP-Session: 1f35f618-c412-498d-85f5-44bdafec3bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9849 2024.10.10 04:29:35.349887 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1415 rows starting from the beginning of the part
9850 2024.10.10 04:29:35.350234 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9851 2024.10.10 04:29:35.350260 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1388 rows starting from the beginning of the part
9852 2024.10.10 04:29:35.350374 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9853 2024.10.10 04:29:35.350643 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
9854 2024.10.10 04:29:35.350963 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 74 rows starting from the beginning of the part
9855 2024.10.10 04:29:35.351329 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 249 rows starting from the beginning of the part
9856 2024.10.10 04:29:35.351764 [ 192 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 74 rows starting from the beginning of the part
9857 2024.10.10 04:29:35.351954 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9858 2024.10.10 04:29:35.353035 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9859 2024.10.10 04:29:35.353093 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9860 2024.10.10 04:29:35.353914 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9861 2024.10.10 04:29:35.354854 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9862 2024.10.10 04:29:35.355066 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004963 sec., 1813.4193028410234 rows/sec., 136.36 KiB/sec.
9863 2024.10.10 04:29:35.355479 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Debug> DynamicQueryHandler: Done processing query
9864 2024.10.10 04:29:35.355529 [ 3 ] {3a2f8b85-0a7d-414c-b551-bfee23ad9719} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9865 2024.10.10 04:29:35.355558 [ 3 ] {} <Debug> HTTP-Session: 1f35f618-c412-498d-85f5-44bdafec3bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9866 2024.10.10 04:29:35.355595 [ 189 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3256 rows, containing 5 columns (5 merged, 0 gathered) in 0.006821567 sec., 477309.6855898359 rows/sec., 41.71 MiB/sec.
9867 2024.10.10 04:29:35.355747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9868 2024.10.10 04:29:35.355838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9869 2024.10.10 04:29:35.355868 [ 3 ] {} <Debug> HTTP-Session: fc2c8326-824f-46cf-b6c3-7016e124fd58 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9870 2024.10.10 04:29:35.355879 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9871 2024.10.10 04:29:35.355897 [ 3 ] {} <Debug> HTTP-Session: fc2c8326-824f-46cf-b6c3-7016e124fd58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9872 2024.10.10 04:29:35.355949 [ 3 ] {} <Debug> HTTP-Session: fc2c8326-824f-46cf-b6c3-7016e124fd58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9873 2024.10.10 04:29:35.356034 [ 3 ] {} <Trace> HTTP-Session: fc2c8326-824f-46cf-b6c3-7016e124fd58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9874 2024.10.10 04:29:35.356319 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9875 2024.10.10 04:29:35.356444 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9876 2024.10.10 04:29:35.356902 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9877 2024.10.10 04:29:35.357143 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9878 2024.10.10 04:29:35.357151 [ 188 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_51_10} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9879 2024.10.10 04:29:35.357347 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9880 2024.10.10 04:29:35.357676 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9881 2024.10.10 04:29:35.357721 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9882 2024.10.10 04:29:35.358100 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9883 2024.10.10 04:29:35.358469 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9884 2024.10.10 04:29:35.358632 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002481 sec., 29423.619508262796 rows/sec., 2.30 MiB/sec.
9885 2024.10.10 04:29:35.358642 [ 152 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9886 2024.10.10 04:29:35.358724 [ 152 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2024.10.10 04:29:35.358773 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9888 2024.10.10 04:29:35.359009 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Debug> DynamicQueryHandler: Done processing query
9889 2024.10.10 04:29:35.359030 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
9890 2024.10.10 04:29:35.359072 [ 3 ] {48a078f3-2886-4b99-9bf7-8fd296becb37} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9891 2024.10.10 04:29:35.359164 [ 3 ] {} <Debug> HTTP-Session: fc2c8326-824f-46cf-b6c3-7016e124fd58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9892 2024.10.10 04:29:35.359536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9893 2024.10.10 04:29:35.359632 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9894 2024.10.10 04:29:35.359668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9895 2024.10.10 04:29:35.359723 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 912 rows starting from the beginning of the part
9896 2024.10.10 04:29:35.359728 [ 3 ] {} <Debug> HTTP-Session: 82910d6d-caba-4884-a400-e32021f8ec50 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9897 2024.10.10 04:29:35.359794 [ 3 ] {} <Debug> HTTP-Session: 82910d6d-caba-4884-a400-e32021f8ec50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9898 2024.10.10 04:29:35.359835 [ 3 ] {} <Debug> HTTP-Session: 82910d6d-caba-4884-a400-e32021f8ec50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9899 2024.10.10 04:29:35.359966 [ 3 ] {} <Trace> HTTP-Session: 82910d6d-caba-4884-a400-e32021f8ec50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9900 2024.10.10 04:29:35.360068 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 869 rows starting from the beginning of the part
9901 2024.10.10 04:29:35.360328 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
9902 2024.10.10 04:29:35.360411 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9903 2024.10.10 04:29:35.360612 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9904 2024.10.10 04:29:35.360688 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 73 rows starting from the beginning of the part
9905 2024.10.10 04:29:35.361121 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 412 rows starting from the beginning of the part
9906 2024.10.10 04:29:35.361405 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 73 rows starting from the beginning of the part
9907 2024.10.10 04:29:35.361797 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9908 2024.10.10 04:29:35.362860 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9909 2024.10.10 04:29:35.362924 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9910 2024.10.10 04:29:35.363886 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9911 2024.10.10 04:29:35.364665 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9912 2024.10.10 04:29:35.364893 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9913 2024.10.10 04:29:35.364949 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004763 sec., 33592.27377703128 rows/sec., 2.34 MiB/sec.
9914 2024.10.10 04:29:35.364971 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9915 2024.10.10 04:29:35.365041 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9916 2024.10.10 04:29:35.365492 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
9917 2024.10.10 04:29:35.365600 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Debug> DynamicQueryHandler: Done processing query
9918 2024.10.10 04:29:35.365700 [ 3 ] {d3d37c44-74e6-4fde-9dd8-c4222cc355a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9919 2024.10.10 04:29:35.365779 [ 3 ] {} <Debug> HTTP-Session: 82910d6d-caba-4884-a400-e32021f8ec50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9920 2024.10.10 04:29:35.365964 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.007061173 sec., 340311.7300765751 rows/sec., 26.09 MiB/sec.
9921 2024.10.10 04:29:35.366010 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9922 2024.10.10 04:29:35.366041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9923 2024.10.10 04:29:35.366107 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12583 rows starting from the beginning of the part
9924 2024.10.10 04:29:35.366148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9925 2024.10.10 04:29:35.366273 [ 3 ] {} <Debug> HTTP-Session: 5f14d9a2-8a2d-4c50-851e-fd6dd0220745 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9926 2024.10.10 04:29:35.366365 [ 3 ] {} <Debug> HTTP-Session: 5f14d9a2-8a2d-4c50-851e-fd6dd0220745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9927 2024.10.10 04:29:35.366395 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 926 rows starting from the beginning of the part
9928 2024.10.10 04:29:35.366443 [ 3 ] {} <Debug> HTTP-Session: 5f14d9a2-8a2d-4c50-851e-fd6dd0220745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9929 2024.10.10 04:29:35.366581 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9930 2024.10.10 04:29:35.366638 [ 3 ] {} <Trace> HTTP-Session: 5f14d9a2-8a2d-4c50-851e-fd6dd0220745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9931 2024.10.10 04:29:35.366821 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part
9932 2024.10.10 04:29:35.367268 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part
9933 2024.10.10 04:29:35.367333 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9934 2024.10.10 04:29:35.367696 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part
9935 2024.10.10 04:29:35.367771 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9936 2024.10.10 04:29:35.368236 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
9937 2024.10.10 04:29:35.370361 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9938 2024.10.10 04:29:35.370734 [ 186 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_51_10} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9939 2024.10.10 04:29:35.371091 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
9940 2024.10.10 04:29:35.371295 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9941 2024.10.10 04:29:35.372927 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9942 2024.10.10 04:29:35.372983 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9943 2024.10.10 04:29:35.374128 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9944 2024.10.10 04:29:35.374745 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9945 2024.10.10 04:29:35.375045 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.008116 sec., 1108.9206505667817 rows/sec., 1.99 MiB/sec.
9946 2024.10.10 04:29:35.375987 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Debug> DynamicQueryHandler: Done processing query
9947 2024.10.10 04:29:35.376069 [ 3 ] {d99f4ca5-8943-4512-a6b9-5ece33705b7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9948 2024.10.10 04:29:35.376153 [ 3 ] {} <Debug> HTTP-Session: 5f14d9a2-8a2d-4c50-851e-fd6dd0220745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9949 2024.10.10 04:29:35.376335 [ 188 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14098 rows, containing 5 columns (5 merged, 0 gathered) in 0.011140496 sec., 1265473.2787480918 rows/sec., 85.43 MiB/sec.
9950 2024.10.10 04:29:35.376416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9951 2024.10.10 04:29:35.376504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9952 2024.10.10 04:29:35.376529 [ 3 ] {} <Debug> HTTP-Session: ca6849be-0760-4559-890d-4d2eeb431430 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9953 2024.10.10 04:29:35.376547 [ 3 ] {} <Debug> HTTP-Session: ca6849be-0760-4559-890d-4d2eeb431430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9954 2024.10.10 04:29:35.376562 [ 3 ] {} <Debug> HTTP-Session: ca6849be-0760-4559-890d-4d2eeb431430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9955 2024.10.10 04:29:35.376600 [ 3 ] {} <Trace> HTTP-Session: ca6849be-0760-4559-890d-4d2eeb431430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9956 2024.10.10 04:29:35.376784 [ 196 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9957 2024.10.10 04:29:35.376803 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9958 2024.10.10 04:29:35.376945 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9959 2024.10.10 04:29:35.377629 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9960 2024.10.10 04:29:35.377854 [ 196 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2024.10.10 04:29:35.378046 [ 196 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9962 2024.10.10 04:29:35.378238 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB.
9963 2024.10.10 04:29:35.378300 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9964 2024.10.10 04:29:35.378344 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9965 2024.10.10 04:29:35.378722 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9966 2024.10.10 04:29:35.379066 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9967 2024.10.10 04:29:35.379228 [ 152 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9968 2024.10.10 04:29:35.379234 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002514 sec., 23866.34844868735 rows/sec., 1.61 MiB/sec.
9969 2024.10.10 04:29:35.379281 [ 152 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9970 2024.10.10 04:29:35.379347 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
9971 2024.10.10 04:29:35.379626 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Debug> DynamicQueryHandler: Done processing query
9972 2024.10.10 04:29:35.379678 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9973 2024.10.10 04:29:35.379683 [ 3 ] {20d06105-5bd6-4b96-8283-f5a26e961dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9974 2024.10.10 04:29:35.379779 [ 3 ] {} <Debug> HTTP-Session: ca6849be-0760-4559-890d-4d2eeb431430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9975 2024.10.10 04:29:35.380247 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9976 2024.10.10 04:29:35.380323 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2594 rows starting from the beginning of the part
9977 2024.10.10 04:29:35.380410 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 70 rows starting from the beginning of the part
9978 2024.10.10 04:29:35.380617 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part
9979 2024.10.10 04:29:35.380801 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
9980 2024.10.10 04:29:35.380968 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part
9981 2024.10.10 04:29:35.381128 [ 198 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
9982 2024.10.10 04:29:35.382785 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2878 rows, containing 4 columns (4 merged, 0 gathered) in 0.003309841 sec., 869528.173709855 rows/sec., 56.48 MiB/sec.
9983 2024.10.10 04:29:35.383085 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9984 2024.10.10 04:29:35.383547 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9985 2024.10.10 04:29:35.383654 [ 193 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_51_10} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9986 2024.10.10 04:29:35.383764 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
9987 2024.10.10 04:29:38.383196 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache
9988 2024.10.10 04:29:38.383263 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache
9989 2024.10.10 04:29:38.619960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 974
9990 2024.10.10 04:29:38.625161 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9991 2024.10.10 04:29:38.625229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
9992 2024.10.10 04:29:38.627196 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
9993 2024.10.10 04:29:38.628488 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9994 2024.10.10 04:29:38.629136 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
9995 2024.10.10 04:29:39.001697 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001293585 sec.
9996 2024.10.10 04:29:40.351830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 40749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9997 2024.10.10 04:29:40.351946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9998 2024.10.10 04:29:40.351972 [ 3 ] {} <Debug> HTTP-Session: 2b7dbc9f-512f-4986-a811-2afb3fb468dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
9999 2024.10.10 04:29:40.351998 [ 3 ] {} <Debug> HTTP-Session: 2b7dbc9f-512f-4986-a811-2afb3fb468dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10000 2024.10.10 04:29:40.352014 [ 3 ] {} <Debug> HTTP-Session: 2b7dbc9f-512f-4986-a811-2afb3fb468dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10001 2024.10.10 04:29:40.352065 [ 3 ] {} <Trace> HTTP-Session: 2b7dbc9f-512f-4986-a811-2afb3fb468dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10002 2024.10.10 04:29:40.352326 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10003 2024.10.10 04:29:40.352395 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10004 2024.10.10 04:29:40.352731 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10005 2024.10.10 04:29:40.353376 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10006 2024.10.10 04:29:40.353420 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10007 2024.10.10 04:29:40.353859 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10008 2024.10.10 04:29:40.354261 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10009 2024.10.10 04:29:40.354422 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Debug> executeQuery: Read 269 rows, 24.38 KiB in 0.002216 sec., 121389.8916967509 rows/sec., 10.75 MiB/sec.
10010 2024.10.10 04:29:40.354744 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Debug> DynamicQueryHandler: Done processing query
10011 2024.10.10 04:29:40.354804 [ 3 ] {77e238da-3fd5-45d2-846d-2993e1f85bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10012 2024.10.10 04:29:40.354858 [ 3 ] {} <Debug> HTTP-Session: 2b7dbc9f-512f-4986-a811-2afb3fb468dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10013 2024.10.10 04:29:40.355067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 5788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10014 2024.10.10 04:29:40.355130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10015 2024.10.10 04:29:40.355151 [ 3 ] {} <Debug> HTTP-Session: b8787e11-8ecb-42d8-866c-14782703660c Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10016 2024.10.10 04:29:40.355168 [ 3 ] {} <Debug> HTTP-Session: b8787e11-8ecb-42d8-866c-14782703660c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10017 2024.10.10 04:29:40.355183 [ 3 ] {} <Debug> HTTP-Session: b8787e11-8ecb-42d8-866c-14782703660c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10018 2024.10.10 04:29:40.355216 [ 3 ] {} <Trace> HTTP-Session: b8787e11-8ecb-42d8-866c-14782703660c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10019 2024.10.10 04:29:40.355330 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10020 2024.10.10 04:29:40.355376 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10021 2024.10.10 04:29:40.355626 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10022 2024.10.10 04:29:40.356022 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10023 2024.10.10 04:29:40.356059 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10024 2024.10.10 04:29:40.356408 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10025 2024.10.10 04:29:40.356781 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10026 2024.10.10 04:29:40.356968 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001665 sec., 24024.024024024024 rows/sec., 1.76 MiB/sec.
10027 2024.10.10 04:29:40.356980 [ 65 ] {} <Debug> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10028 2024.10.10 04:29:40.357076 [ 65 ] {} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10029 2024.10.10 04:29:40.357134 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10030 2024.10.10 04:29:40.357245 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Debug> DynamicQueryHandler: Done processing query
10031 2024.10.10 04:29:40.357318 [ 3 ] {a86f163f-1c91-4a68-aaf9-560bd520a542} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10032 2024.10.10 04:29:40.357406 [ 3 ] {} <Debug> HTTP-Session: b8787e11-8ecb-42d8-866c-14782703660c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10033 2024.10.10 04:29:40.357609 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::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
10034 2024.10.10 04:29:40.357694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10035 2024.10.10 04:29:40.357896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10036 2024.10.10 04:29:40.357981 [ 3 ] {} <Debug> HTTP-Session: bb6e98ad-d529-446c-87e2-689895b71ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10037 2024.10.10 04:29:40.358074 [ 3 ] {} <Debug> HTTP-Session: bb6e98ad-d529-446c-87e2-689895b71ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10038 2024.10.10 04:29:40.358144 [ 3 ] {} <Debug> HTTP-Session: bb6e98ad-d529-446c-87e2-689895b71ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10039 2024.10.10 04:29:40.358296 [ 3 ] {} <Trace> HTTP-Session: bb6e98ad-d529-446c-87e2-689895b71ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10040 2024.10.10 04:29:40.358648 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10041 2024.10.10 04:29:40.358670 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10042 2024.10.10 04:29:40.358755 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10043 2024.10.10 04:29:40.358762 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 56 rows starting from the beginning of the part
10044 2024.10.10 04:29:40.359114 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part
10045 2024.10.10 04:29:40.359499 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part
10046 2024.10.10 04:29:40.359871 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
10047 2024.10.10 04:29:40.360362 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10048 2024.10.10 04:29:40.360417 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 9 rows starting from the beginning of the part
10049 2024.10.10 04:29:40.360755 [ 194 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
10050 2024.10.10 04:29:40.361527 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10051 2024.10.10 04:29:40.361592 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10052 2024.10.10 04:29:40.362590 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10053 2024.10.10 04:29:40.363748 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.006510698 sec., 26878.838490128095 rows/sec., 2.06 MiB/sec.
10054 2024.10.10 04:29:40.363815 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10055 2024.10.10 04:29:40.364033 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10056 2024.10.10 04:29:40.364099 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005578 sec., 2509.8601649336683 rows/sec., 175.77 KiB/sec.
10057 2024.10.10 04:29:40.364501 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Debug> DynamicQueryHandler: Done processing query
10058 2024.10.10 04:29:40.364597 [ 3 ] {daccbca3-18d1-49fa-9f98-b5db4d6e93a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10059 2024.10.10 04:29:40.364644 [ 3 ] {} <Debug> HTTP-Session: bb6e98ad-d529-446c-87e2-689895b71ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10060 2024.10.10 04:29:40.364826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10061 2024.10.10 04:29:40.364921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10062 2024.10.10 04:29:40.364935 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10063 2024.10.10 04:29:40.364959 [ 3 ] {} <Debug> HTTP-Session: 9c5ff954-6012-4141-b21b-5797bb5b177f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10064 2024.10.10 04:29:40.365024 [ 3 ] {} <Debug> HTTP-Session: 9c5ff954-6012-4141-b21b-5797bb5b177f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10065 2024.10.10 04:29:40.365067 [ 3 ] {} <Debug> HTTP-Session: 9c5ff954-6012-4141-b21b-5797bb5b177f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10066 2024.10.10 04:29:40.365124 [ 198 ] {6412785e-ec15-41df-9e33-e317aad7427f::all_1_46_9} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10067 2024.10.10 04:29:40.365135 [ 3 ] {} <Trace> HTTP-Session: 9c5ff954-6012-4141-b21b-5797bb5b177f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10068 2024.10.10 04:29:40.365259 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10069 2024.10.10 04:29:40.365323 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10070 2024.10.10 04:29:40.365375 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10071 2024.10.10 04:29:40.365625 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10072 2024.10.10 04:29:40.365946 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10073 2024.10.10 04:29:40.365984 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10074 2024.10.10 04:29:40.366359 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10075 2024.10.10 04:29:40.366742 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10076 2024.10.10 04:29:40.366907 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 217.21 KiB/sec.
10077 2024.10.10 04:29:40.367241 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Debug> DynamicQueryHandler: Done processing query
10078 2024.10.10 04:29:40.367268 [ 3 ] {9c26b673-002a-4ebe-83cf-09b0f7203573} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10079 2024.10.10 04:29:40.367285 [ 3 ] {} <Debug> HTTP-Session: 9c5ff954-6012-4141-b21b-5797bb5b177f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10080 2024.10.10 04:29:40.367606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 70286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10081 2024.10.10 04:29:40.367656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10082 2024.10.10 04:29:40.367677 [ 3 ] {} <Debug> HTTP-Session: e5be1f1a-cd26-4bc4-be14-81121749bd01 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10083 2024.10.10 04:29:40.367695 [ 3 ] {} <Debug> HTTP-Session: e5be1f1a-cd26-4bc4-be14-81121749bd01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10084 2024.10.10 04:29:40.367710 [ 3 ] {} <Debug> HTTP-Session: e5be1f1a-cd26-4bc4-be14-81121749bd01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10085 2024.10.10 04:29:40.367742 [ 3 ] {} <Trace> HTTP-Session: e5be1f1a-cd26-4bc4-be14-81121749bd01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10086 2024.10.10 04:29:40.367976 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10087 2024.10.10 04:29:40.368022 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10088 2024.10.10 04:29:40.368269 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10089 2024.10.10 04:29:40.368898 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10090 2024.10.10 04:29:40.368937 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10091 2024.10.10 04:29:40.369320 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10092 2024.10.10 04:29:40.369691 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10093 2024.10.10 04:29:40.369854 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001994 sec., 216649.94984954863 rows/sec., 15.52 MiB/sec.
10094 2024.10.10 04:29:40.370148 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Debug> DynamicQueryHandler: Done processing query
10095 2024.10.10 04:29:40.370207 [ 3 ] {209a157c-10c7-44eb-b1bc-f8275100a616} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
10096 2024.10.10 04:29:40.370257 [ 3 ] {} <Debug> HTTP-Session: e5be1f1a-cd26-4bc4-be14-81121749bd01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10097 2024.10.10 04:29:40.370412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10098 2024.10.10 04:29:40.370464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10099 2024.10.10 04:29:40.370484 [ 3 ] {} <Debug> HTTP-Session: 90843408-91f5-4ec3-b4ba-2a0dde934188 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10100 2024.10.10 04:29:40.370502 [ 3 ] {} <Debug> HTTP-Session: 90843408-91f5-4ec3-b4ba-2a0dde934188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10101 2024.10.10 04:29:40.370517 [ 3 ] {} <Debug> HTTP-Session: 90843408-91f5-4ec3-b4ba-2a0dde934188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10102 2024.10.10 04:29:40.370551 [ 3 ] {} <Trace> HTTP-Session: 90843408-91f5-4ec3-b4ba-2a0dde934188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10103 2024.10.10 04:29:40.370656 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10104 2024.10.10 04:29:40.370704 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10105 2024.10.10 04:29:40.370852 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10106 2024.10.10 04:29:40.371115 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10107 2024.10.10 04:29:40.371152 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10108 2024.10.10 04:29:40.371515 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10109 2024.10.10 04:29:40.371864 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10110 2024.10.10 04:29:40.372017 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec.
10111 2024.10.10 04:29:40.372186 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Debug> DynamicQueryHandler: Done processing query
10112 2024.10.10 04:29:40.372211 [ 3 ] {c852fafb-5d38-4503-9a8e-fc3819bb4e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10113 2024.10.10 04:29:40.372228 [ 3 ] {} <Debug> HTTP-Session: 90843408-91f5-4ec3-b4ba-2a0dde934188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10114 2024.10.10 04:29:40.372410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10115 2024.10.10 04:29:40.372460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10116 2024.10.10 04:29:40.372480 [ 3 ] {} <Debug> HTTP-Session: 02ccd3d0-3fc6-4873-913e-4ed63d57f2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10117 2024.10.10 04:29:40.372497 [ 3 ] {} <Debug> HTTP-Session: 02ccd3d0-3fc6-4873-913e-4ed63d57f2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10118 2024.10.10 04:29:40.372512 [ 3 ] {} <Debug> HTTP-Session: 02ccd3d0-3fc6-4873-913e-4ed63d57f2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10119 2024.10.10 04:29:40.372543 [ 3 ] {} <Trace> HTTP-Session: 02ccd3d0-3fc6-4873-913e-4ed63d57f2aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10120 2024.10.10 04:29:40.372763 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10121 2024.10.10 04:29:40.372811 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10122 2024.10.10 04:29:40.372956 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10123 2024.10.10 04:29:40.373384 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10124 2024.10.10 04:29:40.373421 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10125 2024.10.10 04:29:40.373813 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10126 2024.10.10 04:29:40.374161 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10127 2024.10.10 04:29:40.374315 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec.
10128 2024.10.10 04:29:40.374490 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Debug> DynamicQueryHandler: Done processing query
10129 2024.10.10 04:29:40.374515 [ 3 ] {c49a1896-e5d1-4b2d-a2ee-82bd9f4ef710} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10130 2024.10.10 04:29:40.374532 [ 3 ] {} <Debug> HTTP-Session: 02ccd3d0-3fc6-4873-913e-4ed63d57f2aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10131 2024.10.10 04:29:40.374651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10132 2024.10.10 04:29:40.374700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10133 2024.10.10 04:29:40.374720 [ 3 ] {} <Debug> HTTP-Session: 77d21dcb-a773-494f-840f-cb494e40e5ea Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10134 2024.10.10 04:29:40.374737 [ 3 ] {} <Debug> HTTP-Session: 77d21dcb-a773-494f-840f-cb494e40e5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10135 2024.10.10 04:29:40.374752 [ 3 ] {} <Debug> HTTP-Session: 77d21dcb-a773-494f-840f-cb494e40e5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10136 2024.10.10 04:29:40.374784 [ 3 ] {} <Trace> HTTP-Session: 77d21dcb-a773-494f-840f-cb494e40e5ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10137 2024.10.10 04:29:40.374878 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10138 2024.10.10 04:29:40.374924 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10139 2024.10.10 04:29:40.375051 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10140 2024.10.10 04:29:40.375306 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.10.10 04:29:40.375342 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10142 2024.10.10 04:29:40.375684 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10143 2024.10.10 04:29:40.376005 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10144 2024.10.10 04:29:40.376163 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001301 sec., 768.6395080707148 rows/sec., 51.79 KiB/sec.
10145 2024.10.10 04:29:40.376454 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Debug> DynamicQueryHandler: Done processing query
10146 2024.10.10 04:29:40.376479 [ 3 ] {1c5dfcb6-20e5-483f-9ad4-d7b8cd252674} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10147 2024.10.10 04:29:40.376496 [ 3 ] {} <Debug> HTTP-Session: 77d21dcb-a773-494f-840f-cb494e40e5ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10148 2024.10.10 04:29:40.376672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 65681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10149 2024.10.10 04:29:40.376721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10150 2024.10.10 04:29:40.376741 [ 3 ] {} <Debug> HTTP-Session: b00ceb8e-b6c3-4bf2-a4a4-aa65cbcd197b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10151 2024.10.10 04:29:40.376757 [ 3 ] {} <Debug> HTTP-Session: b00ceb8e-b6c3-4bf2-a4a4-aa65cbcd197b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10152 2024.10.10 04:29:40.376772 [ 3 ] {} <Debug> HTTP-Session: b00ceb8e-b6c3-4bf2-a4a4-aa65cbcd197b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10153 2024.10.10 04:29:40.376802 [ 3 ] {} <Trace> HTTP-Session: b00ceb8e-b6c3-4bf2-a4a4-aa65cbcd197b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10154 2024.10.10 04:29:40.377293 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10155 2024.10.10 04:29:40.377365 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10156 2024.10.10 04:29:40.377806 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10157 2024.10.10 04:29:40.378594 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10158 2024.10.10 04:29:40.378632 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10159 2024.10.10 04:29:40.379296 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10160 2024.10.10 04:29:40.379715 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10161 2024.10.10 04:29:40.379900 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002997 sec., 13346.68001334668 rows/sec., 23.92 MiB/sec.
10162 2024.10.10 04:29:40.380118 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Debug> DynamicQueryHandler: Done processing query
10163 2024.10.10 04:29:40.380143 [ 3 ] {75348919-a7ee-4224-b192-2e629d32df8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB.
10164 2024.10.10 04:29:40.380158 [ 3 ] {} <Debug> HTTP-Session: b00ceb8e-b6c3-4bf2-a4a4-aa65cbcd197b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10165 2024.10.10 04:29:40.380277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 2459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10166 2024.10.10 04:29:40.380326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10167 2024.10.10 04:29:40.380346 [ 3 ] {} <Debug> HTTP-Session: 2efd0527-c03d-4c97-adc1-97e1112c3183 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10168 2024.10.10 04:29:40.380363 [ 3 ] {} <Debug> HTTP-Session: 2efd0527-c03d-4c97-adc1-97e1112c3183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10169 2024.10.10 04:29:40.380378 [ 3 ] {} <Debug> HTTP-Session: 2efd0527-c03d-4c97-adc1-97e1112c3183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10170 2024.10.10 04:29:40.380410 [ 3 ] {} <Trace> HTTP-Session: 2efd0527-c03d-4c97-adc1-97e1112c3183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10171 2024.10.10 04:29:40.380510 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
10172 2024.10.10 04:29:40.380555 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
10173 2024.10.10 04:29:40.380682 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10174 2024.10.10 04:29:40.381041 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10175 2024.10.10 04:29:40.381078 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10176 2024.10.10 04:29:40.381431 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
10177 2024.10.10 04:29:40.381753 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Trace> oximeter.measurements_i64 (7c7cb642-e74d-46c3-b9dd-44a1b24c67e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10178 2024.10.10 04:29:40.381916 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001423 sec., 10541.110330288124 rows/sec., 764.51 KiB/sec.
10179 2024.10.10 04:29:40.382253 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Debug> DynamicQueryHandler: Done processing query
10180 2024.10.10 04:29:40.382282 [ 3 ] {2b3c1b6b-75d5-4148-8bdc-c48fab30b965} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10181 2024.10.10 04:29:40.382298 [ 3 ] {} <Debug> HTTP-Session: 2efd0527-c03d-4c97-adc1-97e1112c3183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10182 2024.10.10 04:29:40.382463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10183 2024.10.10 04:29:40.382512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10184 2024.10.10 04:29:40.382532 [ 3 ] {} <Debug> HTTP-Session: 90fa8bbc-4986-4ef1-9703-8904ea2ac986 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10185 2024.10.10 04:29:40.382550 [ 3 ] {} <Debug> HTTP-Session: 90fa8bbc-4986-4ef1-9703-8904ea2ac986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10186 2024.10.10 04:29:40.382564 [ 3 ] {} <Debug> HTTP-Session: 90fa8bbc-4986-4ef1-9703-8904ea2ac986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10187 2024.10.10 04:29:40.382595 [ 3 ] {} <Trace> HTTP-Session: 90fa8bbc-4986-4ef1-9703-8904ea2ac986 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10188 2024.10.10 04:29:40.382716 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10189 2024.10.10 04:29:40.382763 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10190 2024.10.10 04:29:40.382907 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10191 2024.10.10 04:29:40.383285 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10192 2024.10.10 04:29:40.383322 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10193 2024.10.10 04:29:40.383682 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10194 2024.10.10 04:29:40.384005 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10195 2024.10.10 04:29:40.384156 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec.
10196 2024.10.10 04:29:40.384325 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Debug> DynamicQueryHandler: Done processing query
10197 2024.10.10 04:29:40.384350 [ 3 ] {d0b4ba71-7516-4961-a589-9e6f6cf2ff9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10198 2024.10.10 04:29:40.384366 [ 3 ] {} <Debug> HTTP-Session: 90fa8bbc-4986-4ef1-9703-8904ea2ac986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10199 2024.10.10 04:29:45.344885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10200 2024.10.10 04:29:45.345026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10201 2024.10.10 04:29:45.345059 [ 3 ] {} <Debug> HTTP-Session: 8664272b-9c76-413e-ae11-2d9456901188 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10202 2024.10.10 04:29:45.345091 [ 3 ] {} <Debug> HTTP-Session: 8664272b-9c76-413e-ae11-2d9456901188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10203 2024.10.10 04:29:45.345111 [ 3 ] {} <Debug> HTTP-Session: 8664272b-9c76-413e-ae11-2d9456901188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10204 2024.10.10 04:29:45.345170 [ 3 ] {} <Trace> HTTP-Session: 8664272b-9c76-413e-ae11-2d9456901188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10205 2024.10.10 04:29:45.345375 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10206 2024.10.10 04:29:45.345455 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10207 2024.10.10 04:29:45.345801 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10208 2024.10.10 04:29:45.346232 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10209 2024.10.10 04:29:45.346280 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10210 2024.10.10 04:29:45.346702 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10211 2024.10.10 04:29:45.347099 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10212 2024.10.10 04:29:45.347289 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00197 sec., 1015.2284263959391 rows/sec., 82.78 KiB/sec.
10213 2024.10.10 04:29:45.347688 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Debug> DynamicQueryHandler: Done processing query
10214 2024.10.10 04:29:45.347717 [ 3 ] {a3bd62f1-81a1-4840-ab2d-e31db5a2f48f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10215 2024.10.10 04:29:45.347735 [ 3 ] {} <Debug> HTTP-Session: 8664272b-9c76-413e-ae11-2d9456901188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10216 2024.10.10 04:29:45.347922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10217 2024.10.10 04:29:45.347983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10218 2024.10.10 04:29:45.348005 [ 3 ] {} <Debug> HTTP-Session: 44996ce4-619c-4deb-8347-60e5c9ecfaae Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10219 2024.10.10 04:29:45.348025 [ 3 ] {} <Debug> HTTP-Session: 44996ce4-619c-4deb-8347-60e5c9ecfaae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10220 2024.10.10 04:29:45.348041 [ 3 ] {} <Debug> HTTP-Session: 44996ce4-619c-4deb-8347-60e5c9ecfaae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10221 2024.10.10 04:29:45.348078 [ 3 ] {} <Trace> HTTP-Session: 44996ce4-619c-4deb-8347-60e5c9ecfaae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10222 2024.10.10 04:29:45.348229 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10223 2024.10.10 04:29:45.348288 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10224 2024.10.10 04:29:45.348604 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10225 2024.10.10 04:29:45.348998 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10226 2024.10.10 04:29:45.349036 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10227 2024.10.10 04:29:45.349413 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10228 2024.10.10 04:29:45.349780 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10229 2024.10.10 04:29:45.349941 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Debug> executeQuery: Read 75 rows, 6.23 KiB in 0.001765 sec., 42492.91784702549 rows/sec., 3.45 MiB/sec.
10230 2024.10.10 04:29:45.350125 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Debug> DynamicQueryHandler: Done processing query
10231 2024.10.10 04:29:45.350157 [ 3 ] {85412352-5bcc-4800-b05e-6e50c4063dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10232 2024.10.10 04:29:45.350181 [ 3 ] {} <Debug> HTTP-Session: 44996ce4-619c-4deb-8347-60e5c9ecfaae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10233 2024.10.10 04:29:45.350322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10234 2024.10.10 04:29:45.350375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10235 2024.10.10 04:29:45.350396 [ 3 ] {} <Debug> HTTP-Session: a9e93e05-eb4c-4d77-a10e-69d01ed9a9e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10236 2024.10.10 04:29:45.350413 [ 3 ] {} <Debug> HTTP-Session: a9e93e05-eb4c-4d77-a10e-69d01ed9a9e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10237 2024.10.10 04:29:45.350428 [ 3 ] {} <Debug> HTTP-Session: a9e93e05-eb4c-4d77-a10e-69d01ed9a9e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10238 2024.10.10 04:29:45.350461 [ 3 ] {} <Trace> HTTP-Session: a9e93e05-eb4c-4d77-a10e-69d01ed9a9e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10239 2024.10.10 04:29:45.350563 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10240 2024.10.10 04:29:45.350606 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10241 2024.10.10 04:29:45.350840 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10242 2024.10.10 04:29:45.351165 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10243 2024.10.10 04:29:45.351204 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10244 2024.10.10 04:29:45.351557 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10245 2024.10.10 04:29:45.351933 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10246 2024.10.10 04:29:45.352101 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001555 sec., 7073.954983922829 rows/sec., 525.02 KiB/sec.
10247 2024.10.10 04:29:45.352372 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Debug> DynamicQueryHandler: Done processing query
10248 2024.10.10 04:29:45.352411 [ 3 ] {820d0b53-3264-4b31-9d88-c77780ba3fcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10249 2024.10.10 04:29:45.352440 [ 3 ] {} <Debug> HTTP-Session: a9e93e05-eb4c-4d77-a10e-69d01ed9a9e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10250 2024.10.10 04:29:45.352588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10251 2024.10.10 04:29:45.352639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10252 2024.10.10 04:29:45.352659 [ 3 ] {} <Debug> HTTP-Session: e869dcb8-9fb5-4833-9e1f-4714f633f1f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10253 2024.10.10 04:29:45.352677 [ 3 ] {} <Debug> HTTP-Session: e869dcb8-9fb5-4833-9e1f-4714f633f1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10254 2024.10.10 04:29:45.352697 [ 3 ] {} <Debug> HTTP-Session: e869dcb8-9fb5-4833-9e1f-4714f633f1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10255 2024.10.10 04:29:45.352730 [ 3 ] {} <Trace> HTTP-Session: e869dcb8-9fb5-4833-9e1f-4714f633f1f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10256 2024.10.10 04:29:45.352851 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10257 2024.10.10 04:29:45.352896 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10258 2024.10.10 04:29:45.353135 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10259 2024.10.10 04:29:45.353585 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10260 2024.10.10 04:29:45.353624 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10261 2024.10.10 04:29:45.353999 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10262 2024.10.10 04:29:45.354358 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10263 2024.10.10 04:29:45.354512 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001697 sec., 44195.63936358279 rows/sec., 3.45 MiB/sec.
10264 2024.10.10 04:29:45.354840 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Debug> DynamicQueryHandler: Done processing query
10265 2024.10.10 04:29:45.354881 [ 3 ] {7140a34f-619e-4c06-aa34-e8a1b36de542} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10266 2024.10.10 04:29:45.354905 [ 3 ] {} <Debug> HTTP-Session: e869dcb8-9fb5-4833-9e1f-4714f633f1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10267 2024.10.10 04:29:45.355071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10268 2024.10.10 04:29:45.355120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10269 2024.10.10 04:29:45.355140 [ 3 ] {} <Debug> HTTP-Session: cd7461e1-1fc2-48fe-be0f-f9cab7686a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10270 2024.10.10 04:29:45.355158 [ 3 ] {} <Debug> HTTP-Session: cd7461e1-1fc2-48fe-be0f-f9cab7686a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10271 2024.10.10 04:29:45.355173 [ 3 ] {} <Debug> HTTP-Session: cd7461e1-1fc2-48fe-be0f-f9cab7686a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10272 2024.10.10 04:29:45.355205 [ 3 ] {} <Trace> HTTP-Session: cd7461e1-1fc2-48fe-be0f-f9cab7686a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10273 2024.10.10 04:29:45.355363 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10274 2024.10.10 04:29:45.355422 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10275 2024.10.10 04:29:45.355604 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10276 2024.10.10 04:29:45.356035 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10277 2024.10.10 04:29:45.356073 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10278 2024.10.10 04:29:45.356462 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10279 2024.10.10 04:29:45.356798 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2024.10.10 04:29:45.356956 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001658 sec., 97104.9457177322 rows/sec., 6.76 MiB/sec.
10281 2024.10.10 04:29:45.357125 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Debug> DynamicQueryHandler: Done processing query
10282 2024.10.10 04:29:45.357150 [ 3 ] {bbea5df8-aa3e-4053-8ba5-5e3e0d17426b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10283 2024.10.10 04:29:45.357166 [ 3 ] {} <Debug> HTTP-Session: cd7461e1-1fc2-48fe-be0f-f9cab7686a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10284 2024.10.10 04:29:45.357307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10285 2024.10.10 04:29:45.357356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10286 2024.10.10 04:29:45.357376 [ 3 ] {} <Debug> HTTP-Session: 96855e40-5df5-47fb-976e-772f3f6aca27 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10287 2024.10.10 04:29:45.357393 [ 3 ] {} <Debug> HTTP-Session: 96855e40-5df5-47fb-976e-772f3f6aca27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10288 2024.10.10 04:29:45.357407 [ 3 ] {} <Debug> HTTP-Session: 96855e40-5df5-47fb-976e-772f3f6aca27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10289 2024.10.10 04:29:45.357439 [ 3 ] {} <Trace> HTTP-Session: 96855e40-5df5-47fb-976e-772f3f6aca27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10290 2024.10.10 04:29:45.357623 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10291 2024.10.10 04:29:45.357688 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10292 2024.10.10 04:29:45.358144 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10293 2024.10.10 04:29:45.358710 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10294 2024.10.10 04:29:45.358748 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10295 2024.10.10 04:29:45.359377 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10296 2024.10.10 04:29:45.359797 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10297 2024.10.10 04:29:45.359994 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002472 sec., 3640.7766990291266 rows/sec., 6.52 MiB/sec.
10298 2024.10.10 04:29:45.360217 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Debug> DynamicQueryHandler: Done processing query
10299 2024.10.10 04:29:45.360242 [ 3 ] {0b4c04bc-239d-4be4-96e8-e3f817170ad1} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
10300 2024.10.10 04:29:45.360259 [ 3 ] {} <Debug> HTTP-Session: 96855e40-5df5-47fb-976e-772f3f6aca27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10301 2024.10.10 04:29:45.360383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10302 2024.10.10 04:29:45.360433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10303 2024.10.10 04:29:45.360453 [ 3 ] {} <Debug> HTTP-Session: fdca39f9-c9e4-4930-8795-e5cc80c9cf51 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10304 2024.10.10 04:29:45.360471 [ 3 ] {} <Debug> HTTP-Session: fdca39f9-c9e4-4930-8795-e5cc80c9cf51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10305 2024.10.10 04:29:45.360486 [ 3 ] {} <Debug> HTTP-Session: fdca39f9-c9e4-4930-8795-e5cc80c9cf51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10306 2024.10.10 04:29:45.360518 [ 3 ] {} <Trace> HTTP-Session: fdca39f9-c9e4-4930-8795-e5cc80c9cf51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10307 2024.10.10 04:29:45.360639 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10308 2024.10.10 04:29:45.360684 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10309 2024.10.10 04:29:45.360813 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10310 2024.10.10 04:29:45.361129 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10311 2024.10.10 04:29:45.361166 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10312 2024.10.10 04:29:45.361523 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10313 2024.10.10 04:29:45.361918 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10314 2024.10.10 04:29:45.362104 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec.
10315 2024.10.10 04:29:45.362365 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Debug> DynamicQueryHandler: Done processing query
10316 2024.10.10 04:29:45.362418 [ 3 ] {3261cc3a-bb0e-4a55-83bb-bc25486a53d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10317 2024.10.10 04:29:45.362458 [ 3 ] {} <Debug> HTTP-Session: fdca39f9-c9e4-4930-8795-e5cc80c9cf51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10318 2024.10.10 04:29:48.630208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1010
10319 2024.10.10 04:29:48.633093 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10320 2024.10.10 04:29:48.633138 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10321 2024.10.10 04:29:48.634624 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
10322 2024.10.10 04:29:48.635639 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10323 2024.10.10 04:29:48.637282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1010
10324 2024.10.10 04:29:49.290622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1519, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10325 2024.10.10 04:29:49.290751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10326 2024.10.10 04:29:49.290781 [ 3 ] {} <Debug> HTTP-Session: 4e8fa04e-5778-41c9-bfdf-b3248fe7548b Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10327 2024.10.10 04:29:49.290810 [ 3 ] {} <Debug> HTTP-Session: 4e8fa04e-5778-41c9-bfdf-b3248fe7548b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10328 2024.10.10 04:29:49.290828 [ 3 ] {} <Debug> HTTP-Session: 4e8fa04e-5778-41c9-bfdf-b3248fe7548b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10329 2024.10.10 04:29:49.290885 [ 3 ] {} <Trace> HTTP-Session: 4e8fa04e-5778-41c9-bfdf-b3248fe7548b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10330 2024.10.10 04:29:49.291172 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
10331 2024.10.10 04:29:49.291672 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
10332 2024.10.10 04:29:49.291727 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
10333 2024.10.10 04:29:49.292265 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
10334 2024.10.10 04:29:49.292370 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
10335 2024.10.10 04:29:49.292585 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
10336 2024.10.10 04:29:49.292688 [ 262 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
10337 2024.10.10 04:29:49.292751 [ 258 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
10338 2024.10.10 04:29:49.292806 [ 263 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
10339 2024.10.10 04:29:49.292806 [ 259 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
10340 2024.10.10 04:29:49.292940 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (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
10341 2024.10.10 04:29:49.292971 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Spreading mark ranges among streams (default reading)
10342 2024.10.10 04:29:49.293110 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
10343 2024.10.10 04:29:49.293134 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd) (SelectExecutor): Reading approx. 42 rows with 4 streams
10344 2024.10.10 04:29:49.293178 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
10345 2024.10.10 04:29:49.293226 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
10346 2024.10.10 04:29:49.293271 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
10347 2024.10.10 04:29:49.293314 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
10348 2024.10.10 04:29:49.301660 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.010631 sec., 3950.7101871884115 rows/sec., 150.56 KiB/sec.
10349 2024.10.10 04:29:49.302079 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> DynamicQueryHandler: Done processing query
10350 2024.10.10 04:29:49.302107 [ 3 ] {4636bdc6-4d29-49c3-a7be-6c24eb85b58a} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
10351 2024.10.10 04:29:49.302124 [ 3 ] {} <Debug> HTTP-Session: 4e8fa04e-5778-41c9-bfdf-b3248fe7548b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10352 2024.10.10 04:29:49.345427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10353 2024.10.10 04:29:49.345497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10354 2024.10.10 04:29:49.345521 [ 3 ] {} <Debug> HTTP-Session: cc71aa69-e1a9-40c6-9885-78b7467a4b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10355 2024.10.10 04:29:49.345543 [ 3 ] {} <Debug> HTTP-Session: cc71aa69-e1a9-40c6-9885-78b7467a4b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10356 2024.10.10 04:29:49.345561 [ 3 ] {} <Debug> HTTP-Session: cc71aa69-e1a9-40c6-9885-78b7467a4b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10357 2024.10.10 04:29:49.345602 [ 3 ] {} <Trace> HTTP-Session: cc71aa69-e1a9-40c6-9885-78b7467a4b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10358 2024.10.10 04:29:49.345742 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
10359 2024.10.10 04:29:49.345801 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
10360 2024.10.10 04:29:49.346012 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10361 2024.10.10 04:29:49.346422 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10362 2024.10.10 04:29:49.346471 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10363 2024.10.10 04:29:49.346997 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
10364 2024.10.10 04:29:49.347313 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Trace> oximeter.timeseries_schema (be3c0c2a-246d-4ed9-ba2d-060b03d652fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10365 2024.10.10 04:29:49.347488 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.00179 sec., 558.659217877095 rows/sec., 155.49 KiB/sec.
10366 2024.10.10 04:29:49.347773 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Debug> DynamicQueryHandler: Done processing query
10367 2024.10.10 04:29:49.347797 [ 3 ] {11b2a4e5-66ef-4107-8bc8-2329aa17e0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10368 2024.10.10 04:29:49.347814 [ 3 ] {} <Debug> HTTP-Session: cc71aa69-e1a9-40c6-9885-78b7467a4b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10369 2024.10.10 04:29:49.347936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1287, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10370 2024.10.10 04:29:49.347984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10371 2024.10.10 04:29:49.348003 [ 3 ] {} <Debug> HTTP-Session: c4458a5b-8fde-4092-acd3-8d0327813cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10372 2024.10.10 04:29:49.348020 [ 3 ] {} <Debug> HTTP-Session: c4458a5b-8fde-4092-acd3-8d0327813cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10373 2024.10.10 04:29:49.348034 [ 3 ] {} <Debug> HTTP-Session: c4458a5b-8fde-4092-acd3-8d0327813cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10374 2024.10.10 04:29:49.348064 [ 3 ] {} <Trace> HTTP-Session: c4458a5b-8fde-4092-acd3-8d0327813cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10375 2024.10.10 04:29:49.348159 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10376 2024.10.10 04:29:49.348204 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10377 2024.10.10 04:29:49.348455 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10378 2024.10.10 04:29:49.348792 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10379 2024.10.10 04:29:49.348833 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10380 2024.10.10 04:29:49.349177 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10381 2024.10.10 04:29:49.349559 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10382 2024.10.10 04:29:49.349718 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Debug> executeQuery: Read 8 rows, 653.00 B in 0.001576 sec., 5076.1421319796955 rows/sec., 404.63 KiB/sec.
10383 2024.10.10 04:29:49.349890 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Debug> DynamicQueryHandler: Done processing query
10384 2024.10.10 04:29:49.349914 [ 3 ] {e4db1a58-0297-431f-be5f-7672b90f8dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10385 2024.10.10 04:29:49.349930 [ 3 ] {} <Debug> HTTP-Session: c4458a5b-8fde-4092-acd3-8d0327813cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10386 2024.10.10 04:29:49.350274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 207323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10387 2024.10.10 04:29:49.350323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10388 2024.10.10 04:29:49.350341 [ 3 ] {} <Debug> HTTP-Session: 494dd572-91e9-4f42-b4fb-e9d990bb8a71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10389 2024.10.10 04:29:49.350358 [ 3 ] {} <Debug> HTTP-Session: 494dd572-91e9-4f42-b4fb-e9d990bb8a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10390 2024.10.10 04:29:49.350372 [ 3 ] {} <Debug> HTTP-Session: 494dd572-91e9-4f42-b4fb-e9d990bb8a71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10391 2024.10.10 04:29:49.350402 [ 3 ] {} <Trace> HTTP-Session: 494dd572-91e9-4f42-b4fb-e9d990bb8a71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10392 2024.10.10 04:29:49.351080 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10393 2024.10.10 04:29:49.351124 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10394 2024.10.10 04:29:49.351344 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10395 2024.10.10 04:29:49.353016 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10396 2024.10.10 04:29:49.353053 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10397 2024.10.10 04:29:49.353503 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10398 2024.10.10 04:29:49.353865 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10399 2024.10.10 04:29:49.354017 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Debug> executeQuery: Read 1420 rows, 121.37 KiB in 0.003437 sec., 413151.0037823683 rows/sec., 34.49 MiB/sec.
10400 2024.10.10 04:29:49.354192 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Debug> DynamicQueryHandler: Done processing query
10401 2024.10.10 04:29:49.354217 [ 3 ] {dc66953b-7404-4ea2-bb80-4b582ff7278e} <Debug> MemoryTracker: Peak memory usage (for query): 5.01 MiB.
10402 2024.10.10 04:29:49.354233 [ 3 ] {} <Debug> HTTP-Session: 494dd572-91e9-4f42-b4fb-e9d990bb8a71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10403 2024.10.10 04:29:49.354542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10404 2024.10.10 04:29:49.354591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10405 2024.10.10 04:29:49.354610 [ 3 ] {} <Debug> HTTP-Session: b80fea0c-096e-4b83-a344-51df95256996 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10406 2024.10.10 04:29:49.354626 [ 3 ] {} <Debug> HTTP-Session: b80fea0c-096e-4b83-a344-51df95256996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10407 2024.10.10 04:29:49.354640 [ 3 ] {} <Debug> HTTP-Session: b80fea0c-096e-4b83-a344-51df95256996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10408 2024.10.10 04:29:49.354670 [ 3 ] {} <Trace> HTTP-Session: b80fea0c-096e-4b83-a344-51df95256996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10409 2024.10.10 04:29:49.354778 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10410 2024.10.10 04:29:49.354821 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10411 2024.10.10 04:29:49.355042 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10412 2024.10.10 04:29:49.355387 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10413 2024.10.10 04:29:49.355423 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10414 2024.10.10 04:29:49.355762 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10415 2024.10.10 04:29:49.356117 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10416 2024.10.10 04:29:49.356288 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Debug> executeQuery: Read 50 rows, 3.70 KiB in 0.001534 sec., 32594.524119947848 rows/sec., 2.36 MiB/sec.
10417 2024.10.10 04:29:49.356458 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Debug> DynamicQueryHandler: Done processing query
10418 2024.10.10 04:29:49.356482 [ 3 ] {0bd9bebf-98a2-4b6c-819d-95fbfc592368} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10419 2024.10.10 04:29:49.356498 [ 3 ] {} <Debug> HTTP-Session: b80fea0c-096e-4b83-a344-51df95256996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10420 2024.10.10 04:29:49.356661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 32355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10421 2024.10.10 04:29:49.356709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10422 2024.10.10 04:29:49.356728 [ 3 ] {} <Debug> HTTP-Session: c85f5037-5195-4ee2-a3bc-46c40422788e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10423 2024.10.10 04:29:49.356745 [ 3 ] {} <Debug> HTTP-Session: c85f5037-5195-4ee2-a3bc-46c40422788e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10424 2024.10.10 04:29:49.356758 [ 3 ] {} <Debug> HTTP-Session: c85f5037-5195-4ee2-a3bc-46c40422788e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10425 2024.10.10 04:29:49.356788 [ 3 ] {} <Trace> HTTP-Session: c85f5037-5195-4ee2-a3bc-46c40422788e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10426 2024.10.10 04:29:49.356958 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10427 2024.10.10 04:29:49.357001 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10428 2024.10.10 04:29:49.357220 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10429 2024.10.10 04:29:49.357681 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10430 2024.10.10 04:29:49.357719 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10431 2024.10.10 04:29:49.358103 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10432 2024.10.10 04:29:49.358441 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10433 2024.10.10 04:29:49.358586 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001712 sec., 141355.1401869159 rows/sec., 9.58 MiB/sec.
10434 2024.10.10 04:29:49.358763 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Debug> DynamicQueryHandler: Done processing query
10435 2024.10.10 04:29:49.358787 [ 3 ] {64860b32-591e-4184-ad0c-c2c22071d05c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
10436 2024.10.10 04:29:49.358802 [ 3 ] {} <Debug> HTTP-Session: c85f5037-5195-4ee2-a3bc-46c40422788e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10437 2024.10.10 04:29:49.358971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10438 2024.10.10 04:29:49.359020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10439 2024.10.10 04:29:49.359039 [ 3 ] {} <Debug> HTTP-Session: de781933-e62d-452a-a951-4489f2ca15eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10440 2024.10.10 04:29:49.359055 [ 3 ] {} <Debug> HTTP-Session: de781933-e62d-452a-a951-4489f2ca15eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10441 2024.10.10 04:29:49.359068 [ 3 ] {} <Debug> HTTP-Session: de781933-e62d-452a-a951-4489f2ca15eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10442 2024.10.10 04:29:49.359098 [ 3 ] {} <Trace> HTTP-Session: de781933-e62d-452a-a951-4489f2ca15eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10443 2024.10.10 04:29:49.359193 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10444 2024.10.10 04:29:49.359235 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10445 2024.10.10 04:29:49.359452 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10446 2024.10.10 04:29:49.359753 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10447 2024.10.10 04:29:49.359789 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10448 2024.10.10 04:29:49.360122 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10449 2024.10.10 04:29:49.360472 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10450 2024.10.10 04:29:49.360633 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 242.80 KiB/sec.
10451 2024.10.10 04:29:49.360801 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Debug> DynamicQueryHandler: Done processing query
10452 2024.10.10 04:29:49.360826 [ 3 ] {37150531-e3d1-4e3b-82d0-7f951fdba3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10453 2024.10.10 04:29:49.360842 [ 3 ] {} <Debug> HTTP-Session: de781933-e62d-452a-a951-4489f2ca15eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10454 2024.10.10 04:29:49.361040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 147162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10455 2024.10.10 04:29:49.361088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10456 2024.10.10 04:29:49.361108 [ 3 ] {} <Debug> HTTP-Session: ba14a0b0-df00-4fbc-ab6e-2fa25f753270 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10457 2024.10.10 04:29:49.361123 [ 3 ] {} <Debug> HTTP-Session: ba14a0b0-df00-4fbc-ab6e-2fa25f753270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10458 2024.10.10 04:29:49.361138 [ 3 ] {} <Debug> HTTP-Session: ba14a0b0-df00-4fbc-ab6e-2fa25f753270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10459 2024.10.10 04:29:49.361167 [ 3 ] {} <Trace> HTTP-Session: ba14a0b0-df00-4fbc-ab6e-2fa25f753270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10460 2024.10.10 04:29:49.361575 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10461 2024.10.10 04:29:49.361618 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10462 2024.10.10 04:29:49.361835 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10463 2024.10.10 04:29:49.362736 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10464 2024.10.10 04:29:49.362773 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10465 2024.10.10 04:29:49.363166 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10466 2024.10.10 04:29:49.363530 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10467 2024.10.10 04:29:49.363687 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Debug> executeQuery: Read 900 rows, 66.81 KiB in 0.00239 sec., 376569.03765690373 rows/sec., 27.30 MiB/sec.
10468 2024.10.10 04:29:49.363858 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Debug> DynamicQueryHandler: Done processing query
10469 2024.10.10 04:29:49.363882 [ 3 ] {6a468bdb-a487-40ad-a07a-62f9037d893b} <Debug> MemoryTracker: Peak memory usage (for query): 4.75 MiB.
10470 2024.10.10 04:29:49.363898 [ 3 ] {} <Debug> HTTP-Session: ba14a0b0-df00-4fbc-ab6e-2fa25f753270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10471 2024.10.10 04:29:49.364240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10472 2024.10.10 04:29:49.364290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10473 2024.10.10 04:29:49.364310 [ 3 ] {} <Debug> HTTP-Session: f5fe21a4-f9f0-4c61-a0d1-00febaa1306e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10474 2024.10.10 04:29:49.364326 [ 3 ] {} <Debug> HTTP-Session: f5fe21a4-f9f0-4c61-a0d1-00febaa1306e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10475 2024.10.10 04:29:49.364340 [ 3 ] {} <Debug> HTTP-Session: f5fe21a4-f9f0-4c61-a0d1-00febaa1306e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10476 2024.10.10 04:29:49.364371 [ 3 ] {} <Trace> HTTP-Session: f5fe21a4-f9f0-4c61-a0d1-00febaa1306e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10477 2024.10.10 04:29:49.364464 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10478 2024.10.10 04:29:49.364508 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10479 2024.10.10 04:29:49.364633 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10480 2024.10.10 04:29:49.364905 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10481 2024.10.10 04:29:49.364941 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10482 2024.10.10 04:29:49.365281 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10483 2024.10.10 04:29:49.365590 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10484 2024.10.10 04:29:49.365745 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001296 sec., 4629.62962962963 rows/sec., 241.88 KiB/sec.
10485 2024.10.10 04:29:49.365908 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Debug> DynamicQueryHandler: Done processing query
10486 2024.10.10 04:29:49.365932 [ 3 ] {59adb7c9-8aed-4834-a358-f31bf4cfe3ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10487 2024.10.10 04:29:49.365949 [ 3 ] {} <Debug> HTTP-Session: f5fe21a4-f9f0-4c61-a0d1-00febaa1306e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10488 2024.10.10 04:29:49.366159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 176054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10489 2024.10.10 04:29:49.366206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10490 2024.10.10 04:29:49.366225 [ 3 ] {} <Debug> HTTP-Session: 138f1c42-50a3-40ec-9c03-3738de147def Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10491 2024.10.10 04:29:49.366241 [ 3 ] {} <Debug> HTTP-Session: 138f1c42-50a3-40ec-9c03-3738de147def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10492 2024.10.10 04:29:49.366255 [ 3 ] {} <Debug> HTTP-Session: 138f1c42-50a3-40ec-9c03-3738de147def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10493 2024.10.10 04:29:49.366284 [ 3 ] {} <Trace> HTTP-Session: 138f1c42-50a3-40ec-9c03-3738de147def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10494 2024.10.10 04:29:49.366743 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10495 2024.10.10 04:29:49.366789 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10496 2024.10.10 04:29:49.366929 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10497 2024.10.10 04:29:49.367841 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10498 2024.10.10 04:29:49.367877 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10499 2024.10.10 04:29:49.368311 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10500 2024.10.10 04:29:49.368637 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10501 2024.10.10 04:29:49.368795 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Debug> executeQuery: Read 930 rows, 63.54 KiB in 0.002361 sec., 393900.88945362135 rows/sec., 26.28 MiB/sec.
10502 2024.10.10 04:29:49.368970 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Debug> DynamicQueryHandler: Done processing query
10503 2024.10.10 04:29:49.368994 [ 3 ] {7c5406aa-8b2d-45ac-8eec-d18c5f489316} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
10504 2024.10.10 04:29:49.369010 [ 3 ] {} <Debug> HTTP-Session: 138f1c42-50a3-40ec-9c03-3738de147def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10505 2024.10.10 04:29:49.369444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10506 2024.10.10 04:29:49.369492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10507 2024.10.10 04:29:49.369512 [ 3 ] {} <Debug> HTTP-Session: f51323a6-8c17-492e-909b-e9184ebb7644 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10508 2024.10.10 04:29:49.369528 [ 3 ] {} <Debug> HTTP-Session: f51323a6-8c17-492e-909b-e9184ebb7644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10509 2024.10.10 04:29:49.369542 [ 3 ] {} <Debug> HTTP-Session: f51323a6-8c17-492e-909b-e9184ebb7644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10510 2024.10.10 04:29:49.369571 [ 3 ] {} <Trace> HTTP-Session: f51323a6-8c17-492e-909b-e9184ebb7644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10511 2024.10.10 04:29:49.369663 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10512 2024.10.10 04:29:49.369708 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10513 2024.10.10 04:29:49.369835 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10514 2024.10.10 04:29:49.370107 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10515 2024.10.10 04:29:49.370142 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10516 2024.10.10 04:29:49.370478 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10517 2024.10.10 04:29:49.370809 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10518 2024.10.10 04:29:49.370965 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec.
10519 2024.10.10 04:29:49.371124 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Debug> DynamicQueryHandler: Done processing query
10520 2024.10.10 04:29:49.371147 [ 3 ] {6b66ac1b-8af5-4915-8b78-58804f3b0ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10521 2024.10.10 04:29:49.371163 [ 3 ] {} <Debug> HTTP-Session: f51323a6-8c17-492e-909b-e9184ebb7644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10522 2024.10.10 04:29:49.371307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 68983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10523 2024.10.10 04:29:49.371354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10524 2024.10.10 04:29:49.371373 [ 3 ] {} <Debug> HTTP-Session: faeba2c6-ba2b-4556-ae9b-71bb581dcca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10525 2024.10.10 04:29:49.371389 [ 3 ] {} <Debug> HTTP-Session: faeba2c6-ba2b-4556-ae9b-71bb581dcca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10526 2024.10.10 04:29:49.371404 [ 3 ] {} <Debug> HTTP-Session: faeba2c6-ba2b-4556-ae9b-71bb581dcca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10527 2024.10.10 04:29:49.371433 [ 3 ] {} <Trace> HTTP-Session: faeba2c6-ba2b-4556-ae9b-71bb581dcca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10528 2024.10.10 04:29:49.371914 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10529 2024.10.10 04:29:49.371978 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10530 2024.10.10 04:29:49.372397 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10531 2024.10.10 04:29:49.373126 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10532 2024.10.10 04:29:49.373162 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10533 2024.10.10 04:29:49.373811 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10534 2024.10.10 04:29:49.374209 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10535 2024.10.10 04:29:49.374391 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10536 2024.10.10 04:29:49.374405 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002879 sec., 14588.398749565822 rows/sec., 26.14 MiB/sec.
10537 2024.10.10 04:29:49.374469 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10538 2024.10.10 04:29:49.374551 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10539 2024.10.10 04:29:49.374763 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::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
10540 2024.10.10 04:29:49.374849 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Debug> DynamicQueryHandler: Done processing query
10541 2024.10.10 04:29:49.374877 [ 3 ] {d55200e5-d617-4e3c-a31d-7b1b4f902a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
10542 2024.10.10 04:29:49.374904 [ 3 ] {} <Debug> HTTP-Session: faeba2c6-ba2b-4556-ae9b-71bb581dcca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10543 2024.10.10 04:29:49.375078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10544 2024.10.10 04:29:49.375118 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10545 2024.10.10 04:29:49.375144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10546 2024.10.10 04:29:49.375176 [ 3 ] {} <Debug> HTTP-Session: ca0eb926-7cba-4e19-8314-e42a1b68c57a Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10547 2024.10.10 04:29:49.375201 [ 3 ] {} <Debug> HTTP-Session: ca0eb926-7cba-4e19-8314-e42a1b68c57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10548 2024.10.10 04:29:49.375201 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 759 rows starting from the beginning of the part
10549 2024.10.10 04:29:49.375218 [ 3 ] {} <Debug> HTTP-Session: ca0eb926-7cba-4e19-8314-e42a1b68c57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10550 2024.10.10 04:29:49.375263 [ 3 ] {} <Trace> HTTP-Session: ca0eb926-7cba-4e19-8314-e42a1b68c57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10551 2024.10.10 04:29:49.375523 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10552 2024.10.10 04:29:49.375653 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10553 2024.10.10 04:29:49.375691 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part
10554 2024.10.10 04:29:49.376244 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10555 2024.10.10 04:29:49.376283 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part
10556 2024.10.10 04:29:49.376739 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part
10557 2024.10.10 04:29:49.377140 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10558 2024.10.10 04:29:49.377250 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10559 2024.10.10 04:29:49.377300 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 9 rows starting from the beginning of the part
10560 2024.10.10 04:29:49.377845 [ 199 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part
10561 2024.10.10 04:29:49.378083 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10562 2024.10.10 04:29:49.378767 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10563 2024.10.10 04:29:49.379004 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003616 sec., 19358.40707964602 rows/sec., 1.22 MiB/sec.
10564 2024.10.10 04:29:49.379503 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Debug> DynamicQueryHandler: Done processing query
10565 2024.10.10 04:29:49.379575 [ 3 ] {720e785d-7bbd-4a80-9dac-ed87bbd96564} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10566 2024.10.10 04:29:49.379665 [ 3 ] {} <Debug> HTTP-Session: ca0eb926-7cba-4e19-8314-e42a1b68c57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10567 2024.10.10 04:29:49.393937 [ 198 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 19 columns (19 merged, 0 gathered) in 0.019258708 sec., 46160.93665265603 rows/sec., 82.72 MiB/sec.
10568 2024.10.10 04:29:49.394911 [ 198 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10569 2024.10.10 04:29:49.395544 [ 198 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10570 2024.10.10 04:29:49.395632 [ 198 ] {6876d80b-868a-4432-a604-b23ce76f72db::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10571 2024.10.10 04:29:49.395781 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB.
10572 2024.10.10 04:29:50.339072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10573 2024.10.10 04:29:50.339205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10574 2024.10.10 04:29:50.339236 [ 3 ] {} <Debug> HTTP-Session: f3aa793d-8e9c-4e10-85f8-135faca47e11 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10575 2024.10.10 04:29:50.339265 [ 3 ] {} <Debug> HTTP-Session: f3aa793d-8e9c-4e10-85f8-135faca47e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10576 2024.10.10 04:29:50.339284 [ 3 ] {} <Debug> HTTP-Session: f3aa793d-8e9c-4e10-85f8-135faca47e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10577 2024.10.10 04:29:50.339339 [ 3 ] {} <Trace> HTTP-Session: f3aa793d-8e9c-4e10-85f8-135faca47e11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10578 2024.10.10 04:29:50.339564 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10579 2024.10.10 04:29:50.339646 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10580 2024.10.10 04:29:50.340033 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10581 2024.10.10 04:29:50.340545 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10582 2024.10.10 04:29:50.340596 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10583 2024.10.10 04:29:50.341072 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10584 2024.10.10 04:29:50.341522 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2024.10.10 04:29:50.341718 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002227 sec., 25145.936237090256 rows/sec., 1.92 MiB/sec.
10586 2024.10.10 04:29:50.342076 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Debug> DynamicQueryHandler: Done processing query
10587 2024.10.10 04:29:50.342150 [ 3 ] {d1fa37ff-b3c4-4bfc-bb85-1fc15ca82769} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10588 2024.10.10 04:29:50.342215 [ 3 ] {} <Debug> HTTP-Session: f3aa793d-8e9c-4e10-85f8-135faca47e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10589 2024.10.10 04:29:50.342430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10590 2024.10.10 04:29:50.342498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10591 2024.10.10 04:29:50.342522 [ 3 ] {} <Debug> HTTP-Session: 0dc5fd81-821d-4e4b-869f-3126f6543b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10592 2024.10.10 04:29:50.342544 [ 3 ] {} <Debug> HTTP-Session: 0dc5fd81-821d-4e4b-869f-3126f6543b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10593 2024.10.10 04:29:50.342559 [ 3 ] {} <Debug> HTTP-Session: 0dc5fd81-821d-4e4b-869f-3126f6543b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10594 2024.10.10 04:29:50.342603 [ 3 ] {} <Trace> HTTP-Session: 0dc5fd81-821d-4e4b-869f-3126f6543b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10595 2024.10.10 04:29:50.342749 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10596 2024.10.10 04:29:50.342807 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10597 2024.10.10 04:29:50.343095 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10598 2024.10.10 04:29:50.343540 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10599 2024.10.10 04:29:50.343580 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10600 2024.10.10 04:29:50.343992 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10601 2024.10.10 04:29:50.344420 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10602 2024.10.10 04:29:50.344610 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec.
10603 2024.10.10 04:29:50.344822 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Debug> DynamicQueryHandler: Done processing query
10604 2024.10.10 04:29:50.344853 [ 3 ] {c7cfa8e2-d683-408c-9ae4-b7750d3dd7a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10605 2024.10.10 04:29:50.344870 [ 3 ] {} <Debug> HTTP-Session: 0dc5fd81-821d-4e4b-869f-3126f6543b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10606 2024.10.10 04:29:50.345065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 6179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10607 2024.10.10 04:29:50.345124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10608 2024.10.10 04:29:50.345144 [ 3 ] {} <Debug> HTTP-Session: 31f38b5f-8a48-4906-b31f-6911d1b544ab Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10609 2024.10.10 04:29:50.345160 [ 3 ] {} <Debug> HTTP-Session: 31f38b5f-8a48-4906-b31f-6911d1b544ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10610 2024.10.10 04:29:50.345174 [ 3 ] {} <Debug> HTTP-Session: 31f38b5f-8a48-4906-b31f-6911d1b544ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10611 2024.10.10 04:29:50.345207 [ 3 ] {} <Trace> HTTP-Session: 31f38b5f-8a48-4906-b31f-6911d1b544ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10612 2024.10.10 04:29:50.345327 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10613 2024.10.10 04:29:50.345384 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10614 2024.10.10 04:29:50.345546 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10615 2024.10.10 04:29:50.345892 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10616 2024.10.10 04:29:50.345932 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10617 2024.10.10 04:29:50.346345 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10618 2024.10.10 04:29:50.346723 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10619 2024.10.10 04:29:50.346890 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001596 sec., 20050.12531328321 rows/sec., 1.40 MiB/sec.
10620 2024.10.10 04:29:50.347194 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Debug> DynamicQueryHandler: Done processing query
10621 2024.10.10 04:29:50.347246 [ 3 ] {d1a77e91-b1c5-4b5f-a499-159429be4e3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10622 2024.10.10 04:29:50.347306 [ 3 ] {} <Debug> HTTP-Session: 31f38b5f-8a48-4906-b31f-6911d1b544ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10623 2024.10.10 04:29:50.347452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10624 2024.10.10 04:29:50.347503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10625 2024.10.10 04:29:50.347522 [ 3 ] {} <Debug> HTTP-Session: 891d0270-ea83-4d1e-8d77-47be353b87b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10626 2024.10.10 04:29:50.347539 [ 3 ] {} <Debug> HTTP-Session: 891d0270-ea83-4d1e-8d77-47be353b87b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10627 2024.10.10 04:29:50.347553 [ 3 ] {} <Debug> HTTP-Session: 891d0270-ea83-4d1e-8d77-47be353b87b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10628 2024.10.10 04:29:50.347592 [ 3 ] {} <Trace> HTTP-Session: 891d0270-ea83-4d1e-8d77-47be353b87b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10629 2024.10.10 04:29:50.347705 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10630 2024.10.10 04:29:50.347755 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10631 2024.10.10 04:29:50.347924 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10632 2024.10.10 04:29:50.348792 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10633 2024.10.10 04:29:50.348831 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10634 2024.10.10 04:29:50.349235 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10635 2024.10.10 04:29:50.349593 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10636 2024.10.10 04:29:50.349767 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00209 sec., 5741.626794258374 rows/sec., 396.23 KiB/sec.
10637 2024.10.10 04:29:50.349964 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Debug> DynamicQueryHandler: Done processing query
10638 2024.10.10 04:29:50.349989 [ 3 ] {805b9fda-8f49-4ea6-9f8a-357304d52957} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10639 2024.10.10 04:29:50.350005 [ 3 ] {} <Debug> HTTP-Session: 891d0270-ea83-4d1e-8d77-47be353b87b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10640 2024.10.10 04:29:53.383514 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
10641 2024.10.10 04:29:53.383567 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
10642 2024.10.10 04:29:55.344793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10643 2024.10.10 04:29:55.344931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10644 2024.10.10 04:29:55.344961 [ 3 ] {} <Debug> HTTP-Session: 45bd417e-9cf4-4467-9e12-c6ad174f2061 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10645 2024.10.10 04:29:55.344989 [ 3 ] {} <Debug> HTTP-Session: 45bd417e-9cf4-4467-9e12-c6ad174f2061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10646 2024.10.10 04:29:55.345007 [ 3 ] {} <Debug> HTTP-Session: 45bd417e-9cf4-4467-9e12-c6ad174f2061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10647 2024.10.10 04:29:55.345063 [ 3 ] {} <Trace> HTTP-Session: 45bd417e-9cf4-4467-9e12-c6ad174f2061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10648 2024.10.10 04:29:55.345252 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10649 2024.10.10 04:29:55.345328 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10650 2024.10.10 04:29:55.345722 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10651 2024.10.10 04:29:55.346168 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10652 2024.10.10 04:29:55.346210 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10653 2024.10.10 04:29:55.346626 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10654 2024.10.10 04:29:55.347033 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10655 2024.10.10 04:29:55.347184 [ 147 ] {} <Debug> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
10656 2024.10.10 04:29:55.347188 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001993 sec., 1505.2684395383844 rows/sec., 119.07 KiB/sec.
10657 2024.10.10 04:29:55.347226 [ 147 ] {} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10658 2024.10.10 04:29:55.347263 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10659 2024.10.10 04:29:55.347411 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::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
10660 2024.10.10 04:29:55.347458 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Debug> DynamicQueryHandler: Done processing query
10661 2024.10.10 04:29:55.347491 [ 3 ] {602e03f4-3c59-4689-9592-0a428811ddbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10662 2024.10.10 04:29:55.347520 [ 3 ] {} <Debug> HTTP-Session: 45bd417e-9cf4-4467-9e12-c6ad174f2061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10663 2024.10.10 04:29:55.347592 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10664 2024.10.10 04:29:55.347629 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part
10665 2024.10.10 04:29:55.347724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10666 2024.10.10 04:29:55.347736 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
10667 2024.10.10 04:29:55.347860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10668 2024.10.10 04:29:55.348009 [ 3 ] {} <Debug> HTTP-Session: 25c7f26f-9444-4690-bd4d-ceda7d9ca7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10669 2024.10.10 04:29:55.348149 [ 3 ] {} <Debug> HTTP-Session: 25c7f26f-9444-4690-bd4d-ceda7d9ca7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10670 2024.10.10 04:29:55.348203 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
10671 2024.10.10 04:29:55.348243 [ 3 ] {} <Debug> HTTP-Session: 25c7f26f-9444-4690-bd4d-ceda7d9ca7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10672 2024.10.10 04:29:55.348382 [ 3 ] {} <Trace> HTTP-Session: 25c7f26f-9444-4690-bd4d-ceda7d9ca7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10673 2024.10.10 04:29:55.348429 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
10674 2024.10.10 04:29:55.348682 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
10675 2024.10.10 04:29:55.348717 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10676 2024.10.10 04:29:55.348901 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10677 2024.10.10 04:29:55.348964 [ 195 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 3 rows starting from the beginning of the part
10678 2024.10.10 04:29:55.349654 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10679 2024.10.10 04:29:55.350239 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10680 2024.10.10 04:29:55.350283 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10681 2024.10.10 04:29:55.350838 [ 200 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.003488616 sec., 10032.63185171426 rows/sec., 850.98 KiB/sec.
10682 2024.10.10 04:29:55.350891 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10683 2024.10.10 04:29:55.351009 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
10684 2024.10.10 04:29:55.351459 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10685 2024.10.10 04:29:55.351631 [ 147 ] {} <Debug> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10686 2024.10.10 04:29:55.351642 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10687 2024.10.10 04:29:55.351647 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Debug> executeQuery: Read 77 rows, 6.36 KiB in 0.003092 sec., 24902.975420439845 rows/sec., 2.01 MiB/sec.
10688 2024.10.10 04:29:55.351682 [ 147 ] {} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10689 2024.10.10 04:29:55.351749 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10690 2024.10.10 04:29:55.351864 [ 187 ] {fcf26362-df6d-4d3e-9b95-e99e15ae321d::all_1_20_4} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
10691 2024.10.10 04:29:55.352138 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10692 2024.10.10 04:29:55.352206 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::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
10693 2024.10.10 04:29:55.352205 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Debug> DynamicQueryHandler: Done processing query
10694 2024.10.10 04:29:55.352283 [ 3 ] {cb5c9c5b-9396-42d2-85ab-6d9ddc07c0ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10695 2024.10.10 04:29:55.352336 [ 3 ] {} <Debug> HTTP-Session: 25c7f26f-9444-4690-bd4d-ceda7d9ca7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10696 2024.10.10 04:29:55.352575 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10697 2024.10.10 04:29:55.352575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10698 2024.10.10 04:29:55.352613 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1417 rows starting from the beginning of the part
10699 2024.10.10 04:29:55.352734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10700 2024.10.10 04:29:55.352783 [ 3 ] {} <Debug> HTTP-Session: 8e2c69d1-93a1-4dfb-9877-822bb30d337d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10701 2024.10.10 04:29:55.352813 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 269 rows starting from the beginning of the part
10702 2024.10.10 04:29:55.352826 [ 3 ] {} <Debug> HTTP-Session: 8e2c69d1-93a1-4dfb-9877-822bb30d337d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10703 2024.10.10 04:29:55.352866 [ 3 ] {} <Debug> HTTP-Session: 8e2c69d1-93a1-4dfb-9877-822bb30d337d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10704 2024.10.10 04:29:55.353016 [ 3 ] {} <Trace> HTTP-Session: 8e2c69d1-93a1-4dfb-9877-822bb30d337d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10705 2024.10.10 04:29:55.353029 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 75 rows starting from the beginning of the part
10706 2024.10.10 04:29:55.353231 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10707 2024.10.10 04:29:55.353345 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1420 rows starting from the beginning of the part
10708 2024.10.10 04:29:55.353386 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10709 2024.10.10 04:29:55.353705 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part
10710 2024.10.10 04:29:55.354141 [ 195 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 77 rows starting from the beginning of the part
10711 2024.10.10 04:29:55.354735 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10712 2024.10.10 04:29:55.355246 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10713 2024.10.10 04:29:55.355289 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10714 2024.10.10 04:29:55.355806 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10715 2024.10.10 04:29:55.356202 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10716 2024.10.10 04:29:55.356376 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Debug> executeQuery: Read 12 rows, 900.00 B in 0.003222 sec., 3724.3947858472998 rows/sec., 272.78 KiB/sec.
10717 2024.10.10 04:29:55.356686 [ 197 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.004814732 sec., 688304.1465236278 rows/sec., 60.20 MiB/sec.
10718 2024.10.10 04:29:55.356715 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Debug> DynamicQueryHandler: Done processing query
10719 2024.10.10 04:29:55.356769 [ 3 ] {5dc7ec1a-b084-4390-9aed-23d7c1fa30bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10720 2024.10.10 04:29:55.356794 [ 3 ] {} <Debug> HTTP-Session: 8e2c69d1-93a1-4dfb-9877-822bb30d337d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10721 2024.10.10 04:29:55.356961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 13862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10722 2024.10.10 04:29:55.357020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10723 2024.10.10 04:29:55.357059 [ 3 ] {} <Debug> HTTP-Session: 25335962-b85e-4796-a8cc-54e55973af19 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10724 2024.10.10 04:29:55.357081 [ 3 ] {} <Debug> HTTP-Session: 25335962-b85e-4796-a8cc-54e55973af19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10725 2024.10.10 04:29:55.357088 [ 197 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10726 2024.10.10 04:29:55.357105 [ 3 ] {} <Debug> HTTP-Session: 25335962-b85e-4796-a8cc-54e55973af19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10727 2024.10.10 04:29:55.357182 [ 3 ] {} <Trace> HTTP-Session: 25335962-b85e-4796-a8cc-54e55973af19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10728 2024.10.10 04:29:55.357396 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10729 2024.10.10 04:29:55.357500 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10730 2024.10.10 04:29:55.358316 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10731 2024.10.10 04:29:55.358316 [ 197 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10732 2024.10.10 04:29:55.358530 [ 197 ] {a53ebc7c-2a4b-4f04-9278-7b19941c3c6d::all_1_56_11} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10733 2024.10.10 04:29:55.358676 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10734 2024.10.10 04:29:55.358875 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10735 2024.10.10 04:29:55.358915 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10736 2024.10.10 04:29:55.359305 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10737 2024.10.10 04:29:55.359656 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10738 2024.10.10 04:29:55.359782 [ 147 ] {} <Debug> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10739 2024.10.10 04:29:55.359786 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Debug> executeQuery: Read 82 rows, 6.49 KiB in 0.002471 sec., 33184.94536624848 rows/sec., 2.57 MiB/sec.
10740 2024.10.10 04:29:55.359820 [ 147 ] {} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10741 2024.10.10 04:29:55.359865 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10742 2024.10.10 04:29:55.360041 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Debug> DynamicQueryHandler: Done processing query
10743 2024.10.10 04:29:55.360053 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::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
10744 2024.10.10 04:29:55.360074 [ 3 ] {da3034d5-facb-4c8a-97c5-4400d86669ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10745 2024.10.10 04:29:55.360138 [ 3 ] {} <Debug> HTTP-Session: 25335962-b85e-4796-a8cc-54e55973af19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10746 2024.10.10 04:29:55.360275 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10747 2024.10.10 04:29:55.360315 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
10748 2024.10.10 04:29:55.360372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10749 2024.10.10 04:29:55.360522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10750 2024.10.10 04:29:55.360559 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 432 rows starting from the beginning of the part
10751 2024.10.10 04:29:55.360591 [ 3 ] {} <Debug> HTTP-Session: 34d3b147-8275-4458-9975-7cdbbc5840d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10752 2024.10.10 04:29:55.360667 [ 3 ] {} <Debug> HTTP-Session: 34d3b147-8275-4458-9975-7cdbbc5840d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10753 2024.10.10 04:29:55.360715 [ 3 ] {} <Debug> HTTP-Session: 34d3b147-8275-4458-9975-7cdbbc5840d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10754 2024.10.10 04:29:55.360865 [ 3 ] {} <Trace> HTTP-Session: 34d3b147-8275-4458-9975-7cdbbc5840d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10755 2024.10.10 04:29:55.360931 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 75 rows starting from the beginning of the part
10756 2024.10.10 04:29:55.361247 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 900 rows starting from the beginning of the part
10757 2024.10.10 04:29:55.361285 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10758 2024.10.10 04:29:55.361485 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10759 2024.10.10 04:29:55.361578 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part
10760 2024.10.10 04:29:55.362007 [ 190 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
10761 2024.10.10 04:29:55.362610 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10762 2024.10.10 04:29:55.363397 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10763 2024.10.10 04:29:55.363468 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10764 2024.10.10 04:29:55.364536 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10765 2024.10.10 04:29:55.365242 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10766 2024.10.10 04:29:55.365331 [ 197 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 5 columns (5 merged, 0 gathered) in 0.005367977 sec., 459390.9400133421 rows/sec., 35.25 MiB/sec.
10767 2024.10.10 04:29:55.365472 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10768 2024.10.10 04:29:55.365531 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.00447 sec., 36241.61073825503 rows/sec., 2.52 MiB/sec.
10769 2024.10.10 04:29:55.365542 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10770 2024.10.10 04:29:55.365597 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10771 2024.10.10 04:29:55.365965 [ 197 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10772 2024.10.10 04:29:55.366027 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
10773 2024.10.10 04:29:55.366055 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Debug> DynamicQueryHandler: Done processing query
10774 2024.10.10 04:29:55.366142 [ 3 ] {124582c6-bbb7-4224-b411-638a1f3fd171} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10775 2024.10.10 04:29:55.366212 [ 3 ] {} <Debug> HTTP-Session: 34d3b147-8275-4458-9975-7cdbbc5840d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10776 2024.10.10 04:29:55.366474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 15852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10777 2024.10.10 04:29:55.366666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10778 2024.10.10 04:29:55.366768 [ 3 ] {} <Debug> HTTP-Session: c93e43f5-5deb-4563-a803-6a445be88b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10779 2024.10.10 04:29:55.366844 [ 3 ] {} <Debug> HTTP-Session: c93e43f5-5deb-4563-a803-6a445be88b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10780 2024.10.10 04:29:55.366894 [ 3 ] {} <Debug> HTTP-Session: c93e43f5-5deb-4563-a803-6a445be88b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10781 2024.10.10 04:29:55.366925 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10782 2024.10.10 04:29:55.367030 [ 3 ] {} <Trace> HTTP-Session: c93e43f5-5deb-4563-a803-6a445be88b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10783 2024.10.10 04:29:55.367110 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14098 rows starting from the beginning of the part
10784 2024.10.10 04:29:55.367487 [ 197 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10785 2024.10.10 04:29:55.367555 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::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
10786 2024.10.10 04:29:55.367579 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10787 2024.10.10 04:29:55.367809 [ 197 ] {3e241f59-d907-483d-a5cd-87dd531b2af5::all_1_56_11} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10788 2024.10.10 04:29:55.367961 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10789 2024.10.10 04:29:55.368118 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
10790 2024.10.10 04:29:55.368194 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part
10791 2024.10.10 04:29:55.368765 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 930 rows starting from the beginning of the part
10792 2024.10.10 04:29:55.369187 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part
10793 2024.10.10 04:29:55.369511 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 162 rows starting from the beginning of the part
10794 2024.10.10 04:29:55.370937 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10795 2024.10.10 04:29:55.371807 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10796 2024.10.10 04:29:55.371871 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10797 2024.10.10 04:29:55.373529 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10798 2024.10.10 04:29:55.374523 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10799 2024.10.10 04:29:55.374751 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007514 sec., 1197.7641735427203 rows/sec., 2.15 MiB/sec.
10800 2024.10.10 04:29:55.375004 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Debug> DynamicQueryHandler: Done processing query
10801 2024.10.10 04:29:55.375031 [ 3 ] {d3d295c9-ba81-4ef4-8e3c-bf374cf8faae} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
10802 2024.10.10 04:29:55.375046 [ 3 ] {} <Debug> HTTP-Session: c93e43f5-5deb-4563-a803-6a445be88b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10803 2024.10.10 04:29:55.375200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10804 2024.10.10 04:29:55.375249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10805 2024.10.10 04:29:55.375269 [ 3 ] {} <Debug> HTTP-Session: 60060524-5073-4e5c-bff4-f88d1e993ed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10806 2024.10.10 04:29:55.375286 [ 3 ] {} <Debug> HTTP-Session: 60060524-5073-4e5c-bff4-f88d1e993ed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10807 2024.10.10 04:29:55.375299 [ 3 ] {} <Debug> HTTP-Session: 60060524-5073-4e5c-bff4-f88d1e993ed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10808 2024.10.10 04:29:55.375338 [ 3 ] {} <Trace> HTTP-Session: 60060524-5073-4e5c-bff4-f88d1e993ed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10809 2024.10.10 04:29:55.375492 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10810 2024.10.10 04:29:55.375538 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10811 2024.10.10 04:29:55.375708 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10812 2024.10.10 04:29:55.376090 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10813 2024.10.10 04:29:55.376158 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10814 2024.10.10 04:29:55.376514 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15620 rows, containing 5 columns (5 merged, 0 gathered) in 0.010722784 sec., 1456711.2421550222 rows/sec., 98.33 MiB/sec.
10815 2024.10.10 04:29:55.376863 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10816 2024.10.10 04:29:55.376988 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10817 2024.10.10 04:29:55.377742 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10818 2024.10.10 04:29:55.377988 [ 147 ] {} <Debug> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10819 2024.10.10 04:29:55.378035 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002598 sec., 23094.688221709006 rows/sec., 1.56 MiB/sec.
10820 2024.10.10 04:29:55.378062 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10821 2024.10.10 04:29:55.378073 [ 147 ] {} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10822 2024.10.10 04:29:55.378189 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
10823 2024.10.10 04:29:55.378536 [ 190 ] {0ec046fb-b494-4e7d-90b2-e9af79e4b1ba::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10824 2024.10.10 04:29:55.378738 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Debug> DynamicQueryHandler: Done processing query
10825 2024.10.10 04:29:55.378864 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
10826 2024.10.10 04:29:55.378950 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB.
10827 2024.10.10 04:29:55.378975 [ 3 ] {60249a5d-4af3-4815-be89-f4d0c2507c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10828 2024.10.10 04:29:55.379079 [ 3 ] {} <Debug> HTTP-Session: 60060524-5073-4e5c-bff4-f88d1e993ed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10829 2024.10.10 04:29:55.379562 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10830 2024.10.10 04:29:55.379649 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2878 rows starting from the beginning of the part
10831 2024.10.10 04:29:55.379793 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
10832 2024.10.10 04:29:55.379968 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::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
10833 2024.10.10 04:29:55.380098 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 70 rows starting from the beginning of the part
10834 2024.10.10 04:29:55.380253 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part
10835 2024.10.10 04:29:55.380380 [ 197 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
10836 2024.10.10 04:29:55.381974 [ 191 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3162 rows, containing 4 columns (4 merged, 0 gathered) in 0.003591238 sec., 880476.3148529838 rows/sec., 57.21 MiB/sec.
10837 2024.10.10 04:29:55.382233 [ 189 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10838 2024.10.10 04:29:55.382611 [ 189 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2024.10.10 04:29:55.382689 [ 189 ] {f8a8373c-8f3a-4dcc-bb84-910d75d39bb3::all_1_56_11} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10840 2024.10.10 04:29:55.382763 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
10841 2024.10.10 04:29:58.638367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1058
10842 2024.10.10 04:29:58.641559 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10843 2024.10.10 04:29:58.641609 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10844 2024.10.10 04:29:58.643136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
10845 2024.10.10 04:29:58.644117 [ 242 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10846 2024.10.10 04:29:58.644328 [ 143 ] {} <Debug> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
10847 2024.10.10 04:29:58.644462 [ 143 ] {} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10848 2024.10.10 04:29:58.644535 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10849 2024.10.10 04:29:58.645194 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
10850 2024.10.10 04:29:58.646255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1058
10851 2024.10.10 04:29:58.646937 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10852 2024.10.10 04:29:58.647098 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 868 rows starting from the beginning of the part
10853 2024.10.10 04:29:58.647808 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part
10854 2024.10.10 04:29:58.648267 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
10855 2024.10.10 04:29:58.648709 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part
10856 2024.10.10 04:29:58.649142 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::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
10857 2024.10.10 04:29:58.649548 [ 189 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part
10858 2024.10.10 04:29:58.657527 [ 191 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 72 columns (72 merged, 0 gathered) in 0.012812031 sec., 82578.63253687101 rows/sec., 57.44 MiB/sec.
10859 2024.10.10 04:29:58.659136 [ 192 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
10860 2024.10.10 04:29:58.660901 [ 192 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10861 2024.10.10 04:29:58.660992 [ 192 ] {b3687a94-35df-41d8-887b-95823cb72e83::all_1_26_5} <Trace> system.query_log (b3687a94-35df-41d8-887b-95823cb72e83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
10862 2024.10.10 04:29:58.661328 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB.
10863 2024.10.10 04:30:00.351583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10864 2024.10.10 04:30:00.351696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10865 2024.10.10 04:30:00.351721 [ 3 ] {} <Debug> HTTP-Session: f99eab4d-6c19-4d90-b6fa-ff63287cfb6e Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10866 2024.10.10 04:30:00.351748 [ 3 ] {} <Debug> HTTP-Session: f99eab4d-6c19-4d90-b6fa-ff63287cfb6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10867 2024.10.10 04:30:00.351763 [ 3 ] {} <Debug> HTTP-Session: f99eab4d-6c19-4d90-b6fa-ff63287cfb6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10868 2024.10.10 04:30:00.351813 [ 3 ] {} <Trace> HTTP-Session: f99eab4d-6c19-4d90-b6fa-ff63287cfb6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10869 2024.10.10 04:30:00.351989 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10870 2024.10.10 04:30:00.352060 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10871 2024.10.10 04:30:00.352411 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10872 2024.10.10 04:30:00.352850 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10873 2024.10.10 04:30:00.352896 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10874 2024.10.10 04:30:00.353324 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10875 2024.10.10 04:30:00.353732 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Trace> oximeter.fields_ipaddr (fcf26362-df6d-4d3e-9b95-e99e15ae321d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10876 2024.10.10 04:30:00.353880 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001944 sec., 3086.41975308642 rows/sec., 244.14 KiB/sec.
10877 2024.10.10 04:30:00.354244 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Debug> DynamicQueryHandler: Done processing query
10878 2024.10.10 04:30:00.354282 [ 3 ] {d8ff4934-661d-45b7-835f-edece7897d9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10879 2024.10.10 04:30:00.354306 [ 3 ] {} <Debug> HTTP-Session: f99eab4d-6c19-4d90-b6fa-ff63287cfb6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10880 2024.10.10 04:30:00.354558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 42769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10881 2024.10.10 04:30:00.354631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10882 2024.10.10 04:30:00.354662 [ 3 ] {} <Debug> HTTP-Session: e5e76da6-75fc-44cc-aa04-92847cdbad97 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10883 2024.10.10 04:30:00.354690 [ 3 ] {} <Debug> HTTP-Session: e5e76da6-75fc-44cc-aa04-92847cdbad97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10884 2024.10.10 04:30:00.354712 [ 3 ] {} <Debug> HTTP-Session: e5e76da6-75fc-44cc-aa04-92847cdbad97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10885 2024.10.10 04:30:00.354760 [ 3 ] {} <Trace> HTTP-Session: e5e76da6-75fc-44cc-aa04-92847cdbad97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10886 2024.10.10 04:30:00.355024 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10887 2024.10.10 04:30:00.355092 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10888 2024.10.10 04:30:00.355426 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10889 2024.10.10 04:30:00.355984 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10890 2024.10.10 04:30:00.356023 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10891 2024.10.10 04:30:00.356434 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10892 2024.10.10 04:30:00.356808 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Trace> oximeter.fields_string (a53ebc7c-2a4b-4f04-9278-7b19941c3c6d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10893 2024.10.10 04:30:00.356945 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Debug> executeQuery: Read 283 rows, 25.55 KiB in 0.002067 sec., 136913.40106434448 rows/sec., 12.07 MiB/sec.
10894 2024.10.10 04:30:00.357248 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Debug> DynamicQueryHandler: Done processing query
10895 2024.10.10 04:30:00.357310 [ 3 ] {7240d9d4-f85c-4302-9e02-71debb0ff893} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10896 2024.10.10 04:30:00.357362 [ 3 ] {} <Debug> HTTP-Session: e5e76da6-75fc-44cc-aa04-92847cdbad97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10897 2024.10.10 04:30:00.357526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 7186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10898 2024.10.10 04:30:00.357580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10899 2024.10.10 04:30:00.357602 [ 3 ] {} <Debug> HTTP-Session: ba847ea8-2cb7-4031-8146-e277ea3874d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10900 2024.10.10 04:30:00.357621 [ 3 ] {} <Debug> HTTP-Session: ba847ea8-2cb7-4031-8146-e277ea3874d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10901 2024.10.10 04:30:00.357635 [ 3 ] {} <Debug> HTTP-Session: ba847ea8-2cb7-4031-8146-e277ea3874d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10902 2024.10.10 04:30:00.357669 [ 3 ] {} <Trace> HTTP-Session: ba847ea8-2cb7-4031-8146-e277ea3874d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10903 2024.10.10 04:30:00.357810 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10904 2024.10.10 04:30:00.357872 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10905 2024.10.10 04:30:00.358200 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10906 2024.10.10 04:30:00.358668 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10907 2024.10.10 04:30:00.358714 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10908 2024.10.10 04:30:00.359205 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10909 2024.10.10 04:30:00.359689 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Trace> oximeter.fields_u16 (6412785e-ec15-41df-9e33-e317aad7427f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2024.10.10 04:30:00.359834 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.002082 sec., 24015.369836695485 rows/sec., 1.74 MiB/sec.
10911 2024.10.10 04:30:00.360019 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Debug> DynamicQueryHandler: Done processing query
10912 2024.10.10 04:30:00.360046 [ 3 ] {6883b7a6-7816-40b2-8043-80198abeba06} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10913 2024.10.10 04:30:00.360062 [ 3 ] {} <Debug> HTTP-Session: ba847ea8-2cb7-4031-8146-e277ea3874d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10914 2024.10.10 04:30:00.360190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10915 2024.10.10 04:30:00.360241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10916 2024.10.10 04:30:00.360261 [ 3 ] {} <Debug> HTTP-Session: bee3a7db-38e5-48a0-8817-1690e6dc3ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10917 2024.10.10 04:30:00.360280 [ 3 ] {} <Debug> HTTP-Session: bee3a7db-38e5-48a0-8817-1690e6dc3ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10918 2024.10.10 04:30:00.360294 [ 3 ] {} <Debug> HTTP-Session: bee3a7db-38e5-48a0-8817-1690e6dc3ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10919 2024.10.10 04:30:00.360326 [ 3 ] {} <Trace> HTTP-Session: bee3a7db-38e5-48a0-8817-1690e6dc3ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10920 2024.10.10 04:30:00.360426 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10921 2024.10.10 04:30:00.360469 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10922 2024.10.10 04:30:00.360689 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10923 2024.10.10 04:30:00.361014 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10924 2024.10.10 04:30:00.361050 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10925 2024.10.10 04:30:00.361409 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10926 2024.10.10 04:30:00.361775 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Trace> oximeter.fields_u32 (658c2e57-18b4-4258-bb73-48526a4a82a9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10927 2024.10.10 04:30:00.361900 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec.
10928 2024.10.10 04:30:00.362066 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Debug> DynamicQueryHandler: Done processing query
10929 2024.10.10 04:30:00.362090 [ 3 ] {c1b06dc0-5596-42db-b15f-e4784c106912} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10930 2024.10.10 04:30:00.362106 [ 3 ] {} <Debug> HTTP-Session: bee3a7db-38e5-48a0-8817-1690e6dc3ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10931 2024.10.10 04:30:00.362221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10932 2024.10.10 04:30:00.362269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10933 2024.10.10 04:30:00.362289 [ 3 ] {} <Debug> HTTP-Session: 3aa47375-0018-4b5e-9d07-dbfca9ea48a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10934 2024.10.10 04:30:00.362306 [ 3 ] {} <Debug> HTTP-Session: 3aa47375-0018-4b5e-9d07-dbfca9ea48a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10935 2024.10.10 04:30:00.362320 [ 3 ] {} <Debug> HTTP-Session: 3aa47375-0018-4b5e-9d07-dbfca9ea48a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10936 2024.10.10 04:30:00.362351 [ 3 ] {} <Trace> HTTP-Session: 3aa47375-0018-4b5e-9d07-dbfca9ea48a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10937 2024.10.10 04:30:00.362446 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10938 2024.10.10 04:30:00.362490 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10939 2024.10.10 04:30:00.362712 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10940 2024.10.10 04:30:00.363026 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10941 2024.10.10 04:30:00.363062 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10942 2024.10.10 04:30:00.363413 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10943 2024.10.10 04:30:00.363773 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Trace> oximeter.fields_u8 (f7582ee5-72e9-41c0-a4d7-ccae8f79140d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10944 2024.10.10 04:30:00.363910 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 238.39 KiB/sec.
10945 2024.10.10 04:30:00.364087 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Debug> DynamicQueryHandler: Done processing query
10946 2024.10.10 04:30:00.364113 [ 3 ] {4a4d10e4-1cc3-45ed-ae45-9c423bfecd12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10947 2024.10.10 04:30:00.364129 [ 3 ] {} <Debug> HTTP-Session: 3aa47375-0018-4b5e-9d07-dbfca9ea48a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10948 2024.10.10 04:30:00.364325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 72178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10949 2024.10.10 04:30:00.364375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10950 2024.10.10 04:30:00.364394 [ 3 ] {} <Debug> HTTP-Session: d4cb69cb-4747-4239-857a-df40476c0dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10951 2024.10.10 04:30:00.364410 [ 3 ] {} <Debug> HTTP-Session: d4cb69cb-4747-4239-857a-df40476c0dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10952 2024.10.10 04:30:00.364424 [ 3 ] {} <Debug> HTTP-Session: d4cb69cb-4747-4239-857a-df40476c0dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10953 2024.10.10 04:30:00.364455 [ 3 ] {} <Trace> HTTP-Session: d4cb69cb-4747-4239-857a-df40476c0dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10954 2024.10.10 04:30:00.364694 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10955 2024.10.10 04:30:00.364738 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10956 2024.10.10 04:30:00.364956 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10957 2024.10.10 04:30:00.365571 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10958 2024.10.10 04:30:00.365607 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10959 2024.10.10 04:30:00.365979 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10960 2024.10.10 04:30:00.366340 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Trace> oximeter.fields_uuid (3e241f59-d907-483d-a5cd-87dd531b2af5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10961 2024.10.10 04:30:00.366463 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Debug> executeQuery: Read 444 rows, 32.51 KiB in 0.001911 sec., 232339.08948194663 rows/sec., 16.62 MiB/sec.
10962 2024.10.10 04:30:00.366745 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Debug> DynamicQueryHandler: Done processing query
10963 2024.10.10 04:30:00.366810 [ 3 ] {08b2b3db-81c7-4fdc-986c-f6d5d319b830} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
10964 2024.10.10 04:30:00.366867 [ 3 ] {} <Debug> HTTP-Session: d4cb69cb-4747-4239-857a-df40476c0dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10965 2024.10.10 04:30:00.367050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10966 2024.10.10 04:30:00.367104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10967 2024.10.10 04:30:00.367124 [ 3 ] {} <Debug> HTTP-Session: fbb977d7-245a-4637-8194-6d02370820a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10968 2024.10.10 04:30:00.367141 [ 3 ] {} <Debug> HTTP-Session: fbb977d7-245a-4637-8194-6d02370820a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10969 2024.10.10 04:30:00.367155 [ 3 ] {} <Debug> HTTP-Session: fbb977d7-245a-4637-8194-6d02370820a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10970 2024.10.10 04:30:00.367186 [ 3 ] {} <Trace> HTTP-Session: fbb977d7-245a-4637-8194-6d02370820a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10971 2024.10.10 04:30:00.367292 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10972 2024.10.10 04:30:00.367338 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10973 2024.10.10 04:30:00.367488 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10974 2024.10.10 04:30:00.367772 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2024.10.10 04:30:00.367807 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10976 2024.10.10 04:30:00.368159 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10977 2024.10.10 04:30:00.368494 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Trace> oximeter.measurements_bool (de9f7154-07ed-4a7e-af73-a92d1be2c57b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10978 2024.10.10 04:30:00.368623 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec.
10979 2024.10.10 04:30:00.368797 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Debug> DynamicQueryHandler: Done processing query
10980 2024.10.10 04:30:00.368823 [ 3 ] {bc0eabd2-9f6a-4bdc-9462-f4baebfd2df4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10981 2024.10.10 04:30:00.368839 [ 3 ] {} <Debug> HTTP-Session: fbb977d7-245a-4637-8194-6d02370820a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10982 2024.10.10 04:30:00.369013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 45388, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10983 2024.10.10 04:30:00.369063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10984 2024.10.10 04:30:00.369083 [ 3 ] {} <Debug> HTTP-Session: 28a27c0c-fa85-4691-8271-50f41dbe7126 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
10985 2024.10.10 04:30:00.369100 [ 3 ] {} <Debug> HTTP-Session: 28a27c0c-fa85-4691-8271-50f41dbe7126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10986 2024.10.10 04:30:00.369113 [ 3 ] {} <Debug> HTTP-Session: 28a27c0c-fa85-4691-8271-50f41dbe7126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10987 2024.10.10 04:30:00.369144 [ 3 ] {} <Trace> HTTP-Session: 28a27c0c-fa85-4691-8271-50f41dbe7126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10988 2024.10.10 04:30:00.369334 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10989 2024.10.10 04:30:00.369382 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10990 2024.10.10 04:30:00.369522 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10991 2024.10.10 04:30:00.369955 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2024.10.10 04:30:00.369990 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
10993 2024.10.10 04:30:00.370363 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10994 2024.10.10 04:30:00.370691 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Trace> oximeter.measurements_cumulativeu64 (0ec046fb-b494-4e7d-90b2-e9af79e4b1ba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10995 2024.10.10 04:30:00.370816 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Debug> executeQuery: Read 241 rows, 16.53 KiB in 0.001588 sec., 151763.22418136022 rows/sec., 10.17 MiB/sec.
10996 2024.10.10 04:30:00.371097 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Debug> DynamicQueryHandler: Done processing query
10997 2024.10.10 04:30:00.371161 [ 3 ] {af54dca5-47a8-4a8f-bf50-349f21256ad0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10998 2024.10.10 04:30:00.371223 [ 3 ] {} <Debug> HTTP-Session: 28a27c0c-fa85-4691-8271-50f41dbe7126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10999 2024.10.10 04:30:00.371414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11000 2024.10.10 04:30:00.371465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11001 2024.10.10 04:30:00.371485 [ 3 ] {} <Debug> HTTP-Session: 09e5bf55-64d1-4c56-a21d-c85fd16926d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
11002 2024.10.10 04:30:00.371502 [ 3 ] {} <Debug> HTTP-Session: 09e5bf55-64d1-4c56-a21d-c85fd16926d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11003 2024.10.10 04:30:00.371517 [ 3 ] {} <Debug> HTTP-Session: 09e5bf55-64d1-4c56-a21d-c85fd16926d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11004 2024.10.10 04:30:00.371549 [ 3 ] {} <Trace> HTTP-Session: 09e5bf55-64d1-4c56-a21d-c85fd16926d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11005 2024.10.10 04:30:00.371645 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11006 2024.10.10 04:30:00.371693 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11007 2024.10.10 04:30:00.371842 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11008 2024.10.10 04:30:00.372107 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11009 2024.10.10 04:30:00.372141 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
11010 2024.10.10 04:30:00.372482 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11011 2024.10.10 04:30:00.372805 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Trace> oximeter.measurements_f64 (8f4f9438-5103-4032-b574-822b5fc426b1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11012 2024.10.10 04:30:00.372949 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec.
11013 2024.10.10 04:30:00.373178 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Debug> DynamicQueryHandler: Done processing query
11014 2024.10.10 04:30:00.373208 [ 3 ] {282109ad-f82f-4852-bd56-5e9651dcc51b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11015 2024.10.10 04:30:00.373226 [ 3 ] {} <Debug> HTTP-Session: 09e5bf55-64d1-4c56-a21d-c85fd16926d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11016 2024.10.10 04:30:00.373446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 72500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11017 2024.10.10 04:30:00.373513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11018 2024.10.10 04:30:00.373534 [ 3 ] {} <Debug> HTTP-Session: ce403fbf-7e73-4372-b53b-7d147f02ce4d Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
11019 2024.10.10 04:30:00.373553 [ 3 ] {} <Debug> HTTP-Session: ce403fbf-7e73-4372-b53b-7d147f02ce4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11020 2024.10.10 04:30:00.373568 [ 3 ] {} <Debug> HTTP-Session: ce403fbf-7e73-4372-b53b-7d147f02ce4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11021 2024.10.10 04:30:00.373601 [ 3 ] {} <Trace> HTTP-Session: ce403fbf-7e73-4372-b53b-7d147f02ce4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11022 2024.10.10 04:30:00.374109 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11023 2024.10.10 04:30:00.374178 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11024 2024.10.10 04:30:00.374599 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11025 2024.10.10 04:30:00.375323 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11026 2024.10.10 04:30:00.375360 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
11027 2024.10.10 04:30:00.376020 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11028 2024.10.10 04:30:00.376443 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Trace> oximeter.measurements_histogramu64 (6876d80b-868a-4432-a604-b23ce76f72db): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11029 2024.10.10 04:30:00.376591 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002883 sec., 15261.879986125563 rows/sec., 27.35 MiB/sec.
11030 2024.10.10 04:30:00.377102 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Debug> DynamicQueryHandler: Done processing query
11031 2024.10.10 04:30:00.377128 [ 3 ] {af02c7d5-2230-4de3-ab69-d551c735f789} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
11032 2024.10.10 04:30:00.377147 [ 3 ] {} <Debug> HTTP-Session: ce403fbf-7e73-4372-b53b-7d147f02ce4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11033 2024.10.10 04:30:00.377286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33446, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11034 2024.10.10 04:30:00.377338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11035 2024.10.10 04:30:00.377359 [ 3 ] {} <Debug> HTTP-Session: 72a2ebad-8e2d-45ef-9d2a-b8a596c724fb Authenticating user 'default' from [fd00:1122:3344:101::d]:33446
11036 2024.10.10 04:30:00.377378 [ 3 ] {} <Debug> HTTP-Session: 72a2ebad-8e2d-45ef-9d2a-b8a596c724fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11037 2024.10.10 04:30:00.377392 [ 3 ] {} <Debug> HTTP-Session: 72a2ebad-8e2d-45ef-9d2a-b8a596c724fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11038 2024.10.10 04:30:00.377425 [ 3 ] {} <Trace> HTTP-Session: 72a2ebad-8e2d-45ef-9d2a-b8a596c724fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11039 2024.10.10 04:30:00.377554 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33446) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11040 2024.10.10 04:30:00.377599 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11041 2024.10.10 04:30:00.377757 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11042 2024.10.10 04:30:00.378140 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11043 2024.10.10 04:30:00.378177 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
11044 2024.10.10 04:30:00.378545 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11045 2024.10.10 04:30:00.378884 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Trace> oximeter.measurements_u64 (f8a8373c-8f3a-4dcc-bb84-910d75d39bb3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11046 2024.10.10 04:30:00.379011 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec.
11047 2024.10.10 04:30:00.379186 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Debug> DynamicQueryHandler: Done processing query
11048 2024.10.10 04:30:00.379211 [ 3 ] {13cffcf0-ded5-44ba-9c3f-a42aecc13534} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11049 2024.10.10 04:30:00.379227 [ 3 ] {} <Debug> HTTP-Session: 72a2ebad-8e2d-45ef-9d2a-b8a596c724fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db