Max level shown:
1 [ Oct 3 20:31:48 Enabled. ]
2 [ Oct 3 20:31:48 Rereading configuration. ]
3 [ Oct 3 20:31:50 Rereading configuration. ]
4 [ Oct 3 20:31:54 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 3 20:31:54 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.03 20:31:55.098349 [ 1 ] {} <Information> Application: Will watch for the process with pid 22706
29 2024.10.03 20:31:55.098769 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.10.03 20:31:55.356621 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22706
31 2024.10.03 20:31:55.357548 [ 1 ] {} <Information> Application: starting up
32 2024.10.03 20:31:55.358468 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.10.03 20:31:55.455478 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.10.03 20:31:55.518624 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.10.03 20:31:55.518714 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.10.03 20:31:55.518731 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.10.03 20:31:55.518810 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.10.03 20:31:55.519446 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.10.03 20:31:55.521046 [ 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.03 20:31:55.521759 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.10.03 20:31:55.522617 [ 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.03 20:31:55.522671 [ 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.03 20:31:55.522711 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.10.03 20:31:55.522885 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.10.03 20:31:55.523821 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.10.03 20:31:55.529433 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.10.03 20:31:55.530181 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.10.03 20:31:55.531579 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.10.03 20:31:55.531670 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.10.03 20:31:55.533275 [ 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.03 20:31:55.533651 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.10.03 20:31:55.538075 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.10.03 20:31:55.538436 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.10.03 20:31:55.540060 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.10.03 20:31:55.540459 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.10.03 20:31:55.540880 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.10.03 20:31:55.541300 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.10.03 20:31:55.542729 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.10.03 20:31:55.542756 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.10.03 20:31:55.542809 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.10.03 20:31:55.542889 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.10.03 20:31:55.577132 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.10.03 20:31:55.577156 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150324 sec
68 2024.10.03 20:31:55.577226 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.10.03 20:31:55.577265 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.10.03 20:31:55.578452 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.10.03 20:31:55.579541 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.10.03 20:31:55.593343 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.10.03 20:31:55.593387 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.10.03 20:31:55.593458 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.10.03 20:31:55.593473 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.10.03 20:31:55.593505 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.10.03 20:31:55.593575 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.10.03 20:31:55.593591 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.10.03 20:31:55.593624 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.10.03 20:31:55.593692 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.10.03 20:31:55.593706 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.10.03 20:31:55.593718 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.10.03 20:31:55.593805 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.10.03 20:31:55.593820 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.10.03 20:31:55.593832 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.10.03 20:31:55.593917 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.10.03 20:31:55.593931 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.10.03 20:31:55.625261 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.10.03 20:31:55.635531 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.10.03 20:31:55.635606 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.4513e-05 sec
91 2024.10.03 20:31:55.635628 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.10.03 20:31:55.635645 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.10.03 20:31:55.635677 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.10.03 20:31:55.636003 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.10.03 20:31:55.636100 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.10.03 20:31:55.636125 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.10.03 20:31:55.636141 [ 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.03 20:31:55.636218 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.10.03 20:31:55.644366 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.10.03 20:31:55.644587 [ 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: 91.99 MiB
101 2024.10.03 20:31:55.645614 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4981e-05 sec.
102 2024.10.03 20:31:55.645932 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.10.03 20:31:55.646041 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.10.03 20:31:55.646060 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.10.03 20:31:55.678447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
106 2024.10.03 20:31:55.678648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
107 2024.10.03 20:31:55.678685 [ 3 ] {} <Debug> HTTP-Session: d4d05115-ecca-4409-9a68-4f487485a380 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
108 2024.10.03 20:31:55.678790 [ 3 ] {} <Debug> HTTP-Session: d4d05115-ecca-4409-9a68-4f487485a380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.10.03 20:31:55.678809 [ 3 ] {} <Debug> HTTP-Session: d4d05115-ecca-4409-9a68-4f487485a380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.10.03 20:31:55.678905 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.10.03 20:31:55.679017 [ 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.03 20:31:55.679038 [ 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.03 20:31:55.679150 [ 3 ] {} <Trace> HTTP-Session: d4d05115-ecca-4409-9a68-4f487485a380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
114 2024.10.03 20:31:55.680428 [ 3 ] {34fedefe-6dd8-435e-8b39-302f1a3f9c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
115 2024.10.03 20:31:55.740762 [ 3 ] {34fedefe-6dd8-435e-8b39-302f1a3f9c2e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60593) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
116 
117 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
118 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
119 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
120 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
121 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
122 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
123 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
124 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
125 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
126 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
127 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
128 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
129 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
130 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
131 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
132 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
133 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
134 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
135 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
136 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
137 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
138 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
139 
140 2024.10.03 20:31:55.741779 [ 3 ] {34fedefe-6dd8-435e-8b39-302f1a3f9c2e} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
141 
142 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
143 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
144 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
145 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
146 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
147 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
148 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
149 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
150 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
151 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
152 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
153 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
154 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
155 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
156 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
157 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
158 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
159 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
160 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
161 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
162 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
163 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
164 (version 23.8.7.1)
165 2024.10.03 20:31:55.743508 [ 3 ] {} <Debug> HTTP-Session: d4d05115-ecca-4409-9a68-4f487485a380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.10.03 20:31:55.743774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
167 2024.10.03 20:31:55.743848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
168 2024.10.03 20:31:55.743934 [ 3 ] {} <Debug> HTTP-Session: e542c8df-54d9-4d55-a743-9ab9225cc231 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
169 2024.10.03 20:31:55.743956 [ 3 ] {} <Debug> HTTP-Session: e542c8df-54d9-4d55-a743-9ab9225cc231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2024.10.03 20:31:55.743970 [ 3 ] {} <Debug> HTTP-Session: e542c8df-54d9-4d55-a743-9ab9225cc231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2024.10.03 20:31:55.744079 [ 3 ] {} <Trace> HTTP-Session: e542c8df-54d9-4d55-a743-9ab9225cc231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
172 2024.10.03 20:31:55.744272 [ 3 ] {466729bb-ece8-414a-aad4-ab8a2c66e94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
173 2024.10.03 20:31:55.744538 [ 3 ] {466729bb-ece8-414a-aad4-ab8a2c66e94d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60593) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
174 
175 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
176 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
177 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
178 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
179 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
180 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
181 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
182 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
183 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
184 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
185 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
186 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
187 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
188 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
189 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
190 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
191 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
192 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
193 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
194 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
195 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
196 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
197 
198 2024.10.03 20:31:55.744801 [ 3 ] {466729bb-ece8-414a-aad4-ab8a2c66e94d} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
207 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
208 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
209 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
210 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 13. DB::executeQuery(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
214 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
215 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
216 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
222 (version 23.8.7.1)
223 2024.10.03 20:31:55.745075 [ 3 ] {} <Debug> HTTP-Session: e542c8df-54d9-4d55-a743-9ab9225cc231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.10.03 20:31:55.747379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
225 2024.10.03 20:31:55.747504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
226 2024.10.03 20:31:55.747529 [ 3 ] {} <Debug> HTTP-Session: 12528a53-b1ea-4efa-a11f-777abc8b9283 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
227 2024.10.03 20:31:55.747549 [ 3 ] {} <Debug> HTTP-Session: 12528a53-b1ea-4efa-a11f-777abc8b9283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.10.03 20:31:55.747625 [ 3 ] {} <Debug> HTTP-Session: 12528a53-b1ea-4efa-a11f-777abc8b9283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2024.10.03 20:31:55.747662 [ 3 ] {} <Trace> HTTP-Session: 12528a53-b1ea-4efa-a11f-777abc8b9283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
230 2024.10.03 20:31:55.749098 [ 3 ] {d39ba119-0814-4f56-8b3e-afb759d47a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) DROP DATABASE IF EXISTS oximeter (stage: Complete)
231 2024.10.03 20:31:55.749947 [ 3 ] {d39ba119-0814-4f56-8b3e-afb759d47a18} <Debug> DynamicQueryHandler: Done processing query
232 2024.10.03 20:31:55.749972 [ 3 ] {} <Debug> HTTP-Session: 12528a53-b1ea-4efa-a11f-777abc8b9283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2024.10.03 20:31:55.752494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
234 2024.10.03 20:31:55.752637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
235 2024.10.03 20:31:55.752662 [ 3 ] {} <Debug> HTTP-Session: 950f0712-9b32-4149-893f-33a11afb3fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
236 2024.10.03 20:31:55.752682 [ 3 ] {} <Debug> HTTP-Session: 950f0712-9b32-4149-893f-33a11afb3fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
237 2024.10.03 20:31:55.752769 [ 3 ] {} <Debug> HTTP-Session: 950f0712-9b32-4149-893f-33a11afb3fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.10.03 20:31:55.752807 [ 3 ] {} <Trace> HTTP-Session: 950f0712-9b32-4149-893f-33a11afb3fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
239 2024.10.03 20:31:55.752963 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
240 2024.10.03 20:31:55.753072 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
241 2024.10.03 20:31:55.756169 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
242 2024.10.03 20:31:55.756256 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000115823 sec
243 2024.10.03 20:31:55.756275 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Trace> ReferentialDeps: No tables
244 2024.10.03 20:31:55.756289 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Trace> LoadingDeps: No tables
245 2024.10.03 20:31:55.756315 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Information> DatabaseAtomic (oximeter): Starting up tables.
246 2024.10.03 20:31:55.756512 [ 3 ] {6649328f-3612-43dc-9449-c6aca66bb690} <Debug> DynamicQueryHandler: Done processing query
247 2024.10.03 20:31:55.756536 [ 3 ] {} <Debug> HTTP-Session: 950f0712-9b32-4149-893f-33a11afb3fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
248 2024.10.03 20:31:55.756684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
249 2024.10.03 20:31:55.756793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
250 2024.10.03 20:31:55.756813 [ 3 ] {} <Debug> HTTP-Session: edb3f9c0-4f67-4cdc-a73e-2cc8ddc1048e Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
251 2024.10.03 20:31:55.756828 [ 3 ] {} <Debug> HTTP-Session: edb3f9c0-4f67-4cdc-a73e-2cc8ddc1048e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
252 2024.10.03 20:31:55.756873 [ 3 ] {} <Debug> HTTP-Session: edb3f9c0-4f67-4cdc-a73e-2cc8ddc1048e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
253 2024.10.03 20:31:55.756929 [ 3 ] {} <Trace> HTTP-Session: edb3f9c0-4f67-4cdc-a73e-2cc8ddc1048e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
254 2024.10.03 20:31:55.757068 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) /* The version table contains metadata about the `oximeter` database */
255 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
256 2024.10.03 20:31:55.757171 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
257 2024.10.03 20:31:55.765603 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
258 2024.10.03 20:31:55.768782 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Debug> oximeter.version (f92055b6-b993-49b4-a342-1f59b3826a3e): Loading data parts
259 2024.10.03 20:31:55.769329 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Debug> oximeter.version (f92055b6-b993-49b4-a342-1f59b3826a3e): There are no data parts
260 2024.10.03 20:31:55.780181 [ 3 ] {e1469dfa-7487-41f0-bb56-1b79d016befa} <Debug> DynamicQueryHandler: Done processing query
261 2024.10.03 20:31:55.780208 [ 3 ] {} <Debug> HTTP-Session: edb3f9c0-4f67-4cdc-a73e-2cc8ddc1048e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
262 2024.10.03 20:31:55.780438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
263 2024.10.03 20:31:55.780487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
264 2024.10.03 20:31:55.780542 [ 3 ] {} <Debug> HTTP-Session: 95b4debd-95ec-439b-8ade-8c7e42c5b7d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
265 2024.10.03 20:31:55.780589 [ 3 ] {} <Debug> HTTP-Session: 95b4debd-95ec-439b-8ade-8c7e42c5b7d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
266 2024.10.03 20:31:55.780605 [ 3 ] {} <Debug> HTTP-Session: 95b4debd-95ec-439b-8ade-8c7e42c5b7d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2024.10.03 20:31:55.780667 [ 3 ] {} <Trace> HTTP-Session: 95b4debd-95ec-439b-8ade-8c7e42c5b7d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.10.03 20:31:55.780899 [ 3 ] {e1cf4937-c89e-4c4a-9048-c2d4619731a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) /* The measurement tables contain all individual samples from each timeseries.
269 *
270 * Each table stores a single datum type, and otherwise contains nearly the same
271 * structure. The primary sorting key is on the timeseries name, key, and then
272 * timestamp, so that all timeseries from the same schema are grouped, followed
273 * by all samples from the same timeseries.
274 *
275 * This reflects that one usually looks up the _key_ in one or more field table,
276 * and then uses that to index quickly into the measurements tables.
277 */
278 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)
279 2024.10.03 20:31:55.781059 [ 3 ] {e1cf4937-c89e-4c4a-9048-c2d4619731a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
280 2024.10.03 20:31:55.791700 [ 3 ] {e1cf4937-c89e-4c4a-9048-c2d4619731a7} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Loading data parts
281 2024.10.03 20:31:55.791923 [ 3 ] {e1cf4937-c89e-4c4a-9048-c2d4619731a7} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): There are no data parts
282 2024.10.03 20:31:55.796258 [ 3 ] {e1cf4937-c89e-4c4a-9048-c2d4619731a7} <Debug> DynamicQueryHandler: Done processing query
283 2024.10.03 20:31:55.796305 [ 3 ] {} <Debug> HTTP-Session: 95b4debd-95ec-439b-8ade-8c7e42c5b7d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2024.10.03 20:31:55.796463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
285 2024.10.03 20:31:55.796575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
286 2024.10.03 20:31:55.796595 [ 3 ] {} <Debug> HTTP-Session: fe6e86a1-06ba-4ad6-9097-218bf7a34709 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
287 2024.10.03 20:31:55.796610 [ 3 ] {} <Debug> HTTP-Session: fe6e86a1-06ba-4ad6-9097-218bf7a34709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
288 2024.10.03 20:31:55.796683 [ 3 ] {} <Debug> HTTP-Session: fe6e86a1-06ba-4ad6-9097-218bf7a34709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
289 2024.10.03 20:31:55.796715 [ 3 ] {} <Trace> HTTP-Session: fe6e86a1-06ba-4ad6-9097-218bf7a34709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
290 2024.10.03 20:31:55.796925 [ 3 ] {1d28e26e-bb5f-4fb9-a818-3881986c69db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
291 2024.10.03 20:31:55.797005 [ 3 ] {1d28e26e-bb5f-4fb9-a818-3881986c69db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
292 2024.10.03 20:31:55.803819 [ 3 ] {1d28e26e-bb5f-4fb9-a818-3881986c69db} <Debug> oximeter.measurements_i8 (7395334e-33ff-434d-afeb-cfbb3171754f): Loading data parts
293 2024.10.03 20:31:55.803984 [ 3 ] {1d28e26e-bb5f-4fb9-a818-3881986c69db} <Debug> oximeter.measurements_i8 (7395334e-33ff-434d-afeb-cfbb3171754f): There are no data parts
294 2024.10.03 20:31:55.807851 [ 3 ] {1d28e26e-bb5f-4fb9-a818-3881986c69db} <Debug> DynamicQueryHandler: Done processing query
295 2024.10.03 20:31:55.807946 [ 3 ] {} <Debug> HTTP-Session: fe6e86a1-06ba-4ad6-9097-218bf7a34709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
296 2024.10.03 20:31:55.808120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
297 2024.10.03 20:31:55.808170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
298 2024.10.03 20:31:55.808263 [ 3 ] {} <Debug> HTTP-Session: dd28b0cc-4056-4649-8e71-148f6ae01f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
299 2024.10.03 20:31:55.808280 [ 3 ] {} <Debug> HTTP-Session: dd28b0cc-4056-4649-8e71-148f6ae01f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
300 2024.10.03 20:31:55.808295 [ 3 ] {} <Debug> HTTP-Session: dd28b0cc-4056-4649-8e71-148f6ae01f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
301 2024.10.03 20:31:55.808388 [ 3 ] {} <Trace> HTTP-Session: dd28b0cc-4056-4649-8e71-148f6ae01f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.10.03 20:31:55.808562 [ 3 ] {884d813f-f371-46f4-8246-0369ff52ca49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
303 2024.10.03 20:31:55.808674 [ 3 ] {884d813f-f371-46f4-8246-0369ff52ca49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
304 2024.10.03 20:31:55.816510 [ 3 ] {884d813f-f371-46f4-8246-0369ff52ca49} <Debug> oximeter.measurements_u8 (2656e7bd-20f5-4b4e-9e73-3b3a425f0ccd): Loading data parts
305 2024.10.03 20:31:55.816827 [ 3 ] {884d813f-f371-46f4-8246-0369ff52ca49} <Debug> oximeter.measurements_u8 (2656e7bd-20f5-4b4e-9e73-3b3a425f0ccd): There are no data parts
306 2024.10.03 20:31:55.821601 [ 3 ] {884d813f-f371-46f4-8246-0369ff52ca49} <Debug> DynamicQueryHandler: Done processing query
307 2024.10.03 20:31:55.821645 [ 3 ] {} <Debug> HTTP-Session: dd28b0cc-4056-4649-8e71-148f6ae01f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
308 2024.10.03 20:31:55.821796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
309 2024.10.03 20:31:55.821930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
310 2024.10.03 20:31:55.821956 [ 3 ] {} <Debug> HTTP-Session: 1b22c554-f937-4e41-9dc2-060bd73c3a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
311 2024.10.03 20:31:55.821978 [ 3 ] {} <Debug> HTTP-Session: 1b22c554-f937-4e41-9dc2-060bd73c3a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
312 2024.10.03 20:31:55.822072 [ 3 ] {} <Debug> HTTP-Session: 1b22c554-f937-4e41-9dc2-060bd73c3a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
313 2024.10.03 20:31:55.822111 [ 3 ] {} <Trace> HTTP-Session: 1b22c554-f937-4e41-9dc2-060bd73c3a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
314 2024.10.03 20:31:55.822394 [ 3 ] {b9a7f46d-26cc-4086-b6bd-8714ba903e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
315 2024.10.03 20:31:55.822443 [ 3 ] {b9a7f46d-26cc-4086-b6bd-8714ba903e80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
316 2024.10.03 20:31:55.829045 [ 3 ] {b9a7f46d-26cc-4086-b6bd-8714ba903e80} <Debug> oximeter.measurements_i16 (868b2a94-e3c6-4aa3-bec2-a3cdd0ee02b9): Loading data parts
317 2024.10.03 20:31:55.829244 [ 3 ] {b9a7f46d-26cc-4086-b6bd-8714ba903e80} <Debug> oximeter.measurements_i16 (868b2a94-e3c6-4aa3-bec2-a3cdd0ee02b9): There are no data parts
318 2024.10.03 20:31:55.834389 [ 3 ] {b9a7f46d-26cc-4086-b6bd-8714ba903e80} <Debug> DynamicQueryHandler: Done processing query
319 2024.10.03 20:31:55.834494 [ 3 ] {} <Debug> HTTP-Session: 1b22c554-f937-4e41-9dc2-060bd73c3a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
320 2024.10.03 20:31:55.834642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
321 2024.10.03 20:31:55.834689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
322 2024.10.03 20:31:55.834782 [ 3 ] {} <Debug> HTTP-Session: 4b69528e-a0fa-479c-9021-460e55ce0edc Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
323 2024.10.03 20:31:55.834800 [ 3 ] {} <Debug> HTTP-Session: 4b69528e-a0fa-479c-9021-460e55ce0edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
324 2024.10.03 20:31:55.834814 [ 3 ] {} <Debug> HTTP-Session: 4b69528e-a0fa-479c-9021-460e55ce0edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2024.10.03 20:31:55.834904 [ 3 ] {} <Trace> HTTP-Session: 4b69528e-a0fa-479c-9021-460e55ce0edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
326 2024.10.03 20:31:55.835078 [ 3 ] {43bc3f26-3bf5-4b8f-a5ed-064f550b1645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
327 2024.10.03 20:31:55.835191 [ 3 ] {43bc3f26-3bf5-4b8f-a5ed-064f550b1645} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
328 2024.10.03 20:31:55.842071 [ 3 ] {43bc3f26-3bf5-4b8f-a5ed-064f550b1645} <Debug> oximeter.measurements_u16 (657d2a1c-84ce-4709-8118-f9d0f7b36654): Loading data parts
329 2024.10.03 20:31:55.842327 [ 3 ] {43bc3f26-3bf5-4b8f-a5ed-064f550b1645} <Debug> oximeter.measurements_u16 (657d2a1c-84ce-4709-8118-f9d0f7b36654): There are no data parts
330 2024.10.03 20:31:55.847030 [ 3 ] {43bc3f26-3bf5-4b8f-a5ed-064f550b1645} <Debug> DynamicQueryHandler: Done processing query
331 2024.10.03 20:31:55.847062 [ 3 ] {} <Debug> HTTP-Session: 4b69528e-a0fa-479c-9021-460e55ce0edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
332 2024.10.03 20:31:55.847215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
333 2024.10.03 20:31:55.847355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
334 2024.10.03 20:31:55.847381 [ 3 ] {} <Debug> HTTP-Session: f718c910-9128-4c82-a5dd-b1c29953f5bc Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
335 2024.10.03 20:31:55.847436 [ 3 ] {} <Debug> HTTP-Session: f718c910-9128-4c82-a5dd-b1c29953f5bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
336 2024.10.03 20:31:55.847480 [ 3 ] {} <Debug> HTTP-Session: f718c910-9128-4c82-a5dd-b1c29953f5bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
337 2024.10.03 20:31:55.847513 [ 3 ] {} <Trace> HTTP-Session: f718c910-9128-4c82-a5dd-b1c29953f5bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
338 2024.10.03 20:31:55.847760 [ 3 ] {8df37592-b311-498f-be8f-bc55400ff865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
339 2024.10.03 20:31:55.847806 [ 3 ] {8df37592-b311-498f-be8f-bc55400ff865} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
340 2024.10.03 20:31:55.854278 [ 3 ] {8df37592-b311-498f-be8f-bc55400ff865} <Debug> oximeter.measurements_i32 (40eb4f58-8bd1-46b9-a106-bda718475ace): Loading data parts
341 2024.10.03 20:31:55.854453 [ 3 ] {8df37592-b311-498f-be8f-bc55400ff865} <Debug> oximeter.measurements_i32 (40eb4f58-8bd1-46b9-a106-bda718475ace): There are no data parts
342 2024.10.03 20:31:55.859047 [ 3 ] {8df37592-b311-498f-be8f-bc55400ff865} <Debug> DynamicQueryHandler: Done processing query
343 2024.10.03 20:31:55.859175 [ 3 ] {} <Debug> HTTP-Session: f718c910-9128-4c82-a5dd-b1c29953f5bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
344 2024.10.03 20:31:55.859343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
345 2024.10.03 20:31:55.859416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
346 2024.10.03 20:31:55.859517 [ 3 ] {} <Debug> HTTP-Session: 505d18ce-63cb-4d53-b860-a5c3f8e699e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
347 2024.10.03 20:31:55.859535 [ 3 ] {} <Debug> HTTP-Session: 505d18ce-63cb-4d53-b860-a5c3f8e699e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
348 2024.10.03 20:31:55.859549 [ 3 ] {} <Debug> HTTP-Session: 505d18ce-63cb-4d53-b860-a5c3f8e699e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
349 2024.10.03 20:31:55.859643 [ 3 ] {} <Trace> HTTP-Session: 505d18ce-63cb-4d53-b860-a5c3f8e699e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
350 2024.10.03 20:31:55.859817 [ 3 ] {c83886ef-3d66-49c8-a780-d5413eff9aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
351 2024.10.03 20:31:55.859932 [ 3 ] {c83886ef-3d66-49c8-a780-d5413eff9aff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
352 2024.10.03 20:31:55.865255 [ 3 ] {c83886ef-3d66-49c8-a780-d5413eff9aff} <Debug> oximeter.measurements_u32 (26ff13dd-3ec4-4774-b23a-df67bd7049f2): Loading data parts
353 2024.10.03 20:31:55.865529 [ 3 ] {c83886ef-3d66-49c8-a780-d5413eff9aff} <Debug> oximeter.measurements_u32 (26ff13dd-3ec4-4774-b23a-df67bd7049f2): There are no data parts
354 2024.10.03 20:31:55.870184 [ 3 ] {c83886ef-3d66-49c8-a780-d5413eff9aff} <Debug> DynamicQueryHandler: Done processing query
355 2024.10.03 20:31:55.870214 [ 3 ] {} <Debug> HTTP-Session: 505d18ce-63cb-4d53-b860-a5c3f8e699e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
356 2024.10.03 20:31:55.870349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
357 2024.10.03 20:31:55.870487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
358 2024.10.03 20:31:55.870509 [ 3 ] {} <Debug> HTTP-Session: 944fa10f-09e7-4b56-8b07-4372f8f2bf80 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
359 2024.10.03 20:31:55.870600 [ 3 ] {} <Debug> HTTP-Session: 944fa10f-09e7-4b56-8b07-4372f8f2bf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
360 2024.10.03 20:31:55.870616 [ 3 ] {} <Debug> HTTP-Session: 944fa10f-09e7-4b56-8b07-4372f8f2bf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
361 2024.10.03 20:31:55.870646 [ 3 ] {} <Trace> HTTP-Session: 944fa10f-09e7-4b56-8b07-4372f8f2bf80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
362 2024.10.03 20:31:55.870901 [ 3 ] {3672557c-6cf9-47bb-9a0c-e6d71f0fe4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
363 2024.10.03 20:31:55.870987 [ 3 ] {3672557c-6cf9-47bb-9a0c-e6d71f0fe4da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
364 2024.10.03 20:31:55.877151 [ 3 ] {3672557c-6cf9-47bb-9a0c-e6d71f0fe4da} <Debug> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Loading data parts
365 2024.10.03 20:31:55.877308 [ 3 ] {3672557c-6cf9-47bb-9a0c-e6d71f0fe4da} <Debug> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): There are no data parts
366 2024.10.03 20:31:55.890025 [ 3 ] {3672557c-6cf9-47bb-9a0c-e6d71f0fe4da} <Debug> DynamicQueryHandler: Done processing query
367 2024.10.03 20:31:55.890153 [ 3 ] {} <Debug> HTTP-Session: 944fa10f-09e7-4b56-8b07-4372f8f2bf80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
368 2024.10.03 20:31:55.890295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
369 2024.10.03 20:31:55.890441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
370 2024.10.03 20:31:55.890515 [ 3 ] {} <Debug> HTTP-Session: 8c28bdd4-0934-4140-b0ce-d448d223a93a Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
371 2024.10.03 20:31:55.890536 [ 3 ] {} <Debug> HTTP-Session: 8c28bdd4-0934-4140-b0ce-d448d223a93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
372 2024.10.03 20:31:55.890549 [ 3 ] {} <Debug> HTTP-Session: 8c28bdd4-0934-4140-b0ce-d448d223a93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
373 2024.10.03 20:31:55.890652 [ 3 ] {} <Trace> HTTP-Session: 8c28bdd4-0934-4140-b0ce-d448d223a93a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2024.10.03 20:31:55.890881 [ 3 ] {8d6e4a6c-cb8a-43ca-9491-b77400a98fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
375 2024.10.03 20:31:55.891003 [ 3 ] {8d6e4a6c-cb8a-43ca-9491-b77400a98fae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
376 2024.10.03 20:31:55.902170 [ 3 ] {8d6e4a6c-cb8a-43ca-9491-b77400a98fae} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Loading data parts
377 2024.10.03 20:31:55.902519 [ 3 ] {8d6e4a6c-cb8a-43ca-9491-b77400a98fae} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): There are no data parts
378 2024.10.03 20:31:55.909686 [ 3 ] {8d6e4a6c-cb8a-43ca-9491-b77400a98fae} <Debug> DynamicQueryHandler: Done processing query
379 2024.10.03 20:31:55.909712 [ 3 ] {} <Debug> HTTP-Session: 8c28bdd4-0934-4140-b0ce-d448d223a93a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
380 2024.10.03 20:31:55.909878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
381 2024.10.03 20:31:55.909963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
382 2024.10.03 20:31:55.909985 [ 3 ] {} <Debug> HTTP-Session: dec858c8-4498-440a-b8dc-d7c11396fa31 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
383 2024.10.03 20:31:55.910080 [ 3 ] {} <Debug> HTTP-Session: dec858c8-4498-440a-b8dc-d7c11396fa31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
384 2024.10.03 20:31:55.910096 [ 3 ] {} <Debug> HTTP-Session: dec858c8-4498-440a-b8dc-d7c11396fa31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
385 2024.10.03 20:31:55.910127 [ 3 ] {} <Trace> HTTP-Session: dec858c8-4498-440a-b8dc-d7c11396fa31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2024.10.03 20:31:55.910377 [ 3 ] {3f3e621d-fed7-4024-9bdf-5357558df38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
387 2024.10.03 20:31:55.910498 [ 3 ] {3f3e621d-fed7-4024-9bdf-5357558df38b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
388 2024.10.03 20:31:55.913981 [ 3 ] {3f3e621d-fed7-4024-9bdf-5357558df38b} <Debug> oximeter.measurements_f32 (0417cf47-db0d-42ec-b77c-bdb074f715c3): Loading data parts
389 2024.10.03 20:31:55.914141 [ 3 ] {3f3e621d-fed7-4024-9bdf-5357558df38b} <Debug> oximeter.measurements_f32 (0417cf47-db0d-42ec-b77c-bdb074f715c3): There are no data parts
390 2024.10.03 20:31:55.919093 [ 3 ] {3f3e621d-fed7-4024-9bdf-5357558df38b} <Debug> DynamicQueryHandler: Done processing query
391 2024.10.03 20:31:55.919120 [ 3 ] {} <Debug> HTTP-Session: dec858c8-4498-440a-b8dc-d7c11396fa31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
392 2024.10.03 20:31:55.919248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
393 2024.10.03 20:31:55.919443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
394 2024.10.03 20:31:55.919465 [ 3 ] {} <Debug> HTTP-Session: f1a690a5-a915-4622-b1b0-611db7ec60a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
395 2024.10.03 20:31:55.919482 [ 3 ] {} <Debug> HTTP-Session: f1a690a5-a915-4622-b1b0-611db7ec60a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
396 2024.10.03 20:31:55.919548 [ 3 ] {} <Debug> HTTP-Session: f1a690a5-a915-4622-b1b0-611db7ec60a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
397 2024.10.03 20:31:55.919618 [ 3 ] {} <Trace> HTTP-Session: f1a690a5-a915-4622-b1b0-611db7ec60a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
398 2024.10.03 20:31:55.919798 [ 3 ] {453276a6-870f-4dee-8515-fe98b3743e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
399 2024.10.03 20:31:55.919924 [ 3 ] {453276a6-870f-4dee-8515-fe98b3743e4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
400 2024.10.03 20:31:55.925908 [ 3 ] {453276a6-870f-4dee-8515-fe98b3743e4f} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Loading data parts
401 2024.10.03 20:31:55.926156 [ 3 ] {453276a6-870f-4dee-8515-fe98b3743e4f} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): There are no data parts
402 2024.10.03 20:31:55.937940 [ 3 ] {453276a6-870f-4dee-8515-fe98b3743e4f} <Debug> DynamicQueryHandler: Done processing query
403 2024.10.03 20:31:55.937967 [ 3 ] {} <Debug> HTTP-Session: f1a690a5-a915-4622-b1b0-611db7ec60a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
404 2024.10.03 20:31:55.938202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
405 2024.10.03 20:31:55.938253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
406 2024.10.03 20:31:55.938273 [ 3 ] {} <Debug> HTTP-Session: 14a7fcaf-0a44-4a45-8dad-18a831d4c5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
407 2024.10.03 20:31:55.938360 [ 3 ] {} <Debug> HTTP-Session: 14a7fcaf-0a44-4a45-8dad-18a831d4c5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
408 2024.10.03 20:31:55.938376 [ 3 ] {} <Debug> HTTP-Session: 14a7fcaf-0a44-4a45-8dad-18a831d4c5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
409 2024.10.03 20:31:55.938409 [ 3 ] {} <Trace> HTTP-Session: 14a7fcaf-0a44-4a45-8dad-18a831d4c5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
410 2024.10.03 20:31:55.938652 [ 3 ] {5909fffc-1616-4dc4-9999-4460c6b258a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
411 2024.10.03 20:31:55.938767 [ 3 ] {5909fffc-1616-4dc4-9999-4460c6b258a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
412 2024.10.03 20:31:55.950505 [ 3 ] {5909fffc-1616-4dc4-9999-4460c6b258a0} <Debug> oximeter.measurements_string (1a108dfb-3887-4b68-bdb4-356735c38d0e): Loading data parts
413 2024.10.03 20:31:55.950669 [ 3 ] {5909fffc-1616-4dc4-9999-4460c6b258a0} <Debug> oximeter.measurements_string (1a108dfb-3887-4b68-bdb4-356735c38d0e): There are no data parts
414 2024.10.03 20:31:55.955425 [ 3 ] {5909fffc-1616-4dc4-9999-4460c6b258a0} <Debug> DynamicQueryHandler: Done processing query
415 2024.10.03 20:31:55.955452 [ 3 ] {} <Debug> HTTP-Session: 14a7fcaf-0a44-4a45-8dad-18a831d4c5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
416 2024.10.03 20:31:55.955588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
417 2024.10.03 20:31:55.955714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
418 2024.10.03 20:31:55.955736 [ 3 ] {} <Debug> HTTP-Session: 276b60b6-63ad-4871-9063-ba3d0cf4768a Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
419 2024.10.03 20:31:55.955752 [ 3 ] {} <Debug> HTTP-Session: 276b60b6-63ad-4871-9063-ba3d0cf4768a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
420 2024.10.03 20:31:55.955840 [ 3 ] {} <Debug> HTTP-Session: 276b60b6-63ad-4871-9063-ba3d0cf4768a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
421 2024.10.03 20:31:55.955874 [ 3 ] {} <Trace> HTTP-Session: 276b60b6-63ad-4871-9063-ba3d0cf4768a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
422 2024.10.03 20:31:55.956051 [ 3 ] {2bb1be55-63bb-4c97-9c37-538b3955bc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
423 * NOTE: Right now we can't unambiguously record a nullable byte array.
424 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
425 * a string isn't palatable for a few reasons.
426 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
427 * details.
428 */
429 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
430 2024.10.03 20:31:55.956175 [ 3 ] {2bb1be55-63bb-4c97-9c37-538b3955bc23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
431 2024.10.03 20:31:55.962189 [ 3 ] {2bb1be55-63bb-4c97-9c37-538b3955bc23} <Debug> oximeter.measurements_bytes (dfb66371-7d9a-42e2-9ede-7984e64f8d58): Loading data parts
432 2024.10.03 20:31:55.962365 [ 3 ] {2bb1be55-63bb-4c97-9c37-538b3955bc23} <Debug> oximeter.measurements_bytes (dfb66371-7d9a-42e2-9ede-7984e64f8d58): There are no data parts
433 2024.10.03 20:31:55.973253 [ 3 ] {2bb1be55-63bb-4c97-9c37-538b3955bc23} <Debug> DynamicQueryHandler: Done processing query
434 2024.10.03 20:31:55.973286 [ 3 ] {} <Debug> HTTP-Session: 276b60b6-63ad-4871-9063-ba3d0cf4768a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
435 2024.10.03 20:31:55.973411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
436 2024.10.03 20:31:55.973538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
437 2024.10.03 20:31:55.973560 [ 3 ] {} <Debug> HTTP-Session: 58434043-14c5-4635-b14e-9e57c4d0806e Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
438 2024.10.03 20:31:55.973577 [ 3 ] {} <Debug> HTTP-Session: 58434043-14c5-4635-b14e-9e57c4d0806e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
439 2024.10.03 20:31:55.973667 [ 3 ] {} <Debug> HTTP-Session: 58434043-14c5-4635-b14e-9e57c4d0806e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
440 2024.10.03 20:31:55.973700 [ 3 ] {} <Trace> HTTP-Session: 58434043-14c5-4635-b14e-9e57c4d0806e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.10.03 20:31:55.973920 [ 3 ] {ba72ab84-fe55-4f94-9e68-9760c3d75796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
442 2024.10.03 20:31:55.974007 [ 3 ] {ba72ab84-fe55-4f94-9e68-9760c3d75796} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
443 2024.10.03 20:31:55.983650 [ 3 ] {ba72ab84-fe55-4f94-9e68-9760c3d75796} <Debug> oximeter.measurements_cumulativei64 (ee5a3a1f-d089-4049-a010-9172ba4c9e75): Loading data parts
444 2024.10.03 20:31:55.983833 [ 3 ] {ba72ab84-fe55-4f94-9e68-9760c3d75796} <Debug> oximeter.measurements_cumulativei64 (ee5a3a1f-d089-4049-a010-9172ba4c9e75): There are no data parts
445 2024.10.03 20:31:55.996471 [ 3 ] {ba72ab84-fe55-4f94-9e68-9760c3d75796} <Debug> DynamicQueryHandler: Done processing query
446 2024.10.03 20:31:55.996584 [ 3 ] {} <Debug> HTTP-Session: 58434043-14c5-4635-b14e-9e57c4d0806e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
447 2024.10.03 20:31:55.996729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
448 2024.10.03 20:31:55.996834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
449 2024.10.03 20:31:55.996897 [ 3 ] {} <Debug> HTTP-Session: a2b99f61-fe17-45f2-8b4a-e1dbb8e39b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
450 2024.10.03 20:31:55.996920 [ 3 ] {} <Debug> HTTP-Session: a2b99f61-fe17-45f2-8b4a-e1dbb8e39b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
451 2024.10.03 20:31:55.996936 [ 3 ] {} <Debug> HTTP-Session: a2b99f61-fe17-45f2-8b4a-e1dbb8e39b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
452 2024.10.03 20:31:55.997044 [ 3 ] {} <Trace> HTTP-Session: a2b99f61-fe17-45f2-8b4a-e1dbb8e39b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2024.10.03 20:31:55.997305 [ 3 ] {de1416b9-0ba4-4f76-a78d-260f404b0f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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)
454 2024.10.03 20:31:55.997439 [ 3 ] {de1416b9-0ba4-4f76-a78d-260f404b0f44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
455 2024.10.03 20:31:56.000135 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 119.29 MiB, peak 119.31 MiB, free memory in arenas 0.00 B, will set to 130.12 MiB (RSS), difference: 10.83 MiB
456 2024.10.03 20:31:56.008713 [ 3 ] {de1416b9-0ba4-4f76-a78d-260f404b0f44} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Loading data parts
457 2024.10.03 20:31:56.008955 [ 3 ] {de1416b9-0ba4-4f76-a78d-260f404b0f44} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): There are no data parts
458 2024.10.03 20:31:56.014247 [ 3 ] {de1416b9-0ba4-4f76-a78d-260f404b0f44} <Debug> DynamicQueryHandler: Done processing query
459 2024.10.03 20:31:56.014282 [ 3 ] {} <Debug> HTTP-Session: a2b99f61-fe17-45f2-8b4a-e1dbb8e39b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
460 2024.10.03 20:31:56.014429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
461 2024.10.03 20:31:56.014588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
462 2024.10.03 20:31:56.014614 [ 3 ] {} <Debug> HTTP-Session: 1a3fa1ac-7136-48bd-a49a-cab9e10d20ad Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
463 2024.10.03 20:31:56.014637 [ 3 ] {} <Debug> HTTP-Session: 1a3fa1ac-7136-48bd-a49a-cab9e10d20ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
464 2024.10.03 20:31:56.014690 [ 3 ] {} <Debug> HTTP-Session: 1a3fa1ac-7136-48bd-a49a-cab9e10d20ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
465 2024.10.03 20:31:56.014769 [ 3 ] {} <Trace> HTTP-Session: 1a3fa1ac-7136-48bd-a49a-cab9e10d20ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2024.10.03 20:31:56.015033 [ 3 ] {34ef2a11-3993-4fba-a7ec-49f9617b1909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.015173 [ 3 ] {34ef2a11-3993-4fba-a7ec-49f9617b1909} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
468 2024.10.03 20:31:56.020353 [ 3 ] {34ef2a11-3993-4fba-a7ec-49f9617b1909} <Debug> oximeter.measurements_cumulativef32 (33157afd-92b9-452b-b39d-ede87fc0b780): Loading data parts
469 2024.10.03 20:31:56.020581 [ 3 ] {34ef2a11-3993-4fba-a7ec-49f9617b1909} <Debug> oximeter.measurements_cumulativef32 (33157afd-92b9-452b-b39d-ede87fc0b780): There are no data parts
470 2024.10.03 20:31:56.029852 [ 3 ] {34ef2a11-3993-4fba-a7ec-49f9617b1909} <Debug> DynamicQueryHandler: Done processing query
471 2024.10.03 20:31:56.029902 [ 3 ] {} <Debug> HTTP-Session: 1a3fa1ac-7136-48bd-a49a-cab9e10d20ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
472 2024.10.03 20:31:56.030198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
473 2024.10.03 20:31:56.030276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
474 2024.10.03 20:31:56.030377 [ 3 ] {} <Debug> HTTP-Session: 1940471f-9972-4a79-a92f-41eca207f589 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
475 2024.10.03 20:31:56.030402 [ 3 ] {} <Debug> HTTP-Session: 1940471f-9972-4a79-a92f-41eca207f589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
476 2024.10.03 20:31:56.030419 [ 3 ] {} <Debug> HTTP-Session: 1940471f-9972-4a79-a92f-41eca207f589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
477 2024.10.03 20:31:56.030519 [ 3 ] {} <Trace> HTTP-Session: 1940471f-9972-4a79-a92f-41eca207f589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2024.10.03 20:31:56.030771 [ 3 ] {6f1ce043-4fef-4cee-9de9-b56dc500aaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.030894 [ 3 ] {6f1ce043-4fef-4cee-9de9-b56dc500aaa9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
480 2024.10.03 20:31:56.036582 [ 3 ] {6f1ce043-4fef-4cee-9de9-b56dc500aaa9} <Debug> oximeter.measurements_cumulativef64 (03f4b626-bbf9-4841-86f7-1637c3712f5d): Loading data parts
481 2024.10.03 20:31:56.036812 [ 3 ] {6f1ce043-4fef-4cee-9de9-b56dc500aaa9} <Debug> oximeter.measurements_cumulativef64 (03f4b626-bbf9-4841-86f7-1637c3712f5d): There are no data parts
482 2024.10.03 20:31:56.041434 [ 3 ] {6f1ce043-4fef-4cee-9de9-b56dc500aaa9} <Debug> DynamicQueryHandler: Done processing query
483 2024.10.03 20:31:56.041462 [ 3 ] {} <Debug> HTTP-Session: 1940471f-9972-4a79-a92f-41eca207f589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
484 2024.10.03 20:31:56.041599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
485 2024.10.03 20:31:56.041989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
486 2024.10.03 20:31:56.042011 [ 3 ] {} <Debug> HTTP-Session: 99b79f8c-dff8-4dc4-adbc-916ebc6b5d4d Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
487 2024.10.03 20:31:56.042096 [ 3 ] {} <Debug> HTTP-Session: 99b79f8c-dff8-4dc4-adbc-916ebc6b5d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
488 2024.10.03 20:31:56.042112 [ 3 ] {} <Debug> HTTP-Session: 99b79f8c-dff8-4dc4-adbc-916ebc6b5d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
489 2024.10.03 20:31:56.042147 [ 3 ] {} <Trace> HTTP-Session: 99b79f8c-dff8-4dc4-adbc-916ebc6b5d4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2024.10.03 20:31:56.042486 [ 3 ] {4ed6e410-ce83-4ebd-8d78-7f0553c0de8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.042630 [ 3 ] {4ed6e410-ce83-4ebd-8d78-7f0553c0de8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
502 2024.10.03 20:31:56.049777 [ 3 ] {4ed6e410-ce83-4ebd-8d78-7f0553c0de8c} <Debug> oximeter.measurements_histogrami8 (6756f0f5-1f86-469c-899f-e699c218c264): Loading data parts
503 2024.10.03 20:31:56.049936 [ 3 ] {4ed6e410-ce83-4ebd-8d78-7f0553c0de8c} <Debug> oximeter.measurements_histogrami8 (6756f0f5-1f86-469c-899f-e699c218c264): There are no data parts
504 2024.10.03 20:31:56.055107 [ 3 ] {4ed6e410-ce83-4ebd-8d78-7f0553c0de8c} <Debug> DynamicQueryHandler: Done processing query
505 2024.10.03 20:31:56.055224 [ 3 ] {} <Debug> HTTP-Session: 99b79f8c-dff8-4dc4-adbc-916ebc6b5d4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
506 2024.10.03 20:31:56.055379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
507 2024.10.03 20:31:56.055439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
508 2024.10.03 20:31:56.055534 [ 3 ] {} <Debug> HTTP-Session: e3a4a38a-79c9-43d9-b1a1-6f44d21e00ac Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
509 2024.10.03 20:31:56.055555 [ 3 ] {} <Debug> HTTP-Session: e3a4a38a-79c9-43d9-b1a1-6f44d21e00ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
510 2024.10.03 20:31:56.055569 [ 3 ] {} <Debug> HTTP-Session: e3a4a38a-79c9-43d9-b1a1-6f44d21e00ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
511 2024.10.03 20:31:56.055674 [ 3 ] {} <Trace> HTTP-Session: e3a4a38a-79c9-43d9-b1a1-6f44d21e00ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
512 2024.10.03 20:31:56.055936 [ 3 ] {9565ce00-f23a-4c40-8c23-ec1f2a6a8f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.056073 [ 3 ] {9565ce00-f23a-4c40-8c23-ec1f2a6a8f31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
514 2024.10.03 20:31:56.063364 [ 3 ] {9565ce00-f23a-4c40-8c23-ec1f2a6a8f31} <Debug> oximeter.measurements_histogramu8 (75eb00f8-8d9c-407d-9526-07d818eb63dc): Loading data parts
515 2024.10.03 20:31:56.063617 [ 3 ] {9565ce00-f23a-4c40-8c23-ec1f2a6a8f31} <Debug> oximeter.measurements_histogramu8 (75eb00f8-8d9c-407d-9526-07d818eb63dc): There are no data parts
516 2024.10.03 20:31:56.068663 [ 3 ] {9565ce00-f23a-4c40-8c23-ec1f2a6a8f31} <Debug> DynamicQueryHandler: Done processing query
517 2024.10.03 20:31:56.068690 [ 3 ] {} <Debug> HTTP-Session: e3a4a38a-79c9-43d9-b1a1-6f44d21e00ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
518 2024.10.03 20:31:56.068821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
519 2024.10.03 20:31:56.068950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
520 2024.10.03 20:31:56.068972 [ 3 ] {} <Debug> HTTP-Session: 28d00ae9-4233-497e-b5dd-8cb48e962eac Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
521 2024.10.03 20:31:56.069028 [ 3 ] {} <Debug> HTTP-Session: 28d00ae9-4233-497e-b5dd-8cb48e962eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
522 2024.10.03 20:31:56.069076 [ 3 ] {} <Debug> HTTP-Session: 28d00ae9-4233-497e-b5dd-8cb48e962eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
523 2024.10.03 20:31:56.069110 [ 3 ] {} <Trace> HTTP-Session: 28d00ae9-4233-497e-b5dd-8cb48e962eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
524 2024.10.03 20:31:56.069436 [ 3 ] {994325e9-0cbf-4e6d-8c65-edc0c2f10d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.069563 [ 3 ] {994325e9-0cbf-4e6d-8c65-edc0c2f10d35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
526 2024.10.03 20:31:56.075851 [ 3 ] {994325e9-0cbf-4e6d-8c65-edc0c2f10d35} <Debug> oximeter.measurements_histogrami16 (23b5b5c5-e375-45ad-93cf-303a7014a8c3): Loading data parts
527 2024.10.03 20:31:56.076017 [ 3 ] {994325e9-0cbf-4e6d-8c65-edc0c2f10d35} <Debug> oximeter.measurements_histogrami16 (23b5b5c5-e375-45ad-93cf-303a7014a8c3): There are no data parts
528 2024.10.03 20:31:56.080509 [ 3 ] {994325e9-0cbf-4e6d-8c65-edc0c2f10d35} <Debug> DynamicQueryHandler: Done processing query
529 2024.10.03 20:31:56.080621 [ 3 ] {} <Debug> HTTP-Session: 28d00ae9-4233-497e-b5dd-8cb48e962eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
530 2024.10.03 20:31:56.080765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
531 2024.10.03 20:31:56.080820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
532 2024.10.03 20:31:56.080919 [ 3 ] {} <Debug> HTTP-Session: 7a9e0767-9caa-4023-8ea4-d57aae29dc8b Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
533 2024.10.03 20:31:56.080940 [ 3 ] {} <Debug> HTTP-Session: 7a9e0767-9caa-4023-8ea4-d57aae29dc8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
534 2024.10.03 20:31:56.080957 [ 3 ] {} <Debug> HTTP-Session: 7a9e0767-9caa-4023-8ea4-d57aae29dc8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
535 2024.10.03 20:31:56.081069 [ 3 ] {} <Trace> HTTP-Session: 7a9e0767-9caa-4023-8ea4-d57aae29dc8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
536 2024.10.03 20:31:56.081378 [ 3 ] {9fcbf1f0-3df9-49ab-b8e6-2ed86620b976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.081512 [ 3 ] {9fcbf1f0-3df9-49ab-b8e6-2ed86620b976} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
538 2024.10.03 20:31:56.086819 [ 3 ] {9fcbf1f0-3df9-49ab-b8e6-2ed86620b976} <Debug> oximeter.measurements_histogramu16 (8b0694cf-653d-404d-8f39-ef8ab85078e7): Loading data parts
539 2024.10.03 20:31:56.087101 [ 3 ] {9fcbf1f0-3df9-49ab-b8e6-2ed86620b976} <Debug> oximeter.measurements_histogramu16 (8b0694cf-653d-404d-8f39-ef8ab85078e7): There are no data parts
540 2024.10.03 20:31:56.092883 [ 3 ] {9fcbf1f0-3df9-49ab-b8e6-2ed86620b976} <Debug> DynamicQueryHandler: Done processing query
541 2024.10.03 20:31:56.092915 [ 3 ] {} <Debug> HTTP-Session: 7a9e0767-9caa-4023-8ea4-d57aae29dc8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
542 2024.10.03 20:31:56.093060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
543 2024.10.03 20:31:56.093193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
544 2024.10.03 20:31:56.093219 [ 3 ] {} <Debug> HTTP-Session: 2e8c4a77-759d-4add-b35d-1606dd2275f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
545 2024.10.03 20:31:56.093309 [ 3 ] {} <Debug> HTTP-Session: 2e8c4a77-759d-4add-b35d-1606dd2275f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
546 2024.10.03 20:31:56.093327 [ 3 ] {} <Debug> HTTP-Session: 2e8c4a77-759d-4add-b35d-1606dd2275f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
547 2024.10.03 20:31:56.093365 [ 3 ] {} <Trace> HTTP-Session: 2e8c4a77-759d-4add-b35d-1606dd2275f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
548 2024.10.03 20:31:56.093688 [ 3 ] {e23b0dbe-29af-47e8-b91a-070175695c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.093810 [ 3 ] {e23b0dbe-29af-47e8-b91a-070175695c4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
550 2024.10.03 20:31:56.102665 [ 3 ] {e23b0dbe-29af-47e8-b91a-070175695c4a} <Debug> oximeter.measurements_histogrami32 (bb363d3a-cbee-43ba-942d-aae6d49d7160): Loading data parts
551 2024.10.03 20:31:56.102832 [ 3 ] {e23b0dbe-29af-47e8-b91a-070175695c4a} <Debug> oximeter.measurements_histogrami32 (bb363d3a-cbee-43ba-942d-aae6d49d7160): There are no data parts
552 2024.10.03 20:31:56.108880 [ 3 ] {e23b0dbe-29af-47e8-b91a-070175695c4a} <Debug> DynamicQueryHandler: Done processing query
553 2024.10.03 20:31:56.109218 [ 3 ] {} <Debug> HTTP-Session: 2e8c4a77-759d-4add-b35d-1606dd2275f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
554 2024.10.03 20:31:56.109361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
555 2024.10.03 20:31:56.109451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
556 2024.10.03 20:31:56.109504 [ 3 ] {} <Debug> HTTP-Session: 85930531-aa8a-4a2f-b066-27041b62cbfd Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
557 2024.10.03 20:31:56.109522 [ 3 ] {} <Debug> HTTP-Session: 85930531-aa8a-4a2f-b066-27041b62cbfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
558 2024.10.03 20:31:56.109535 [ 3 ] {} <Debug> HTTP-Session: 85930531-aa8a-4a2f-b066-27041b62cbfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
559 2024.10.03 20:31:56.109631 [ 3 ] {} <Trace> HTTP-Session: 85930531-aa8a-4a2f-b066-27041b62cbfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
560 2024.10.03 20:31:56.109880 [ 3 ] {50b23afe-efc1-4387-8e71-9d1847541adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.110012 [ 3 ] {50b23afe-efc1-4387-8e71-9d1847541adf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
562 2024.10.03 20:31:56.115701 [ 3 ] {50b23afe-efc1-4387-8e71-9d1847541adf} <Debug> oximeter.measurements_histogramu32 (81b66730-2969-4844-882e-8c8d8f404572): Loading data parts
563 2024.10.03 20:31:56.115928 [ 3 ] {50b23afe-efc1-4387-8e71-9d1847541adf} <Debug> oximeter.measurements_histogramu32 (81b66730-2969-4844-882e-8c8d8f404572): There are no data parts
564 2024.10.03 20:31:56.128051 [ 3 ] {50b23afe-efc1-4387-8e71-9d1847541adf} <Debug> DynamicQueryHandler: Done processing query
565 2024.10.03 20:31:56.128077 [ 3 ] {} <Debug> HTTP-Session: 85930531-aa8a-4a2f-b066-27041b62cbfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
566 2024.10.03 20:31:56.128274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
567 2024.10.03 20:31:56.128322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
568 2024.10.03 20:31:56.128342 [ 3 ] {} <Debug> HTTP-Session: ea7fac38-eb29-4da4-9260-b5629bedd4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
569 2024.10.03 20:31:56.128435 [ 3 ] {} <Debug> HTTP-Session: ea7fac38-eb29-4da4-9260-b5629bedd4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
570 2024.10.03 20:31:56.128450 [ 3 ] {} <Debug> HTTP-Session: ea7fac38-eb29-4da4-9260-b5629bedd4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
571 2024.10.03 20:31:56.128481 [ 3 ] {} <Trace> HTTP-Session: ea7fac38-eb29-4da4-9260-b5629bedd4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
572 2024.10.03 20:31:56.128795 [ 3 ] {2f54473c-8f04-422e-bc19-2ecae8659d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.128919 [ 3 ] {2f54473c-8f04-422e-bc19-2ecae8659d75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
574 2024.10.03 20:31:56.138553 [ 3 ] {2f54473c-8f04-422e-bc19-2ecae8659d75} <Debug> oximeter.measurements_histogrami64 (a017f540-5a1f-4737-9689-087df3e7253d): Loading data parts
575 2024.10.03 20:31:56.138725 [ 3 ] {2f54473c-8f04-422e-bc19-2ecae8659d75} <Debug> oximeter.measurements_histogrami64 (a017f540-5a1f-4737-9689-087df3e7253d): There are no data parts
576 2024.10.03 20:31:56.144238 [ 3 ] {2f54473c-8f04-422e-bc19-2ecae8659d75} <Debug> DynamicQueryHandler: Done processing query
577 2024.10.03 20:31:56.144301 [ 3 ] {} <Debug> HTTP-Session: ea7fac38-eb29-4da4-9260-b5629bedd4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
578 2024.10.03 20:31:56.144477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
579 2024.10.03 20:31:56.144632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
580 2024.10.03 20:31:56.144659 [ 3 ] {} <Debug> HTTP-Session: 5bd754ee-e205-4fb6-b644-c4e073318c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
581 2024.10.03 20:31:56.144680 [ 3 ] {} <Debug> HTTP-Session: 5bd754ee-e205-4fb6-b644-c4e073318c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
582 2024.10.03 20:31:56.144737 [ 3 ] {} <Debug> HTTP-Session: 5bd754ee-e205-4fb6-b644-c4e073318c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
583 2024.10.03 20:31:56.144812 [ 3 ] {} <Trace> HTTP-Session: 5bd754ee-e205-4fb6-b644-c4e073318c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
584 2024.10.03 20:31:56.145128 [ 3 ] {0f496d90-a37c-40f1-a288-a011e4e83894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.145268 [ 3 ] {0f496d90-a37c-40f1-a288-a011e4e83894} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
586 2024.10.03 20:31:56.150589 [ 3 ] {0f496d90-a37c-40f1-a288-a011e4e83894} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Loading data parts
587 2024.10.03 20:31:56.150831 [ 3 ] {0f496d90-a37c-40f1-a288-a011e4e83894} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): There are no data parts
588 2024.10.03 20:31:56.161781 [ 3 ] {0f496d90-a37c-40f1-a288-a011e4e83894} <Debug> DynamicQueryHandler: Done processing query
589 2024.10.03 20:31:56.161816 [ 3 ] {} <Debug> HTTP-Session: 5bd754ee-e205-4fb6-b644-c4e073318c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
590 2024.10.03 20:31:56.162059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
591 2024.10.03 20:31:56.162119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
592 2024.10.03 20:31:56.162145 [ 3 ] {} <Debug> HTTP-Session: c217b660-071b-4668-8357-f01df36d7e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
593 2024.10.03 20:31:56.162256 [ 3 ] {} <Debug> HTTP-Session: c217b660-071b-4668-8357-f01df36d7e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
594 2024.10.03 20:31:56.162275 [ 3 ] {} <Debug> HTTP-Session: c217b660-071b-4668-8357-f01df36d7e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
595 2024.10.03 20:31:56.162314 [ 3 ] {} <Trace> HTTP-Session: c217b660-071b-4668-8357-f01df36d7e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
596 2024.10.03 20:31:56.162653 [ 3 ] {a3561800-ded2-43c6-8e83-e822c8cddf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.162792 [ 3 ] {a3561800-ded2-43c6-8e83-e822c8cddf16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
598 2024.10.03 20:31:56.172978 [ 3 ] {a3561800-ded2-43c6-8e83-e822c8cddf16} <Debug> oximeter.measurements_histogramf32 (0af5a221-c1c2-4ca6-93ee-7cb405fc5e49): Loading data parts
599 2024.10.03 20:31:56.173158 [ 3 ] {a3561800-ded2-43c6-8e83-e822c8cddf16} <Debug> oximeter.measurements_histogramf32 (0af5a221-c1c2-4ca6-93ee-7cb405fc5e49): There are no data parts
600 2024.10.03 20:31:56.185615 [ 3 ] {a3561800-ded2-43c6-8e83-e822c8cddf16} <Debug> DynamicQueryHandler: Done processing query
601 2024.10.03 20:31:56.185648 [ 3 ] {} <Debug> HTTP-Session: c217b660-071b-4668-8357-f01df36d7e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
602 2024.10.03 20:31:56.185799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
603 2024.10.03 20:31:56.185953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
604 2024.10.03 20:31:56.185981 [ 3 ] {} <Debug> HTTP-Session: 725f5e34-f5e5-47dc-9c60-579124259344 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
605 2024.10.03 20:31:56.186003 [ 3 ] {} <Debug> HTTP-Session: 725f5e34-f5e5-47dc-9c60-579124259344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
606 2024.10.03 20:31:56.186115 [ 3 ] {} <Debug> HTTP-Session: 725f5e34-f5e5-47dc-9c60-579124259344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2024.10.03 20:31:56.186156 [ 3 ] {} <Trace> HTTP-Session: 725f5e34-f5e5-47dc-9c60-579124259344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
608 2024.10.03 20:31:56.186460 [ 3 ] {a9d2ebbb-a7b5-416e-8aa0-18e89ecbd7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.186596 [ 3 ] {a9d2ebbb-a7b5-416e-8aa0-18e89ecbd7a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
610 2024.10.03 20:31:56.197935 [ 3 ] {a9d2ebbb-a7b5-416e-8aa0-18e89ecbd7a4} <Debug> oximeter.measurements_histogramf64 (f67531c7-4d82-40b8-865f-c1cd3e7af06a): Loading data parts
611 2024.10.03 20:31:56.198144 [ 3 ] {a9d2ebbb-a7b5-416e-8aa0-18e89ecbd7a4} <Debug> oximeter.measurements_histogramf64 (f67531c7-4d82-40b8-865f-c1cd3e7af06a): There are no data parts
612 2024.10.03 20:31:56.202891 [ 3 ] {a9d2ebbb-a7b5-416e-8aa0-18e89ecbd7a4} <Debug> DynamicQueryHandler: Done processing query
613 2024.10.03 20:31:56.202924 [ 3 ] {} <Debug> HTTP-Session: 725f5e34-f5e5-47dc-9c60-579124259344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2024.10.03 20:31:56.203177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
615 2024.10.03 20:31:56.203237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
616 2024.10.03 20:31:56.203307 [ 3 ] {} <Debug> HTTP-Session: 2c98d97a-9eda-4da8-9028-8c903e663459 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
617 2024.10.03 20:31:56.203372 [ 3 ] {} <Debug> HTTP-Session: 2c98d97a-9eda-4da8-9028-8c903e663459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2024.10.03 20:31:56.203392 [ 3 ] {} <Debug> HTTP-Session: 2c98d97a-9eda-4da8-9028-8c903e663459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2024.10.03 20:31:56.203464 [ 3 ] {} <Trace> HTTP-Session: 2c98d97a-9eda-4da8-9028-8c903e663459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
620 2024.10.03 20:31:56.203686 [ 3 ] {afd7cd68-6778-4020-b0c4-462e667d186b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) /* 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.03 20:31:56.203819 [ 3 ] {afd7cd68-6778-4020-b0c4-462e667d186b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
647 2024.10.03 20:31:56.209755 [ 3 ] {afd7cd68-6778-4020-b0c4-462e667d186b} <Debug> oximeter.fields_bool (00edcbc7-cff6-414f-a3e4-c11b1f607216): Loading data parts
648 2024.10.03 20:31:56.209952 [ 3 ] {afd7cd68-6778-4020-b0c4-462e667d186b} <Debug> oximeter.fields_bool (00edcbc7-cff6-414f-a3e4-c11b1f607216): There are no data parts
649 2024.10.03 20:31:56.214966 [ 3 ] {afd7cd68-6778-4020-b0c4-462e667d186b} <Debug> DynamicQueryHandler: Done processing query
650 2024.10.03 20:31:56.214991 [ 3 ] {} <Debug> HTTP-Session: 2c98d97a-9eda-4da8-9028-8c903e663459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
651 2024.10.03 20:31:56.215119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
652 2024.10.03 20:31:56.215251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
653 2024.10.03 20:31:56.215271 [ 3 ] {} <Debug> HTTP-Session: bb985404-00ea-4fd7-9f76-7d5331e3ef65 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
654 2024.10.03 20:31:56.215288 [ 3 ] {} <Debug> HTTP-Session: bb985404-00ea-4fd7-9f76-7d5331e3ef65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2024.10.03 20:31:56.215346 [ 3 ] {} <Debug> HTTP-Session: bb985404-00ea-4fd7-9f76-7d5331e3ef65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2024.10.03 20:31:56.215413 [ 3 ] {} <Trace> HTTP-Session: bb985404-00ea-4fd7-9f76-7d5331e3ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
657 2024.10.03 20:31:56.215588 [ 3 ] {2bcce3ba-d39e-47f2-89b7-aaa16c2a2318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.215717 [ 3 ] {2bcce3ba-d39e-47f2-89b7-aaa16c2a2318} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
659 2024.10.03 20:31:56.222468 [ 3 ] {2bcce3ba-d39e-47f2-89b7-aaa16c2a2318} <Debug> oximeter.fields_i8 (26134d62-bd96-4dc7-9349-c21c770cd1ef): Loading data parts
660 2024.10.03 20:31:56.222719 [ 3 ] {2bcce3ba-d39e-47f2-89b7-aaa16c2a2318} <Debug> oximeter.fields_i8 (26134d62-bd96-4dc7-9349-c21c770cd1ef): There are no data parts
661 2024.10.03 20:31:56.235229 [ 3 ] {2bcce3ba-d39e-47f2-89b7-aaa16c2a2318} <Debug> DynamicQueryHandler: Done processing query
662 2024.10.03 20:31:56.235262 [ 3 ] {} <Debug> HTTP-Session: bb985404-00ea-4fd7-9f76-7d5331e3ef65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.10.03 20:31:56.235494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
664 2024.10.03 20:31:56.235546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
665 2024.10.03 20:31:56.235566 [ 3 ] {} <Debug> HTTP-Session: 727a5b63-7278-4122-961a-eb887aaa4ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
666 2024.10.03 20:31:56.235674 [ 3 ] {} <Debug> HTTP-Session: 727a5b63-7278-4122-961a-eb887aaa4ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2024.10.03 20:31:56.235690 [ 3 ] {} <Debug> HTTP-Session: 727a5b63-7278-4122-961a-eb887aaa4ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2024.10.03 20:31:56.235721 [ 3 ] {} <Trace> HTTP-Session: 727a5b63-7278-4122-961a-eb887aaa4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
669 2024.10.03 20:31:56.235973 [ 3 ] {3b027cbd-e117-415e-880e-fa0fb07be2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.236100 [ 3 ] {3b027cbd-e117-415e-880e-fa0fb07be2c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
671 2024.10.03 20:31:56.246409 [ 3 ] {3b027cbd-e117-415e-880e-fa0fb07be2c1} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Loading data parts
672 2024.10.03 20:31:56.246595 [ 3 ] {3b027cbd-e117-415e-880e-fa0fb07be2c1} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): There are no data parts
673 2024.10.03 20:31:56.254150 [ 3 ] {3b027cbd-e117-415e-880e-fa0fb07be2c1} <Debug> DynamicQueryHandler: Done processing query
674 2024.10.03 20:31:56.254181 [ 3 ] {} <Debug> HTTP-Session: 727a5b63-7278-4122-961a-eb887aaa4ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
675 2024.10.03 20:31:56.254317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
676 2024.10.03 20:31:56.254461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
677 2024.10.03 20:31:56.254482 [ 3 ] {} <Debug> HTTP-Session: a039fcc2-08e1-4b27-bc9f-dd989a466bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
678 2024.10.03 20:31:56.254498 [ 3 ] {} <Debug> HTTP-Session: a039fcc2-08e1-4b27-bc9f-dd989a466bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2024.10.03 20:31:56.254580 [ 3 ] {} <Debug> HTTP-Session: a039fcc2-08e1-4b27-bc9f-dd989a466bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
680 2024.10.03 20:31:56.254614 [ 3 ] {} <Trace> HTTP-Session: a039fcc2-08e1-4b27-bc9f-dd989a466bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2024.10.03 20:31:56.254790 [ 3 ] {97a1fd1f-cb90-4fa4-8656-b2b8183b8733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.254908 [ 3 ] {97a1fd1f-cb90-4fa4-8656-b2b8183b8733} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2024.10.03 20:31:56.266282 [ 3 ] {97a1fd1f-cb90-4fa4-8656-b2b8183b8733} <Debug> oximeter.fields_i16 (3550f589-ebcd-4a96-855d-df3871cc7eca): Loading data parts
684 2024.10.03 20:31:56.266476 [ 3 ] {97a1fd1f-cb90-4fa4-8656-b2b8183b8733} <Debug> oximeter.fields_i16 (3550f589-ebcd-4a96-855d-df3871cc7eca): There are no data parts
685 2024.10.03 20:31:56.268718 [ 3 ] {97a1fd1f-cb90-4fa4-8656-b2b8183b8733} <Debug> DynamicQueryHandler: Done processing query
686 2024.10.03 20:31:56.268744 [ 3 ] {} <Debug> HTTP-Session: a039fcc2-08e1-4b27-bc9f-dd989a466bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2024.10.03 20:31:56.269033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
688 2024.10.03 20:31:56.269082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
689 2024.10.03 20:31:56.269175 [ 3 ] {} <Debug> HTTP-Session: 992f0e26-06aa-4dd6-b464-34d0a0e2f0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
690 2024.10.03 20:31:56.269194 [ 3 ] {} <Debug> HTTP-Session: 992f0e26-06aa-4dd6-b464-34d0a0e2f0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2024.10.03 20:31:56.269208 [ 3 ] {} <Debug> HTTP-Session: 992f0e26-06aa-4dd6-b464-34d0a0e2f0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
692 2024.10.03 20:31:56.269302 [ 3 ] {} <Trace> HTTP-Session: 992f0e26-06aa-4dd6-b464-34d0a0e2f0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2024.10.03 20:31:56.269482 [ 3 ] {983b982a-eac2-4fb9-9ee0-2f7e3f5873b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.269595 [ 3 ] {983b982a-eac2-4fb9-9ee0-2f7e3f5873b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
695 2024.10.03 20:31:56.280999 [ 3 ] {983b982a-eac2-4fb9-9ee0-2f7e3f5873b9} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Loading data parts
696 2024.10.03 20:31:56.281217 [ 3 ] {983b982a-eac2-4fb9-9ee0-2f7e3f5873b9} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): There are no data parts
697 2024.10.03 20:31:56.292702 [ 3 ] {983b982a-eac2-4fb9-9ee0-2f7e3f5873b9} <Debug> DynamicQueryHandler: Done processing query
698 2024.10.03 20:31:56.292732 [ 3 ] {} <Debug> HTTP-Session: 992f0e26-06aa-4dd6-b464-34d0a0e2f0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.10.03 20:31:56.292873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
700 2024.10.03 20:31:56.293011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
701 2024.10.03 20:31:56.293037 [ 3 ] {} <Debug> HTTP-Session: 5195a68c-6e6d-481e-9f07-57dac90ac7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
702 2024.10.03 20:31:56.293058 [ 3 ] {} <Debug> HTTP-Session: 5195a68c-6e6d-481e-9f07-57dac90ac7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
703 2024.10.03 20:31:56.293151 [ 3 ] {} <Debug> HTTP-Session: 5195a68c-6e6d-481e-9f07-57dac90ac7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2024.10.03 20:31:56.293193 [ 3 ] {} <Trace> HTTP-Session: 5195a68c-6e6d-481e-9f07-57dac90ac7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2024.10.03 20:31:56.293473 [ 3 ] {a6bd2a8a-3495-43c4-894b-18428c2d51ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.293519 [ 3 ] {a6bd2a8a-3495-43c4-894b-18428c2d51ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
707 2024.10.03 20:31:56.305110 [ 3 ] {a6bd2a8a-3495-43c4-894b-18428c2d51ea} <Debug> oximeter.fields_i32 (1bd5c370-ee7b-4445-b3f9-619d058ff612): Loading data parts
708 2024.10.03 20:31:56.305296 [ 3 ] {a6bd2a8a-3495-43c4-894b-18428c2d51ea} <Debug> oximeter.fields_i32 (1bd5c370-ee7b-4445-b3f9-619d058ff612): There are no data parts
709 2024.10.03 20:31:56.310157 [ 3 ] {a6bd2a8a-3495-43c4-894b-18428c2d51ea} <Debug> DynamicQueryHandler: Done processing query
710 2024.10.03 20:31:56.310274 [ 3 ] {} <Debug> HTTP-Session: 5195a68c-6e6d-481e-9f07-57dac90ac7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
711 2024.10.03 20:31:56.310420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
712 2024.10.03 20:31:56.310470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
713 2024.10.03 20:31:56.310569 [ 3 ] {} <Debug> HTTP-Session: 44dcc46c-7c3d-427f-96bf-cc3b67e68eea Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
714 2024.10.03 20:31:56.310586 [ 3 ] {} <Debug> HTTP-Session: 44dcc46c-7c3d-427f-96bf-cc3b67e68eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
715 2024.10.03 20:31:56.310599 [ 3 ] {} <Debug> HTTP-Session: 44dcc46c-7c3d-427f-96bf-cc3b67e68eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
716 2024.10.03 20:31:56.310708 [ 3 ] {} <Trace> HTTP-Session: 44dcc46c-7c3d-427f-96bf-cc3b67e68eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2024.10.03 20:31:56.310887 [ 3 ] {f9b8f015-c39b-4e4e-87d8-59781e2cebc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.311041 [ 3 ] {f9b8f015-c39b-4e4e-87d8-59781e2cebc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
719 2024.10.03 20:31:56.319037 [ 3 ] {f9b8f015-c39b-4e4e-87d8-59781e2cebc2} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Loading data parts
720 2024.10.03 20:31:56.319284 [ 3 ] {f9b8f015-c39b-4e4e-87d8-59781e2cebc2} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): There are no data parts
721 2024.10.03 20:31:56.330587 [ 3 ] {f9b8f015-c39b-4e4e-87d8-59781e2cebc2} <Debug> DynamicQueryHandler: Done processing query
722 2024.10.03 20:31:56.330614 [ 3 ] {} <Debug> HTTP-Session: 44dcc46c-7c3d-427f-96bf-cc3b67e68eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
723 2024.10.03 20:31:56.330789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
724 2024.10.03 20:31:56.330888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
725 2024.10.03 20:31:56.330911 [ 3 ] {} <Debug> HTTP-Session: 14e816f6-0f90-4471-b73e-394cc0480c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
726 2024.10.03 20:31:56.331012 [ 3 ] {} <Debug> HTTP-Session: 14e816f6-0f90-4471-b73e-394cc0480c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
727 2024.10.03 20:31:56.331028 [ 3 ] {} <Debug> HTTP-Session: 14e816f6-0f90-4471-b73e-394cc0480c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
728 2024.10.03 20:31:56.331058 [ 3 ] {} <Trace> HTTP-Session: 14e816f6-0f90-4471-b73e-394cc0480c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2024.10.03 20:31:56.331325 [ 3 ] {28a880c6-7ce4-422e-a477-b4c17a400867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.331468 [ 3 ] {28a880c6-7ce4-422e-a477-b4c17a400867} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
731 2024.10.03 20:31:56.343009 [ 3 ] {28a880c6-7ce4-422e-a477-b4c17a400867} <Debug> oximeter.fields_i64 (b5c1469d-f7dd-4a97-be7f-5113ba3d01fd): Loading data parts
732 2024.10.03 20:31:56.343197 [ 3 ] {28a880c6-7ce4-422e-a477-b4c17a400867} <Debug> oximeter.fields_i64 (b5c1469d-f7dd-4a97-be7f-5113ba3d01fd): There are no data parts
733 2024.10.03 20:31:56.348247 [ 3 ] {28a880c6-7ce4-422e-a477-b4c17a400867} <Debug> DynamicQueryHandler: Done processing query
734 2024.10.03 20:31:56.348337 [ 3 ] {} <Debug> HTTP-Session: 14e816f6-0f90-4471-b73e-394cc0480c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2024.10.03 20:31:56.348475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
736 2024.10.03 20:31:56.348574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
737 2024.10.03 20:31:56.348596 [ 3 ] {} <Debug> HTTP-Session: f4e7f894-109b-4a24-9884-f513deb4cb9d Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
738 2024.10.03 20:31:56.348613 [ 3 ] {} <Debug> HTTP-Session: f4e7f894-109b-4a24-9884-f513deb4cb9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.10.03 20:31:56.348628 [ 3 ] {} <Debug> HTTP-Session: f4e7f894-109b-4a24-9884-f513deb4cb9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.10.03 20:31:56.348704 [ 3 ] {} <Trace> HTTP-Session: f4e7f894-109b-4a24-9884-f513deb4cb9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
741 2024.10.03 20:31:56.348883 [ 3 ] {638b7816-198e-4c9a-84d0-d94a9b692bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.349003 [ 3 ] {638b7816-198e-4c9a-84d0-d94a9b692bfc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
743 2024.10.03 20:31:56.357250 [ 3 ] {638b7816-198e-4c9a-84d0-d94a9b692bfc} <Debug> oximeter.fields_u64 (659907bf-1422-4a83-ae85-fb8c10862856): Loading data parts
744 2024.10.03 20:31:56.357405 [ 3 ] {638b7816-198e-4c9a-84d0-d94a9b692bfc} <Debug> oximeter.fields_u64 (659907bf-1422-4a83-ae85-fb8c10862856): There are no data parts
745 2024.10.03 20:31:56.362514 [ 3 ] {638b7816-198e-4c9a-84d0-d94a9b692bfc} <Debug> DynamicQueryHandler: Done processing query
746 2024.10.03 20:31:56.362541 [ 3 ] {} <Debug> HTTP-Session: f4e7f894-109b-4a24-9884-f513deb4cb9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
747 2024.10.03 20:31:56.362660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
748 2024.10.03 20:31:56.362709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
749 2024.10.03 20:31:56.362730 [ 3 ] {} <Debug> HTTP-Session: 3838777f-5d8a-41d8-a4b7-a810bad908ca Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
750 2024.10.03 20:31:56.362747 [ 3 ] {} <Debug> HTTP-Session: 3838777f-5d8a-41d8-a4b7-a810bad908ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.10.03 20:31:56.362762 [ 3 ] {} <Debug> HTTP-Session: 3838777f-5d8a-41d8-a4b7-a810bad908ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.10.03 20:31:56.362793 [ 3 ] {} <Trace> HTTP-Session: 3838777f-5d8a-41d8-a4b7-a810bad908ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2024.10.03 20:31:56.362972 [ 3 ] {0d991993-5b27-443b-b1f7-e32e122d10c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.363016 [ 3 ] {0d991993-5b27-443b-b1f7-e32e122d10c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
755 2024.10.03 20:31:56.369398 [ 3 ] {0d991993-5b27-443b-b1f7-e32e122d10c8} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Loading data parts
756 2024.10.03 20:31:56.369588 [ 3 ] {0d991993-5b27-443b-b1f7-e32e122d10c8} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): There are no data parts
757 2024.10.03 20:31:56.374683 [ 3 ] {0d991993-5b27-443b-b1f7-e32e122d10c8} <Debug> DynamicQueryHandler: Done processing query
758 2024.10.03 20:31:56.374710 [ 3 ] {} <Debug> HTTP-Session: 3838777f-5d8a-41d8-a4b7-a810bad908ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.10.03 20:31:56.374836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
760 2024.10.03 20:31:56.374885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
761 2024.10.03 20:31:56.374905 [ 3 ] {} <Debug> HTTP-Session: 7ca6114c-7572-4702-a3e7-98b005a0ba6d Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
762 2024.10.03 20:31:56.374921 [ 3 ] {} <Debug> HTTP-Session: 7ca6114c-7572-4702-a3e7-98b005a0ba6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
763 2024.10.03 20:31:56.374936 [ 3 ] {} <Debug> HTTP-Session: 7ca6114c-7572-4702-a3e7-98b005a0ba6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
764 2024.10.03 20:31:56.374967 [ 3 ] {} <Trace> HTTP-Session: 7ca6114c-7572-4702-a3e7-98b005a0ba6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
765 2024.10.03 20:31:56.375140 [ 3 ] {d68486a5-34fe-44a9-b7d6-0e4d71a2752d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.375184 [ 3 ] {d68486a5-34fe-44a9-b7d6-0e4d71a2752d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
767 2024.10.03 20:31:56.381024 [ 3 ] {d68486a5-34fe-44a9-b7d6-0e4d71a2752d} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Loading data parts
768 2024.10.03 20:31:56.381191 [ 3 ] {d68486a5-34fe-44a9-b7d6-0e4d71a2752d} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): There are no data parts
769 2024.10.03 20:31:56.383151 [ 3 ] {d68486a5-34fe-44a9-b7d6-0e4d71a2752d} <Debug> DynamicQueryHandler: Done processing query
770 2024.10.03 20:31:56.383179 [ 3 ] {} <Debug> HTTP-Session: 7ca6114c-7572-4702-a3e7-98b005a0ba6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
771 2024.10.03 20:31:56.383313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
772 2024.10.03 20:31:56.383366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
773 2024.10.03 20:31:56.383385 [ 3 ] {} <Debug> HTTP-Session: 38585960-9b18-4637-9ece-0e0d2db7df98 Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
774 2024.10.03 20:31:56.383402 [ 3 ] {} <Debug> HTTP-Session: 38585960-9b18-4637-9ece-0e0d2db7df98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
775 2024.10.03 20:31:56.383415 [ 3 ] {} <Debug> HTTP-Session: 38585960-9b18-4637-9ece-0e0d2db7df98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
776 2024.10.03 20:31:56.383446 [ 3 ] {} <Trace> HTTP-Session: 38585960-9b18-4637-9ece-0e0d2db7df98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2024.10.03 20:31:56.383617 [ 3 ] {9a700954-ad3e-46b4-b01b-778d5b3f6b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) 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.03 20:31:56.383660 [ 3 ] {9a700954-ad3e-46b4-b01b-778d5b3f6b93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
779 2024.10.03 20:31:56.387229 [ 3 ] {9a700954-ad3e-46b4-b01b-778d5b3f6b93} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Loading data parts
780 2024.10.03 20:31:56.387408 [ 3 ] {9a700954-ad3e-46b4-b01b-778d5b3f6b93} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): There are no data parts
781 2024.10.03 20:31:56.395824 [ 3 ] {9a700954-ad3e-46b4-b01b-778d5b3f6b93} <Debug> DynamicQueryHandler: Done processing query
782 2024.10.03 20:31:56.395852 [ 3 ] {} <Debug> HTTP-Session: 38585960-9b18-4637-9ece-0e0d2db7df98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
783 2024.10.03 20:31:56.395996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
784 2024.10.03 20:31:56.396047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
785 2024.10.03 20:31:56.396067 [ 3 ] {} <Debug> HTTP-Session: 5629a268-e02d-4717-92db-a528b229eb5c Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
786 2024.10.03 20:31:56.396084 [ 3 ] {} <Debug> HTTP-Session: 5629a268-e02d-4717-92db-a528b229eb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
787 2024.10.03 20:31:56.396100 [ 3 ] {} <Debug> HTTP-Session: 5629a268-e02d-4717-92db-a528b229eb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
788 2024.10.03 20:31:56.396131 [ 3 ] {} <Trace> HTTP-Session: 5629a268-e02d-4717-92db-a528b229eb5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2024.10.03 20:31:56.396351 [ 3 ] {9485edcc-2a11-4a8b-8760-e31ceba54b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) /* 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.03 20:31:56.396412 [ 3 ] {9485edcc-2a11-4a8b-8760-e31ceba54b26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
794 2024.10.03 20:31:56.408950 [ 3 ] {9485edcc-2a11-4a8b-8760-e31ceba54b26} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Loading data parts
795 2024.10.03 20:31:56.409146 [ 3 ] {9485edcc-2a11-4a8b-8760-e31ceba54b26} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): There are no data parts
796 2024.10.03 20:31:56.411870 [ 3 ] {9485edcc-2a11-4a8b-8760-e31ceba54b26} <Debug> DynamicQueryHandler: Done processing query
797 2024.10.03 20:31:56.411897 [ 3 ] {} <Debug> HTTP-Session: 5629a268-e02d-4717-92db-a528b229eb5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.10.03 20:31:56.412027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60593, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
799 2024.10.03 20:31:56.412076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
800 2024.10.03 20:31:56.412096 [ 3 ] {} <Debug> HTTP-Session: 541a5077-57b2-46e6-87c0-9be0472152ed Authenticating user 'default' from [fd00:1122:3344:101::d]:60593
801 2024.10.03 20:31:56.412113 [ 3 ] {} <Debug> HTTP-Session: 541a5077-57b2-46e6-87c0-9be0472152ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
802 2024.10.03 20:31:56.412129 [ 3 ] {} <Debug> HTTP-Session: 541a5077-57b2-46e6-87c0-9be0472152ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
803 2024.10.03 20:31:56.412159 [ 3 ] {} <Trace> HTTP-Session: 541a5077-57b2-46e6-87c0-9be0472152ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.10.03 20:31:56.412327 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60593) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
805 2024.10.03 20:31:56.413558 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
806 2024.10.03 20:31:56.422448 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Trace> oximeter.version (f92055b6-b993-49b4-a342-1f59b3826a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
807 2024.10.03 20:31:56.422487 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
808 2024.10.03 20:31:56.427288 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
809 2024.10.03 20:31:56.428572 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Trace> oximeter.version (f92055b6-b993-49b4-a342-1f59b3826a3e): 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.03 20:31:56.428854 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016605 sec., 60.22282445046672 rows/sec., 963.57 B/sec.
811 2024.10.03 20:31:56.429036 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Debug> DynamicQueryHandler: Done processing query
812 2024.10.03 20:31:56.429062 [ 3 ] {629ef0ca-e24f-4946-a7b3-b88341fbfda4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
813 2024.10.03 20:31:56.429077 [ 3 ] {} <Debug> HTTP-Session: 541a5077-57b2-46e6-87c0-9be0472152ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
814 2024.10.03 20:31:57.001140 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 131.72 MiB, peak 136.85 MiB, free memory in arenas 0.00 B, will set to 133.72 MiB (RSS), difference: 2.01 MiB
815 2024.10.03 20:32:05.594970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
816 2024.10.03 20:32:05.595081 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
817 2024.10.03 20:32:05.601390 [ 242 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Loading data parts
818 2024.10.03 20:32:05.601636 [ 242 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): There are no data parts
819 2024.10.03 20:32:05.611573 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2024.10.03 20:32:05.611615 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
821 2024.10.03 20:32:05.614068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
822 2024.10.03 20:32:05.615428 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): 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.03 20:32:05.615897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
824 2024.10.03 20:32:06.000228 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.05 MiB, peak 138.05 MiB, free memory in arenas 0.00 B, will set to 135.00 MiB (RSS), difference: -3.05 MiB
825 2024.10.03 20:32:10.542939 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
826 2024.10.03 20:32:10.543000 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
827 2024.10.03 20:32:16.000149 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 131.06 MiB, peak 138.05 MiB, free memory in arenas 0.00 B, will set to 135.07 MiB (RSS), difference: 4.01 MiB
828 2024.10.03 20:32:16.433291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
829 2024.10.03 20:32:16.433403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
830 2024.10.03 20:32:16.433427 [ 3 ] {} <Debug> HTTP-Session: f2bcfd57-ac7b-431a-a876-0d46145850e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
831 2024.10.03 20:32:16.433452 [ 3 ] {} <Debug> HTTP-Session: f2bcfd57-ac7b-431a-a876-0d46145850e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
832 2024.10.03 20:32:16.433467 [ 3 ] {} <Debug> HTTP-Session: f2bcfd57-ac7b-431a-a876-0d46145850e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
833 2024.10.03 20:32:16.433515 [ 3 ] {} <Trace> HTTP-Session: f2bcfd57-ac7b-431a-a876-0d46145850e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2024.10.03 20:32:16.433697 [ 3 ] {cc206160-616c-4cda-93a3-d1176facefed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
835 2024.10.03 20:32:16.438041 [ 3 ] {cc206160-616c-4cda-93a3-d1176facefed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2024.10.03 20:32:16.447636 [ 3 ] {cc206160-616c-4cda-93a3-d1176facefed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2024.10.03 20:32:16.459378 [ 3 ] {cc206160-616c-4cda-93a3-d1176facefed} <Debug> DynamicQueryHandler: Done processing query
838 2024.10.03 20:32:16.459408 [ 3 ] {cc206160-616c-4cda-93a3-d1176facefed} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
839 2024.10.03 20:32:16.459426 [ 3 ] {} <Debug> HTTP-Session: f2bcfd57-ac7b-431a-a876-0d46145850e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
840 2024.10.03 20:32:16.466860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
841 2024.10.03 20:32:16.466919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
842 2024.10.03 20:32:16.466940 [ 3 ] {} <Debug> HTTP-Session: 7e538ae6-a15e-41be-9a70-d8ecb59f2c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
843 2024.10.03 20:32:16.466960 [ 3 ] {} <Debug> HTTP-Session: 7e538ae6-a15e-41be-9a70-d8ecb59f2c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
844 2024.10.03 20:32:16.466975 [ 3 ] {} <Debug> HTTP-Session: 7e538ae6-a15e-41be-9a70-d8ecb59f2c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
845 2024.10.03 20:32:16.467012 [ 3 ] {} <Trace> HTTP-Session: 7e538ae6-a15e-41be-9a70-d8ecb59f2c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2024.10.03 20:32:16.467169 [ 3 ] {2e5c2f51-b493-4ed4-8618-60a9928ad5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
847 2024.10.03 20:32:16.476188 [ 3 ] {2e5c2f51-b493-4ed4-8618-60a9928ad5f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
848 2024.10.03 20:32:16.476259 [ 3 ] {2e5c2f51-b493-4ed4-8618-60a9928ad5f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
849 2024.10.03 20:32:16.477626 [ 3 ] {2e5c2f51-b493-4ed4-8618-60a9928ad5f0} <Debug> DynamicQueryHandler: Done processing query
850 2024.10.03 20:32:16.477652 [ 3 ] {2e5c2f51-b493-4ed4-8618-60a9928ad5f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
851 2024.10.03 20:32:16.477669 [ 3 ] {} <Debug> HTTP-Session: 7e538ae6-a15e-41be-9a70-d8ecb59f2c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
852 2024.10.03 20:32:16.480264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
853 2024.10.03 20:32:16.480322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
854 2024.10.03 20:32:16.480343 [ 3 ] {} <Debug> HTTP-Session: cc51d352-b8a9-4927-8d69-e6f617fac30f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
855 2024.10.03 20:32:16.480360 [ 3 ] {} <Debug> HTTP-Session: cc51d352-b8a9-4927-8d69-e6f617fac30f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
856 2024.10.03 20:32:16.480374 [ 3 ] {} <Debug> HTTP-Session: cc51d352-b8a9-4927-8d69-e6f617fac30f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
857 2024.10.03 20:32:16.480406 [ 3 ] {} <Trace> HTTP-Session: cc51d352-b8a9-4927-8d69-e6f617fac30f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
858 2024.10.03 20:32:16.480540 [ 3 ] {d49d85ef-dde4-4aa1-b7ad-d6ef663605c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
859 2024.10.03 20:32:16.480909 [ 3 ] {d49d85ef-dde4-4aa1-b7ad-d6ef663605c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
860 2024.10.03 20:32:16.480964 [ 3 ] {d49d85ef-dde4-4aa1-b7ad-d6ef663605c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
861 2024.10.03 20:32:16.481927 [ 3 ] {d49d85ef-dde4-4aa1-b7ad-d6ef663605c1} <Debug> DynamicQueryHandler: Done processing query
862 2024.10.03 20:32:16.481952 [ 3 ] {d49d85ef-dde4-4aa1-b7ad-d6ef663605c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
863 2024.10.03 20:32:16.481969 [ 3 ] {} <Debug> HTTP-Session: cc51d352-b8a9-4927-8d69-e6f617fac30f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
864 2024.10.03 20:32:16.482195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
865 2024.10.03 20:32:16.482244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
866 2024.10.03 20:32:16.482263 [ 3 ] {} <Debug> HTTP-Session: 8f84ef29-beb9-4d71-8af1-6125f1b56b90 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
867 2024.10.03 20:32:16.482280 [ 3 ] {} <Debug> HTTP-Session: 8f84ef29-beb9-4d71-8af1-6125f1b56b90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
868 2024.10.03 20:32:16.482294 [ 3 ] {} <Debug> HTTP-Session: 8f84ef29-beb9-4d71-8af1-6125f1b56b90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
869 2024.10.03 20:32:16.482325 [ 3 ] {} <Trace> HTTP-Session: 8f84ef29-beb9-4d71-8af1-6125f1b56b90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2024.10.03 20:32:16.482450 [ 3 ] {08ebc91a-5eaa-4e8d-90c2-1161b3b53346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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)
871 2024.10.03 20:32:16.482771 [ 3 ] {08ebc91a-5eaa-4e8d-90c2-1161b3b53346} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2024.10.03 20:32:16.482823 [ 3 ] {08ebc91a-5eaa-4e8d-90c2-1161b3b53346} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2024.10.03 20:32:16.483823 [ 3 ] {08ebc91a-5eaa-4e8d-90c2-1161b3b53346} <Debug> DynamicQueryHandler: Done processing query
874 2024.10.03 20:32:16.483848 [ 3 ] {08ebc91a-5eaa-4e8d-90c2-1161b3b53346} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
875 2024.10.03 20:32:16.483865 [ 3 ] {} <Debug> HTTP-Session: 8f84ef29-beb9-4d71-8af1-6125f1b56b90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
876 2024.10.03 20:32:16.484477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
877 2024.10.03 20:32:16.484523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
878 2024.10.03 20:32:16.484542 [ 3 ] {} <Debug> HTTP-Session: 24cccd6d-b7cd-4517-bd39-6ecf9fcfb6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
879 2024.10.03 20:32:16.484559 [ 3 ] {} <Debug> HTTP-Session: 24cccd6d-b7cd-4517-bd39-6ecf9fcfb6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
880 2024.10.03 20:32:16.484573 [ 3 ] {} <Debug> HTTP-Session: 24cccd6d-b7cd-4517-bd39-6ecf9fcfb6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
881 2024.10.03 20:32:16.484604 [ 3 ] {} <Trace> HTTP-Session: 24cccd6d-b7cd-4517-bd39-6ecf9fcfb6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
882 2024.10.03 20:32:16.484716 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
883 2024.10.03 20:32:16.484764 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
884 2024.10.03 20:32:16.486947 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
885 2024.10.03 20:32:16.491242 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
886 2024.10.03 20:32:16.491284 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
887 2024.10.03 20:32:16.493818 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
888 2024.10.03 20:32:16.494162 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
889 2024.10.03 20:32:16.494343 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.009662 sec., 413.99296211964395 rows/sec., 52.66 KiB/sec.
890 2024.10.03 20:32:16.494647 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Debug> DynamicQueryHandler: Done processing query
891 2024.10.03 20:32:16.494673 [ 3 ] {a401904c-f0ce-4793-8810-ef50b8aae3a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
892 2024.10.03 20:32:16.494691 [ 3 ] {} <Debug> HTTP-Session: 24cccd6d-b7cd-4517-bd39-6ecf9fcfb6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
893 2024.10.03 20:32:16.494804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
894 2024.10.03 20:32:16.494856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
895 2024.10.03 20:32:16.494877 [ 3 ] {} <Debug> HTTP-Session: caebc86b-0622-47f2-92c0-e5a332f98f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
896 2024.10.03 20:32:16.494897 [ 3 ] {} <Debug> HTTP-Session: caebc86b-0622-47f2-92c0-e5a332f98f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
897 2024.10.03 20:32:16.494912 [ 3 ] {} <Debug> HTTP-Session: caebc86b-0622-47f2-92c0-e5a332f98f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
898 2024.10.03 20:32:16.494944 [ 3 ] {} <Trace> HTTP-Session: caebc86b-0622-47f2-92c0-e5a332f98f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2024.10.03 20:32:16.495049 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
900 2024.10.03 20:32:16.495097 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2024.10.03 20:32:16.495360 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
902 2024.10.03 20:32:16.498249 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2024.10.03 20:32:16.498288 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
904 2024.10.03 20:32:16.500598 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
905 2024.10.03 20:32:16.500979 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
906 2024.10.03 20:32:16.501134 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.006106 sec., 655.0933508024893 rows/sec., 55.18 KiB/sec.
907 2024.10.03 20:32:16.501319 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Debug> DynamicQueryHandler: Done processing query
908 2024.10.03 20:32:16.501346 [ 3 ] {27811e78-0e87-4ee1-954d-e11b83a68c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
909 2024.10.03 20:32:16.501363 [ 3 ] {} <Debug> HTTP-Session: caebc86b-0622-47f2-92c0-e5a332f98f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
910 2024.10.03 20:32:16.501486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
911 2024.10.03 20:32:16.501537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
912 2024.10.03 20:32:16.501557 [ 3 ] {} <Debug> HTTP-Session: 94a14d54-9e82-414f-a60c-51cca247965e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
913 2024.10.03 20:32:16.501574 [ 3 ] {} <Debug> HTTP-Session: 94a14d54-9e82-414f-a60c-51cca247965e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
914 2024.10.03 20:32:16.501590 [ 3 ] {} <Debug> HTTP-Session: 94a14d54-9e82-414f-a60c-51cca247965e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
915 2024.10.03 20:32:16.501622 [ 3 ] {} <Trace> HTTP-Session: 94a14d54-9e82-414f-a60c-51cca247965e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2024.10.03 20:32:16.501723 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
917 2024.10.03 20:32:16.501768 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
918 2024.10.03 20:32:16.501999 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> ParallelParsingInputFormat: Parallel parsing is used
919 2024.10.03 20:32:16.504257 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2024.10.03 20:32:16.504298 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
921 2024.10.03 20:32:16.506562 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
922 2024.10.03 20:32:16.506968 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2024.10.03 20:32:16.507129 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.005429 sec., 1473.5678762202986 rows/sec., 118.36 KiB/sec.
924 2024.10.03 20:32:16.507338 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Debug> DynamicQueryHandler: Done processing query
925 2024.10.03 20:32:16.507365 [ 3 ] {dcb252d0-9c67-465c-a5e3-4329a3380511} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
926 2024.10.03 20:32:16.507382 [ 3 ] {} <Debug> HTTP-Session: 94a14d54-9e82-414f-a60c-51cca247965e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
927 2024.10.03 20:32:16.507498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
928 2024.10.03 20:32:16.507549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
929 2024.10.03 20:32:16.507567 [ 3 ] {} <Debug> HTTP-Session: 6ace38b8-7702-4e7c-bbbd-fcfa4209ad99 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
930 2024.10.03 20:32:16.507586 [ 3 ] {} <Debug> HTTP-Session: 6ace38b8-7702-4e7c-bbbd-fcfa4209ad99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
931 2024.10.03 20:32:16.507602 [ 3 ] {} <Debug> HTTP-Session: 6ace38b8-7702-4e7c-bbbd-fcfa4209ad99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
932 2024.10.03 20:32:16.507633 [ 3 ] {} <Trace> HTTP-Session: 6ace38b8-7702-4e7c-bbbd-fcfa4209ad99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
933 2024.10.03 20:32:16.507732 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
934 2024.10.03 20:32:16.507781 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
935 2024.10.03 20:32:16.507957 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
936 2024.10.03 20:32:16.514150 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
937 2024.10.03 20:32:16.514197 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
938 2024.10.03 20:32:16.514665 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
939 2024.10.03 20:32:16.515034 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
940 2024.10.03 20:32:16.515205 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Debug> executeQuery: Read 6 rows, 468.00 B in 0.007493 sec., 800.7473642065928 rows/sec., 60.99 KiB/sec.
941 2024.10.03 20:32:16.515528 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Debug> DynamicQueryHandler: Done processing query
942 2024.10.03 20:32:16.515555 [ 3 ] {215c9bdb-759a-41d9-b75a-b49e39b3676c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
943 2024.10.03 20:32:16.515573 [ 3 ] {} <Debug> HTTP-Session: 6ace38b8-7702-4e7c-bbbd-fcfa4209ad99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
944 2024.10.03 20:32:16.515699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
945 2024.10.03 20:32:16.515754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
946 2024.10.03 20:32:16.515775 [ 3 ] {} <Debug> HTTP-Session: 6aafe882-2314-401b-bfac-71d916c6bab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
947 2024.10.03 20:32:16.515793 [ 3 ] {} <Debug> HTTP-Session: 6aafe882-2314-401b-bfac-71d916c6bab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
948 2024.10.03 20:32:16.515808 [ 3 ] {} <Debug> HTTP-Session: 6aafe882-2314-401b-bfac-71d916c6bab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
949 2024.10.03 20:32:16.515840 [ 3 ] {} <Trace> HTTP-Session: 6aafe882-2314-401b-bfac-71d916c6bab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
950 2024.10.03 20:32:16.515939 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
951 2024.10.03 20:32:16.515985 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
952 2024.10.03 20:32:16.516142 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> ParallelParsingInputFormat: Parallel parsing is used
953 2024.10.03 20:32:16.516436 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
954 2024.10.03 20:32:16.516475 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
955 2024.10.03 20:32:16.516840 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
956 2024.10.03 20:32:16.517189 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
957 2024.10.03 20:32:16.517347 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Debug> executeQuery: Read 6 rows, 387.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 264.29 KiB/sec.
958 2024.10.03 20:32:16.517532 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Debug> DynamicQueryHandler: Done processing query
959 2024.10.03 20:32:16.517560 [ 3 ] {583e6af9-8756-4e37-af0a-d715f47b5888} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
960 2024.10.03 20:32:16.517576 [ 3 ] {} <Debug> HTTP-Session: 6aafe882-2314-401b-bfac-71d916c6bab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
961 2024.10.03 20:32:17.001155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.69 MiB, peak 140.83 MiB, free memory in arenas 0.00 B, will set to 137.71 MiB (RSS), difference: 2.02 MiB
962 2024.10.03 20:32:21.430365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
963 2024.10.03 20:32:21.430502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
964 2024.10.03 20:32:21.430539 [ 3 ] {} <Debug> HTTP-Session: 6c22bf2b-7dfe-4f83-beb7-f687ddc0e26d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
965 2024.10.03 20:32:21.430576 [ 3 ] {} <Debug> HTTP-Session: 6c22bf2b-7dfe-4f83-beb7-f687ddc0e26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
966 2024.10.03 20:32:21.430596 [ 3 ] {} <Debug> HTTP-Session: 6c22bf2b-7dfe-4f83-beb7-f687ddc0e26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
967 2024.10.03 20:32:21.430651 [ 3 ] {} <Trace> HTTP-Session: 6c22bf2b-7dfe-4f83-beb7-f687ddc0e26d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
968 2024.10.03 20:32:21.430908 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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)
969 2024.10.03 20:32:21.431348 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
970 2024.10.03 20:32:21.435163 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <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
971 2024.10.03 20:32:21.435517 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
972 2024.10.03 20:32:21.437955 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
973 2024.10.03 20:32:21.438284 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
974 2024.10.03 20:32:21.443208 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
975 2024.10.03 20:32:21.445114 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
976 2024.10.03 20:32:21.445139 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
977 2024.10.03 20:32:21.445250 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <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'))"
978 2024.10.03 20:32:21.445276 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
979 2024.10.03 20:32:21.455155 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.02435 sec., 164.2710472279261 rows/sec., 6.78 KiB/sec.
980 2024.10.03 20:32:21.455445 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> DynamicQueryHandler: Done processing query
981 2024.10.03 20:32:21.455472 [ 3 ] {72edd53c-08ea-4b11-99bb-c4134573f8c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
982 2024.10.03 20:32:21.455488 [ 3 ] {} <Debug> HTTP-Session: 6c22bf2b-7dfe-4f83-beb7-f687ddc0e26d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
983 2024.10.03 20:32:21.455861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
984 2024.10.03 20:32:21.455911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
985 2024.10.03 20:32:21.455930 [ 3 ] {} <Debug> HTTP-Session: 81d06b62-6923-448f-be54-e718ef643e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
986 2024.10.03 20:32:21.455948 [ 3 ] {} <Debug> HTTP-Session: 81d06b62-6923-448f-be54-e718ef643e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
987 2024.10.03 20:32:21.455962 [ 3 ] {} <Debug> HTTP-Session: 81d06b62-6923-448f-be54-e718ef643e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
988 2024.10.03 20:32:21.455996 [ 3 ] {} <Trace> HTTP-Session: 81d06b62-6923-448f-be54-e718ef643e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
989 2024.10.03 20:32:21.456122 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
990 2024.10.03 20:32:21.456356 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
991 2024.10.03 20:32:21.456388 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
992 2024.10.03 20:32:21.456589 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
993 2024.10.03 20:32:21.456653 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
994 2024.10.03 20:32:21.456795 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
995 2024.10.03 20:32:21.456827 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
996 2024.10.03 20:32:21.456851 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
997 2024.10.03 20:32:21.456869 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
998 2024.10.03 20:32:21.456909 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <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_data_link:link_enabled', 'switch_rib:active_routes'))"
999 2024.10.03 20:32:21.456930 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1000 2024.10.03 20:32:21.457735 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001663 sec., 2405.2916416115454 rows/sec., 99.24 KiB/sec.
1001 2024.10.03 20:32:21.457991 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> DynamicQueryHandler: Done processing query
1002 2024.10.03 20:32:21.458017 [ 3 ] {7bdc4d42-82a9-403b-81e6-cf65b9110130} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1003 2024.10.03 20:32:21.458033 [ 3 ] {} <Debug> HTTP-Session: 81d06b62-6923-448f-be54-e718ef643e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1004 2024.10.03 20:32:21.458718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1005 2024.10.03 20:32:21.458766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1006 2024.10.03 20:32:21.458785 [ 3 ] {} <Debug> HTTP-Session: 48a1aeb1-2b35-4e5f-ba6a-d792891a7620 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1007 2024.10.03 20:32:21.458802 [ 3 ] {} <Debug> HTTP-Session: 48a1aeb1-2b35-4e5f-ba6a-d792891a7620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1008 2024.10.03 20:32:21.458816 [ 3 ] {} <Debug> HTTP-Session: 48a1aeb1-2b35-4e5f-ba6a-d792891a7620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1009 2024.10.03 20:32:21.458847 [ 3 ] {} <Trace> HTTP-Session: 48a1aeb1-2b35-4e5f-ba6a-d792891a7620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2024.10.03 20:32:21.458970 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1011 2024.10.03 20:32:21.459203 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1012 2024.10.03 20:32:21.459235 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1013 2024.10.03 20:32:21.459437 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2024.10.03 20:32:21.459501 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2024.10.03 20:32:21.459641 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1016 2024.10.03 20:32:21.459673 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1017 2024.10.03 20:32:21.459696 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1018 2024.10.03 20:32:21.459713 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1019 2024.10.03 20:32:21.459752 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1020 2024.10.03 20:32:21.459772 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1021 2024.10.03 20:32:21.460646 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001726 sec., 2317.497103128621 rows/sec., 95.62 KiB/sec.
1022 2024.10.03 20:32:21.460879 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> DynamicQueryHandler: Done processing query
1023 2024.10.03 20:32:21.460905 [ 3 ] {6d4b75d2-2a2a-4107-b3d6-1ac1955d54fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1024 2024.10.03 20:32:21.460921 [ 3 ] {} <Debug> HTTP-Session: 48a1aeb1-2b35-4e5f-ba6a-d792891a7620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1025 2024.10.03 20:32:21.461363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1026 2024.10.03 20:32:21.461410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1027 2024.10.03 20:32:21.461429 [ 3 ] {} <Debug> HTTP-Session: 3c9ab3a2-b134-4b38-9c61-63c9c3c71530 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1028 2024.10.03 20:32:21.461445 [ 3 ] {} <Debug> HTTP-Session: 3c9ab3a2-b134-4b38-9c61-63c9c3c71530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1029 2024.10.03 20:32:21.461459 [ 3 ] {} <Debug> HTTP-Session: 3c9ab3a2-b134-4b38-9c61-63c9c3c71530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1030 2024.10.03 20:32:21.461490 [ 3 ] {} <Trace> HTTP-Session: 3c9ab3a2-b134-4b38-9c61-63c9c3c71530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1031 2024.10.03 20:32:21.461613 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete)
1032 2024.10.03 20:32:21.461844 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1033 2024.10.03 20:32:21.461877 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1034 2024.10.03 20:32:21.462085 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1035 2024.10.03 20:32:21.462148 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1036 2024.10.03 20:32:21.462285 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1037 2024.10.03 20:32:21.462316 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1038 2024.10.03 20:32:21.462340 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1039 2024.10.03 20:32:21.462357 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1040 2024.10.03 20:32:21.462396 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1041 2024.10.03 20:32:21.462416 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1042 2024.10.03 20:32:21.463264 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 96.97 KiB/sec.
1043 2024.10.03 20:32:21.463509 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> DynamicQueryHandler: Done processing query
1044 2024.10.03 20:32:21.463534 [ 3 ] {e57ffc93-4aa9-44a5-a0e9-bd47cb53e54a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1045 2024.10.03 20:32:21.463551 [ 3 ] {} <Debug> HTTP-Session: 3c9ab3a2-b134-4b38-9c61-63c9c3c71530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1046 2024.10.03 20:32:21.463761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1047 2024.10.03 20:32:21.463809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1048 2024.10.03 20:32:21.463828 [ 3 ] {} <Debug> HTTP-Session: dd5a5258-4371-444b-9035-cc1c143a3a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1049 2024.10.03 20:32:21.463845 [ 3 ] {} <Debug> HTTP-Session: dd5a5258-4371-444b-9035-cc1c143a3a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1050 2024.10.03 20:32:21.463859 [ 3 ] {} <Debug> HTTP-Session: dd5a5258-4371-444b-9035-cc1c143a3a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1051 2024.10.03 20:32:21.463890 [ 3 ] {} <Trace> HTTP-Session: dd5a5258-4371-444b-9035-cc1c143a3a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2024.10.03 20:32:21.464015 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1053 2024.10.03 20:32:21.464253 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1054 2024.10.03 20:32:21.464287 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1055 2024.10.03 20:32:21.464498 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1056 2024.10.03 20:32:21.464562 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1057 2024.10.03 20:32:21.464700 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1058 2024.10.03 20:32:21.464733 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1059 2024.10.03 20:32:21.464757 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1060 2024.10.03 20:32:21.464773 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1061 2024.10.03 20:32:21.464814 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1062 2024.10.03 20:32:21.464835 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1063 2024.10.03 20:32:21.465714 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001752 sec., 2283.10502283105 rows/sec., 94.20 KiB/sec.
1064 2024.10.03 20:32:21.465955 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> DynamicQueryHandler: Done processing query
1065 2024.10.03 20:32:21.465980 [ 3 ] {6cb40702-9adf-4733-aed9-2e2752a61ce0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1066 2024.10.03 20:32:21.465997 [ 3 ] {} <Debug> HTTP-Session: dd5a5258-4371-444b-9035-cc1c143a3a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1067 2024.10.03 20:32:21.466226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1068 2024.10.03 20:32:21.466273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1069 2024.10.03 20:32:21.466292 [ 3 ] {} <Debug> HTTP-Session: cb2b9d71-c1cb-4a92-bdfa-c64649cac32c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1070 2024.10.03 20:32:21.466309 [ 3 ] {} <Debug> HTTP-Session: cb2b9d71-c1cb-4a92-bdfa-c64649cac32c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1071 2024.10.03 20:32:21.466323 [ 3 ] {} <Debug> HTTP-Session: cb2b9d71-c1cb-4a92-bdfa-c64649cac32c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1072 2024.10.03 20:32:21.466354 [ 3 ] {} <Trace> HTTP-Session: cb2b9d71-c1cb-4a92-bdfa-c64649cac32c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2024.10.03 20:32:21.466488 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1074 2024.10.03 20:32:21.466729 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1075 2024.10.03 20:32:21.466764 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <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_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
1076 2024.10.03 20:32:21.466979 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1077 2024.10.03 20:32:21.467043 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1078 2024.10.03 20:32:21.467183 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1079 2024.10.03 20:32:21.467214 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1080 2024.10.03 20:32:21.467237 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1081 2024.10.03 20:32:21.467255 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1082 2024.10.03 20:32:21.467295 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1083 2024.10.03 20:32:21.467316 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1084 2024.10.03 20:32:21.468167 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001711 sec., 2337.81414377557 rows/sec., 96.46 KiB/sec.
1085 2024.10.03 20:32:21.468437 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> DynamicQueryHandler: Done processing query
1086 2024.10.03 20:32:21.468461 [ 3 ] {400e8193-f7e3-4e26-b98c-e34322157e7c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1087 2024.10.03 20:32:21.468479 [ 3 ] {} <Debug> HTTP-Session: cb2b9d71-c1cb-4a92-bdfa-c64649cac32c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1088 2024.10.03 20:32:21.468813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1089 2024.10.03 20:32:21.468861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1090 2024.10.03 20:32:21.468880 [ 3 ] {} <Debug> HTTP-Session: 5fc2b3c6-aa35-4d3e-a5cf-37549e749624 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1091 2024.10.03 20:32:21.468896 [ 3 ] {} <Debug> HTTP-Session: 5fc2b3c6-aa35-4d3e-a5cf-37549e749624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1092 2024.10.03 20:32:21.468910 [ 3 ] {} <Debug> HTTP-Session: 5fc2b3c6-aa35-4d3e-a5cf-37549e749624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1093 2024.10.03 20:32:21.468941 [ 3 ] {} <Trace> HTTP-Session: 5fc2b3c6-aa35-4d3e-a5cf-37549e749624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1094 2024.10.03 20:32:21.469068 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1095 2024.10.03 20:32:21.469308 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1096 2024.10.03 20:32:21.469341 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <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_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
1097 2024.10.03 20:32:21.469557 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1098 2024.10.03 20:32:21.469620 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1099 2024.10.03 20:32:21.469759 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1100 2024.10.03 20:32:21.469791 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1101 2024.10.03 20:32:21.469815 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1102 2024.10.03 20:32:21.469832 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1103 2024.10.03 20:32:21.469873 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <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_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'))"
1104 2024.10.03 20:32:21.469893 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1105 2024.10.03 20:32:21.470864 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001821 sec., 2196.595277320154 rows/sec., 90.63 KiB/sec.
1106 2024.10.03 20:32:21.471112 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> DynamicQueryHandler: Done processing query
1107 2024.10.03 20:32:21.471138 [ 3 ] {91eac754-4102-4e5d-8a2f-b02219161d35} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1108 2024.10.03 20:32:21.471154 [ 3 ] {} <Debug> HTTP-Session: 5fc2b3c6-aa35-4d3e-a5cf-37549e749624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1109 2024.10.03 20:32:21.471371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1110 2024.10.03 20:32:21.471418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1111 2024.10.03 20:32:21.471437 [ 3 ] {} <Debug> HTTP-Session: 317dad46-83d6-46dc-9f69-201e06524b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1112 2024.10.03 20:32:21.471454 [ 3 ] {} <Debug> HTTP-Session: 317dad46-83d6-46dc-9f69-201e06524b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1113 2024.10.03 20:32:21.471467 [ 3 ] {} <Debug> HTTP-Session: 317dad46-83d6-46dc-9f69-201e06524b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1114 2024.10.03 20:32:21.471498 [ 3 ] {} <Trace> HTTP-Session: 317dad46-83d6-46dc-9f69-201e06524b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1115 2024.10.03 20:32:21.471626 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1116 2024.10.03 20:32:21.471866 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1117 2024.10.03 20:32:21.471901 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <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_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
1118 2024.10.03 20:32:21.472122 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1119 2024.10.03 20:32:21.472186 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1120 2024.10.03 20:32:21.472324 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1121 2024.10.03 20:32:21.472356 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1122 2024.10.03 20:32:21.472379 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1123 2024.10.03 20:32:21.472395 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1124 2024.10.03 20:32:21.472434 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <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_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'))"
1125 2024.10.03 20:32:21.472455 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1126 2024.10.03 20:32:21.473430 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001802 sec., 2219.7558268590456 rows/sec., 91.59 KiB/sec.
1127 2024.10.03 20:32:21.473702 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> DynamicQueryHandler: Done processing query
1128 2024.10.03 20:32:21.473727 [ 3 ] {e3589cca-98bf-44d0-860d-d07b9beb6230} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1129 2024.10.03 20:32:21.473744 [ 3 ] {} <Debug> HTTP-Session: 317dad46-83d6-46dc-9f69-201e06524b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1130 2024.10.03 20:32:21.474081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1131 2024.10.03 20:32:21.474129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1132 2024.10.03 20:32:21.474148 [ 3 ] {} <Debug> HTTP-Session: 18748d40-a247-48f8-8fe9-5b1ee4d9c358 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1133 2024.10.03 20:32:21.474165 [ 3 ] {} <Debug> HTTP-Session: 18748d40-a247-48f8-8fe9-5b1ee4d9c358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1134 2024.10.03 20:32:21.474179 [ 3 ] {} <Debug> HTTP-Session: 18748d40-a247-48f8-8fe9-5b1ee4d9c358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1135 2024.10.03 20:32:21.474209 [ 3 ] {} <Trace> HTTP-Session: 18748d40-a247-48f8-8fe9-5b1ee4d9c358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2024.10.03 20:32:21.474338 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1137 2024.10.03 20:32:21.474580 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1138 2024.10.03 20:32:21.474614 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <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_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
1139 2024.10.03 20:32:21.474837 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1140 2024.10.03 20:32:21.474902 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1141 2024.10.03 20:32:21.475041 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1142 2024.10.03 20:32:21.475072 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1143 2024.10.03 20:32:21.475095 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1144 2024.10.03 20:32:21.475113 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1145 2024.10.03 20:32:21.475154 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <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_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'))"
1146 2024.10.03 20:32:21.475174 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1147 2024.10.03 20:32:21.476118 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 90.88 KiB/sec.
1148 2024.10.03 20:32:21.476364 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> DynamicQueryHandler: Done processing query
1149 2024.10.03 20:32:21.476390 [ 3 ] {401d8353-8bf4-47de-b11a-9bf3b2beefda} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1150 2024.10.03 20:32:21.476406 [ 3 ] {} <Debug> HTTP-Session: 18748d40-a247-48f8-8fe9-5b1ee4d9c358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1151 2024.10.03 20:32:21.476610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1152 2024.10.03 20:32:21.476658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1153 2024.10.03 20:32:21.476677 [ 3 ] {} <Debug> HTTP-Session: 713f3416-4525-4fac-84d7-4553f90b7582 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1154 2024.10.03 20:32:21.476693 [ 3 ] {} <Debug> HTTP-Session: 713f3416-4525-4fac-84d7-4553f90b7582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1155 2024.10.03 20:32:21.476712 [ 3 ] {} <Debug> HTTP-Session: 713f3416-4525-4fac-84d7-4553f90b7582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1156 2024.10.03 20:32:21.476742 [ 3 ] {} <Trace> HTTP-Session: 713f3416-4525-4fac-84d7-4553f90b7582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1157 2024.10.03 20:32:21.476872 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1158 2024.10.03 20:32:21.477115 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1159 2024.10.03 20:32:21.477149 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <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_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
1160 2024.10.03 20:32:21.477375 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1161 2024.10.03 20:32:21.477439 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1162 2024.10.03 20:32:21.477577 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1163 2024.10.03 20:32:21.477609 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1164 2024.10.03 20:32:21.477632 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1165 2024.10.03 20:32:21.477650 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1166 2024.10.03 20:32:21.477690 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <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_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'))"
1167 2024.10.03 20:32:21.477712 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1168 2024.10.03 20:32:21.478813 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001989 sec., 2011.0608345902465 rows/sec., 82.98 KiB/sec.
1169 2024.10.03 20:32:21.479084 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> DynamicQueryHandler: Done processing query
1170 2024.10.03 20:32:21.479109 [ 3 ] {e770bac1-3200-49ac-93e7-dfb80415c9ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1171 2024.10.03 20:32:21.479125 [ 3 ] {} <Debug> HTTP-Session: 713f3416-4525-4fac-84d7-4553f90b7582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1172 2024.10.03 20:32:21.479323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1173 2024.10.03 20:32:21.479372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1174 2024.10.03 20:32:21.479392 [ 3 ] {} <Debug> HTTP-Session: 18bc7648-e3d9-43f4-9cb7-a4026fc13fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1175 2024.10.03 20:32:21.479408 [ 3 ] {} <Debug> HTTP-Session: 18bc7648-e3d9-43f4-9cb7-a4026fc13fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1176 2024.10.03 20:32:21.479423 [ 3 ] {} <Debug> HTTP-Session: 18bc7648-e3d9-43f4-9cb7-a4026fc13fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1177 2024.10.03 20:32:21.479454 [ 3 ] {} <Trace> HTTP-Session: 18bc7648-e3d9-43f4-9cb7-a4026fc13fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2024.10.03 20:32:21.479587 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1179 2024.10.03 20:32:21.479831 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1180 2024.10.03 20:32:21.479867 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <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_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
1181 2024.10.03 20:32:21.480096 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1182 2024.10.03 20:32:21.480160 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1183 2024.10.03 20:32:21.480299 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1184 2024.10.03 20:32:21.480331 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1185 2024.10.03 20:32:21.480354 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1186 2024.10.03 20:32:21.480372 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1187 2024.10.03 20:32:21.480412 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <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_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'))"
1188 2024.10.03 20:32:21.480432 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1189 2024.10.03 20:32:21.481246 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 96.12 KiB/sec.
1190 2024.10.03 20:32:21.481494 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> DynamicQueryHandler: Done processing query
1191 2024.10.03 20:32:21.481520 [ 3 ] {223f5338-a3ce-4221-9f33-bb2aea01688c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1192 2024.10.03 20:32:21.481537 [ 3 ] {} <Debug> HTTP-Session: 18bc7648-e3d9-43f4-9cb7-a4026fc13fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1193 2024.10.03 20:32:21.485818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1194 2024.10.03 20:32:21.485879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1195 2024.10.03 20:32:21.485904 [ 3 ] {} <Debug> HTTP-Session: 55af2b67-11e4-4b45-9cea-6082b9d8ec26 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1196 2024.10.03 20:32:21.485924 [ 3 ] {} <Debug> HTTP-Session: 55af2b67-11e4-4b45-9cea-6082b9d8ec26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1197 2024.10.03 20:32:21.485942 [ 3 ] {} <Debug> HTTP-Session: 55af2b67-11e4-4b45-9cea-6082b9d8ec26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1198 2024.10.03 20:32:21.485980 [ 3 ] {} <Trace> HTTP-Session: 55af2b67-11e4-4b45-9cea-6082b9d8ec26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2024.10.03 20:32:21.486146 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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_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)
1200 2024.10.03 20:32:21.486449 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1201 2024.10.03 20:32:21.486493 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <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_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
1202 2024.10.03 20:32:21.486779 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1203 2024.10.03 20:32:21.486858 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1204 2024.10.03 20:32:21.487029 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1205 2024.10.03 20:32:21.487062 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1206 2024.10.03 20:32:21.487086 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1207 2024.10.03 20:32:21.487103 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1208 2024.10.03 20:32:21.487146 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <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_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'))"
1209 2024.10.03 20:32:21.487166 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1210 2024.10.03 20:32:21.488218 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002141 sec., 1868.2858477347033 rows/sec., 77.09 KiB/sec.
1211 2024.10.03 20:32:21.488466 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> DynamicQueryHandler: Done processing query
1212 2024.10.03 20:32:21.488491 [ 3 ] {3eb9fab2-048e-4ea8-abe9-05681af7420f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1213 2024.10.03 20:32:21.488508 [ 3 ] {} <Debug> HTTP-Session: 55af2b67-11e4-4b45-9cea-6082b9d8ec26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1214 2024.10.03 20:32:21.488819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1215 2024.10.03 20:32:21.488866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1216 2024.10.03 20:32:21.488886 [ 3 ] {} <Debug> HTTP-Session: e0e99c4a-0393-4649-a1be-12dfe7758312 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1217 2024.10.03 20:32:21.488902 [ 3 ] {} <Debug> HTTP-Session: e0e99c4a-0393-4649-a1be-12dfe7758312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1218 2024.10.03 20:32:21.488915 [ 3 ] {} <Debug> HTTP-Session: e0e99c4a-0393-4649-a1be-12dfe7758312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1219 2024.10.03 20:32:21.488946 [ 3 ] {} <Trace> HTTP-Session: e0e99c4a-0393-4649-a1be-12dfe7758312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2024.10.03 20:32:21.489078 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', '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)
1221 2024.10.03 20:32:21.489326 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1222 2024.10.03 20:32:21.489363 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', '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
1223 2024.10.03 20:32:21.489600 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1224 2024.10.03 20:32:21.489664 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1225 2024.10.03 20:32:21.489803 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1226 2024.10.03 20:32:21.489835 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1227 2024.10.03 20:32:21.489859 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1228 2024.10.03 20:32:21.489875 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1229 2024.10.03 20:32:21.489916 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', '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'))"
1230 2024.10.03 20:32:21.489938 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1231 2024.10.03 20:32:21.490743 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001724 sec., 2320.185614849188 rows/sec., 95.73 KiB/sec.
1232 2024.10.03 20:32:21.490995 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> DynamicQueryHandler: Done processing query
1233 2024.10.03 20:32:21.491038 [ 3 ] {aa3ae6ca-e0f3-469c-b861-414f3f7effcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1234 2024.10.03 20:32:21.491060 [ 3 ] {} <Debug> HTTP-Session: e0e99c4a-0393-4649-a1be-12dfe7758312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1235 2024.10.03 20:32:21.491319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1236 2024.10.03 20:32:21.491387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1237 2024.10.03 20:32:21.491411 [ 3 ] {} <Debug> HTTP-Session: f18fe183-a7c9-479b-b4a5-e0409dcc7512 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1238 2024.10.03 20:32:21.491432 [ 3 ] {} <Debug> HTTP-Session: f18fe183-a7c9-479b-b4a5-e0409dcc7512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1239 2024.10.03 20:32:21.491449 [ 3 ] {} <Debug> HTTP-Session: f18fe183-a7c9-479b-b4a5-e0409dcc7512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1240 2024.10.03 20:32:21.491487 [ 3 ] {} <Trace> HTTP-Session: f18fe183-a7c9-479b-b4a5-e0409dcc7512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1241 2024.10.03 20:32:21.491658 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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)
1242 2024.10.03 20:32:21.491965 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1243 2024.10.03 20:32:21.492014 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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
1244 2024.10.03 20:32:21.492264 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1245 2024.10.03 20:32:21.492329 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1246 2024.10.03 20:32:21.492468 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1247 2024.10.03 20:32:21.492500 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1248 2024.10.03 20:32:21.492523 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1249 2024.10.03 20:32:21.492540 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1250 2024.10.03 20:32:21.492581 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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'))"
1251 2024.10.03 20:32:21.492602 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1252 2024.10.03 20:32:21.493559 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001978 sec., 2022.2446916076844 rows/sec., 83.44 KiB/sec.
1253 2024.10.03 20:32:21.493799 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> DynamicQueryHandler: Done processing query
1254 2024.10.03 20:32:21.493824 [ 3 ] {9b8adef6-f22e-4da4-9f29-81ce952fa8f5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1255 2024.10.03 20:32:21.493840 [ 3 ] {} <Debug> HTTP-Session: f18fe183-a7c9-479b-b4a5-e0409dcc7512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1256 2024.10.03 20:32:21.494176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1257 2024.10.03 20:32:21.494224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1258 2024.10.03 20:32:21.494243 [ 3 ] {} <Debug> HTTP-Session: 139f69f1-d3cd-4302-a7b2-089a7ce63e9d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1259 2024.10.03 20:32:21.494259 [ 3 ] {} <Debug> HTTP-Session: 139f69f1-d3cd-4302-a7b2-089a7ce63e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1260 2024.10.03 20:32:21.494273 [ 3 ] {} <Debug> HTTP-Session: 139f69f1-d3cd-4302-a7b2-089a7ce63e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1261 2024.10.03 20:32:21.494304 [ 3 ] {} <Trace> HTTP-Session: 139f69f1-d3cd-4302-a7b2-089a7ce63e9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1262 2024.10.03 20:32:21.494437 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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)
1263 2024.10.03 20:32:21.494689 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1264 2024.10.03 20:32:21.494729 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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
1265 2024.10.03 20:32:21.494974 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1266 2024.10.03 20:32:21.495040 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1267 2024.10.03 20:32:21.495179 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1268 2024.10.03 20:32:21.495212 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1269 2024.10.03 20:32:21.495235 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1270 2024.10.03 20:32:21.495251 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1271 2024.10.03 20:32:21.495293 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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'))"
1272 2024.10.03 20:32:21.495315 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1273 2024.10.03 20:32:21.496181 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001806 sec., 2214.8394241417495 rows/sec., 91.38 KiB/sec.
1274 2024.10.03 20:32:21.496419 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> DynamicQueryHandler: Done processing query
1275 2024.10.03 20:32:21.496443 [ 3 ] {b9d6532c-f2e9-42af-8ac1-5d26436bafe4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1276 2024.10.03 20:32:21.496459 [ 3 ] {} <Debug> HTTP-Session: 139f69f1-d3cd-4302-a7b2-089a7ce63e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1277 2024.10.03 20:32:21.496723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1278 2024.10.03 20:32:21.496772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1279 2024.10.03 20:32:21.496790 [ 3 ] {} <Debug> HTTP-Session: f33eac80-de03-4441-a815-d475b4c6542b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1280 2024.10.03 20:32:21.496807 [ 3 ] {} <Debug> HTTP-Session: f33eac80-de03-4441-a815-d475b4c6542b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1281 2024.10.03 20:32:21.496821 [ 3 ] {} <Debug> HTTP-Session: f33eac80-de03-4441-a815-d475b4c6542b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1282 2024.10.03 20:32:21.496851 [ 3 ] {} <Trace> HTTP-Session: f33eac80-de03-4441-a815-d475b4c6542b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2024.10.03 20:32:21.496985 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1284 2024.10.03 20:32:21.497239 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1285 2024.10.03 20:32:21.497277 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1286 2024.10.03 20:32:21.497525 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1287 2024.10.03 20:32:21.497589 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1288 2024.10.03 20:32:21.497727 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1289 2024.10.03 20:32:21.497759 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1290 2024.10.03 20:32:21.497782 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1291 2024.10.03 20:32:21.497799 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1292 2024.10.03 20:32:21.497841 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1293 2024.10.03 20:32:21.497862 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1294 2024.10.03 20:32:21.498804 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001879 sec., 2128.79191059074 rows/sec., 87.83 KiB/sec.
1295 2024.10.03 20:32:21.499039 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> DynamicQueryHandler: Done processing query
1296 2024.10.03 20:32:21.499063 [ 3 ] {53eb5427-4c71-461a-ae78-134bb37539a0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1297 2024.10.03 20:32:21.499081 [ 3 ] {} <Debug> HTTP-Session: f33eac80-de03-4441-a815-d475b4c6542b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1298 2024.10.03 20:32:21.499311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1299 2024.10.03 20:32:21.499357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1300 2024.10.03 20:32:21.499376 [ 3 ] {} <Debug> HTTP-Session: f8e3f4ea-a7bc-4b16-9ab1-26b24ba7a3a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1301 2024.10.03 20:32:21.499392 [ 3 ] {} <Debug> HTTP-Session: f8e3f4ea-a7bc-4b16-9ab1-26b24ba7a3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1302 2024.10.03 20:32:21.499407 [ 3 ] {} <Debug> HTTP-Session: f8e3f4ea-a7bc-4b16-9ab1-26b24ba7a3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1303 2024.10.03 20:32:21.499438 [ 3 ] {} <Trace> HTTP-Session: f8e3f4ea-a7bc-4b16-9ab1-26b24ba7a3a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2024.10.03 20:32:21.499574 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1305 2024.10.03 20:32:21.499832 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1306 2024.10.03 20:32:21.499871 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1307 2024.10.03 20:32:21.500124 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1308 2024.10.03 20:32:21.500188 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1309 2024.10.03 20:32:21.500325 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1310 2024.10.03 20:32:21.500357 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1311 2024.10.03 20:32:21.500379 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1312 2024.10.03 20:32:21.500396 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1313 2024.10.03 20:32:21.500444 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1314 2024.10.03 20:32:21.500468 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1315 2024.10.03 20:32:21.501376 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001861 sec., 2149.38205265986 rows/sec., 88.68 KiB/sec.
1316 2024.10.03 20:32:21.501608 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> DynamicQueryHandler: Done processing query
1317 2024.10.03 20:32:21.501632 [ 3 ] {27ce59f1-ee98-4275-8f16-9f7dbf25cf4e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1318 2024.10.03 20:32:21.501649 [ 3 ] {} <Debug> HTTP-Session: f8e3f4ea-a7bc-4b16-9ab1-26b24ba7a3a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1319 2024.10.03 20:32:21.501882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1320 2024.10.03 20:32:21.501929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1321 2024.10.03 20:32:21.501948 [ 3 ] {} <Debug> HTTP-Session: 1bddf03e-d0e7-4d1a-abce-a4557cbe2afb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1322 2024.10.03 20:32:21.501965 [ 3 ] {} <Debug> HTTP-Session: 1bddf03e-d0e7-4d1a-abce-a4557cbe2afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1323 2024.10.03 20:32:21.501979 [ 3 ] {} <Debug> HTTP-Session: 1bddf03e-d0e7-4d1a-abce-a4557cbe2afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1324 2024.10.03 20:32:21.502010 [ 3 ] {} <Trace> HTTP-Session: 1bddf03e-d0e7-4d1a-abce-a4557cbe2afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1325 2024.10.03 20:32:21.502145 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1326 2024.10.03 20:32:21.502426 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1327 2024.10.03 20:32:21.502466 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1328 2024.10.03 20:32:21.502722 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1329 2024.10.03 20:32:21.502786 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1330 2024.10.03 20:32:21.502924 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1331 2024.10.03 20:32:21.502977 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1332 2024.10.03 20:32:21.503001 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1333 2024.10.03 20:32:21.503018 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1334 2024.10.03 20:32:21.503060 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1335 2024.10.03 20:32:21.503082 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1336 2024.10.03 20:32:21.503991 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 87.09 KiB/sec.
1337 2024.10.03 20:32:21.504224 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> DynamicQueryHandler: Done processing query
1338 2024.10.03 20:32:21.504248 [ 3 ] {d29d3f2c-1c20-4297-901b-c689bfe7a619} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1339 2024.10.03 20:32:21.504265 [ 3 ] {} <Debug> HTTP-Session: 1bddf03e-d0e7-4d1a-abce-a4557cbe2afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1340 2024.10.03 20:32:21.504486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1341 2024.10.03 20:32:21.504531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1342 2024.10.03 20:32:21.504550 [ 3 ] {} <Debug> HTTP-Session: 85d1b77f-16ae-4482-a007-575d160abeac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1343 2024.10.03 20:32:21.504567 [ 3 ] {} <Debug> HTTP-Session: 85d1b77f-16ae-4482-a007-575d160abeac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1344 2024.10.03 20:32:21.504580 [ 3 ] {} <Debug> HTTP-Session: 85d1b77f-16ae-4482-a007-575d160abeac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1345 2024.10.03 20:32:21.504611 [ 3 ] {} <Trace> HTTP-Session: 85d1b77f-16ae-4482-a007-575d160abeac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1346 2024.10.03 20:32:21.504747 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1347 2024.10.03 20:32:21.505005 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1348 2024.10.03 20:32:21.505044 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1349 2024.10.03 20:32:21.505301 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1350 2024.10.03 20:32:21.505366 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1351 2024.10.03 20:32:21.505503 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1352 2024.10.03 20:32:21.505535 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1353 2024.10.03 20:32:21.505559 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1354 2024.10.03 20:32:21.505575 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1355 2024.10.03 20:32:21.505619 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1356 2024.10.03 20:32:21.505641 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1357 2024.10.03 20:32:21.506488 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001805 sec., 2216.06648199446 rows/sec., 91.43 KiB/sec.
1358 2024.10.03 20:32:21.506714 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> DynamicQueryHandler: Done processing query
1359 2024.10.03 20:32:21.506738 [ 3 ] {188a8989-4756-462c-b67b-18614b5adb0b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1360 2024.10.03 20:32:21.506755 [ 3 ] {} <Debug> HTTP-Session: 85d1b77f-16ae-4482-a007-575d160abeac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1361 2024.10.03 20:32:21.506971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1362 2024.10.03 20:32:21.507018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1363 2024.10.03 20:32:21.507037 [ 3 ] {} <Debug> HTTP-Session: 718ee9af-f7a2-421c-90af-8767e628a0af Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1364 2024.10.03 20:32:21.507054 [ 3 ] {} <Debug> HTTP-Session: 718ee9af-f7a2-421c-90af-8767e628a0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1365 2024.10.03 20:32:21.507068 [ 3 ] {} <Debug> HTTP-Session: 718ee9af-f7a2-421c-90af-8767e628a0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1366 2024.10.03 20:32:21.507099 [ 3 ] {} <Trace> HTTP-Session: 718ee9af-f7a2-421c-90af-8767e628a0af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1367 2024.10.03 20:32:21.507235 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1368 2024.10.03 20:32:21.507499 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1369 2024.10.03 20:32:21.507539 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1370 2024.10.03 20:32:21.507801 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1371 2024.10.03 20:32:21.507866 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1372 2024.10.03 20:32:21.508008 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1373 2024.10.03 20:32:21.508040 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1374 2024.10.03 20:32:21.508063 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1375 2024.10.03 20:32:21.508080 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1376 2024.10.03 20:32:21.508123 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1377 2024.10.03 20:32:21.508146 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1378 2024.10.03 20:32:21.509014 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001839 sec., 2175.0951604132683 rows/sec., 89.74 KiB/sec.
1379 2024.10.03 20:32:21.509240 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> DynamicQueryHandler: Done processing query
1380 2024.10.03 20:32:21.509264 [ 3 ] {de2c7fbc-25b4-494f-8a89-fed5dbcd2ce8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1381 2024.10.03 20:32:21.509280 [ 3 ] {} <Debug> HTTP-Session: 718ee9af-f7a2-421c-90af-8767e628a0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1382 2024.10.03 20:32:21.509503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1383 2024.10.03 20:32:21.509548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1384 2024.10.03 20:32:21.509566 [ 3 ] {} <Debug> HTTP-Session: 32c10839-cc3f-4e6d-b436-0d92483af2c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1385 2024.10.03 20:32:21.509582 [ 3 ] {} <Debug> HTTP-Session: 32c10839-cc3f-4e6d-b436-0d92483af2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1386 2024.10.03 20:32:21.509596 [ 3 ] {} <Debug> HTTP-Session: 32c10839-cc3f-4e6d-b436-0d92483af2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1387 2024.10.03 20:32:21.509627 [ 3 ] {} <Trace> HTTP-Session: 32c10839-cc3f-4e6d-b436-0d92483af2c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1388 2024.10.03 20:32:21.509764 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1389 2024.10.03 20:32:21.510026 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1390 2024.10.03 20:32:21.510068 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1391 2024.10.03 20:32:21.510331 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1392 2024.10.03 20:32:21.510395 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1393 2024.10.03 20:32:21.510533 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1394 2024.10.03 20:32:21.510565 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1395 2024.10.03 20:32:21.510588 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1396 2024.10.03 20:32:21.510605 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1397 2024.10.03 20:32:21.510648 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1398 2024.10.03 20:32:21.510669 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1399 2024.10.03 20:32:21.511589 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001889 sec., 2117.5224986765484 rows/sec., 87.37 KiB/sec.
1400 2024.10.03 20:32:21.511851 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> DynamicQueryHandler: Done processing query
1401 2024.10.03 20:32:21.511876 [ 3 ] {cfd5a1d1-7fef-460b-9cfd-73e7f09f8f73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1402 2024.10.03 20:32:21.511892 [ 3 ] {} <Debug> HTTP-Session: 32c10839-cc3f-4e6d-b436-0d92483af2c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1403 2024.10.03 20:32:21.512125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1404 2024.10.03 20:32:21.512172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1405 2024.10.03 20:32:21.512191 [ 3 ] {} <Debug> HTTP-Session: 9bfeae7a-d9c1-42bd-917e-fb4bf86d1418 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1406 2024.10.03 20:32:21.512207 [ 3 ] {} <Debug> HTTP-Session: 9bfeae7a-d9c1-42bd-917e-fb4bf86d1418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1407 2024.10.03 20:32:21.512221 [ 3 ] {} <Debug> HTTP-Session: 9bfeae7a-d9c1-42bd-917e-fb4bf86d1418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1408 2024.10.03 20:32:21.512252 [ 3 ] {} <Trace> HTTP-Session: 9bfeae7a-d9c1-42bd-917e-fb4bf86d1418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1409 2024.10.03 20:32:21.512390 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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)
1410 2024.10.03 20:32:21.512654 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1411 2024.10.03 20:32:21.512695 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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
1412 2024.10.03 20:32:21.512970 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1413 2024.10.03 20:32:21.513035 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1414 2024.10.03 20:32:21.513173 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1415 2024.10.03 20:32:21.513205 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1416 2024.10.03 20:32:21.513228 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1417 2024.10.03 20:32:21.513245 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1418 2024.10.03 20:32:21.513288 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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'))"
1419 2024.10.03 20:32:21.513310 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1420 2024.10.03 20:32:21.514158 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001835 sec., 2179.8365122615805 rows/sec., 89.94 KiB/sec.
1421 2024.10.03 20:32:21.514378 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> DynamicQueryHandler: Done processing query
1422 2024.10.03 20:32:21.514403 [ 3 ] {4440b72e-be0d-4282-af93-d049bad83124} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1423 2024.10.03 20:32:21.514420 [ 3 ] {} <Debug> HTTP-Session: 9bfeae7a-d9c1-42bd-917e-fb4bf86d1418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1424 2024.10.03 20:32:21.514639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1425 2024.10.03 20:32:21.514684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1426 2024.10.03 20:32:21.514704 [ 3 ] {} <Debug> HTTP-Session: 277f9989-0cbd-4c1f-9ce6-974f40a21960 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1427 2024.10.03 20:32:21.514720 [ 3 ] {} <Debug> HTTP-Session: 277f9989-0cbd-4c1f-9ce6-974f40a21960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1428 2024.10.03 20:32:21.514734 [ 3 ] {} <Debug> HTTP-Session: 277f9989-0cbd-4c1f-9ce6-974f40a21960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1429 2024.10.03 20:32:21.514765 [ 3 ] {} <Trace> HTTP-Session: 277f9989-0cbd-4c1f-9ce6-974f40a21960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1430 2024.10.03 20:32:21.514906 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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)
1431 2024.10.03 20:32:21.515169 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1432 2024.10.03 20:32:21.515211 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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
1433 2024.10.03 20:32:21.515484 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1434 2024.10.03 20:32:21.515548 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1435 2024.10.03 20:32:21.515687 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1436 2024.10.03 20:32:21.515720 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1437 2024.10.03 20:32:21.515743 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1438 2024.10.03 20:32:21.515759 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1439 2024.10.03 20:32:21.515802 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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'))"
1440 2024.10.03 20:32:21.515824 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1441 2024.10.03 20:32:21.516746 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001909 sec., 2095.3378732320584 rows/sec., 86.45 KiB/sec.
1442 2024.10.03 20:32:21.516970 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> DynamicQueryHandler: Done processing query
1443 2024.10.03 20:32:21.516994 [ 3 ] {2f69a11b-4ded-4888-a04a-db093d9d21ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1444 2024.10.03 20:32:21.517011 [ 3 ] {} <Debug> HTTP-Session: 277f9989-0cbd-4c1f-9ce6-974f40a21960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1445 2024.10.03 20:32:21.517236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1446 2024.10.03 20:32:21.517283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1447 2024.10.03 20:32:21.517302 [ 3 ] {} <Debug> HTTP-Session: 7b9e972b-2baf-46f0-babd-63674c9bbdf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1448 2024.10.03 20:32:21.517319 [ 3 ] {} <Debug> HTTP-Session: 7b9e972b-2baf-46f0-babd-63674c9bbdf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1449 2024.10.03 20:32:21.517332 [ 3 ] {} <Debug> HTTP-Session: 7b9e972b-2baf-46f0-babd-63674c9bbdf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1450 2024.10.03 20:32:21.517363 [ 3 ] {} <Trace> HTTP-Session: 7b9e972b-2baf-46f0-babd-63674c9bbdf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1451 2024.10.03 20:32:21.517502 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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)
1452 2024.10.03 20:32:21.517767 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1453 2024.10.03 20:32:21.517809 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'dendrite:sample_collection_duration', '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
1454 2024.10.03 20:32:21.518089 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1455 2024.10.03 20:32:21.518152 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1456 2024.10.03 20:32:21.518292 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1457 2024.10.03 20:32:21.518325 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1458 2024.10.03 20:32:21.518348 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1459 2024.10.03 20:32:21.518364 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1460 2024.10.03 20:32:21.518406 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'dendrite:sample_collection_duration', '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'))"
1461 2024.10.03 20:32:21.518428 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1462 2024.10.03 20:32:21.519283 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001849 sec., 2163.3315305570577 rows/sec., 89.26 KiB/sec.
1463 2024.10.03 20:32:21.519505 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> DynamicQueryHandler: Done processing query
1464 2024.10.03 20:32:21.519530 [ 3 ] {1ef42eca-f6ba-4bbb-9b31-1ec3f51809f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1465 2024.10.03 20:32:21.519546 [ 3 ] {} <Debug> HTTP-Session: 7b9e972b-2baf-46f0-babd-63674c9bbdf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1466 2024.10.03 20:32:21.519787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1467 2024.10.03 20:32:21.519834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1468 2024.10.03 20:32:21.519854 [ 3 ] {} <Debug> HTTP-Session: 6a3a7122-7331-40a8-8c48-21649c430528 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1469 2024.10.03 20:32:21.519871 [ 3 ] {} <Debug> HTTP-Session: 6a3a7122-7331-40a8-8c48-21649c430528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1470 2024.10.03 20:32:21.519885 [ 3 ] {} <Debug> HTTP-Session: 6a3a7122-7331-40a8-8c48-21649c430528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1471 2024.10.03 20:32:21.519917 [ 3 ] {} <Trace> HTTP-Session: 6a3a7122-7331-40a8-8c48-21649c430528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1472 2024.10.03 20:32:21.520059 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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)
1473 2024.10.03 20:32:21.520327 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1474 2024.10.03 20:32:21.520368 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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
1475 2024.10.03 20:32:21.520645 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1476 2024.10.03 20:32:21.520717 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1477 2024.10.03 20:32:21.520857 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1478 2024.10.03 20:32:21.520890 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1479 2024.10.03 20:32:21.520913 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1480 2024.10.03 20:32:21.520929 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1481 2024.10.03 20:32:21.520973 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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'))"
1482 2024.10.03 20:32:21.520994 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1483 2024.10.03 20:32:21.521943 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001948 sec., 2053.388090349076 rows/sec., 84.72 KiB/sec.
1484 2024.10.03 20:32:21.522174 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> DynamicQueryHandler: Done processing query
1485 2024.10.03 20:32:21.522199 [ 3 ] {a0a00681-85d6-4242-8c2c-3420c975c146} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1486 2024.10.03 20:32:21.522215 [ 3 ] {} <Debug> HTTP-Session: 6a3a7122-7331-40a8-8c48-21649c430528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1487 2024.10.03 20:32:21.522441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1488 2024.10.03 20:32:21.522486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1489 2024.10.03 20:32:21.522505 [ 3 ] {} <Debug> HTTP-Session: b5ce8520-6ae6-4cf1-9900-edc701170145 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1490 2024.10.03 20:32:21.522522 [ 3 ] {} <Debug> HTTP-Session: b5ce8520-6ae6-4cf1-9900-edc701170145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1491 2024.10.03 20:32:21.522536 [ 3 ] {} <Debug> HTTP-Session: b5ce8520-6ae6-4cf1-9900-edc701170145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1492 2024.10.03 20:32:21.522568 [ 3 ] {} <Trace> HTTP-Session: b5ce8520-6ae6-4cf1-9900-edc701170145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.10.03 20:32:21.522708 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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)
1494 2024.10.03 20:32:21.522981 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1495 2024.10.03 20:32:21.523024 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1496 2024.10.03 20:32:21.523306 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1497 2024.10.03 20:32:21.523370 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1498 2024.10.03 20:32:21.523509 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1499 2024.10.03 20:32:21.523541 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1500 2024.10.03 20:32:21.523564 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1501 2024.10.03 20:32:21.523580 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1502 2024.10.03 20:32:21.523623 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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'))"
1503 2024.10.03 20:32:21.523645 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1504 2024.10.03 20:32:21.524560 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001904 sec., 2100.8403361344535 rows/sec., 86.68 KiB/sec.
1505 2024.10.03 20:32:21.524797 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> DynamicQueryHandler: Done processing query
1506 2024.10.03 20:32:21.524820 [ 3 ] {da242132-9bbb-4b0d-ae97-360b60afd4cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1507 2024.10.03 20:32:21.524837 [ 3 ] {} <Debug> HTTP-Session: b5ce8520-6ae6-4cf1-9900-edc701170145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1508 2024.10.03 20:32:21.526800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1509 2024.10.03 20:32:21.526847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1510 2024.10.03 20:32:21.526866 [ 3 ] {} <Debug> HTTP-Session: 74631ada-33f8-4d87-ab39-f91deb0dc36a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1511 2024.10.03 20:32:21.526882 [ 3 ] {} <Debug> HTTP-Session: 74631ada-33f8-4d87-ab39-f91deb0dc36a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1512 2024.10.03 20:32:21.526896 [ 3 ] {} <Debug> HTTP-Session: 74631ada-33f8-4d87-ab39-f91deb0dc36a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1513 2024.10.03 20:32:21.526927 [ 3 ] {} <Trace> HTTP-Session: 74631ada-33f8-4d87-ab39-f91deb0dc36a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1514 2024.10.03 20:32:21.527057 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1515 2024.10.03 20:32:21.527111 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1516 2024.10.03 20:32:21.527308 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1517 2024.10.03 20:32:21.527663 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1518 2024.10.03 20:32:21.527707 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1519 2024.10.03 20:32:21.528243 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1520 2024.10.03 20:32:21.528553 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1521 2024.10.03 20:32:21.528735 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Debug> executeQuery: Read 26 rows, 4.07 KiB in 0.001726 sec., 15063.731170336036 rows/sec., 2.30 MiB/sec.
1522 2024.10.03 20:32:21.528894 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Debug> DynamicQueryHandler: Done processing query
1523 2024.10.03 20:32:21.528917 [ 3 ] {1323e527-d679-47f9-a304-c4fffd383edb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1524 2024.10.03 20:32:21.528933 [ 3 ] {} <Debug> HTTP-Session: 74631ada-33f8-4d87-ab39-f91deb0dc36a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1525 2024.10.03 20:32:21.529172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 24780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1526 2024.10.03 20:32:21.529218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1527 2024.10.03 20:32:21.529236 [ 3 ] {} <Debug> HTTP-Session: 3ea10004-5279-4173-a123-cdb8f78f210c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1528 2024.10.03 20:32:21.529253 [ 3 ] {} <Debug> HTTP-Session: 3ea10004-5279-4173-a123-cdb8f78f210c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1529 2024.10.03 20:32:21.529267 [ 3 ] {} <Debug> HTTP-Session: 3ea10004-5279-4173-a123-cdb8f78f210c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1530 2024.10.03 20:32:21.529297 [ 3 ] {} <Trace> HTTP-Session: 3ea10004-5279-4173-a123-cdb8f78f210c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1531 2024.10.03 20:32:21.529437 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1532 2024.10.03 20:32:21.529480 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1533 2024.10.03 20:32:21.529708 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1534 2024.10.03 20:32:21.530158 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1535 2024.10.03 20:32:21.530192 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1536 2024.10.03 20:32:21.530568 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1537 2024.10.03 20:32:21.530924 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1538 2024.10.03 20:32:21.531083 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Debug> executeQuery: Read 163 rows, 14.84 KiB in 0.001708 sec., 95433.25526932084 rows/sec., 8.49 MiB/sec.
1539 2024.10.03 20:32:21.531243 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Debug> DynamicQueryHandler: Done processing query
1540 2024.10.03 20:32:21.531266 [ 3 ] {a927c1f4-6167-41e0-8b49-4963dce5c4a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
1541 2024.10.03 20:32:21.531281 [ 3 ] {} <Debug> HTTP-Session: 3ea10004-5279-4173-a123-cdb8f78f210c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1542 2024.10.03 20:32:21.531398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1543 2024.10.03 20:32:21.531445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1544 2024.10.03 20:32:21.531464 [ 3 ] {} <Debug> HTTP-Session: 87a66bd2-de43-4acc-8060-6c716138132c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1545 2024.10.03 20:32:21.531480 [ 3 ] {} <Debug> HTTP-Session: 87a66bd2-de43-4acc-8060-6c716138132c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1546 2024.10.03 20:32:21.531494 [ 3 ] {} <Debug> HTTP-Session: 87a66bd2-de43-4acc-8060-6c716138132c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1547 2024.10.03 20:32:21.531525 [ 3 ] {} <Trace> HTTP-Session: 87a66bd2-de43-4acc-8060-6c716138132c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1548 2024.10.03 20:32:21.531623 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1549 2024.10.03 20:32:21.531665 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1550 2024.10.03 20:32:21.531883 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1551 2024.10.03 20:32:21.536579 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1552 2024.10.03 20:32:21.536647 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1553 2024.10.03 20:32:21.537287 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1554 2024.10.03 20:32:21.537639 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1555 2024.10.03 20:32:21.537797 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006193 sec., 2260.6168254480867 rows/sec., 158.32 KiB/sec.
1556 2024.10.03 20:32:21.538080 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Debug> DynamicQueryHandler: Done processing query
1557 2024.10.03 20:32:21.538105 [ 3 ] {3ce5b1bc-89ef-40bc-ac98-7264362d465a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1558 2024.10.03 20:32:21.538121 [ 3 ] {} <Debug> HTTP-Session: 87a66bd2-de43-4acc-8060-6c716138132c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1559 2024.10.03 20:32:21.538229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1560 2024.10.03 20:32:21.538275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1561 2024.10.03 20:32:21.538293 [ 3 ] {} <Debug> HTTP-Session: 18d7bfcf-41cd-406c-8c4c-5b252dffd38d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1562 2024.10.03 20:32:21.538309 [ 3 ] {} <Debug> HTTP-Session: 18d7bfcf-41cd-406c-8c4c-5b252dffd38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1563 2024.10.03 20:32:21.538324 [ 3 ] {} <Debug> HTTP-Session: 18d7bfcf-41cd-406c-8c4c-5b252dffd38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1564 2024.10.03 20:32:21.538355 [ 3 ] {} <Trace> HTTP-Session: 18d7bfcf-41cd-406c-8c4c-5b252dffd38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1565 2024.10.03 20:32:21.538450 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1566 2024.10.03 20:32:21.538493 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1567 2024.10.03 20:32:21.538737 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1568 2024.10.03 20:32:21.539062 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1569 2024.10.03 20:32:21.539099 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1570 2024.10.03 20:32:21.539430 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1571 2024.10.03 20:32:21.539786 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1572 2024.10.03 20:32:21.539954 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 232.91 KiB/sec.
1573 2024.10.03 20:32:21.540228 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Debug> DynamicQueryHandler: Done processing query
1574 2024.10.03 20:32:21.540252 [ 3 ] {0ab03d8d-e6c7-490d-a2fc-6807329e813f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1575 2024.10.03 20:32:21.540267 [ 3 ] {} <Debug> HTTP-Session: 18d7bfcf-41cd-406c-8c4c-5b252dffd38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1576 2024.10.03 20:32:21.540585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 57076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1577 2024.10.03 20:32:21.540633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1578 2024.10.03 20:32:21.540651 [ 3 ] {} <Debug> HTTP-Session: f0c00140-3b4d-4456-b679-30f1616508a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1579 2024.10.03 20:32:21.540667 [ 3 ] {} <Debug> HTTP-Session: f0c00140-3b4d-4456-b679-30f1616508a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1580 2024.10.03 20:32:21.540680 [ 3 ] {} <Debug> HTTP-Session: f0c00140-3b4d-4456-b679-30f1616508a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1581 2024.10.03 20:32:21.540711 [ 3 ] {} <Trace> HTTP-Session: f0c00140-3b4d-4456-b679-30f1616508a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1582 2024.10.03 20:32:21.540902 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1583 2024.10.03 20:32:21.540945 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1584 2024.10.03 20:32:21.541180 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1585 2024.10.03 20:32:21.541667 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1586 2024.10.03 20:32:21.541705 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1587 2024.10.03 20:32:21.542070 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1588 2024.10.03 20:32:21.542422 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1589 2024.10.03 20:32:21.542600 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001783 sec., 198541.78351093663 rows/sec., 13.94 MiB/sec.
1590 2024.10.03 20:32:21.542938 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Debug> DynamicQueryHandler: Done processing query
1591 2024.10.03 20:32:21.542963 [ 3 ] {d357f432-8e62-42d4-8341-f6354ba8485d} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
1592 2024.10.03 20:32:21.542978 [ 3 ] {} <Debug> HTTP-Session: f0c00140-3b4d-4456-b679-30f1616508a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1593 2024.10.03 20:32:21.543110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1594 2024.10.03 20:32:21.543156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1595 2024.10.03 20:32:21.543175 [ 3 ] {} <Debug> HTTP-Session: 49faaeab-bad8-4205-8e63-b55f5eff8a59 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1596 2024.10.03 20:32:21.543191 [ 3 ] {} <Debug> HTTP-Session: 49faaeab-bad8-4205-8e63-b55f5eff8a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1597 2024.10.03 20:32:21.543205 [ 3 ] {} <Debug> HTTP-Session: 49faaeab-bad8-4205-8e63-b55f5eff8a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1598 2024.10.03 20:32:21.543235 [ 3 ] {} <Trace> HTTP-Session: 49faaeab-bad8-4205-8e63-b55f5eff8a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1599 2024.10.03 20:32:21.543331 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1600 2024.10.03 20:32:21.543376 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1601 2024.10.03 20:32:21.543528 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1602 2024.10.03 20:32:21.543780 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1603 2024.10.03 20:32:21.543816 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1604 2024.10.03 20:32:21.544221 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1605 2024.10.03 20:32:21.544533 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1606 2024.10.03 20:32:21.544698 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec.
1607 2024.10.03 20:32:21.544963 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Debug> DynamicQueryHandler: Done processing query
1608 2024.10.03 20:32:21.544987 [ 3 ] {9588176c-ec37-4362-8d8b-551b3536e826} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1609 2024.10.03 20:32:21.545003 [ 3 ] {} <Debug> HTTP-Session: 49faaeab-bad8-4205-8e63-b55f5eff8a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1610 2024.10.03 20:32:21.545201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 23660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1611 2024.10.03 20:32:21.545246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1612 2024.10.03 20:32:21.545264 [ 3 ] {} <Debug> HTTP-Session: 92e2efa8-e58a-4f8c-9e68-a5bbaa9d9f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1613 2024.10.03 20:32:21.545280 [ 3 ] {} <Debug> HTTP-Session: 92e2efa8-e58a-4f8c-9e68-a5bbaa9d9f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1614 2024.10.03 20:32:21.545293 [ 3 ] {} <Debug> HTTP-Session: 92e2efa8-e58a-4f8c-9e68-a5bbaa9d9f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1615 2024.10.03 20:32:21.545324 [ 3 ] {} <Trace> HTTP-Session: 92e2efa8-e58a-4f8c-9e68-a5bbaa9d9f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1616 2024.10.03 20:32:21.545489 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1617 2024.10.03 20:32:21.545534 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1618 2024.10.03 20:32:21.545690 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1619 2024.10.03 20:32:21.546045 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1620 2024.10.03 20:32:21.546080 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1621 2024.10.03 20:32:21.546439 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1622 2024.10.03 20:32:21.546778 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1623 2024.10.03 20:32:21.546934 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Debug> executeQuery: Read 127 rows, 8.46 KiB in 0.001537 sec., 82628.49707221861 rows/sec., 5.37 MiB/sec.
1624 2024.10.03 20:32:21.547087 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Debug> DynamicQueryHandler: Done processing query
1625 2024.10.03 20:32:21.547111 [ 3 ] {0a1fd478-5746-48ca-a1d8-d98d5380e39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1626 2024.10.03 20:32:21.547126 [ 3 ] {} <Debug> HTTP-Session: 92e2efa8-e58a-4f8c-9e68-a5bbaa9d9f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1627 2024.10.03 20:32:21.547230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1628 2024.10.03 20:32:21.547274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1629 2024.10.03 20:32:21.547293 [ 3 ] {} <Debug> HTTP-Session: b2f237bd-737b-46b4-b903-64191e163e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1630 2024.10.03 20:32:21.547309 [ 3 ] {} <Debug> HTTP-Session: b2f237bd-737b-46b4-b903-64191e163e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1631 2024.10.03 20:32:21.547323 [ 3 ] {} <Debug> HTTP-Session: b2f237bd-737b-46b4-b903-64191e163e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1632 2024.10.03 20:32:21.547353 [ 3 ] {} <Trace> HTTP-Session: b2f237bd-737b-46b4-b903-64191e163e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2024.10.03 20:32:21.547442 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1634 2024.10.03 20:32:21.547531 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1635 2024.10.03 20:32:21.547673 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1636 2024.10.03 20:32:21.549816 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1637 2024.10.03 20:32:21.549852 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1638 2024.10.03 20:32:21.553156 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1639 2024.10.03 20:32:21.553484 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1640 2024.10.03 20:32:21.553596 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006178 sec., 161.86468112657818 rows/sec., 10.91 KiB/sec.
1641 2024.10.03 20:32:21.553857 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Debug> DynamicQueryHandler: Done processing query
1642 2024.10.03 20:32:21.553881 [ 3 ] {0409d158-1014-4649-a9c8-99fd96e868c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1643 2024.10.03 20:32:21.553897 [ 3 ] {} <Debug> HTTP-Session: b2f237bd-737b-46b4-b903-64191e163e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1644 2024.10.03 20:32:21.554072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1645 2024.10.03 20:32:21.554117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1646 2024.10.03 20:32:21.554135 [ 3 ] {} <Debug> HTTP-Session: 0c0f650a-23bb-42a7-ad61-34569f07c539 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1647 2024.10.03 20:32:21.554152 [ 3 ] {} <Debug> HTTP-Session: 0c0f650a-23bb-42a7-ad61-34569f07c539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1648 2024.10.03 20:32:21.554166 [ 3 ] {} <Debug> HTTP-Session: 0c0f650a-23bb-42a7-ad61-34569f07c539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1649 2024.10.03 20:32:21.554196 [ 3 ] {} <Trace> HTTP-Session: 0c0f650a-23bb-42a7-ad61-34569f07c539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1650 2024.10.03 20:32:21.554308 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1651 2024.10.03 20:32:21.554352 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1652 2024.10.03 20:32:21.554493 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1653 2024.10.03 20:32:21.554839 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2024.10.03 20:32:21.554874 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1655 2024.10.03 20:32:21.555220 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1656 2024.10.03 20:32:21.555532 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2024.10.03 20:32:21.555652 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Debug> executeQuery: Read 44 rows, 2.66 KiB in 0.001386 sec., 31746.031746031746 rows/sec., 1.88 MiB/sec.
1658 2024.10.03 20:32:21.555906 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Debug> DynamicQueryHandler: Done processing query
1659 2024.10.03 20:32:21.555929 [ 3 ] {8d8ebadb-7735-428e-939f-7fa3aba20992} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1660 2024.10.03 20:32:21.555945 [ 3 ] {} <Debug> HTTP-Session: 0c0f650a-23bb-42a7-ad61-34569f07c539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1661 2024.10.03 20:32:25.543250 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
1662 2024.10.03 20:32:25.543334 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
1663 2024.10.03 20:32:25.618070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 178
1664 2024.10.03 20:32:25.622906 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1665 2024.10.03 20:32:25.622959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1666 2024.10.03 20:32:25.624615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1667 2024.10.03 20:32:25.625670 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1668 2024.10.03 20:32:25.626291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 178
1669 2024.10.03 20:32:26.437091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1670 2024.10.03 20:32:26.437211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1671 2024.10.03 20:32:26.437239 [ 3 ] {} <Debug> HTTP-Session: 052ba8f5-a262-480e-a202-e301d95591f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1672 2024.10.03 20:32:26.437267 [ 3 ] {} <Debug> HTTP-Session: 052ba8f5-a262-480e-a202-e301d95591f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1673 2024.10.03 20:32:26.437286 [ 3 ] {} <Debug> HTTP-Session: 052ba8f5-a262-480e-a202-e301d95591f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1674 2024.10.03 20:32:26.437341 [ 3 ] {} <Trace> HTTP-Session: 052ba8f5-a262-480e-a202-e301d95591f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1675 2024.10.03 20:32:26.437550 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1676 2024.10.03 20:32:26.437621 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1677 2024.10.03 20:32:26.438001 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1678 2024.10.03 20:32:26.438523 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2024.10.03 20:32:26.438562 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1680 2024.10.03 20:32:26.439044 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1681 2024.10.03 20:32:26.439432 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1682 2024.10.03 20:32:26.439619 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002133 sec., 26254.102203469294 rows/sec., 2.02 MiB/sec.
1683 2024.10.03 20:32:26.439865 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Debug> DynamicQueryHandler: Done processing query
1684 2024.10.03 20:32:26.439891 [ 3 ] {5e9f06ae-64ed-4b13-8912-bc8b65419491} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1685 2024.10.03 20:32:26.439907 [ 3 ] {} <Debug> HTTP-Session: 052ba8f5-a262-480e-a202-e301d95591f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1686 2024.10.03 20:32:26.440075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1687 2024.10.03 20:32:26.440124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1688 2024.10.03 20:32:26.440142 [ 3 ] {} <Debug> HTTP-Session: ea2a7df0-9dde-440c-aecf-dd18c5f695fb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1689 2024.10.03 20:32:26.440158 [ 3 ] {} <Debug> HTTP-Session: ea2a7df0-9dde-440c-aecf-dd18c5f695fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1690 2024.10.03 20:32:26.440172 [ 3 ] {} <Debug> HTTP-Session: ea2a7df0-9dde-440c-aecf-dd18c5f695fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1691 2024.10.03 20:32:26.440204 [ 3 ] {} <Trace> HTTP-Session: ea2a7df0-9dde-440c-aecf-dd18c5f695fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2024.10.03 20:32:26.440323 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1693 2024.10.03 20:32:26.440367 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1694 2024.10.03 20:32:26.440596 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1695 2024.10.03 20:32:26.441001 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1696 2024.10.03 20:32:26.441038 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1697 2024.10.03 20:32:26.441388 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1698 2024.10.03 20:32:26.441862 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1699 2024.10.03 20:32:26.442028 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001749 sec., 36592.338479130936 rows/sec., 2.86 MiB/sec.
1700 2024.10.03 20:32:26.442227 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Debug> DynamicQueryHandler: Done processing query
1701 2024.10.03 20:32:26.442262 [ 3 ] {2ad420c9-a97e-4083-8eff-676c8ebbe420} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1702 2024.10.03 20:32:26.442280 [ 3 ] {} <Debug> HTTP-Session: ea2a7df0-9dde-440c-aecf-dd18c5f695fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1703 2024.10.03 20:32:26.442546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 28680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1704 2024.10.03 20:32:26.442601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1705 2024.10.03 20:32:26.442622 [ 3 ] {} <Debug> HTTP-Session: 997aa508-0627-4817-ad27-6c8bc8629c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1706 2024.10.03 20:32:26.442640 [ 3 ] {} <Debug> HTTP-Session: 997aa508-0627-4817-ad27-6c8bc8629c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1707 2024.10.03 20:32:26.442655 [ 3 ] {} <Debug> HTTP-Session: 997aa508-0627-4817-ad27-6c8bc8629c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1708 2024.10.03 20:32:26.442687 [ 3 ] {} <Trace> HTTP-Session: 997aa508-0627-4817-ad27-6c8bc8629c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1709 2024.10.03 20:32:26.442851 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1710 2024.10.03 20:32:26.442902 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1711 2024.10.03 20:32:26.443049 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1712 2024.10.03 20:32:26.443457 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2024.10.03 20:32:26.443495 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1714 2024.10.03 20:32:26.443897 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1715 2024.10.03 20:32:26.444253 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1716 2024.10.03 20:32:26.444408 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001634 sec., 91799.26560587515 rows/sec., 6.40 MiB/sec.
1717 2024.10.03 20:32:26.444583 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Debug> DynamicQueryHandler: Done processing query
1718 2024.10.03 20:32:26.444609 [ 3 ] {7a774da8-6426-4281-8958-d9410919c69c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1719 2024.10.03 20:32:26.444625 [ 3 ] {} <Debug> HTTP-Session: 997aa508-0627-4817-ad27-6c8bc8629c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1720 2024.10.03 20:32:26.444778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 8529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1721 2024.10.03 20:32:26.444826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1722 2024.10.03 20:32:26.444846 [ 3 ] {} <Debug> HTTP-Session: 101580d9-491f-42e1-9ad8-fcafd8fc8fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1723 2024.10.03 20:32:26.444864 [ 3 ] {} <Debug> HTTP-Session: 101580d9-491f-42e1-9ad8-fcafd8fc8fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1724 2024.10.03 20:32:26.444878 [ 3 ] {} <Debug> HTTP-Session: 101580d9-491f-42e1-9ad8-fcafd8fc8fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1725 2024.10.03 20:32:26.444909 [ 3 ] {} <Trace> HTTP-Session: 101580d9-491f-42e1-9ad8-fcafd8fc8fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1726 2024.10.03 20:32:26.445039 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1727 2024.10.03 20:32:26.445085 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1728 2024.10.03 20:32:26.445213 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1729 2024.10.03 20:32:26.445527 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1730 2024.10.03 20:32:26.445564 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1731 2024.10.03 20:32:26.445937 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1732 2024.10.03 20:32:26.446272 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1733 2024.10.03 20:32:26.446425 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00144 sec., 38888.88888888888 rows/sec., 2.62 MiB/sec.
1734 2024.10.03 20:32:26.446592 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Debug> DynamicQueryHandler: Done processing query
1735 2024.10.03 20:32:26.446617 [ 3 ] {042ba35f-3a8e-4493-abeb-9157597fba81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1736 2024.10.03 20:32:26.446633 [ 3 ] {} <Debug> HTTP-Session: 101580d9-491f-42e1-9ad8-fcafd8fc8fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1737 2024.10.03 20:32:31.443564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 28401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1738 2024.10.03 20:32:31.443697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1739 2024.10.03 20:32:31.443724 [ 3 ] {} <Debug> HTTP-Session: c6422b80-c9c8-4faf-9645-4acfd6ec923e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1740 2024.10.03 20:32:31.443749 [ 3 ] {} <Debug> HTTP-Session: c6422b80-c9c8-4faf-9645-4acfd6ec923e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1741 2024.10.03 20:32:31.443765 [ 3 ] {} <Debug> HTTP-Session: c6422b80-c9c8-4faf-9645-4acfd6ec923e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1742 2024.10.03 20:32:31.443816 [ 3 ] {} <Trace> HTTP-Session: c6422b80-c9c8-4faf-9645-4acfd6ec923e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1743 2024.10.03 20:32:31.444052 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1744 2024.10.03 20:32:31.444121 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1745 2024.10.03 20:32:31.444454 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1746 2024.10.03 20:32:31.445058 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1747 2024.10.03 20:32:31.445107 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1748 2024.10.03 20:32:31.445558 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1749 2024.10.03 20:32:31.445963 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1750 2024.10.03 20:32:31.446146 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.002184 sec., 86538.46153846153 rows/sec., 7.56 MiB/sec.
1751 2024.10.03 20:32:31.446394 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Debug> DynamicQueryHandler: Done processing query
1752 2024.10.03 20:32:31.446424 [ 3 ] {8d1f021e-6cf7-4534-929b-cffa839f5860} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB.
1753 2024.10.03 20:32:31.446441 [ 3 ] {} <Debug> HTTP-Session: c6422b80-c9c8-4faf-9645-4acfd6ec923e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1754 2024.10.03 20:32:31.446612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1755 2024.10.03 20:32:31.446672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1756 2024.10.03 20:32:31.446692 [ 3 ] {} <Debug> HTTP-Session: ee1abead-33fb-4fa9-9746-2636894c1119 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1757 2024.10.03 20:32:31.446711 [ 3 ] {} <Debug> HTTP-Session: ee1abead-33fb-4fa9-9746-2636894c1119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1758 2024.10.03 20:32:31.446725 [ 3 ] {} <Debug> HTTP-Session: ee1abead-33fb-4fa9-9746-2636894c1119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1759 2024.10.03 20:32:31.446761 [ 3 ] {} <Trace> HTTP-Session: ee1abead-33fb-4fa9-9746-2636894c1119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1760 2024.10.03 20:32:31.446875 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1761 2024.10.03 20:32:31.446925 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1762 2024.10.03 20:32:31.447173 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1763 2024.10.03 20:32:31.447568 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1764 2024.10.03 20:32:31.447608 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1765 2024.10.03 20:32:31.447983 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1766 2024.10.03 20:32:31.448355 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1767 2024.10.03 20:32:31.448522 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec.
1768 2024.10.03 20:32:31.448709 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Debug> DynamicQueryHandler: Done processing query
1769 2024.10.03 20:32:31.448735 [ 3 ] {c45d19ab-87ac-4b2c-995d-893f64fb90ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1770 2024.10.03 20:32:31.448751 [ 3 ] {} <Debug> HTTP-Session: ee1abead-33fb-4fa9-9746-2636894c1119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1771 2024.10.03 20:32:31.448900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1772 2024.10.03 20:32:31.448952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1773 2024.10.03 20:32:31.448974 [ 3 ] {} <Debug> HTTP-Session: 5b1a4758-a4ba-4296-9276-fbf6b4bcf709 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1774 2024.10.03 20:32:31.448992 [ 3 ] {} <Debug> HTTP-Session: 5b1a4758-a4ba-4296-9276-fbf6b4bcf709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1775 2024.10.03 20:32:31.449007 [ 3 ] {} <Debug> HTTP-Session: 5b1a4758-a4ba-4296-9276-fbf6b4bcf709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1776 2024.10.03 20:32:31.449040 [ 3 ] {} <Trace> HTTP-Session: 5b1a4758-a4ba-4296-9276-fbf6b4bcf709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1777 2024.10.03 20:32:31.449143 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1778 2024.10.03 20:32:31.449189 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1779 2024.10.03 20:32:31.449422 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1780 2024.10.03 20:32:31.449746 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1781 2024.10.03 20:32:31.449785 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1782 2024.10.03 20:32:31.450137 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1783 2024.10.03 20:32:31.450499 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1784 2024.10.03 20:32:31.450666 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 230.04 KiB/sec.
1785 2024.10.03 20:32:31.450966 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Debug> DynamicQueryHandler: Done processing query
1786 2024.10.03 20:32:31.450991 [ 3 ] {c218701e-14d8-46a0-b3ac-0710a3d47203} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1787 2024.10.03 20:32:31.451008 [ 3 ] {} <Debug> HTTP-Session: 5b1a4758-a4ba-4296-9276-fbf6b4bcf709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1788 2024.10.03 20:32:31.451306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 61804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1789 2024.10.03 20:32:31.451356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1790 2024.10.03 20:32:31.451374 [ 3 ] {} <Debug> HTTP-Session: b4f272ae-0e6e-49d9-9057-0484b6f4a63d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1791 2024.10.03 20:32:31.451392 [ 3 ] {} <Debug> HTTP-Session: b4f272ae-0e6e-49d9-9057-0484b6f4a63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1792 2024.10.03 20:32:31.451407 [ 3 ] {} <Debug> HTTP-Session: b4f272ae-0e6e-49d9-9057-0484b6f4a63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1793 2024.10.03 20:32:31.451438 [ 3 ] {} <Trace> HTTP-Session: b4f272ae-0e6e-49d9-9057-0484b6f4a63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1794 2024.10.03 20:32:31.451735 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1795 2024.10.03 20:32:31.451782 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1796 2024.10.03 20:32:31.452028 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1797 2024.10.03 20:32:31.452620 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1798 2024.10.03 20:32:31.452660 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1799 2024.10.03 20:32:31.453055 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1800 2024.10.03 20:32:31.453420 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1801 2024.10.03 20:32:31.453573 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002041 sec., 187163.15531602158 rows/sec., 13.24 MiB/sec.
1802 2024.10.03 20:32:31.453750 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Debug> DynamicQueryHandler: Done processing query
1803 2024.10.03 20:32:31.453775 [ 3 ] {1ddb1304-02e6-4b47-a3df-e75b1707786e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
1804 2024.10.03 20:32:31.453791 [ 3 ] {} <Debug> HTTP-Session: b4f272ae-0e6e-49d9-9057-0484b6f4a63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1805 2024.10.03 20:32:31.453925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1806 2024.10.03 20:32:31.453974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1807 2024.10.03 20:32:31.453994 [ 3 ] {} <Debug> HTTP-Session: 270f3bf6-a8f6-4916-8dce-55b5192aa7fc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1808 2024.10.03 20:32:31.454011 [ 3 ] {} <Debug> HTTP-Session: 270f3bf6-a8f6-4916-8dce-55b5192aa7fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1809 2024.10.03 20:32:31.454025 [ 3 ] {} <Debug> HTTP-Session: 270f3bf6-a8f6-4916-8dce-55b5192aa7fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1810 2024.10.03 20:32:31.454056 [ 3 ] {} <Trace> HTTP-Session: 270f3bf6-a8f6-4916-8dce-55b5192aa7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1811 2024.10.03 20:32:31.454152 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1812 2024.10.03 20:32:31.454197 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1813 2024.10.03 20:32:31.454326 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1814 2024.10.03 20:32:31.454658 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1815 2024.10.03 20:32:31.454696 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1816 2024.10.03 20:32:31.455051 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1817 2024.10.03 20:32:31.455377 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1818 2024.10.03 20:32:31.455542 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec.
1819 2024.10.03 20:32:31.455821 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Debug> DynamicQueryHandler: Done processing query
1820 2024.10.03 20:32:31.455847 [ 3 ] {1d7be462-3ff0-41e8-809d-0e63bc31a4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1821 2024.10.03 20:32:31.455863 [ 3 ] {} <Debug> HTTP-Session: 270f3bf6-a8f6-4916-8dce-55b5192aa7fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1822 2024.10.03 20:32:31.456113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1823 2024.10.03 20:32:31.456162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1824 2024.10.03 20:32:31.456182 [ 3 ] {} <Debug> HTTP-Session: 0c8194c9-818e-4c52-ad45-d35934f5a7af Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1825 2024.10.03 20:32:31.456200 [ 3 ] {} <Debug> HTTP-Session: 0c8194c9-818e-4c52-ad45-d35934f5a7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1826 2024.10.03 20:32:31.456215 [ 3 ] {} <Debug> HTTP-Session: 0c8194c9-818e-4c52-ad45-d35934f5a7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1827 2024.10.03 20:32:31.456246 [ 3 ] {} <Trace> HTTP-Session: 0c8194c9-818e-4c52-ad45-d35934f5a7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2024.10.03 20:32:31.456421 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1829 2024.10.03 20:32:31.456470 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1830 2024.10.03 20:32:31.456637 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1831 2024.10.03 20:32:31.457095 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2024.10.03 20:32:31.457132 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1833 2024.10.03 20:32:31.457504 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1834 2024.10.03 20:32:31.457845 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1835 2024.10.03 20:32:31.458004 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec.
1836 2024.10.03 20:32:31.458173 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Debug> DynamicQueryHandler: Done processing query
1837 2024.10.03 20:32:31.458198 [ 3 ] {2ed2b728-a575-4584-8486-175ce0feb291} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1838 2024.10.03 20:32:31.458214 [ 3 ] {} <Debug> HTTP-Session: 0c8194c9-818e-4c52-ad45-d35934f5a7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1839 2024.10.03 20:32:31.458339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1840 2024.10.03 20:32:31.458387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1841 2024.10.03 20:32:31.458407 [ 3 ] {} <Debug> HTTP-Session: 14ac4a03-e666-454e-8341-8a8d43ac4297 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1842 2024.10.03 20:32:31.458424 [ 3 ] {} <Debug> HTTP-Session: 14ac4a03-e666-454e-8341-8a8d43ac4297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1843 2024.10.03 20:32:31.458438 [ 3 ] {} <Debug> HTTP-Session: 14ac4a03-e666-454e-8341-8a8d43ac4297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1844 2024.10.03 20:32:31.458468 [ 3 ] {} <Trace> HTTP-Session: 14ac4a03-e666-454e-8341-8a8d43ac4297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1845 2024.10.03 20:32:31.458559 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1846 2024.10.03 20:32:31.458604 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1847 2024.10.03 20:32:31.458733 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1848 2024.10.03 20:32:31.459014 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2024.10.03 20:32:31.459050 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1850 2024.10.03 20:32:31.459388 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1851 2024.10.03 20:32:31.459715 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1852 2024.10.03 20:32:31.459868 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec.
1853 2024.10.03 20:32:31.460111 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Debug> DynamicQueryHandler: Done processing query
1854 2024.10.03 20:32:31.460136 [ 3 ] {5250ac79-bcdf-4dd0-989c-d07c14cbe695} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1855 2024.10.03 20:32:31.460153 [ 3 ] {} <Debug> HTTP-Session: 14ac4a03-e666-454e-8341-8a8d43ac4297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1856 2024.10.03 20:32:31.460273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1857 2024.10.03 20:32:31.460321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1858 2024.10.03 20:32:31.460341 [ 3 ] {} <Debug> HTTP-Session: b553004f-e2a4-46b0-b4e6-01ac2d2cc4e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1859 2024.10.03 20:32:31.460358 [ 3 ] {} <Debug> HTTP-Session: b553004f-e2a4-46b0-b4e6-01ac2d2cc4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1860 2024.10.03 20:32:31.460372 [ 3 ] {} <Debug> HTTP-Session: b553004f-e2a4-46b0-b4e6-01ac2d2cc4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1861 2024.10.03 20:32:31.460403 [ 3 ] {} <Trace> HTTP-Session: b553004f-e2a4-46b0-b4e6-01ac2d2cc4e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1862 2024.10.03 20:32:31.460555 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1863 2024.10.03 20:32:31.460600 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1864 2024.10.03 20:32:31.460743 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1865 2024.10.03 20:32:31.461092 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1866 2024.10.03 20:32:31.461129 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1867 2024.10.03 20:32:31.461485 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1868 2024.10.03 20:32:31.461806 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1869 2024.10.03 20:32:31.461954 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec.
1870 2024.10.03 20:32:31.462123 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Debug> DynamicQueryHandler: Done processing query
1871 2024.10.03 20:32:31.462148 [ 3 ] {eb51303a-d576-49ba-af95-dc6a0f882e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1872 2024.10.03 20:32:31.462164 [ 3 ] {} <Debug> HTTP-Session: b553004f-e2a4-46b0-b4e6-01ac2d2cc4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1873 2024.10.03 20:32:35.627600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 202
1874 2024.10.03 20:32:35.630280 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1875 2024.10.03 20:32:35.630330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1876 2024.10.03 20:32:35.631861 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1877 2024.10.03 20:32:35.632855 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1878 2024.10.03 20:32:35.633370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1879 2024.10.03 20:32:36.431636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1880 2024.10.03 20:32:36.431759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1881 2024.10.03 20:32:36.431789 [ 3 ] {} <Debug> HTTP-Session: cdcaea21-26a0-4283-9906-728ea1f805bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1882 2024.10.03 20:32:36.431818 [ 3 ] {} <Debug> HTTP-Session: cdcaea21-26a0-4283-9906-728ea1f805bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1883 2024.10.03 20:32:36.431837 [ 3 ] {} <Debug> HTTP-Session: cdcaea21-26a0-4283-9906-728ea1f805bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1884 2024.10.03 20:32:36.431892 [ 3 ] {} <Trace> HTTP-Session: cdcaea21-26a0-4283-9906-728ea1f805bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1885 2024.10.03 20:32:36.432163 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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)
1886 2024.10.03 20:32:36.432592 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1887 2024.10.03 20:32:36.432641 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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
1888 2024.10.03 20:32:36.432982 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1889 2024.10.03 20:32:36.433062 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1890 2024.10.03 20:32:36.433239 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1891 2024.10.03 20:32:36.433394 [ 254 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1892 2024.10.03 20:32:36.433406 [ 251 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1893 2024.10.03 20:32:36.433561 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
1894 2024.10.03 20:32:36.433595 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
1895 2024.10.03 20:32:36.435829 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1896 2024.10.03 20:32:36.437731 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 30 rows with 2 streams
1897 2024.10.03 20:32:36.437810 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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'))"
1898 2024.10.03 20:32:36.437870 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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'))"
1899 2024.10.03 20:32:36.439623 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.007589 sec., 3953.0899986823033 rows/sec., 148.11 KiB/sec.
1900 2024.10.03 20:32:36.439963 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> DynamicQueryHandler: Done processing query
1901 2024.10.03 20:32:36.439990 [ 3 ] {ebb449f5-416e-41c6-996a-ec26b2a89e4f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1902 2024.10.03 20:32:36.440008 [ 3 ] {} <Debug> HTTP-Session: cdcaea21-26a0-4283-9906-728ea1f805bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1903 2024.10.03 20:32:36.446636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1904 2024.10.03 20:32:36.446698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1905 2024.10.03 20:32:36.446755 [ 3 ] {} <Debug> HTTP-Session: 35a24c88-af98-46cf-aa1a-e5b261c6725f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1906 2024.10.03 20:32:36.446777 [ 3 ] {} <Debug> HTTP-Session: 35a24c88-af98-46cf-aa1a-e5b261c6725f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1907 2024.10.03 20:32:36.446796 [ 3 ] {} <Debug> HTTP-Session: 35a24c88-af98-46cf-aa1a-e5b261c6725f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1908 2024.10.03 20:32:36.446835 [ 3 ] {} <Trace> HTTP-Session: 35a24c88-af98-46cf-aa1a-e5b261c6725f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1909 2024.10.03 20:32:36.446969 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1910 2024.10.03 20:32:36.447025 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1911 2024.10.03 20:32:36.447231 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1912 2024.10.03 20:32:36.447556 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1913 2024.10.03 20:32:36.447593 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1914 2024.10.03 20:32:36.448120 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1915 2024.10.03 20:32:36.448453 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1916 2024.10.03 20:32:36.448588 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001663 sec., 601.3229104028864 rows/sec., 89.85 KiB/sec.
1917 2024.10.03 20:32:36.448874 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Debug> DynamicQueryHandler: Done processing query
1918 2024.10.03 20:32:36.448900 [ 3 ] {b00668be-e3ea-4a80-a314-64c4b90e3fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1919 2024.10.03 20:32:36.448916 [ 3 ] {} <Debug> HTTP-Session: 35a24c88-af98-46cf-aa1a-e5b261c6725f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1920 2024.10.03 20:32:36.449050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1921 2024.10.03 20:32:36.449098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1922 2024.10.03 20:32:36.449118 [ 3 ] {} <Debug> HTTP-Session: 556f5bbf-a1ff-48df-87b0-3f664c33090a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1923 2024.10.03 20:32:36.449135 [ 3 ] {} <Debug> HTTP-Session: 556f5bbf-a1ff-48df-87b0-3f664c33090a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1924 2024.10.03 20:32:36.449149 [ 3 ] {} <Debug> HTTP-Session: 556f5bbf-a1ff-48df-87b0-3f664c33090a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1925 2024.10.03 20:32:36.449180 [ 3 ] {} <Trace> HTTP-Session: 556f5bbf-a1ff-48df-87b0-3f664c33090a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1926 2024.10.03 20:32:36.449299 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1927 2024.10.03 20:32:36.449344 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1928 2024.10.03 20:32:36.449597 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1929 2024.10.03 20:32:36.449978 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1930 2024.10.03 20:32:36.450013 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1931 2024.10.03 20:32:36.450376 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1932 2024.10.03 20:32:36.450753 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2024.10.03 20:32:36.450884 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001628 sec., 44226.04422604422 rows/sec., 3.59 MiB/sec.
1934 2024.10.03 20:32:36.451053 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Debug> DynamicQueryHandler: Done processing query
1935 2024.10.03 20:32:36.451078 [ 3 ] {ffdb0aa6-c96c-46d8-a44f-fa19c5fc75a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1936 2024.10.03 20:32:36.451094 [ 3 ] {} <Debug> HTTP-Session: 556f5bbf-a1ff-48df-87b0-3f664c33090a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1937 2024.10.03 20:32:36.451285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1938 2024.10.03 20:32:36.451353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1939 2024.10.03 20:32:36.451378 [ 3 ] {} <Debug> HTTP-Session: 466325b4-8afe-40aa-81d9-30c6178e2eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1940 2024.10.03 20:32:36.451399 [ 3 ] {} <Debug> HTTP-Session: 466325b4-8afe-40aa-81d9-30c6178e2eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1941 2024.10.03 20:32:36.451419 [ 3 ] {} <Debug> HTTP-Session: 466325b4-8afe-40aa-81d9-30c6178e2eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1942 2024.10.03 20:32:36.451457 [ 3 ] {} <Trace> HTTP-Session: 466325b4-8afe-40aa-81d9-30c6178e2eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1943 2024.10.03 20:32:36.451584 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1944 2024.10.03 20:32:36.451637 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1945 2024.10.03 20:32:36.451912 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1946 2024.10.03 20:32:36.452311 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1947 2024.10.03 20:32:36.452352 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1948 2024.10.03 20:32:36.452784 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1949 2024.10.03 20:32:36.453153 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2024.10.03 20:32:36.453280 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001728 sec., 4629.62962962963 rows/sec., 348.13 KiB/sec.
1951 2024.10.03 20:32:36.453544 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Debug> DynamicQueryHandler: Done processing query
1952 2024.10.03 20:32:36.453569 [ 3 ] {7f5de5b0-374c-4cac-82c8-deca06113fde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1953 2024.10.03 20:32:36.453585 [ 3 ] {} <Debug> HTTP-Session: 466325b4-8afe-40aa-81d9-30c6178e2eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1954 2024.10.03 20:32:36.453786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1955 2024.10.03 20:32:36.453834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1956 2024.10.03 20:32:36.453854 [ 3 ] {} <Debug> HTTP-Session: f66efbcf-7841-4a40-afdc-4fd4ea097ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1957 2024.10.03 20:32:36.453871 [ 3 ] {} <Debug> HTTP-Session: f66efbcf-7841-4a40-afdc-4fd4ea097ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1958 2024.10.03 20:32:36.453886 [ 3 ] {} <Debug> HTTP-Session: f66efbcf-7841-4a40-afdc-4fd4ea097ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1959 2024.10.03 20:32:36.453917 [ 3 ] {} <Trace> HTTP-Session: f66efbcf-7841-4a40-afdc-4fd4ea097ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1960 2024.10.03 20:32:36.454032 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1961 2024.10.03 20:32:36.454076 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1962 2024.10.03 20:32:36.454312 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1963 2024.10.03 20:32:36.454700 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1964 2024.10.03 20:32:36.454737 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1965 2024.10.03 20:32:36.455082 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1966 2024.10.03 20:32:36.455449 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1967 2024.10.03 20:32:36.455577 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001583 sec., 45483.25963360708 rows/sec., 3.55 MiB/sec.
1968 2024.10.03 20:32:36.455745 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Debug> DynamicQueryHandler: Done processing query
1969 2024.10.03 20:32:36.455769 [ 3 ] {17fcf15e-fb50-4b2f-ad40-d66e1cbe4d64} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1970 2024.10.03 20:32:36.455786 [ 3 ] {} <Debug> HTTP-Session: f66efbcf-7841-4a40-afdc-4fd4ea097ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1971 2024.10.03 20:32:36.455987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1972 2024.10.03 20:32:36.456036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1973 2024.10.03 20:32:36.456056 [ 3 ] {} <Debug> HTTP-Session: 4cc3a2e3-9d5b-4bfa-94f1-59d1e458347d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1974 2024.10.03 20:32:36.456074 [ 3 ] {} <Debug> HTTP-Session: 4cc3a2e3-9d5b-4bfa-94f1-59d1e458347d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1975 2024.10.03 20:32:36.456089 [ 3 ] {} <Debug> HTTP-Session: 4cc3a2e3-9d5b-4bfa-94f1-59d1e458347d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1976 2024.10.03 20:32:36.456120 [ 3 ] {} <Trace> HTTP-Session: 4cc3a2e3-9d5b-4bfa-94f1-59d1e458347d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2024.10.03 20:32:36.456267 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1978 2024.10.03 20:32:36.456314 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1979 2024.10.03 20:32:36.456452 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1980 2024.10.03 20:32:36.456813 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1981 2024.10.03 20:32:36.456848 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1982 2024.10.03 20:32:36.457223 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1983 2024.10.03 20:32:36.457558 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1984 2024.10.03 20:32:36.457689 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec.
1985 2024.10.03 20:32:36.457985 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Debug> DynamicQueryHandler: Done processing query
1986 2024.10.03 20:32:36.458010 [ 3 ] {cc184752-e5a4-4e6e-80db-2654055d56b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1987 2024.10.03 20:32:36.458027 [ 3 ] {} <Debug> HTTP-Session: 4cc3a2e3-9d5b-4bfa-94f1-59d1e458347d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1988 2024.10.03 20:32:36.458208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1989 2024.10.03 20:32:36.458255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1990 2024.10.03 20:32:36.458274 [ 3 ] {} <Debug> HTTP-Session: ea8719e1-1573-4657-b44c-63a53195d2f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
1991 2024.10.03 20:32:36.458291 [ 3 ] {} <Debug> HTTP-Session: ea8719e1-1573-4657-b44c-63a53195d2f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1992 2024.10.03 20:32:36.458306 [ 3 ] {} <Debug> HTTP-Session: ea8719e1-1573-4657-b44c-63a53195d2f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1993 2024.10.03 20:32:36.458337 [ 3 ] {} <Trace> HTTP-Session: ea8719e1-1573-4657-b44c-63a53195d2f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1994 2024.10.03 20:32:36.458496 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1995 2024.10.03 20:32:36.458565 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1996 2024.10.03 20:32:36.458989 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1997 2024.10.03 20:32:36.459520 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1998 2024.10.03 20:32:36.459555 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1999 2024.10.03 20:32:36.462089 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2000 2024.10.03 20:32:36.462566 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2001 2024.10.03 20:32:36.462703 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004293 sec., 1863.4987188446307 rows/sec., 3.34 MiB/sec.
2002 2024.10.03 20:32:36.462917 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Debug> DynamicQueryHandler: Done processing query
2003 2024.10.03 20:32:36.462942 [ 3 ] {e85c7fab-9d51-431b-bb05-dbc3aef3b803} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2004 2024.10.03 20:32:36.462958 [ 3 ] {} <Debug> HTTP-Session: ea8719e1-1573-4657-b44c-63a53195d2f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2005 2024.10.03 20:32:36.463081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2006 2024.10.03 20:32:36.463129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2007 2024.10.03 20:32:36.463149 [ 3 ] {} <Debug> HTTP-Session: 68a0aac5-b25d-4f71-8890-75df9d237340 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2008 2024.10.03 20:32:36.463166 [ 3 ] {} <Debug> HTTP-Session: 68a0aac5-b25d-4f71-8890-75df9d237340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2009 2024.10.03 20:32:36.463181 [ 3 ] {} <Debug> HTTP-Session: 68a0aac5-b25d-4f71-8890-75df9d237340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2010 2024.10.03 20:32:36.463212 [ 3 ] {} <Trace> HTTP-Session: 68a0aac5-b25d-4f71-8890-75df9d237340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2011 2024.10.03 20:32:36.463323 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2012 2024.10.03 20:32:36.463367 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2013 2024.10.03 20:32:36.463495 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2014 2024.10.03 20:32:36.463776 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2015 2024.10.03 20:32:36.463813 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2016 2024.10.03 20:32:36.464169 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2017 2024.10.03 20:32:36.464487 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2018 2024.10.03 20:32:36.464609 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
2019 2024.10.03 20:32:36.464868 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Debug> DynamicQueryHandler: Done processing query
2020 2024.10.03 20:32:36.464893 [ 3 ] {97897f3e-a4df-49cd-b97d-f69258345495} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2021 2024.10.03 20:32:36.464910 [ 3 ] {} <Debug> HTTP-Session: 68a0aac5-b25d-4f71-8890-75df9d237340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2022 2024.10.03 20:32:40.543381 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
2023 2024.10.03 20:32:40.543451 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
2024 2024.10.03 20:32:41.442731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 28401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2025 2024.10.03 20:32:41.442852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2026 2024.10.03 20:32:41.442883 [ 3 ] {} <Debug> HTTP-Session: 44c81e06-0515-4adf-976b-209ed97fb223 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2027 2024.10.03 20:32:41.442912 [ 3 ] {} <Debug> HTTP-Session: 44c81e06-0515-4adf-976b-209ed97fb223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2028 2024.10.03 20:32:41.442931 [ 3 ] {} <Debug> HTTP-Session: 44c81e06-0515-4adf-976b-209ed97fb223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2029 2024.10.03 20:32:41.442986 [ 3 ] {} <Trace> HTTP-Session: 44c81e06-0515-4adf-976b-209ed97fb223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2030 2024.10.03 20:32:41.443250 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2031 2024.10.03 20:32:41.443327 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2032 2024.10.03 20:32:41.443705 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2033 2024.10.03 20:32:41.444278 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2034 2024.10.03 20:32:41.444338 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2035 2024.10.03 20:32:41.444785 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2036 2024.10.03 20:32:41.445176 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2024.10.03 20:32:41.445363 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.00221 sec., 85520.36199095022 rows/sec., 7.47 MiB/sec.
2038 2024.10.03 20:32:41.445365 [ 94 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2039 2024.10.03 20:32:41.445489 [ 94 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2040 2024.10.03 20:32:41.445545 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2041 2024.10.03 20:32:41.445701 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Debug> DynamicQueryHandler: Done processing query
2042 2024.10.03 20:32:41.445759 [ 3 ] {cdcaace1-4b7d-4c05-9720-308160167730} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2043 2024.10.03 20:32:41.445806 [ 3 ] {} <Debug> HTTP-Session: 44c81e06-0515-4adf-976b-209ed97fb223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2044 2024.10.03 20:32:41.446025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2045 2024.10.03 20:32:41.446084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2046 2024.10.03 20:32:41.446106 [ 3 ] {} <Debug> HTTP-Session: d47413c0-36f4-4b39-b69f-56bd22326f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2047 2024.10.03 20:32:41.446128 [ 3 ] {} <Debug> HTTP-Session: d47413c0-36f4-4b39-b69f-56bd22326f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2048 2024.10.03 20:32:41.446144 [ 3 ] {} <Debug> HTTP-Session: d47413c0-36f4-4b39-b69f-56bd22326f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2049 2024.10.03 20:32:41.446184 [ 3 ] {} <Trace> HTTP-Session: d47413c0-36f4-4b39-b69f-56bd22326f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2050 2024.10.03 20:32:41.446310 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2051 2024.10.03 20:32:41.446361 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2052 2024.10.03 20:32:41.446621 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2053 2024.10.03 20:32:41.446963 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2024.10.03 20:32:41.447002 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2055 2024.10.03 20:32:41.447390 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2056 2024.10.03 20:32:41.447765 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
2057 2024.10.03 20:32:41.447774 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2058 2024.10.03 20:32:41.448030 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001749 sec., 8004.574042309891 rows/sec., 560.59 KiB/sec.
2059 2024.10.03 20:32:41.448053 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2060 2024.10.03 20:32:41.448157 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
2061 2024.10.03 20:32:41.448327 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Debug> DynamicQueryHandler: Done processing query
2062 2024.10.03 20:32:41.448339 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 163 rows starting from the beginning of the part
2063 2024.10.03 20:32:41.448390 [ 3 ] {b43c0d78-0aa3-4e2f-927c-5fa1af6bb740} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2064 2024.10.03 20:32:41.448465 [ 3 ] {} <Debug> HTTP-Session: d47413c0-36f4-4b39-b69f-56bd22326f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2065 2024.10.03 20:32:41.448678 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
2066 2024.10.03 20:32:41.448758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2067 2024.10.03 20:32:41.448972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2068 2024.10.03 20:32:41.449021 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 189 rows starting from the beginning of the part
2069 2024.10.03 20:32:41.449055 [ 3 ] {} <Debug> HTTP-Session: 722ac320-7f9a-47fc-a147-f2bcae95468c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2070 2024.10.03 20:32:41.449115 [ 3 ] {} <Debug> HTTP-Session: 722ac320-7f9a-47fc-a147-f2bcae95468c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2071 2024.10.03 20:32:41.449183 [ 3 ] {} <Debug> HTTP-Session: 722ac320-7f9a-47fc-a147-f2bcae95468c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2072 2024.10.03 20:32:41.449339 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
2073 2024.10.03 20:32:41.449340 [ 3 ] {} <Trace> HTTP-Session: 722ac320-7f9a-47fc-a147-f2bcae95468c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2024.10.03 20:32:41.449515 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 189 rows starting from the beginning of the part
2075 2024.10.03 20:32:41.449657 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2076 2024.10.03 20:32:41.449835 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2077 2024.10.03 20:32:41.450449 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2078 2024.10.03 20:32:41.451092 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2079 2024.10.03 20:32:41.451134 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2080 2024.10.03 20:32:41.451740 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 5 columns (5 merged, 0 gathered) in 0.006102212 sec., 110287.87593744694 rows/sec., 9.92 MiB/sec.
2081 2024.10.03 20:32:41.451787 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2082 2024.10.03 20:32:41.451874 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2083 2024.10.03 20:32:41.452322 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2024.10.03 20:32:41.452512 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2085 2024.10.03 20:32:41.452578 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003043 sec., 1971.7384160368058 rows/sec., 116.49 KiB/sec.
2086 2024.10.03 20:32:41.452898 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_6_1} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2087 2024.10.03 20:32:41.453159 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Debug> DynamicQueryHandler: Done processing query
2088 2024.10.03 20:32:41.453164 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
2089 2024.10.03 20:32:41.453201 [ 3 ] {a2aa7077-67be-4cf7-ae34-decbfb9a4834} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2090 2024.10.03 20:32:41.453232 [ 3 ] {} <Debug> HTTP-Session: 722ac320-7f9a-47fc-a147-f2bcae95468c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2091 2024.10.03 20:32:41.453567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 61804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2092 2024.10.03 20:32:41.453618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2093 2024.10.03 20:32:41.453638 [ 3 ] {} <Debug> HTTP-Session: 79f69e9b-a6e2-4de0-9b01-8f37319ed681 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2094 2024.10.03 20:32:41.453655 [ 3 ] {} <Debug> HTTP-Session: 79f69e9b-a6e2-4de0-9b01-8f37319ed681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2095 2024.10.03 20:32:41.453671 [ 3 ] {} <Debug> HTTP-Session: 79f69e9b-a6e2-4de0-9b01-8f37319ed681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2096 2024.10.03 20:32:41.453703 [ 3 ] {} <Trace> HTTP-Session: 79f69e9b-a6e2-4de0-9b01-8f37319ed681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2097 2024.10.03 20:32:41.453911 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2098 2024.10.03 20:32:41.453957 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2099 2024.10.03 20:32:41.454202 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2100 2024.10.03 20:32:41.454768 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2101 2024.10.03 20:32:41.454807 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2102 2024.10.03 20:32:41.455197 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2103 2024.10.03 20:32:41.455561 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2104 2024.10.03 20:32:41.455718 [ 94 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2105 2024.10.03 20:32:41.455726 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001918 sec., 199165.7977059437 rows/sec., 14.09 MiB/sec.
2106 2024.10.03 20:32:41.455782 [ 94 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2107 2024.10.03 20:32:41.455852 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2108 2024.10.03 20:32:41.456020 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
2109 2024.10.03 20:32:41.456064 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Debug> DynamicQueryHandler: Done processing query
2110 2024.10.03 20:32:41.456096 [ 3 ] {70e3ed81-3467-4602-9d33-6006213d09f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2111 2024.10.03 20:32:41.456125 [ 3 ] {} <Debug> HTTP-Session: 79f69e9b-a6e2-4de0-9b01-8f37319ed681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2112 2024.10.03 20:32:41.456178 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2113 2024.10.03 20:32:41.456208 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
2114 2024.10.03 20:32:41.456365 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 354 rows starting from the beginning of the part
2115 2024.10.03 20:32:41.456367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2116 2024.10.03 20:32:41.456561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2117 2024.10.03 20:32:41.456670 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
2118 2024.10.03 20:32:41.456678 [ 3 ] {} <Debug> HTTP-Session: 66cab24f-58a5-4d27-bd54-028c1aa450be Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2119 2024.10.03 20:32:41.456763 [ 3 ] {} <Debug> HTTP-Session: 66cab24f-58a5-4d27-bd54-028c1aa450be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2120 2024.10.03 20:32:41.456877 [ 3 ] {} <Debug> HTTP-Session: 66cab24f-58a5-4d27-bd54-028c1aa450be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2121 2024.10.03 20:32:41.457026 [ 3 ] {} <Trace> HTTP-Session: 66cab24f-58a5-4d27-bd54-028c1aa450be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2122 2024.10.03 20:32:41.457049 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part
2123 2024.10.03 20:32:41.457352 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
2124 2024.10.03 20:32:41.457355 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2125 2024.10.03 20:32:41.457479 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2126 2024.10.03 20:32:41.457615 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part
2127 2024.10.03 20:32:41.458309 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2128 2024.10.03 20:32:41.458800 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2024.10.03 20:32:41.458854 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2130 2024.10.03 20:32:41.459600 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2131 2024.10.03 20:32:41.459796 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.003831915 sec., 329339.2468256733 rows/sec., 24.78 MiB/sec.
2132 2024.10.03 20:32:41.460081 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2133 2024.10.03 20:32:41.460176 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2134 2024.10.03 20:32:41.460504 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003282 sec., 1828.1535648994513 rows/sec., 95.51 KiB/sec.
2135 2024.10.03 20:32:41.460956 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Debug> DynamicQueryHandler: Done processing query
2136 2024.10.03 20:32:41.460995 [ 3 ] {d68dfdc2-b261-41fd-919d-85ddb02b021e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2137 2024.10.03 20:32:41.461031 [ 3 ] {} <Debug> HTTP-Session: 66cab24f-58a5-4d27-bd54-028c1aa450be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2138 2024.10.03 20:32:41.461156 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2024.10.03 20:32:41.461245 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_6_1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2140 2024.10.03 20:32:41.461358 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2141 2024.10.03 20:32:41.461396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2142 2024.10.03 20:32:41.461451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2143 2024.10.03 20:32:41.461471 [ 3 ] {} <Debug> HTTP-Session: 1f94ce56-2b1a-4da8-b485-77652b0303e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2144 2024.10.03 20:32:41.461488 [ 3 ] {} <Debug> HTTP-Session: 1f94ce56-2b1a-4da8-b485-77652b0303e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2145 2024.10.03 20:32:41.461502 [ 3 ] {} <Debug> HTTP-Session: 1f94ce56-2b1a-4da8-b485-77652b0303e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2146 2024.10.03 20:32:41.461537 [ 3 ] {} <Trace> HTTP-Session: 1f94ce56-2b1a-4da8-b485-77652b0303e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2147 2024.10.03 20:32:41.461781 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2148 2024.10.03 20:32:41.461831 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2149 2024.10.03 20:32:41.462007 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2150 2024.10.03 20:32:41.462450 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2024.10.03 20:32:41.462486 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2152 2024.10.03 20:32:41.462876 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2153 2024.10.03 20:32:41.463217 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): 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.03 20:32:41.463369 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2155 2024.10.03 20:32:41.463386 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001746 sec., 135738.8316151203 rows/sec., 9.10 MiB/sec.
2156 2024.10.03 20:32:41.463429 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2157 2024.10.03 20:32:41.463504 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2158 2024.10.03 20:32:41.463724 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Debug> DynamicQueryHandler: Done processing query
2159 2024.10.03 20:32:41.463815 [ 3 ] {babadb72-8fbb-4681-ac8c-b395a04890ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2160 2024.10.03 20:32:41.463857 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
2161 2024.10.03 20:32:41.463877 [ 3 ] {} <Debug> HTTP-Session: 1f94ce56-2b1a-4da8-b485-77652b0303e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2162 2024.10.03 20:32:41.464060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2163 2024.10.03 20:32:41.464108 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2164 2024.10.03 20:32:41.464122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2165 2024.10.03 20:32:41.464154 [ 3 ] {} <Debug> HTTP-Session: e2ed209a-0174-4759-970e-cff61d96d6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2166 2024.10.03 20:32:41.464158 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
2167 2024.10.03 20:32:41.464177 [ 3 ] {} <Debug> HTTP-Session: e2ed209a-0174-4759-970e-cff61d96d6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2168 2024.10.03 20:32:41.464203 [ 3 ] {} <Debug> HTTP-Session: e2ed209a-0174-4759-970e-cff61d96d6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2169 2024.10.03 20:32:41.464282 [ 3 ] {} <Trace> HTTP-Session: e2ed209a-0174-4759-970e-cff61d96d6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2170 2024.10.03 20:32:41.464399 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 127 rows starting from the beginning of the part
2171 2024.10.03 20:32:41.464649 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2172 2024.10.03 20:32:41.464744 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part
2173 2024.10.03 20:32:41.464791 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2174 2024.10.03 20:32:41.465060 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part
2175 2024.10.03 20:32:41.465414 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
2176 2024.10.03 20:32:41.465779 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part
2177 2024.10.03 20:32:41.466074 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2178 2024.10.03 20:32:41.466571 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2179 2024.10.03 20:32:41.466612 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2180 2024.10.03 20:32:41.467187 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2181 2024.10.03 20:32:41.467740 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2182 2024.10.03 20:32:41.468033 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 917 rows, containing 5 columns (5 merged, 0 gathered) in 0.00442464 sec., 207248.49931293848 rows/sec., 14.03 MiB/sec.
2183 2024.10.03 20:32:41.468041 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003554 sec., 281.37310073157005 rows/sec., 18.96 KiB/sec.
2184 2024.10.03 20:32:41.468304 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Debug> DynamicQueryHandler: Done processing query
2185 2024.10.03 20:32:41.468336 [ 3 ] {0629d6d2-4468-4737-91c2-4ebd27b74f66} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2186 2024.10.03 20:32:41.468352 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2187 2024.10.03 20:32:41.468364 [ 3 ] {} <Debug> HTTP-Session: e2ed209a-0174-4759-970e-cff61d96d6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2188 2024.10.03 20:32:41.468550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2189 2024.10.03 20:32:41.468623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2190 2024.10.03 20:32:41.468650 [ 3 ] {} <Debug> HTTP-Session: df827a2c-3017-4f51-9428-71e8d6842d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2191 2024.10.03 20:32:41.468698 [ 3 ] {} <Debug> HTTP-Session: df827a2c-3017-4f51-9428-71e8d6842d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2192 2024.10.03 20:32:41.468762 [ 3 ] {} <Debug> HTTP-Session: df827a2c-3017-4f51-9428-71e8d6842d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2193 2024.10.03 20:32:41.468886 [ 3 ] {} <Trace> HTTP-Session: df827a2c-3017-4f51-9428-71e8d6842d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2194 2024.10.03 20:32:41.469117 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2195 2024.10.03 20:32:41.469202 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2196 2024.10.03 20:32:41.469211 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2197 2024.10.03 20:32:41.469447 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2198 2024.10.03 20:32:41.469641 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2199 2024.10.03 20:32:41.469712 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2200 2024.10.03 20:32:41.470042 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2201 2024.10.03 20:32:41.470081 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2202 2024.10.03 20:32:41.470452 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2203 2024.10.03 20:32:41.470902 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2204 2024.10.03 20:32:41.471039 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001989 sec., 41226.747109100055 rows/sec., 2.62 MiB/sec.
2205 2024.10.03 20:32:41.471084 [ 93 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2206 2024.10.03 20:32:41.471207 [ 93 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2207 2024.10.03 20:32:41.471258 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2208 2024.10.03 20:32:41.471293 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Debug> DynamicQueryHandler: Done processing query
2209 2024.10.03 20:32:41.471341 [ 3 ] {e748b61c-e470-49b2-84d9-158c2fc9133b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2210 2024.10.03 20:32:41.471375 [ 3 ] {} <Debug> HTTP-Session: df827a2c-3017-4f51-9428-71e8d6842d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2211 2024.10.03 20:32:41.471407 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2212 2024.10.03 20:32:41.471516 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2213 2024.10.03 20:32:41.471543 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::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
2214 2024.10.03 20:32:41.471598 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part
2215 2024.10.03 20:32:41.471814 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
2216 2024.10.03 20:32:41.471970 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part
2217 2024.10.03 20:32:41.472156 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
2218 2024.10.03 20:32:41.472274 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
2219 2024.10.03 20:32:41.473395 [ 193 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.002061921 sec., 160044.92897642538 rows/sec., 10.28 MiB/sec.
2220 2024.10.03 20:32:41.473533 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2221 2024.10.03 20:32:41.473889 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2024.10.03 20:32:41.473958 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_6_1} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2223 2024.10.03 20:32:41.474024 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2224 2024.10.03 20:32:45.633515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 234
2225 2024.10.03 20:32:45.636647 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2226 2024.10.03 20:32:45.636697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2227 2024.10.03 20:32:45.638446 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2228 2024.10.03 20:32:45.639490 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2229 2024.10.03 20:32:45.640304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234
2230 2024.10.03 20:32:46.438608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2231 2024.10.03 20:32:46.438730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2232 2024.10.03 20:32:46.438757 [ 3 ] {} <Debug> HTTP-Session: 9596b631-7f35-40c5-9e88-620f06bb57a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2233 2024.10.03 20:32:46.438786 [ 3 ] {} <Debug> HTTP-Session: 9596b631-7f35-40c5-9e88-620f06bb57a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2234 2024.10.03 20:32:46.438807 [ 3 ] {} <Debug> HTTP-Session: 9596b631-7f35-40c5-9e88-620f06bb57a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2235 2024.10.03 20:32:46.438864 [ 3 ] {} <Trace> HTTP-Session: 9596b631-7f35-40c5-9e88-620f06bb57a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2236 2024.10.03 20:32:46.439098 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2237 2024.10.03 20:32:46.439181 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2238 2024.10.03 20:32:46.439553 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2239 2024.10.03 20:32:46.440058 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2240 2024.10.03 20:32:46.440101 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2241 2024.10.03 20:32:46.440524 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2242 2024.10.03 20:32:46.440936 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2243 2024.10.03 20:32:46.441114 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002082 sec., 34582.1325648415 rows/sec., 2.81 MiB/sec.
2244 2024.10.03 20:32:46.441366 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Debug> DynamicQueryHandler: Done processing query
2245 2024.10.03 20:32:46.441400 [ 3 ] {d9d80d0e-2b67-4c3e-b9d0-2226f9fbe507} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2246 2024.10.03 20:32:46.441423 [ 3 ] {} <Debug> HTTP-Session: 9596b631-7f35-40c5-9e88-620f06bb57a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2247 2024.10.03 20:32:46.441611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2248 2024.10.03 20:32:46.441666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2249 2024.10.03 20:32:46.441687 [ 3 ] {} <Debug> HTTP-Session: d7a5caf4-2b84-4601-bd89-e26867cb1e4a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2250 2024.10.03 20:32:46.441703 [ 3 ] {} <Debug> HTTP-Session: d7a5caf4-2b84-4601-bd89-e26867cb1e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2251 2024.10.03 20:32:46.441717 [ 3 ] {} <Debug> HTTP-Session: d7a5caf4-2b84-4601-bd89-e26867cb1e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2252 2024.10.03 20:32:46.441750 [ 3 ] {} <Trace> HTTP-Session: d7a5caf4-2b84-4601-bd89-e26867cb1e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2253 2024.10.03 20:32:46.441856 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2254 2024.10.03 20:32:46.441901 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2255 2024.10.03 20:32:46.442127 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2256 2024.10.03 20:32:46.442477 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2257 2024.10.03 20:32:46.442514 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2258 2024.10.03 20:32:46.442882 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2259 2024.10.03 20:32:46.443252 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2260 2024.10.03 20:32:46.443418 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001581 sec., 5060.088551549652 rows/sec., 380.49 KiB/sec.
2261 2024.10.03 20:32:46.443602 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Debug> DynamicQueryHandler: Done processing query
2262 2024.10.03 20:32:46.443628 [ 3 ] {1a55d78e-4f7c-42e1-9e5d-538d62b49453} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2263 2024.10.03 20:32:46.443644 [ 3 ] {} <Debug> HTTP-Session: d7a5caf4-2b84-4601-bd89-e26867cb1e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2264 2024.10.03 20:32:46.443778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2265 2024.10.03 20:32:46.443827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2266 2024.10.03 20:32:46.443847 [ 3 ] {} <Debug> HTTP-Session: b5d57bbd-8ef5-43c2-a799-1caa674cb290 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2267 2024.10.03 20:32:46.443863 [ 3 ] {} <Debug> HTTP-Session: b5d57bbd-8ef5-43c2-a799-1caa674cb290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2268 2024.10.03 20:32:46.443877 [ 3 ] {} <Debug> HTTP-Session: b5d57bbd-8ef5-43c2-a799-1caa674cb290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2269 2024.10.03 20:32:46.443908 [ 3 ] {} <Trace> HTTP-Session: b5d57bbd-8ef5-43c2-a799-1caa674cb290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2270 2024.10.03 20:32:46.444026 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2271 2024.10.03 20:32:46.444070 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2272 2024.10.03 20:32:46.444298 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2273 2024.10.03 20:32:46.444676 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2274 2024.10.03 20:32:46.444714 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2275 2024.10.03 20:32:46.445081 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2276 2024.10.03 20:32:46.445441 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2277 2024.10.03 20:32:46.445600 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00161 sec., 44720.49689440994 rows/sec., 3.49 MiB/sec.
2278 2024.10.03 20:32:46.445782 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Debug> DynamicQueryHandler: Done processing query
2279 2024.10.03 20:32:46.445807 [ 3 ] {c81a3e35-85c0-43fd-b7e9-cddf811590f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2280 2024.10.03 20:32:46.445823 [ 3 ] {} <Debug> HTTP-Session: b5d57bbd-8ef5-43c2-a799-1caa674cb290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2281 2024.10.03 20:32:46.446012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2282 2024.10.03 20:32:46.446062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2283 2024.10.03 20:32:46.446083 [ 3 ] {} <Debug> HTTP-Session: c64b2dbf-2758-4c70-bde8-fc46f8896b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2284 2024.10.03 20:32:46.446100 [ 3 ] {} <Debug> HTTP-Session: c64b2dbf-2758-4c70-bde8-fc46f8896b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2285 2024.10.03 20:32:46.446115 [ 3 ] {} <Debug> HTTP-Session: c64b2dbf-2758-4c70-bde8-fc46f8896b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2286 2024.10.03 20:32:46.446146 [ 3 ] {} <Trace> HTTP-Session: c64b2dbf-2758-4c70-bde8-fc46f8896b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2287 2024.10.03 20:32:46.446350 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2288 2024.10.03 20:32:46.446403 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2289 2024.10.03 20:32:46.446563 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2290 2024.10.03 20:32:46.446998 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2024.10.03 20:32:46.447040 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2292 2024.10.03 20:32:46.447444 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2293 2024.10.03 20:32:46.447803 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2294 2024.10.03 20:32:46.447968 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec.
2295 2024.10.03 20:32:46.448258 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Debug> DynamicQueryHandler: Done processing query
2296 2024.10.03 20:32:46.448282 [ 3 ] {8ba17711-fbb4-4295-8d3c-fc87154ae8bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2297 2024.10.03 20:32:46.448300 [ 3 ] {} <Debug> HTTP-Session: c64b2dbf-2758-4c70-bde8-fc46f8896b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2298 2024.10.03 20:32:46.448435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2299 2024.10.03 20:32:46.448483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2300 2024.10.03 20:32:46.448503 [ 3 ] {} <Debug> HTTP-Session: 58a51a8b-5da3-4abb-9cdb-74e9f6e9e683 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2301 2024.10.03 20:32:46.448520 [ 3 ] {} <Debug> HTTP-Session: 58a51a8b-5da3-4abb-9cdb-74e9f6e9e683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2302 2024.10.03 20:32:46.448533 [ 3 ] {} <Debug> HTTP-Session: 58a51a8b-5da3-4abb-9cdb-74e9f6e9e683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2303 2024.10.03 20:32:46.448565 [ 3 ] {} <Trace> HTTP-Session: 58a51a8b-5da3-4abb-9cdb-74e9f6e9e683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2304 2024.10.03 20:32:46.448733 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2305 2024.10.03 20:32:46.448807 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2306 2024.10.03 20:32:46.449258 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2307 2024.10.03 20:32:46.449783 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2308 2024.10.03 20:32:46.449820 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2309 2024.10.03 20:32:46.450432 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2310 2024.10.03 20:32:46.450861 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2311 2024.10.03 20:32:46.451060 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002411 sec., 3318.125259228536 rows/sec., 5.95 MiB/sec.
2312 2024.10.03 20:32:46.451352 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Debug> DynamicQueryHandler: Done processing query
2313 2024.10.03 20:32:46.451379 [ 3 ] {05e89a50-799b-4c12-82e2-fb5687442a4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2314 2024.10.03 20:32:46.451396 [ 3 ] {} <Debug> HTTP-Session: 58a51a8b-5da3-4abb-9cdb-74e9f6e9e683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2315 2024.10.03 20:32:46.451546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2316 2024.10.03 20:32:46.451596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2317 2024.10.03 20:32:46.451615 [ 3 ] {} <Debug> HTTP-Session: 43299cbb-9792-4acf-837a-f27cc06120c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2318 2024.10.03 20:32:46.451632 [ 3 ] {} <Debug> HTTP-Session: 43299cbb-9792-4acf-837a-f27cc06120c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2319 2024.10.03 20:32:46.451646 [ 3 ] {} <Debug> HTTP-Session: 43299cbb-9792-4acf-837a-f27cc06120c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2320 2024.10.03 20:32:46.451678 [ 3 ] {} <Trace> HTTP-Session: 43299cbb-9792-4acf-837a-f27cc06120c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2321 2024.10.03 20:32:46.451795 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2322 2024.10.03 20:32:46.451840 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2323 2024.10.03 20:32:46.451970 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2324 2024.10.03 20:32:46.452265 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2024.10.03 20:32:46.452302 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2326 2024.10.03 20:32:46.452663 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2327 2024.10.03 20:32:46.452987 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2328 2024.10.03 20:32:46.453151 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec.
2329 2024.10.03 20:32:46.453327 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Debug> DynamicQueryHandler: Done processing query
2330 2024.10.03 20:32:46.453352 [ 3 ] {6fc96d7e-a715-409a-b223-0403e06ba27f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2331 2024.10.03 20:32:46.453368 [ 3 ] {} <Debug> HTTP-Session: 43299cbb-9792-4acf-837a-f27cc06120c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2332 2024.10.03 20:32:51.435412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2333 2024.10.03 20:32:51.435539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2334 2024.10.03 20:32:51.435568 [ 3 ] {} <Debug> HTTP-Session: 69976079-5cd4-490b-b797-5840f60a93cc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2335 2024.10.03 20:32:51.435596 [ 3 ] {} <Debug> HTTP-Session: 69976079-5cd4-490b-b797-5840f60a93cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2336 2024.10.03 20:32:51.435614 [ 3 ] {} <Debug> HTTP-Session: 69976079-5cd4-490b-b797-5840f60a93cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2337 2024.10.03 20:32:51.435670 [ 3 ] {} <Trace> HTTP-Session: 69976079-5cd4-490b-b797-5840f60a93cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2338 2024.10.03 20:32:51.435927 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2339 2024.10.03 20:32:51.436311 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2340 2024.10.03 20:32:51.436360 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2341 2024.10.03 20:32:51.436696 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2342 2024.10.03 20:32:51.436776 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2343 2024.10.03 20:32:51.436951 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2344 2024.10.03 20:32:51.437116 [ 257 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2345 2024.10.03 20:32:51.437208 [ 255 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2346 2024.10.03 20:32:51.437212 [ 251 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2347 2024.10.03 20:32:51.437418 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2348 2024.10.03 20:32:51.437449 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2349 2024.10.03 20:32:51.437542 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2350 2024.10.03 20:32:51.437564 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 30 rows with 2 streams
2351 2024.10.03 20:32:51.437607 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2352 2024.10.03 20:32:51.437656 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2353 2024.10.03 20:32:51.439215 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00341 sec., 8797.653958944282 rows/sec., 329.63 KiB/sec.
2354 2024.10.03 20:32:51.439532 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> DynamicQueryHandler: Done processing query
2355 2024.10.03 20:32:51.439560 [ 3 ] {15679d8b-3d0c-4b9f-ad9a-d5260a8b5b5b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2356 2024.10.03 20:32:51.439577 [ 3 ] {} <Debug> HTTP-Session: 69976079-5cd4-490b-b797-5840f60a93cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2357 2024.10.03 20:32:51.439900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2358 2024.10.03 20:32:51.439950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2359 2024.10.03 20:32:51.439968 [ 3 ] {} <Debug> HTTP-Session: b23e324d-4943-47c3-a8ef-76ff1c754314 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2360 2024.10.03 20:32:51.439985 [ 3 ] {} <Debug> HTTP-Session: b23e324d-4943-47c3-a8ef-76ff1c754314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2361 2024.10.03 20:32:51.439999 [ 3 ] {} <Debug> HTTP-Session: b23e324d-4943-47c3-a8ef-76ff1c754314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2362 2024.10.03 20:32:51.440030 [ 3 ] {} <Trace> HTTP-Session: b23e324d-4943-47c3-a8ef-76ff1c754314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2363 2024.10.03 20:32:51.440178 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2364 2024.10.03 20:32:51.440465 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2365 2024.10.03 20:32:51.440510 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2366 2024.10.03 20:32:51.440816 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2367 2024.10.03 20:32:51.440882 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2368 2024.10.03 20:32:51.441023 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2369 2024.10.03 20:32:51.441185 [ 258 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2370 2024.10.03 20:32:51.441205 [ 257 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2371 2024.10.03 20:32:51.441230 [ 259 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2372 2024.10.03 20:32:51.441407 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2373 2024.10.03 20:32:51.441437 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2374 2024.10.03 20:32:51.441517 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2375 2024.10.03 20:32:51.441537 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 30 rows with 2 streams
2376 2024.10.03 20:32:51.441577 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2377 2024.10.03 20:32:51.441618 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2378 2024.10.03 20:32:51.443025 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002919 sec., 10277.49229188078 rows/sec., 385.07 KiB/sec.
2379 2024.10.03 20:32:51.443305 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> DynamicQueryHandler: Done processing query
2380 2024.10.03 20:32:51.443328 [ 3 ] {3a708a28-af4d-4ff9-86cd-f1480e379729} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2381 2024.10.03 20:32:51.443345 [ 3 ] {} <Debug> HTTP-Session: b23e324d-4943-47c3-a8ef-76ff1c754314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2382 2024.10.03 20:32:51.443560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2383 2024.10.03 20:32:51.443605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2384 2024.10.03 20:32:51.443624 [ 3 ] {} <Debug> HTTP-Session: 52636cb9-a058-454b-bf5c-6350c99620d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2385 2024.10.03 20:32:51.443641 [ 3 ] {} <Debug> HTTP-Session: 52636cb9-a058-454b-bf5c-6350c99620d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2386 2024.10.03 20:32:51.443654 [ 3 ] {} <Debug> HTTP-Session: 52636cb9-a058-454b-bf5c-6350c99620d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2387 2024.10.03 20:32:51.443685 [ 3 ] {} <Trace> HTTP-Session: 52636cb9-a058-454b-bf5c-6350c99620d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2388 2024.10.03 20:32:51.443834 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2389 2024.10.03 20:32:51.444119 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2390 2024.10.03 20:32:51.444164 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2391 2024.10.03 20:32:51.444465 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2392 2024.10.03 20:32:51.444528 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2393 2024.10.03 20:32:51.444669 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2394 2024.10.03 20:32:51.444791 [ 255 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2395 2024.10.03 20:32:51.444792 [ 251 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2396 2024.10.03 20:32:51.444816 [ 259 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2397 2024.10.03 20:32:51.444924 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
2398 2024.10.03 20:32:51.444952 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2399 2024.10.03 20:32:51.445035 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2400 2024.10.03 20:32:51.445054 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 30 rows with 2 streams
2401 2024.10.03 20:32:51.445094 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2402 2024.10.03 20:32:51.445135 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2403 2024.10.03 20:32:51.446622 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002862 sec., 10482.18029350105 rows/sec., 392.74 KiB/sec.
2404 2024.10.03 20:32:51.446904 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> DynamicQueryHandler: Done processing query
2405 2024.10.03 20:32:51.446929 [ 3 ] {66208a57-1fb2-4f93-9fc7-c60f4add93f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2406 2024.10.03 20:32:51.446946 [ 3 ] {} <Debug> HTTP-Session: 52636cb9-a058-454b-bf5c-6350c99620d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2407 2024.10.03 20:32:51.455688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2408 2024.10.03 20:32:51.455749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2409 2024.10.03 20:32:51.455773 [ 3 ] {} <Debug> HTTP-Session: ce5075c7-05c7-426d-9aa0-f096e1a4f79f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2410 2024.10.03 20:32:51.455794 [ 3 ] {} <Debug> HTTP-Session: ce5075c7-05c7-426d-9aa0-f096e1a4f79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2411 2024.10.03 20:32:51.455811 [ 3 ] {} <Debug> HTTP-Session: ce5075c7-05c7-426d-9aa0-f096e1a4f79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2412 2024.10.03 20:32:51.455849 [ 3 ] {} <Trace> HTTP-Session: ce5075c7-05c7-426d-9aa0-f096e1a4f79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2413 2024.10.03 20:32:51.455976 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2414 2024.10.03 20:32:51.456032 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2415 2024.10.03 20:32:51.456232 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2416 2024.10.03 20:32:51.456589 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2417 2024.10.03 20:32:51.456633 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2418 2024.10.03 20:32:51.457163 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2419 2024.10.03 20:32:51.457487 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2420 2024.10.03 20:32:51.457649 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001709 sec., 1755.4125219426564 rows/sec., 160.00 KiB/sec.
2421 2024.10.03 20:32:51.458003 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Debug> DynamicQueryHandler: Done processing query
2422 2024.10.03 20:32:51.458031 [ 3 ] {2627f22f-19b1-40e0-93c6-8e900524d5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2423 2024.10.03 20:32:51.458047 [ 3 ] {} <Debug> HTTP-Session: ce5075c7-05c7-426d-9aa0-f096e1a4f79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2424 2024.10.03 20:32:51.458211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 35184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2425 2024.10.03 20:32:51.458259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2426 2024.10.03 20:32:51.458278 [ 3 ] {} <Debug> HTTP-Session: 979c2a26-da61-4e15-b5c9-64b1bdc1da85 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2427 2024.10.03 20:32:51.458296 [ 3 ] {} <Debug> HTTP-Session: 979c2a26-da61-4e15-b5c9-64b1bdc1da85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2428 2024.10.03 20:32:51.458312 [ 3 ] {} <Debug> HTTP-Session: 979c2a26-da61-4e15-b5c9-64b1bdc1da85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2429 2024.10.03 20:32:51.458342 [ 3 ] {} <Trace> HTTP-Session: 979c2a26-da61-4e15-b5c9-64b1bdc1da85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2430 2024.10.03 20:32:51.458500 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2431 2024.10.03 20:32:51.458546 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2432 2024.10.03 20:32:51.458805 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2433 2024.10.03 20:32:51.459294 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2024.10.03 20:32:51.459332 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2435 2024.10.03 20:32:51.459704 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2436 2024.10.03 20:32:51.460058 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2024.10.03 20:32:51.460184 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Debug> executeQuery: Read 233 rows, 21.02 KiB in 0.001756 sec., 132687.9271070615 rows/sec., 11.69 MiB/sec.
2438 2024.10.03 20:32:51.460432 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Debug> DynamicQueryHandler: Done processing query
2439 2024.10.03 20:32:51.460456 [ 3 ] {ec369756-36d8-4086-8abc-6aee71bc2b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
2440 2024.10.03 20:32:51.460472 [ 3 ] {} <Debug> HTTP-Session: 979c2a26-da61-4e15-b5c9-64b1bdc1da85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2441 2024.10.03 20:32:51.460632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2442 2024.10.03 20:32:51.460680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2443 2024.10.03 20:32:51.460698 [ 3 ] {} <Debug> HTTP-Session: 6c819032-bc99-4ba2-a16b-5b5de8e7077e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2444 2024.10.03 20:32:51.460715 [ 3 ] {} <Debug> HTTP-Session: 6c819032-bc99-4ba2-a16b-5b5de8e7077e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2445 2024.10.03 20:32:51.460728 [ 3 ] {} <Debug> HTTP-Session: 6c819032-bc99-4ba2-a16b-5b5de8e7077e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2446 2024.10.03 20:32:51.460759 [ 3 ] {} <Trace> HTTP-Session: 6c819032-bc99-4ba2-a16b-5b5de8e7077e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2447 2024.10.03 20:32:51.460857 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2448 2024.10.03 20:32:51.460900 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2449 2024.10.03 20:32:51.461129 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2450 2024.10.03 20:32:51.461424 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2451 2024.10.03 20:32:51.461460 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2452 2024.10.03 20:32:51.461792 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2453 2024.10.03 20:32:51.462140 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2454 2024.10.03 20:32:51.462302 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001455 sec., 15120.274914089348 rows/sec., 1.11 MiB/sec.
2455 2024.10.03 20:32:51.462460 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Debug> DynamicQueryHandler: Done processing query
2456 2024.10.03 20:32:51.462484 [ 3 ] {54d07ebb-8ae5-47be-96f1-324d545885a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2457 2024.10.03 20:32:51.462500 [ 3 ] {} <Debug> HTTP-Session: 6c819032-bc99-4ba2-a16b-5b5de8e7077e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2458 2024.10.03 20:32:51.462693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2459 2024.10.03 20:32:51.462738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2460 2024.10.03 20:32:51.462757 [ 3 ] {} <Debug> HTTP-Session: e9814b5b-5529-4554-b103-afde34a8b8d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2461 2024.10.03 20:32:51.462773 [ 3 ] {} <Debug> HTTP-Session: e9814b5b-5529-4554-b103-afde34a8b8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2462 2024.10.03 20:32:51.462786 [ 3 ] {} <Debug> HTTP-Session: e9814b5b-5529-4554-b103-afde34a8b8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2463 2024.10.03 20:32:51.462816 [ 3 ] {} <Trace> HTTP-Session: e9814b5b-5529-4554-b103-afde34a8b8d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2464 2024.10.03 20:32:51.462911 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2465 2024.10.03 20:32:51.462953 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2466 2024.10.03 20:32:51.463172 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2467 2024.10.03 20:32:51.463466 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2468 2024.10.03 20:32:51.463501 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2469 2024.10.03 20:32:51.463837 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2470 2024.10.03 20:32:51.464183 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2024.10.03 20:32:51.464335 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001448 sec., 9668.508287292818 rows/sec., 677.12 KiB/sec.
2472 2024.10.03 20:32:51.464503 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Debug> DynamicQueryHandler: Done processing query
2473 2024.10.03 20:32:51.464529 [ 3 ] {8f6618fc-c135-430e-96d6-643143319042} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2474 2024.10.03 20:32:51.464547 [ 3 ] {} <Debug> HTTP-Session: e9814b5b-5529-4554-b103-afde34a8b8d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2475 2024.10.03 20:32:51.465115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2476 2024.10.03 20:32:51.465161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2477 2024.10.03 20:32:51.465179 [ 3 ] {} <Debug> HTTP-Session: c3bd9f47-46fe-4e6c-9d08-2c26d2f850e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2478 2024.10.03 20:32:51.465195 [ 3 ] {} <Debug> HTTP-Session: c3bd9f47-46fe-4e6c-9d08-2c26d2f850e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2479 2024.10.03 20:32:51.465209 [ 3 ] {} <Debug> HTTP-Session: c3bd9f47-46fe-4e6c-9d08-2c26d2f850e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2480 2024.10.03 20:32:51.465240 [ 3 ] {} <Trace> HTTP-Session: c3bd9f47-46fe-4e6c-9d08-2c26d2f850e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2481 2024.10.03 20:32:51.465335 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2482 2024.10.03 20:32:51.465377 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2483 2024.10.03 20:32:51.465598 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2484 2024.10.03 20:32:51.465882 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2485 2024.10.03 20:32:51.465918 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2486 2024.10.03 20:32:51.466243 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2487 2024.10.03 20:32:51.466585 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2488 2024.10.03 20:32:51.466759 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 246.00 KiB/sec.
2489 2024.10.03 20:32:51.467067 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Debug> DynamicQueryHandler: Done processing query
2490 2024.10.03 20:32:51.467090 [ 3 ] {e2c3740b-553f-4c0e-b439-020f24124fe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2491 2024.10.03 20:32:51.467106 [ 3 ] {} <Debug> HTTP-Session: c3bd9f47-46fe-4e6c-9d08-2c26d2f850e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2492 2024.10.03 20:32:51.467386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2493 2024.10.03 20:32:51.467434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2494 2024.10.03 20:32:51.467452 [ 3 ] {} <Debug> HTTP-Session: 21b5f2c5-e38e-422d-9f46-ff0b083aa167 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2495 2024.10.03 20:32:51.467469 [ 3 ] {} <Debug> HTTP-Session: 21b5f2c5-e38e-422d-9f46-ff0b083aa167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2496 2024.10.03 20:32:51.467483 [ 3 ] {} <Debug> HTTP-Session: 21b5f2c5-e38e-422d-9f46-ff0b083aa167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2497 2024.10.03 20:32:51.467513 [ 3 ] {} <Trace> HTTP-Session: 21b5f2c5-e38e-422d-9f46-ff0b083aa167 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2498 2024.10.03 20:32:51.467925 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2499 2024.10.03 20:32:51.467969 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2500 2024.10.03 20:32:51.468213 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2501 2024.10.03 20:32:51.468777 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2024.10.03 20:32:51.468813 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2503 2024.10.03 20:32:51.469170 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2504 2024.10.03 20:32:51.469524 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2024.10.03 20:32:51.469692 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Debug> executeQuery: Read 414 rows, 30.26 KiB in 0.002054 sec., 201557.93573515094 rows/sec., 14.39 MiB/sec.
2506 2024.10.03 20:32:51.469894 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Debug> DynamicQueryHandler: Done processing query
2507 2024.10.03 20:32:51.469918 [ 3 ] {ef584dbe-d713-41d1-9deb-48366c809e44} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
2508 2024.10.03 20:32:51.469934 [ 3 ] {} <Debug> HTTP-Session: 21b5f2c5-e38e-422d-9f46-ff0b083aa167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2509 2024.10.03 20:32:51.470124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2510 2024.10.03 20:32:51.470171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2511 2024.10.03 20:32:51.470190 [ 3 ] {} <Debug> HTTP-Session: 1e270042-41c9-418d-928f-83cdb0ac440c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2512 2024.10.03 20:32:51.470206 [ 3 ] {} <Debug> HTTP-Session: 1e270042-41c9-418d-928f-83cdb0ac440c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2513 2024.10.03 20:32:51.470220 [ 3 ] {} <Debug> HTTP-Session: 1e270042-41c9-418d-928f-83cdb0ac440c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2514 2024.10.03 20:32:51.470251 [ 3 ] {} <Trace> HTTP-Session: 1e270042-41c9-418d-928f-83cdb0ac440c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2515 2024.10.03 20:32:51.470345 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2516 2024.10.03 20:32:51.470388 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2517 2024.10.03 20:32:51.470516 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2518 2024.10.03 20:32:51.470859 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2519 2024.10.03 20:32:51.470896 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2520 2024.10.03 20:32:51.471240 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2521 2024.10.03 20:32:51.471559 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2522 2024.10.03 20:32:51.471713 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 225.04 KiB/sec.
2523 2024.10.03 20:32:51.471879 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Debug> DynamicQueryHandler: Done processing query
2524 2024.10.03 20:32:51.471902 [ 3 ] {34844e30-0608-468f-81c1-ce5e4aac2c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2525 2024.10.03 20:32:51.471918 [ 3 ] {} <Debug> HTTP-Session: 1e270042-41c9-418d-928f-83cdb0ac440c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2526 2024.10.03 20:32:51.472149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2527 2024.10.03 20:32:51.472197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2528 2024.10.03 20:32:51.472216 [ 3 ] {} <Debug> HTTP-Session: b4562dfa-bbd9-4772-8f61-e016fb047c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2529 2024.10.03 20:32:51.472233 [ 3 ] {} <Debug> HTTP-Session: b4562dfa-bbd9-4772-8f61-e016fb047c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2530 2024.10.03 20:32:51.472247 [ 3 ] {} <Debug> HTTP-Session: b4562dfa-bbd9-4772-8f61-e016fb047c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2531 2024.10.03 20:32:51.472276 [ 3 ] {} <Trace> HTTP-Session: b4562dfa-bbd9-4772-8f61-e016fb047c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2532 2024.10.03 20:32:51.472464 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2533 2024.10.03 20:32:51.472511 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2534 2024.10.03 20:32:51.472658 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2535 2024.10.03 20:32:51.473223 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2536 2024.10.03 20:32:51.473260 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2537 2024.10.03 20:32:51.473629 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2538 2024.10.03 20:32:51.473960 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2539 2024.10.03 20:32:51.474134 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec.
2540 2024.10.03 20:32:51.474309 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Debug> DynamicQueryHandler: Done processing query
2541 2024.10.03 20:32:51.474333 [ 3 ] {90e05f18-ab15-40b9-ad19-f4bf2cf6314f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
2542 2024.10.03 20:32:51.474349 [ 3 ] {} <Debug> HTTP-Session: b4562dfa-bbd9-4772-8f61-e016fb047c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2543 2024.10.03 20:32:51.474477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2544 2024.10.03 20:32:51.474524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2545 2024.10.03 20:32:51.474542 [ 3 ] {} <Debug> HTTP-Session: 43aea4a6-c270-413d-b9a7-07eb3c2e4652 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2546 2024.10.03 20:32:51.474560 [ 3 ] {} <Debug> HTTP-Session: 43aea4a6-c270-413d-b9a7-07eb3c2e4652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2547 2024.10.03 20:32:51.474574 [ 3 ] {} <Debug> HTTP-Session: 43aea4a6-c270-413d-b9a7-07eb3c2e4652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2548 2024.10.03 20:32:51.474605 [ 3 ] {} <Trace> HTTP-Session: 43aea4a6-c270-413d-b9a7-07eb3c2e4652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2549 2024.10.03 20:32:51.474698 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2550 2024.10.03 20:32:51.474767 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2551 2024.10.03 20:32:51.474898 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2552 2024.10.03 20:32:51.475152 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2553 2024.10.03 20:32:51.475187 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2554 2024.10.03 20:32:51.475534 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2555 2024.10.03 20:32:51.475853 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2556 2024.10.03 20:32:51.476007 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec.
2557 2024.10.03 20:32:51.476171 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Debug> DynamicQueryHandler: Done processing query
2558 2024.10.03 20:32:51.476195 [ 3 ] {5958914b-8173-45b8-9424-7a7180d45296} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2559 2024.10.03 20:32:51.476235 [ 3 ] {} <Debug> HTTP-Session: 43aea4a6-c270-413d-b9a7-07eb3c2e4652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2560 2024.10.03 20:32:51.476388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 35998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2561 2024.10.03 20:32:51.476436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2562 2024.10.03 20:32:51.476454 [ 3 ] {} <Debug> HTTP-Session: 3c35ad56-952e-452d-a147-7942601a0243 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2563 2024.10.03 20:32:51.476470 [ 3 ] {} <Debug> HTTP-Session: 3c35ad56-952e-452d-a147-7942601a0243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2564 2024.10.03 20:32:51.476484 [ 3 ] {} <Debug> HTTP-Session: 3c35ad56-952e-452d-a147-7942601a0243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2565 2024.10.03 20:32:51.476515 [ 3 ] {} <Trace> HTTP-Session: 3c35ad56-952e-452d-a147-7942601a0243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2566 2024.10.03 20:32:51.476923 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2567 2024.10.03 20:32:51.476988 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2568 2024.10.03 20:32:51.477405 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2569 2024.10.03 20:32:51.478045 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2570 2024.10.03 20:32:51.478080 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2571 2024.10.03 20:32:51.478693 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2572 2024.10.03 20:32:51.479093 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2573 2024.10.03 20:32:51.479312 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00271 sec., 8118.081180811808 rows/sec., 14.55 MiB/sec.
2574 2024.10.03 20:32:51.479538 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Debug> DynamicQueryHandler: Done processing query
2575 2024.10.03 20:32:51.479562 [ 3 ] {505e530b-f09b-432d-bc9f-eb2e61320b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
2576 2024.10.03 20:32:51.479579 [ 3 ] {} <Debug> HTTP-Session: 3c35ad56-952e-452d-a147-7942601a0243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2577 2024.10.03 20:32:51.479702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2578 2024.10.03 20:32:51.479749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2579 2024.10.03 20:32:51.479768 [ 3 ] {} <Debug> HTTP-Session: 63f1f3ad-915f-4206-8430-c4689227003b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2580 2024.10.03 20:32:51.479784 [ 3 ] {} <Debug> HTTP-Session: 63f1f3ad-915f-4206-8430-c4689227003b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2581 2024.10.03 20:32:51.479798 [ 3 ] {} <Debug> HTTP-Session: 63f1f3ad-915f-4206-8430-c4689227003b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2582 2024.10.03 20:32:51.479828 [ 3 ] {} <Trace> HTTP-Session: 63f1f3ad-915f-4206-8430-c4689227003b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2583 2024.10.03 20:32:51.479926 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2584 2024.10.03 20:32:51.479971 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2585 2024.10.03 20:32:51.480099 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2586 2024.10.03 20:32:51.480431 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2024.10.03 20:32:51.480481 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2588 2024.10.03 20:32:51.480847 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2589 2024.10.03 20:32:51.481168 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2024.10.03 20:32:51.481323 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.00142 sec., 10563.38028169014 rows/sec., 786.06 KiB/sec.
2591 2024.10.03 20:32:51.481507 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Debug> DynamicQueryHandler: Done processing query
2592 2024.10.03 20:32:51.481530 [ 3 ] {3a1f9430-4713-42e1-a42a-4c648484b3f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2593 2024.10.03 20:32:51.481547 [ 3 ] {} <Debug> HTTP-Session: 63f1f3ad-915f-4206-8430-c4689227003b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2594 2024.10.03 20:32:51.481664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2595 2024.10.03 20:32:51.481711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2596 2024.10.03 20:32:51.481729 [ 3 ] {} <Debug> HTTP-Session: e9bef8b9-2b83-4abb-914a-ba04286d7396 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2597 2024.10.03 20:32:51.481745 [ 3 ] {} <Debug> HTTP-Session: e9bef8b9-2b83-4abb-914a-ba04286d7396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2598 2024.10.03 20:32:51.481759 [ 3 ] {} <Debug> HTTP-Session: e9bef8b9-2b83-4abb-914a-ba04286d7396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2599 2024.10.03 20:32:51.481789 [ 3 ] {} <Trace> HTTP-Session: e9bef8b9-2b83-4abb-914a-ba04286d7396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2600 2024.10.03 20:32:51.481919 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2601 2024.10.03 20:32:51.481964 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2602 2024.10.03 20:32:51.482095 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2603 2024.10.03 20:32:51.482397 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2604 2024.10.03 20:32:51.482431 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2605 2024.10.03 20:32:51.482782 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2606 2024.10.03 20:32:51.483094 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2607 2024.10.03 20:32:51.483246 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001384 sec., 59248.5549132948 rows/sec., 3.76 MiB/sec.
2608 2024.10.03 20:32:51.483409 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Debug> DynamicQueryHandler: Done processing query
2609 2024.10.03 20:32:51.483434 [ 3 ] {731fbff3-63d2-4e72-add4-84ce028e31c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2610 2024.10.03 20:32:51.483449 [ 3 ] {} <Debug> HTTP-Session: e9bef8b9-2b83-4abb-914a-ba04286d7396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2611 2024.10.03 20:32:54.739727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2612 2024.10.03 20:32:54.739864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2613 2024.10.03 20:32:54.739893 [ 3 ] {} <Debug> HTTP-Session: ddcc26dd-6d32-4579-8840-5c24023bac74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2614 2024.10.03 20:32:54.739921 [ 3 ] {} <Debug> HTTP-Session: ddcc26dd-6d32-4579-8840-5c24023bac74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2615 2024.10.03 20:32:54.739938 [ 3 ] {} <Debug> HTTP-Session: ddcc26dd-6d32-4579-8840-5c24023bac74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2616 2024.10.03 20:32:54.739992 [ 3 ] {} <Trace> HTTP-Session: ddcc26dd-6d32-4579-8840-5c24023bac74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2617 2024.10.03 20:32:54.740245 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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)
2618 2024.10.03 20:32:54.740650 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2619 2024.10.03 20:32:54.740701 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <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
2620 2024.10.03 20:32:54.741059 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2621 2024.10.03 20:32:54.741143 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2622 2024.10.03 20:32:54.741321 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2623 2024.10.03 20:32:54.741594 [ 251 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2624 2024.10.03 20:32:54.741644 [ 257 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2625 2024.10.03 20:32:54.741655 [ 255 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2626 2024.10.03 20:32:54.741623 [ 258 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2627 2024.10.03 20:32:54.741911 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2628 2024.10.03 20:32:54.741940 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2629 2024.10.03 20:32:54.742060 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2630 2024.10.03 20:32:54.742084 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2631 2024.10.03 20:32:54.742129 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <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'))"
2632 2024.10.03 20:32:54.742175 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <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'))"
2633 2024.10.03 20:32:54.742216 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <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'))"
2634 2024.10.03 20:32:54.744006 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003875 sec., 8516.129032258064 rows/sec., 325.86 KiB/sec.
2635 2024.10.03 20:32:54.744433 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> DynamicQueryHandler: Done processing query
2636 2024.10.03 20:32:54.744464 [ 3 ] {6ee0fb6e-a048-4d76-9cd3-c3ae24dc6a1a} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2637 2024.10.03 20:32:54.744485 [ 3 ] {} <Debug> HTTP-Session: ddcc26dd-6d32-4579-8840-5c24023bac74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2638 2024.10.03 20:32:54.744822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2639 2024.10.03 20:32:54.744886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2640 2024.10.03 20:32:54.744910 [ 3 ] {} <Debug> HTTP-Session: 1c1af2a7-e799-423f-b8d9-054096bbc124 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2641 2024.10.03 20:32:54.744931 [ 3 ] {} <Debug> HTTP-Session: 1c1af2a7-e799-423f-b8d9-054096bbc124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2642 2024.10.03 20:32:54.744949 [ 3 ] {} <Debug> HTTP-Session: 1c1af2a7-e799-423f-b8d9-054096bbc124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2643 2024.10.03 20:32:54.744991 [ 3 ] {} <Trace> HTTP-Session: 1c1af2a7-e799-423f-b8d9-054096bbc124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2644 2024.10.03 20:32:54.745172 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2645 2024.10.03 20:32:54.745524 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2646 2024.10.03 20:32:54.745599 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2647 2024.10.03 20:32:54.745948 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2648 2024.10.03 20:32:54.746015 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2649 2024.10.03 20:32:54.746159 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2650 2024.10.03 20:32:54.746336 [ 260 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2651 2024.10.03 20:32:54.746336 [ 259 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2652 2024.10.03 20:32:54.746386 [ 257 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2653 2024.10.03 20:32:54.746419 [ 251 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2654 2024.10.03 20:32:54.746577 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2655 2024.10.03 20:32:54.746607 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2656 2024.10.03 20:32:54.746712 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2657 2024.10.03 20:32:54.746735 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2658 2024.10.03 20:32:54.746775 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2659 2024.10.03 20:32:54.746819 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2660 2024.10.03 20:32:54.746858 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2661 2024.10.03 20:32:54.748496 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003402 sec., 9700.176366843034 rows/sec., 371.16 KiB/sec.
2662 2024.10.03 20:32:54.748907 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> DynamicQueryHandler: Done processing query
2663 2024.10.03 20:32:54.748939 [ 3 ] {03e7b8e4-5a64-4a8a-80eb-86c0e76e4c8b} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2664 2024.10.03 20:32:54.748961 [ 3 ] {} <Debug> HTTP-Session: 1c1af2a7-e799-423f-b8d9-054096bbc124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2665 2024.10.03 20:32:54.749201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2666 2024.10.03 20:32:54.749255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2667 2024.10.03 20:32:54.749277 [ 3 ] {} <Debug> HTTP-Session: 2915562f-593b-46eb-91a3-f56901c7da8a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2668 2024.10.03 20:32:54.749295 [ 3 ] {} <Debug> HTTP-Session: 2915562f-593b-46eb-91a3-f56901c7da8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2669 2024.10.03 20:32:54.749311 [ 3 ] {} <Debug> HTTP-Session: 2915562f-593b-46eb-91a3-f56901c7da8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2670 2024.10.03 20:32:54.749346 [ 3 ] {} <Trace> HTTP-Session: 2915562f-593b-46eb-91a3-f56901c7da8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2671 2024.10.03 20:32:54.749520 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2672 2024.10.03 20:32:54.749830 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2673 2024.10.03 20:32:54.749880 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2674 2024.10.03 20:32:54.750202 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2675 2024.10.03 20:32:54.750269 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2676 2024.10.03 20:32:54.750412 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2677 2024.10.03 20:32:54.750534 [ 253 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2678 2024.10.03 20:32:54.750599 [ 255 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2679 2024.10.03 20:32:54.750617 [ 251 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2680 2024.10.03 20:32:54.750602 [ 257 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2681 2024.10.03 20:32:54.750754 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2682 2024.10.03 20:32:54.750779 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2683 2024.10.03 20:32:54.750887 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2684 2024.10.03 20:32:54.750911 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2685 2024.10.03 20:32:54.750953 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2686 2024.10.03 20:32:54.751000 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2687 2024.10.03 20:32:54.751042 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2688 2024.10.03 20:32:54.752710 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003276 sec., 10073.260073260073 rows/sec., 385.44 KiB/sec.
2689 2024.10.03 20:32:54.753053 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> DynamicQueryHandler: Done processing query
2690 2024.10.03 20:32:54.753078 [ 3 ] {cde8b10d-7d3b-4f52-8d86-d13d03b9bfd2} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2691 2024.10.03 20:32:54.753098 [ 3 ] {} <Debug> HTTP-Session: 2915562f-593b-46eb-91a3-f56901c7da8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2692 2024.10.03 20:32:54.753342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2693 2024.10.03 20:32:54.753391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2694 2024.10.03 20:32:54.753412 [ 3 ] {} <Debug> HTTP-Session: 98262853-1eee-4a33-80d0-fb0b43e1d616 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2695 2024.10.03 20:32:54.753429 [ 3 ] {} <Debug> HTTP-Session: 98262853-1eee-4a33-80d0-fb0b43e1d616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2696 2024.10.03 20:32:54.753444 [ 3 ] {} <Debug> HTTP-Session: 98262853-1eee-4a33-80d0-fb0b43e1d616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2697 2024.10.03 20:32:54.753477 [ 3 ] {} <Trace> HTTP-Session: 98262853-1eee-4a33-80d0-fb0b43e1d616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2698 2024.10.03 20:32:54.753641 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2699 2024.10.03 20:32:54.753939 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2700 2024.10.03 20:32:54.753988 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2701 2024.10.03 20:32:54.754311 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2702 2024.10.03 20:32:54.754377 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2703 2024.10.03 20:32:54.754521 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2704 2024.10.03 20:32:54.754697 [ 259 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2705 2024.10.03 20:32:54.754698 [ 260 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2706 2024.10.03 20:32:54.754731 [ 251 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2707 2024.10.03 20:32:54.754727 [ 258 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2708 2024.10.03 20:32:54.754892 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2709 2024.10.03 20:32:54.754921 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2710 2024.10.03 20:32:54.755034 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2711 2024.10.03 20:32:54.755058 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2712 2024.10.03 20:32:54.755100 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2713 2024.10.03 20:32:54.755143 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2714 2024.10.03 20:32:54.755182 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2715 2024.10.03 20:32:54.756870 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003314 sec., 9957.754978877489 rows/sec., 381.02 KiB/sec.
2716 2024.10.03 20:32:54.757217 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> DynamicQueryHandler: Done processing query
2717 2024.10.03 20:32:54.757247 [ 3 ] {85a9af26-b9d3-4ed3-b7e4-4b3e3ea024a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2718 2024.10.03 20:32:54.757269 [ 3 ] {} <Debug> HTTP-Session: 98262853-1eee-4a33-80d0-fb0b43e1d616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2719 2024.10.03 20:32:54.757496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2720 2024.10.03 20:32:54.757555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2721 2024.10.03 20:32:54.757580 [ 3 ] {} <Debug> HTTP-Session: a2a001bf-86b4-4ec8-835c-549c41e951c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2722 2024.10.03 20:32:54.757600 [ 3 ] {} <Debug> HTTP-Session: a2a001bf-86b4-4ec8-835c-549c41e951c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2723 2024.10.03 20:32:54.757620 [ 3 ] {} <Debug> HTTP-Session: a2a001bf-86b4-4ec8-835c-549c41e951c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2724 2024.10.03 20:32:54.757659 [ 3 ] {} <Trace> HTTP-Session: a2a001bf-86b4-4ec8-835c-549c41e951c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2725 2024.10.03 20:32:54.757848 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2726 2024.10.03 20:32:54.758181 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2727 2024.10.03 20:32:54.758231 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2728 2024.10.03 20:32:54.758557 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2729 2024.10.03 20:32:54.758624 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2730 2024.10.03 20:32:54.758768 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2731 2024.10.03 20:32:54.758936 [ 257 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2732 2024.10.03 20:32:54.758953 [ 253 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2733 2024.10.03 20:32:54.758987 [ 259 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2734 2024.10.03 20:32:54.758989 [ 251 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2735 2024.10.03 20:32:54.759142 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2736 2024.10.03 20:32:54.759172 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2737 2024.10.03 20:32:54.759280 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2738 2024.10.03 20:32:54.759302 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2739 2024.10.03 20:32:54.759345 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2740 2024.10.03 20:32:54.759388 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2741 2024.10.03 20:32:54.759430 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2742 2024.10.03 20:32:54.761344 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003597 sec., 9174.311926605506 rows/sec., 351.04 KiB/sec.
2743 2024.10.03 20:32:54.761656 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> DynamicQueryHandler: Done processing query
2744 2024.10.03 20:32:54.761682 [ 3 ] {81652b00-147c-4445-ba49-e216aaef7964} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2745 2024.10.03 20:32:54.761701 [ 3 ] {} <Debug> HTTP-Session: a2a001bf-86b4-4ec8-835c-549c41e951c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2746 2024.10.03 20:32:54.761941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2747 2024.10.03 20:32:54.761991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2748 2024.10.03 20:32:54.762011 [ 3 ] {} <Debug> HTTP-Session: 0963c55e-8dce-4a34-a2d5-54b8b5b170e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2749 2024.10.03 20:32:54.762028 [ 3 ] {} <Debug> HTTP-Session: 0963c55e-8dce-4a34-a2d5-54b8b5b170e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2750 2024.10.03 20:32:54.762043 [ 3 ] {} <Debug> HTTP-Session: 0963c55e-8dce-4a34-a2d5-54b8b5b170e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2751 2024.10.03 20:32:54.762077 [ 3 ] {} <Trace> HTTP-Session: 0963c55e-8dce-4a34-a2d5-54b8b5b170e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2752 2024.10.03 20:32:54.762232 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2753 2024.10.03 20:32:54.762534 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2754 2024.10.03 20:32:54.762585 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2755 2024.10.03 20:32:54.762911 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2756 2024.10.03 20:32:54.762977 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2757 2024.10.03 20:32:54.763121 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2758 2024.10.03 20:32:54.763269 [ 261 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2759 2024.10.03 20:32:54.763312 [ 258 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2760 2024.10.03 20:32:54.763320 [ 257 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2761 2024.10.03 20:32:54.763346 [ 251 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2762 2024.10.03 20:32:54.763493 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2763 2024.10.03 20:32:54.763523 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
2764 2024.10.03 20:32:54.763630 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2765 2024.10.03 20:32:54.763652 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Reading approx. 33 rows with 3 streams
2766 2024.10.03 20:32:54.763693 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2767 2024.10.03 20:32:54.763736 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2768 2024.10.03 20:32:54.763775 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2769 2024.10.03 20:32:54.765606 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003453 sec., 9556.907037358818 rows/sec., 365.68 KiB/sec.
2770 2024.10.03 20:32:54.765925 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> DynamicQueryHandler: Done processing query
2771 2024.10.03 20:32:54.765951 [ 3 ] {d93c766e-0063-49e4-952b-f562c0e9972a} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2772 2024.10.03 20:32:54.765971 [ 3 ] {} <Debug> HTTP-Session: 0963c55e-8dce-4a34-a2d5-54b8b5b170e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2773 2024.10.03 20:32:54.867694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2774 2024.10.03 20:32:54.867760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2775 2024.10.03 20:32:54.867783 [ 3 ] {} <Debug> HTTP-Session: a29185cd-d3c3-4f57-a5db-fdfa4d4d5564 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2776 2024.10.03 20:32:54.867801 [ 3 ] {} <Debug> HTTP-Session: a29185cd-d3c3-4f57-a5db-fdfa4d4d5564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2777 2024.10.03 20:32:54.867816 [ 3 ] {} <Debug> HTTP-Session: a29185cd-d3c3-4f57-a5db-fdfa4d4d5564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2778 2024.10.03 20:32:54.867853 [ 3 ] {} <Trace> HTTP-Session: a29185cd-d3c3-4f57-a5db-fdfa4d4d5564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2779 2024.10.03 20:32:54.867984 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2780 2024.10.03 20:32:54.868035 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2781 2024.10.03 20:32:54.868224 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2782 2024.10.03 20:32:54.868615 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2783 2024.10.03 20:32:54.868659 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2784 2024.10.03 20:32:54.869161 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2785 2024.10.03 20:32:54.869494 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2786 2024.10.03 20:32:54.869669 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.00172 sec., 3488.3720930232557 rows/sec., 776.71 KiB/sec.
2787 2024.10.03 20:32:54.869845 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Debug> DynamicQueryHandler: Done processing query
2788 2024.10.03 20:32:54.869869 [ 3 ] {8069b9e1-e28b-4b05-bd99-84adbd9a5329} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2789 2024.10.03 20:32:54.869886 [ 3 ] {} <Debug> HTTP-Session: a29185cd-d3c3-4f57-a5db-fdfa4d4d5564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2790 2024.10.03 20:32:54.870215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 175929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2791 2024.10.03 20:32:54.870266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2792 2024.10.03 20:32:54.870285 [ 3 ] {} <Debug> HTTP-Session: f77a9dde-f060-48a3-bb5f-d3092c5e3888 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2793 2024.10.03 20:32:54.870302 [ 3 ] {} <Debug> HTTP-Session: f77a9dde-f060-48a3-bb5f-d3092c5e3888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2794 2024.10.03 20:32:54.870316 [ 3 ] {} <Debug> HTTP-Session: f77a9dde-f060-48a3-bb5f-d3092c5e3888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2795 2024.10.03 20:32:54.870348 [ 3 ] {} <Trace> HTTP-Session: f77a9dde-f060-48a3-bb5f-d3092c5e3888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2796 2024.10.03 20:32:54.871587 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2797 2024.10.03 20:32:54.871634 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2798 2024.10.03 20:32:54.871877 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2799 2024.10.03 20:32:54.873120 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2800 2024.10.03 20:32:54.873160 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2801 2024.10.03 20:32:54.873723 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2802 2024.10.03 20:32:54.874117 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2803 2024.10.03 20:32:54.874291 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.003719 sec., 325894.0575423501 rows/sec., 26.93 MiB/sec.
2804 2024.10.03 20:32:54.874470 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Debug> DynamicQueryHandler: Done processing query
2805 2024.10.03 20:32:54.874494 [ 3 ] {95da86d2-a70d-4d92-a4a5-d295b333a463} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
2806 2024.10.03 20:32:54.874510 [ 3 ] {} <Debug> HTTP-Session: f77a9dde-f060-48a3-bb5f-d3092c5e3888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2807 2024.10.03 20:32:54.874695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2808 2024.10.03 20:32:54.874741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2809 2024.10.03 20:32:54.874760 [ 3 ] {} <Debug> HTTP-Session: feb99f34-60a7-4db3-b7e2-bb5b20fe2f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2810 2024.10.03 20:32:54.874776 [ 3 ] {} <Debug> HTTP-Session: feb99f34-60a7-4db3-b7e2-bb5b20fe2f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2811 2024.10.03 20:32:54.874790 [ 3 ] {} <Debug> HTTP-Session: feb99f34-60a7-4db3-b7e2-bb5b20fe2f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2812 2024.10.03 20:32:54.874822 [ 3 ] {} <Trace> HTTP-Session: feb99f34-60a7-4db3-b7e2-bb5b20fe2f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2813 2024.10.03 20:32:54.874922 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2814 2024.10.03 20:32:54.874965 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2815 2024.10.03 20:32:54.875194 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2816 2024.10.03 20:32:54.875505 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2817 2024.10.03 20:32:54.875547 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2818 2024.10.03 20:32:54.875909 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2819 2024.10.03 20:32:54.876295 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2820 2024.10.03 20:32:54.876463 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001568 sec., 5102.040816326531 rows/sec., 383.65 KiB/sec.
2821 2024.10.03 20:32:54.876624 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Debug> DynamicQueryHandler: Done processing query
2822 2024.10.03 20:32:54.876648 [ 3 ] {cd823e59-de86-4308-ad5c-465189fd7ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2823 2024.10.03 20:32:54.876664 [ 3 ] {} <Debug> HTTP-Session: feb99f34-60a7-4db3-b7e2-bb5b20fe2f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2824 2024.10.03 20:32:54.876902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2825 2024.10.03 20:32:54.876949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2826 2024.10.03 20:32:54.876968 [ 3 ] {} <Debug> HTTP-Session: 56ca0554-8540-48fa-9e45-1ec9f94f4965 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2827 2024.10.03 20:32:54.876984 [ 3 ] {} <Debug> HTTP-Session: 56ca0554-8540-48fa-9e45-1ec9f94f4965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2828 2024.10.03 20:32:54.876998 [ 3 ] {} <Debug> HTTP-Session: 56ca0554-8540-48fa-9e45-1ec9f94f4965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2829 2024.10.03 20:32:54.877029 [ 3 ] {} <Trace> HTTP-Session: 56ca0554-8540-48fa-9e45-1ec9f94f4965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2830 2024.10.03 20:32:54.877224 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2831 2024.10.03 20:32:54.877266 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2832 2024.10.03 20:32:54.877488 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2833 2024.10.03 20:32:54.877901 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2834 2024.10.03 20:32:54.877938 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2835 2024.10.03 20:32:54.878317 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2836 2024.10.03 20:32:54.878747 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2837 2024.10.03 20:32:54.878925 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001821 sec., 125205.93080724878 rows/sec., 8.48 MiB/sec.
2838 2024.10.03 20:32:54.879101 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Debug> DynamicQueryHandler: Done processing query
2839 2024.10.03 20:32:54.879126 [ 3 ] {b77c01df-b37e-41d5-b8c9-28ec2fac7868} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2840 2024.10.03 20:32:54.879142 [ 3 ] {} <Debug> HTTP-Session: 56ca0554-8540-48fa-9e45-1ec9f94f4965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2841 2024.10.03 20:32:54.879399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2842 2024.10.03 20:32:54.879447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2843 2024.10.03 20:32:54.879466 [ 3 ] {} <Debug> HTTP-Session: bf04eddb-42db-44ef-954c-9ff179d845b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2844 2024.10.03 20:32:54.879483 [ 3 ] {} <Debug> HTTP-Session: bf04eddb-42db-44ef-954c-9ff179d845b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2845 2024.10.03 20:32:54.879496 [ 3 ] {} <Debug> HTTP-Session: bf04eddb-42db-44ef-954c-9ff179d845b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2846 2024.10.03 20:32:54.879529 [ 3 ] {} <Trace> HTTP-Session: bf04eddb-42db-44ef-954c-9ff179d845b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2847 2024.10.03 20:32:54.879776 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2848 2024.10.03 20:32:54.879821 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2849 2024.10.03 20:32:54.880054 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2850 2024.10.03 20:32:54.880645 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2851 2024.10.03 20:32:54.880682 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2852 2024.10.03 20:32:54.881069 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2853 2024.10.03 20:32:54.881428 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2854 2024.10.03 20:32:54.881590 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.00195 sec., 270769.2307692308 rows/sec., 20.05 MiB/sec.
2855 2024.10.03 20:32:54.881754 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Debug> DynamicQueryHandler: Done processing query
2856 2024.10.03 20:32:54.881778 [ 3 ] {0ca79a05-e126-413e-b828-f2c59c9b27b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2857 2024.10.03 20:32:54.881794 [ 3 ] {} <Debug> HTTP-Session: bf04eddb-42db-44ef-954c-9ff179d845b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2858 2024.10.03 20:32:54.882442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 524389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2859 2024.10.03 20:32:54.882489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2860 2024.10.03 20:32:54.882508 [ 3 ] {} <Debug> HTTP-Session: 762bc37f-d998-4356-8f72-a109dda4a8f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2861 2024.10.03 20:32:54.882524 [ 3 ] {} <Debug> HTTP-Session: 762bc37f-d998-4356-8f72-a109dda4a8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2862 2024.10.03 20:32:54.882539 [ 3 ] {} <Debug> HTTP-Session: 762bc37f-d998-4356-8f72-a109dda4a8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2863 2024.10.03 20:32:54.882570 [ 3 ] {} <Trace> HTTP-Session: 762bc37f-d998-4356-8f72-a109dda4a8f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2864 2024.10.03 20:32:54.883861 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2865 2024.10.03 20:32:54.883912 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2866 2024.10.03 20:32:54.884059 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2867 2024.10.03 20:32:54.886778 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2024.10.03 20:32:54.886820 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2869 2024.10.03 20:32:54.887546 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2870 2024.10.03 20:32:54.887893 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2871 2024.10.03 20:32:54.888076 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Debug> executeQuery: Read 2772 rows, 189.86 KiB in 0.005058 sec., 548042.7046263345 rows/sec., 36.66 MiB/sec.
2872 2024.10.03 20:32:54.888240 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Debug> DynamicQueryHandler: Done processing query
2873 2024.10.03 20:32:54.888264 [ 3 ] {f1628081-5419-449c-b4cb-20c85bc1c57b} <Debug> MemoryTracker: Peak memory usage (for query): 5.66 MiB.
2874 2024.10.03 20:32:54.888280 [ 3 ] {} <Debug> HTTP-Session: 762bc37f-d998-4356-8f72-a109dda4a8f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2875 2024.10.03 20:32:54.888676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2876 2024.10.03 20:32:54.888723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2877 2024.10.03 20:32:54.888742 [ 3 ] {} <Debug> HTTP-Session: d729cee6-a909-4582-8fe5-fdf652e2f5ca Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2878 2024.10.03 20:32:54.888759 [ 3 ] {} <Debug> HTTP-Session: d729cee6-a909-4582-8fe5-fdf652e2f5ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2879 2024.10.03 20:32:54.888773 [ 3 ] {} <Debug> HTTP-Session: d729cee6-a909-4582-8fe5-fdf652e2f5ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2880 2024.10.03 20:32:54.888804 [ 3 ] {} <Trace> HTTP-Session: d729cee6-a909-4582-8fe5-fdf652e2f5ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2881 2024.10.03 20:32:54.888949 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2882 2024.10.03 20:32:54.889013 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2883 2024.10.03 20:32:54.889427 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2884 2024.10.03 20:32:54.889889 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2885 2024.10.03 20:32:54.889925 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2886 2024.10.03 20:32:54.890493 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2887 2024.10.03 20:32:54.890906 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2888 2024.10.03 20:32:54.891117 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00223 sec., 3587.4439461883403 rows/sec., 6.43 MiB/sec.
2889 2024.10.03 20:32:54.891628 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Debug> DynamicQueryHandler: Done processing query
2890 2024.10.03 20:32:54.891652 [ 3 ] {7226821f-b694-49c5-93c6-e528ba081cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2891 2024.10.03 20:32:54.891667 [ 3 ] {} <Debug> HTTP-Session: d729cee6-a909-4582-8fe5-fdf652e2f5ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2892 2024.10.03 20:32:54.891825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2893 2024.10.03 20:32:54.891870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2894 2024.10.03 20:32:54.891889 [ 3 ] {} <Debug> HTTP-Session: 45fe3f8b-4da4-49bb-b201-e6586f14d6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2895 2024.10.03 20:32:54.891906 [ 3 ] {} <Debug> HTTP-Session: 45fe3f8b-4da4-49bb-b201-e6586f14d6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2896 2024.10.03 20:32:54.891920 [ 3 ] {} <Debug> HTTP-Session: 45fe3f8b-4da4-49bb-b201-e6586f14d6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2897 2024.10.03 20:32:54.891950 [ 3 ] {} <Trace> HTTP-Session: 45fe3f8b-4da4-49bb-b201-e6586f14d6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2898 2024.10.03 20:32:54.892065 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2899 2024.10.03 20:32:54.892109 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2900 2024.10.03 20:32:54.892253 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2901 2024.10.03 20:32:54.892541 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2902 2024.10.03 20:32:54.892578 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2903 2024.10.03 20:32:54.892935 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2904 2024.10.03 20:32:54.893263 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2905 2024.10.03 20:32:54.893419 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001393 sec., 33022.254127781765 rows/sec., 2.23 MiB/sec.
2906 2024.10.03 20:32:54.893573 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Debug> DynamicQueryHandler: Done processing query
2907 2024.10.03 20:32:54.893597 [ 3 ] {defd5418-822c-49b7-88c8-23c8374afd59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2908 2024.10.03 20:32:54.893613 [ 3 ] {} <Debug> HTTP-Session: 45fe3f8b-4da4-49bb-b201-e6586f14d6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2909 2024.10.03 20:32:55.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 142.96 MiB, peak 149.23 MiB, free memory in arenas 0.00 B, will set to 144.32 MiB (RSS), difference: 1.36 MiB
2910 2024.10.03 20:32:55.543492 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
2911 2024.10.03 20:32:55.543545 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
2912 2024.10.03 20:32:55.641423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 304
2913 2024.10.03 20:32:55.644988 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2024.10.03 20:32:55.645031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2915 2024.10.03 20:32:55.646627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2916 2024.10.03 20:32:55.647637 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2024.10.03 20:32:55.648181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304
2918 2024.10.03 20:32:56.431955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2919 2024.10.03 20:32:56.432072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2920 2024.10.03 20:32:56.432101 [ 3 ] {} <Debug> HTTP-Session: 59913e1a-c9a1-466e-97c8-a21e4be7cd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2921 2024.10.03 20:32:56.432129 [ 3 ] {} <Debug> HTTP-Session: 59913e1a-c9a1-466e-97c8-a21e4be7cd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2922 2024.10.03 20:32:56.432147 [ 3 ] {} <Debug> HTTP-Session: 59913e1a-c9a1-466e-97c8-a21e4be7cd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2923 2024.10.03 20:32:56.432202 [ 3 ] {} <Trace> HTTP-Session: 59913e1a-c9a1-466e-97c8-a21e4be7cd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2924 2024.10.03 20:32:56.432413 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2925 2024.10.03 20:32:56.432487 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2926 2024.10.03 20:32:56.432874 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2927 2024.10.03 20:32:56.433382 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2928 2024.10.03 20:32:56.433424 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2929 2024.10.03 20:32:56.433879 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2930 2024.10.03 20:32:56.434287 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2931 2024.10.03 20:32:56.434462 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002116 sec., 26465.028355387527 rows/sec., 2.03 MiB/sec.
2932 2024.10.03 20:32:56.435036 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Debug> DynamicQueryHandler: Done processing query
2933 2024.10.03 20:32:56.435065 [ 3 ] {7458233b-eadd-4335-818a-f1954a5392fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2934 2024.10.03 20:32:56.435082 [ 3 ] {} <Debug> HTTP-Session: 59913e1a-c9a1-466e-97c8-a21e4be7cd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2935 2024.10.03 20:32:56.435219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2936 2024.10.03 20:32:56.435269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2937 2024.10.03 20:32:56.435287 [ 3 ] {} <Debug> HTTP-Session: 128abc55-cf8a-448c-9b07-27dd7c8b0f1b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2938 2024.10.03 20:32:56.435304 [ 3 ] {} <Debug> HTTP-Session: 128abc55-cf8a-448c-9b07-27dd7c8b0f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2939 2024.10.03 20:32:56.435318 [ 3 ] {} <Debug> HTTP-Session: 128abc55-cf8a-448c-9b07-27dd7c8b0f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2940 2024.10.03 20:32:56.435351 [ 3 ] {} <Trace> HTTP-Session: 128abc55-cf8a-448c-9b07-27dd7c8b0f1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2024.10.03 20:32:56.435484 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2942 2024.10.03 20:32:56.435532 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2943 2024.10.03 20:32:56.435805 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2944 2024.10.03 20:32:56.436180 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2945 2024.10.03 20:32:56.436218 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2946 2024.10.03 20:32:56.436582 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2947 2024.10.03 20:32:56.436951 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2948 2024.10.03 20:32:56.437118 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001671 sec., 38300.41891083184 rows/sec., 2.99 MiB/sec.
2949 2024.10.03 20:32:56.437409 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Debug> DynamicQueryHandler: Done processing query
2950 2024.10.03 20:32:56.437433 [ 3 ] {f2eaba7a-676b-4416-8753-6209e04d2696} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2951 2024.10.03 20:32:56.437449 [ 3 ] {} <Debug> HTTP-Session: 128abc55-cf8a-448c-9b07-27dd7c8b0f1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2952 2024.10.03 20:32:56.437616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2953 2024.10.03 20:32:56.437665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2954 2024.10.03 20:32:56.437684 [ 3 ] {} <Debug> HTTP-Session: 15491306-54d6-46d3-a060-686862ce4819 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2955 2024.10.03 20:32:56.437700 [ 3 ] {} <Debug> HTTP-Session: 15491306-54d6-46d3-a060-686862ce4819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2956 2024.10.03 20:32:56.437714 [ 3 ] {} <Debug> HTTP-Session: 15491306-54d6-46d3-a060-686862ce4819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2957 2024.10.03 20:32:56.437746 [ 3 ] {} <Trace> HTTP-Session: 15491306-54d6-46d3-a060-686862ce4819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2958 2024.10.03 20:32:56.437859 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2959 2024.10.03 20:32:56.437908 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2960 2024.10.03 20:32:56.438074 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2961 2024.10.03 20:32:56.438422 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2024.10.03 20:32:56.438460 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2963 2024.10.03 20:32:56.438843 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2964 2024.10.03 20:32:56.439180 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2024.10.03 20:32:56.439351 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Debug> executeQuery: Read 34 rows, 2.43 KiB in 0.001522 sec., 22339.027595269385 rows/sec., 1.56 MiB/sec.
2966 2024.10.03 20:32:56.439644 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Debug> DynamicQueryHandler: Done processing query
2967 2024.10.03 20:32:56.439668 [ 3 ] {1a1045b9-407c-422c-b16a-763c3bda90f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2968 2024.10.03 20:32:56.439684 [ 3 ] {} <Debug> HTTP-Session: 15491306-54d6-46d3-a060-686862ce4819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2969 2024.10.03 20:32:56.439840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2970 2024.10.03 20:32:56.439888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2971 2024.10.03 20:32:56.439907 [ 3 ] {} <Debug> HTTP-Session: a3f52b88-ae83-47a2-a71d-75a6654967c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2972 2024.10.03 20:32:56.439923 [ 3 ] {} <Debug> HTTP-Session: a3f52b88-ae83-47a2-a71d-75a6654967c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2973 2024.10.03 20:32:56.439937 [ 3 ] {} <Debug> HTTP-Session: a3f52b88-ae83-47a2-a71d-75a6654967c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2974 2024.10.03 20:32:56.439968 [ 3 ] {} <Trace> HTTP-Session: a3f52b88-ae83-47a2-a71d-75a6654967c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2975 2024.10.03 20:32:56.440067 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2976 2024.10.03 20:32:56.440111 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2977 2024.10.03 20:32:56.440263 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2978 2024.10.03 20:32:56.440536 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2979 2024.10.03 20:32:56.440573 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2980 2024.10.03 20:32:56.440927 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2981 2024.10.03 20:32:56.441254 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2982 2024.10.03 20:32:56.441417 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Debug> executeQuery: Read 14 rows, 977.00 B in 0.00137 sec., 10218.978102189782 rows/sec., 696.42 KiB/sec.
2983 2024.10.03 20:32:56.441706 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Debug> DynamicQueryHandler: Done processing query
2984 2024.10.03 20:32:56.441731 [ 3 ] {751aac08-9b84-41c1-a10e-f9bc7ca0f724} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2985 2024.10.03 20:32:56.441747 [ 3 ] {} <Debug> HTTP-Session: a3f52b88-ae83-47a2-a71d-75a6654967c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2986 2024.10.03 20:33:01.442978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 35184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2987 2024.10.03 20:33:01.443158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2988 2024.10.03 20:33:01.443203 [ 3 ] {} <Debug> HTTP-Session: 24d73613-ba64-452e-8366-da5cc231c8f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
2989 2024.10.03 20:33:01.443244 [ 3 ] {} <Debug> HTTP-Session: 24d73613-ba64-452e-8366-da5cc231c8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2990 2024.10.03 20:33:01.443273 [ 3 ] {} <Debug> HTTP-Session: 24d73613-ba64-452e-8366-da5cc231c8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2991 2024.10.03 20:33:01.443334 [ 3 ] {} <Trace> HTTP-Session: 24d73613-ba64-452e-8366-da5cc231c8f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2992 2024.10.03 20:33:01.443577 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2993 2024.10.03 20:33:01.443642 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2994 2024.10.03 20:33:01.443976 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2995 2024.10.03 20:33:01.444597 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2024.10.03 20:33:01.444640 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2997 2024.10.03 20:33:01.445100 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2998 2024.10.03 20:33:01.445496 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2999 2024.10.03 20:33:01.445673 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Debug> executeQuery: Read 233 rows, 21.02 KiB in 0.002193 sec., 106247.15002279982 rows/sec., 9.36 MiB/sec.
3000 2024.10.03 20:33:01.445705 [ 66 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3001 2024.10.03 20:33:01.445866 [ 66 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3002 2024.10.03 20:33:01.445922 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3003 2024.10.03 20:33:01.446031 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Debug> DynamicQueryHandler: Done processing query
3004 2024.10.03 20:33:01.446092 [ 3 ] {ba650b44-d063-4549-842a-80898799fe96} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
3005 2024.10.03 20:33:01.446135 [ 3 ] {} <Debug> HTTP-Session: 24d73613-ba64-452e-8366-da5cc231c8f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3006 2024.10.03 20:33:01.446177 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
3007 2024.10.03 20:33:01.446406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3008 2024.10.03 20:33:01.446429 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3009 2024.10.03 20:33:01.446510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3010 2024.10.03 20:33:01.446509 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 205 rows starting from the beginning of the part
3011 2024.10.03 20:33:01.446552 [ 3 ] {} <Debug> HTTP-Session: 47d4200a-e854-4615-ab83-34b83005dc76 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3012 2024.10.03 20:33:01.446577 [ 3 ] {} <Debug> HTTP-Session: 47d4200a-e854-4615-ab83-34b83005dc76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3013 2024.10.03 20:33:01.446592 [ 3 ] {} <Debug> HTTP-Session: 47d4200a-e854-4615-ab83-34b83005dc76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3014 2024.10.03 20:33:01.446689 [ 3 ] {} <Trace> HTTP-Session: 47d4200a-e854-4615-ab83-34b83005dc76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3015 2024.10.03 20:33:01.446798 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
3016 2024.10.03 20:33:01.447150 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 233 rows starting from the beginning of the part
3017 2024.10.03 20:33:01.447150 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3018 2024.10.03 20:33:01.447367 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3019 2024.10.03 20:33:01.447479 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1212 rows starting from the beginning of the part
3020 2024.10.03 20:33:01.447842 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
3021 2024.10.03 20:33:01.448211 [ 187 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 233 rows starting from the beginning of the part
3022 2024.10.03 20:33:01.448975 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3023 2024.10.03 20:33:01.449791 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3024 2024.10.03 20:33:01.449864 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3025 2024.10.03 20:33:01.450894 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3026 2024.10.03 20:33:01.451783 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3027 2024.10.03 20:33:01.451880 [ 193 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2011 rows, containing 5 columns (5 merged, 0 gathered) in 0.005824216 sec., 345282.52386243915 rows/sec., 30.41 MiB/sec.
3028 2024.10.03 20:33:01.452102 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00517 sec., 4255.31914893617 rows/sec., 319.98 KiB/sec.
3029 2024.10.03 20:33:01.452445 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3030 2024.10.03 20:33:01.452524 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Debug> DynamicQueryHandler: Done processing query
3031 2024.10.03 20:33:01.452550 [ 3 ] {78d7ecdf-1346-49df-b487-593c60b67b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3032 2024.10.03 20:33:01.452569 [ 3 ] {} <Debug> HTTP-Session: 47d4200a-e854-4615-ab83-34b83005dc76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3033 2024.10.03 20:33:01.452754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3034 2024.10.03 20:33:01.452807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3035 2024.10.03 20:33:01.452835 [ 3 ] {} <Debug> HTTP-Session: 82343bcd-1ab4-4578-bb26-aabe09293b7a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3036 2024.10.03 20:33:01.452857 [ 3 ] {} <Debug> HTTP-Session: 82343bcd-1ab4-4578-bb26-aabe09293b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3037 2024.10.03 20:33:01.452877 [ 3 ] {} <Debug> HTTP-Session: 82343bcd-1ab4-4578-bb26-aabe09293b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3038 2024.10.03 20:33:01.452925 [ 3 ] {} <Trace> HTTP-Session: 82343bcd-1ab4-4578-bb26-aabe09293b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3039 2024.10.03 20:33:01.452945 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3040 2024.10.03 20:33:01.453049 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3041 2024.10.03 20:33:01.453053 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_11_2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3042 2024.10.03 20:33:01.453099 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3043 2024.10.03 20:33:01.453171 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3044 2024.10.03 20:33:01.453393 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3045 2024.10.03 20:33:01.453709 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3046 2024.10.03 20:33:01.453750 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3047 2024.10.03 20:33:01.454127 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3048 2024.10.03 20:33:01.454513 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2024.10.03 20:33:01.454675 [ 66 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3050 2024.10.03 20:33:01.454682 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001667 sec., 8398.320335932813 rows/sec., 588.16 KiB/sec.
3051 2024.10.03 20:33:01.454726 [ 66 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3052 2024.10.03 20:33:01.454790 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3053 2024.10.03 20:33:01.455022 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3054 2024.10.03 20:33:01.455066 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Debug> DynamicQueryHandler: Done processing query
3055 2024.10.03 20:33:01.455108 [ 3 ] {9897583a-ce12-4d50-9103-1fd6d95a2f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3056 2024.10.03 20:33:01.455188 [ 3 ] {} <Debug> HTTP-Session: 82343bcd-1ab4-4578-bb26-aabe09293b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3057 2024.10.03 20:33:01.455287 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3058 2024.10.03 20:33:01.455344 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3059 2024.10.03 20:33:01.455364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3060 2024.10.03 20:33:01.455460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3061 2024.10.03 20:33:01.455547 [ 3 ] {} <Debug> HTTP-Session: 73d40028-9885-48b9-bac6-b0ecf2564406 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3062 2024.10.03 20:33:01.455619 [ 3 ] {} <Debug> HTTP-Session: 73d40028-9885-48b9-bac6-b0ecf2564406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3063 2024.10.03 20:33:01.455655 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3064 2024.10.03 20:33:01.455679 [ 3 ] {} <Debug> HTTP-Session: 73d40028-9885-48b9-bac6-b0ecf2564406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3065 2024.10.03 20:33:01.455845 [ 3 ] {} <Trace> HTTP-Session: 73d40028-9885-48b9-bac6-b0ecf2564406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3066 2024.10.03 20:33:01.455990 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3067 2024.10.03 20:33:01.456207 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3068 2024.10.03 20:33:01.456316 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3069 2024.10.03 20:33:01.456356 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3070 2024.10.03 20:33:01.456656 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
3071 2024.10.03 20:33:01.457006 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
3072 2024.10.03 20:33:01.457766 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3073 2024.10.03 20:33:01.458550 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3074 2024.10.03 20:33:01.458609 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3075 2024.10.03 20:33:01.459693 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3076 2024.10.03 20:33:01.460053 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137978 sec., 57999.46983034961 rows/sec., 3.95 MiB/sec.
3077 2024.10.03 20:33:01.460335 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3078 2024.10.03 20:33:01.460520 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2024.10.03 20:33:01.460813 [ 66 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3080 2024.10.03 20:33:01.460919 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004811 sec., 1247.1419663271668 rows/sec., 73.68 KiB/sec.
3081 2024.10.03 20:33:01.460969 [ 66 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3082 2024.10.03 20:33:01.461112 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3083 2024.10.03 20:33:01.461659 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Debug> DynamicQueryHandler: Done processing query
3084 2024.10.03 20:33:01.461732 [ 3 ] {fdebf561-3f67-4f7c-862c-fac87df958ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3085 2024.10.03 20:33:01.461758 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3086 2024.10.03 20:33:01.461798 [ 3 ] {} <Debug> HTTP-Session: 73d40028-9885-48b9-bac6-b0ecf2564406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3087 2024.10.03 20:33:01.462045 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2024.10.03 20:33:01.462109 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3089 2024.10.03 20:33:01.462168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 65527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3090 2024.10.03 20:33:01.462227 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3091 2024.10.03 20:33:01.462300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3092 2024.10.03 20:33:01.462339 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_6_1} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3093 2024.10.03 20:33:01.462362 [ 3 ] {} <Debug> HTTP-Session: c2123e0d-cd87-4752-be16-c03eff8f7b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3094 2024.10.03 20:33:01.462433 [ 3 ] {} <Debug> HTTP-Session: c2123e0d-cd87-4752-be16-c03eff8f7b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3095 2024.10.03 20:33:01.462523 [ 3 ] {} <Debug> HTTP-Session: c2123e0d-cd87-4752-be16-c03eff8f7b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3096 2024.10.03 20:33:01.462661 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3097 2024.10.03 20:33:01.462661 [ 3 ] {} <Trace> HTTP-Session: c2123e0d-cd87-4752-be16-c03eff8f7b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3098 2024.10.03 20:33:01.462664 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3099 2024.10.03 20:33:01.463059 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3100 2024.10.03 20:33:01.463307 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3101 2024.10.03 20:33:01.463331 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3102 2024.10.03 20:33:01.463440 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3103 2024.10.03 20:33:01.463677 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
3104 2024.10.03 20:33:01.464672 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3105 2024.10.03 20:33:01.465409 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3106 2024.10.03 20:33:01.465447 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3107 2024.10.03 20:33:01.465834 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3108 2024.10.03 20:33:01.466190 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3109 2024.10.03 20:33:01.466345 [ 66 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3110 2024.10.03 20:33:01.466349 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.003372 sec., 119810.20166073547 rows/sec., 8.53 MiB/sec.
3111 2024.10.03 20:33:01.466395 [ 66 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2024.10.03 20:33:01.466461 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3113 2024.10.03 20:33:01.466645 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
3114 2024.10.03 20:33:01.466679 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Debug> DynamicQueryHandler: Done processing query
3115 2024.10.03 20:33:01.466710 [ 3 ] {82c55143-9d4a-465b-a153-be4e0f952872} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3116 2024.10.03 20:33:01.466735 [ 3 ] {} <Debug> HTTP-Session: c2123e0d-cd87-4752-be16-c03eff8f7b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3117 2024.10.03 20:33:01.466801 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3118 2024.10.03 20:33:01.466832 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
3119 2024.10.03 20:33:01.466872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3120 2024.10.03 20:33:01.466966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3121 2024.10.03 20:33:01.466991 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
3122 2024.10.03 20:33:01.467040 [ 3 ] {} <Debug> HTTP-Session: 343b88f9-9f7b-4b75-8b14-1b63779164ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3123 2024.10.03 20:33:01.467132 [ 3 ] {} <Debug> HTTP-Session: 343b88f9-9f7b-4b75-8b14-1b63779164ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3124 2024.10.03 20:33:01.467246 [ 3 ] {} <Debug> HTTP-Session: 343b88f9-9f7b-4b75-8b14-1b63779164ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3125 2024.10.03 20:33:01.467387 [ 3 ] {} <Trace> HTTP-Session: 343b88f9-9f7b-4b75-8b14-1b63779164ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3126 2024.10.03 20:33:01.467435 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 414 rows starting from the beginning of the part
3127 2024.10.03 20:33:01.467750 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3128 2024.10.03 20:33:01.467783 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 528 rows starting from the beginning of the part
3129 2024.10.03 20:33:01.467956 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3130 2024.10.03 20:33:01.468195 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part
3131 2024.10.03 20:33:01.468553 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 404 rows starting from the beginning of the part
3132 2024.10.03 20:33:01.469472 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3133 2024.10.03 20:33:01.470859 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.10.03 20:33:01.470956 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3135 2024.10.03 20:33:01.471967 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.01046157 sec., 2867.638413737135 rows/sec., 182.03 KiB/sec.
3136 2024.10.03 20:33:01.472418 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3137 2024.10.03 20:33:01.472661 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3138 2024.10.03 20:33:01.474365 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 5 columns (5 merged, 0 gathered) in 0.007781283 sec., 240577.29297340813 rows/sec., 18.35 MiB/sec.
3139 2024.10.03 20:33:01.474485 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_5_1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2024.10.03 20:33:01.474504 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2024.10.03 20:33:01.474732 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_5_1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3142 2024.10.03 20:33:01.474761 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3143 2024.10.03 20:33:01.475056 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3144 2024.10.03 20:33:01.475066 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007459 sec., 804.3973723019171 rows/sec., 42.03 KiB/sec.
3145 2024.10.03 20:33:01.475443 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Debug> DynamicQueryHandler: Done processing query
3146 2024.10.03 20:33:01.475511 [ 3 ] {589913d4-1636-4b4f-a798-d8cd1d54304e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3147 2024.10.03 20:33:01.475569 [ 3 ] {} <Debug> HTTP-Session: 343b88f9-9f7b-4b75-8b14-1b63779164ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3148 2024.10.03 20:33:01.475869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3149 2024.10.03 20:33:01.475882 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2024.10.03 20:33:01.475980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3151 2024.10.03 20:33:01.476033 [ 3 ] {} <Debug> HTTP-Session: 86cf717b-a37a-416f-ae73-8c662ca6b0d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3152 2024.10.03 20:33:01.476056 [ 3 ] {} <Debug> HTTP-Session: 86cf717b-a37a-416f-ae73-8c662ca6b0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3153 2024.10.03 20:33:01.476073 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_11_2} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3154 2024.10.03 20:33:01.476081 [ 3 ] {} <Debug> HTTP-Session: 86cf717b-a37a-416f-ae73-8c662ca6b0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3155 2024.10.03 20:33:01.476171 [ 3 ] {} <Trace> HTTP-Session: 86cf717b-a37a-416f-ae73-8c662ca6b0d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3156 2024.10.03 20:33:01.476224 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
3157 2024.10.03 20:33:01.476422 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3158 2024.10.03 20:33:01.476475 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3159 2024.10.03 20:33:01.476641 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3160 2024.10.03 20:33:01.477061 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3161 2024.10.03 20:33:01.477098 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3162 2024.10.03 20:33:01.477492 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3163 2024.10.03 20:33:01.477846 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3164 2024.10.03 20:33:01.478005 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3165 2024.10.03 20:33:01.478016 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec.
3166 2024.10.03 20:33:01.478057 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3167 2024.10.03 20:33:01.478119 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3168 2024.10.03 20:33:01.478346 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
3169 2024.10.03 20:33:01.478371 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Debug> DynamicQueryHandler: Done processing query
3170 2024.10.03 20:33:01.478415 [ 3 ] {26fff859-2c17-405c-a355-feeda0449647} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3171 2024.10.03 20:33:01.478455 [ 3 ] {} <Debug> HTTP-Session: 86cf717b-a37a-416f-ae73-8c662ca6b0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3172 2024.10.03 20:33:01.478575 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3173 2024.10.03 20:33:01.478646 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 917 rows starting from the beginning of the part
3174 2024.10.03 20:33:01.478654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3175 2024.10.03 20:33:01.478733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3176 2024.10.03 20:33:01.478817 [ 3 ] {} <Debug> HTTP-Session: c7fafdd3-a72b-46bc-ae27-c376071d2ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3177 2024.10.03 20:33:01.478888 [ 3 ] {} <Debug> HTTP-Session: c7fafdd3-a72b-46bc-ae27-c376071d2ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3178 2024.10.03 20:33:01.478903 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
3179 2024.10.03 20:33:01.478925 [ 3 ] {} <Debug> HTTP-Session: c7fafdd3-a72b-46bc-ae27-c376071d2ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3180 2024.10.03 20:33:01.479061 [ 3 ] {} <Trace> HTTP-Session: c7fafdd3-a72b-46bc-ae27-c376071d2ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3181 2024.10.03 20:33:01.479236 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part
3182 2024.10.03 20:33:01.479482 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3183 2024.10.03 20:33:01.479554 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2772 rows starting from the beginning of the part
3184 2024.10.03 20:33:01.479664 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3185 2024.10.03 20:33:01.479869 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3186 2024.10.03 20:33:01.480251 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
3187 2024.10.03 20:33:01.480821 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3188 2024.10.03 20:33:01.481606 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3189 2024.10.03 20:33:01.481658 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3190 2024.10.03 20:33:01.482553 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3191 2024.10.03 20:33:01.483424 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3192 2024.10.03 20:33:01.483648 [ 63 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3193 2024.10.03 20:33:01.483680 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004359 sec., 229.41041523285156 rows/sec., 15.46 KiB/sec.
3194 2024.10.03 20:33:01.483756 [ 63 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2024.10.03 20:33:01.483857 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3196 2024.10.03 20:33:01.484417 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Debug> DynamicQueryHandler: Done processing query
3197 2024.10.03 20:33:01.484449 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3198 2024.10.03 20:33:01.484496 [ 3 ] {1e8b870a-052d-43a4-a7ac-fa706ecb3796} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3199 2024.10.03 20:33:01.484567 [ 3 ] {} <Debug> HTTP-Session: c7fafdd3-a72b-46bc-ae27-c376071d2ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3200 2024.10.03 20:33:01.484574 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4357 rows, containing 5 columns (5 merged, 0 gathered) in 0.006320768 sec., 689314.9693201839 rows/sec., 46.32 MiB/sec.
3201 2024.10.03 20:33:01.484733 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3202 2024.10.03 20:33:01.484780 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3203 2024.10.03 20:33:01.484804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 36025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3204 2024.10.03 20:33:01.484947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3205 2024.10.03 20:33:01.484984 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3206 2024.10.03 20:33:01.485024 [ 3 ] {} <Debug> HTTP-Session: c7a1b2cb-192a-4fa6-a84f-574f2db7a3a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3207 2024.10.03 20:33:01.485063 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3208 2024.10.03 20:33:01.485092 [ 3 ] {} <Debug> HTTP-Session: c7a1b2cb-192a-4fa6-a84f-574f2db7a3a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3209 2024.10.03 20:33:01.485187 [ 3 ] {} <Debug> HTTP-Session: c7a1b2cb-192a-4fa6-a84f-574f2db7a3a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3210 2024.10.03 20:33:01.485350 [ 3 ] {} <Trace> HTTP-Session: c7a1b2cb-192a-4fa6-a84f-574f2db7a3a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3211 2024.10.03 20:33:01.485366 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3212 2024.10.03 20:33:01.486262 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3213 2024.10.03 20:33:01.486348 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3214 2024.10.03 20:33:01.486524 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3215 2024.10.03 20:33:01.486879 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3216 2024.10.03 20:33:01.486974 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
3217 2024.10.03 20:33:01.487229 [ 199 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3218 2024.10.03 20:33:01.487537 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
3219 2024.10.03 20:33:01.489409 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3220 2024.10.03 20:33:01.490372 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3221 2024.10.03 20:33:01.490418 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3222 2024.10.03 20:33:01.491226 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.007182879 sec., 696.0997115502015 rows/sec., 46.91 KiB/sec.
3223 2024.10.03 20:33:01.491424 [ 199 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3224 2024.10.03 20:33:01.492460 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3225 2024.10.03 20:33:01.492468 [ 199 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_5_1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3226 2024.10.03 20:33:01.492607 [ 199 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_5_1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3227 2024.10.03 20:33:01.492799 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3228 2024.10.03 20:33:01.493169 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2024.10.03 20:33:01.493375 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007731 sec., 2845.6861984219377 rows/sec., 5.10 MiB/sec.
3230 2024.10.03 20:33:01.493613 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Debug> DynamicQueryHandler: Done processing query
3231 2024.10.03 20:33:01.493638 [ 3 ] {acbe6e5a-ab54-4ee0-8829-b889a751a8c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
3232 2024.10.03 20:33:01.493655 [ 3 ] {} <Debug> HTTP-Session: c7a1b2cb-192a-4fa6-a84f-574f2db7a3a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3233 2024.10.03 20:33:01.493795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3234 2024.10.03 20:33:01.493842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3235 2024.10.03 20:33:01.493860 [ 3 ] {} <Debug> HTTP-Session: 70049cb4-2a49-4fbe-9084-17e9b7174a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3236 2024.10.03 20:33:01.493877 [ 3 ] {} <Debug> HTTP-Session: 70049cb4-2a49-4fbe-9084-17e9b7174a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3237 2024.10.03 20:33:01.493892 [ 3 ] {} <Debug> HTTP-Session: 70049cb4-2a49-4fbe-9084-17e9b7174a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3238 2024.10.03 20:33:01.493923 [ 3 ] {} <Trace> HTTP-Session: 70049cb4-2a49-4fbe-9084-17e9b7174a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3239 2024.10.03 20:33:01.494050 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3240 2024.10.03 20:33:01.494095 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3241 2024.10.03 20:33:01.494231 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3242 2024.10.03 20:33:01.494581 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3243 2024.10.03 20:33:01.494620 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3244 2024.10.03 20:33:01.494989 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3245 2024.10.03 20:33:01.495320 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3246 2024.10.03 20:33:01.495473 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec.
3247 2024.10.03 20:33:01.495482 [ 63 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3248 2024.10.03 20:33:01.495566 [ 63 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2024.10.03 20:33:01.495624 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3250 2024.10.03 20:33:01.495753 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Debug> DynamicQueryHandler: Done processing query
3251 2024.10.03 20:33:01.495808 [ 3 ] {b70d2ba5-d28c-435e-91d0-c6e020e376da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3252 2024.10.03 20:33:01.495833 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
3253 2024.10.03 20:33:01.495845 [ 3 ] {} <Debug> HTTP-Session: 70049cb4-2a49-4fbe-9084-17e9b7174a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3254 2024.10.03 20:33:01.496020 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3255 2024.10.03 20:33:01.496064 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part
3256 2024.10.03 20:33:01.496163 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part
3257 2024.10.03 20:33:01.496263 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part
3258 2024.10.03 20:33:01.496364 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
3259 2024.10.03 20:33:01.496460 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
3260 2024.10.03 20:33:01.496545 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
3261 2024.10.03 20:33:01.497642 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 4 columns (4 merged, 0 gathered) in 0.001924228 sec., 319089.00608451804 rows/sec., 20.63 MiB/sec.
3262 2024.10.03 20:33:01.497810 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3263 2024.10.03 20:33:01.498190 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3264 2024.10.03 20:33:01.498270 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_11_2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3265 2024.10.03 20:33:01.498349 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3266 2024.10.03 20:33:05.566266 [ 55 ] {} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3267 2024.10.03 20:33:05.566351 [ 55 ] {} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3268 2024.10.03 20:33:05.566378 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3269 2024.10.03 20:33:05.566598 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::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
3270 2024.10.03 20:33:05.566950 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3271 2024.10.03 20:33:05.566991 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3272 2024.10.03 20:33:05.567114 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
3273 2024.10.03 20:33:05.567200 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::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
3274 2024.10.03 20:33:05.567286 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
3275 2024.10.03 20:33:05.567368 [ 194 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::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
3276 2024.10.03 20:33:05.569416 [ 198 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.002949773 sec., 13560.36549253112 rows/sec., 2.10 MiB/sec.
3277 2024.10.03 20:33:05.569567 [ 198 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3278 2024.10.03 20:33:05.570125 [ 198 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2024.10.03 20:33:05.570216 [ 198 ] {c0de8042-7d77-4d14-8d68-03ad72299cd7::all_1_5_1} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3280 2024.10.03 20:33:05.570305 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3281 2024.10.03 20:33:05.649421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 332
3282 2024.10.03 20:33:05.651931 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3283 2024.10.03 20:33:05.651973 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3284 2024.10.03 20:33:05.653418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3285 2024.10.03 20:33:05.654399 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3286 2024.10.03 20:33:05.654612 [ 47 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3287 2024.10.03 20:33:05.654716 [ 47 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3288 2024.10.03 20:33:05.654779 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3289 2024.10.03 20:33:05.655586 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
3290 2024.10.03 20:33:05.656101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332
3291 2024.10.03 20:33:05.656653 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3292 2024.10.03 20:33:05.656777 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
3293 2024.10.03 20:33:05.657214 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part
3294 2024.10.03 20:33:05.657630 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
3295 2024.10.03 20:33:05.658023 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part
3296 2024.10.03 20:33:05.658570 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 70 rows starting from the beginning of the part
3297 2024.10.03 20:33:05.659180 [ 194 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
3298 2024.10.03 20:33:05.696035 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 72 columns (72 merged, 0 gathered) in 0.041108724 sec., 8076.144615921428 rows/sec., 7.10 MiB/sec.
3299 2024.10.03 20:33:05.697044 [ 191 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3300 2024.10.03 20:33:05.698765 [ 191 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3301 2024.10.03 20:33:05.698857 [ 191 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_6_1} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3302 2024.10.03 20:33:05.699192 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB.
3303 2024.10.03 20:33:06.437184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3304 2024.10.03 20:33:06.437303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3305 2024.10.03 20:33:06.437329 [ 3 ] {} <Debug> HTTP-Session: a133efcc-163b-4590-a6f1-9822e7942cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3306 2024.10.03 20:33:06.437353 [ 3 ] {} <Debug> HTTP-Session: a133efcc-163b-4590-a6f1-9822e7942cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3307 2024.10.03 20:33:06.437368 [ 3 ] {} <Debug> HTTP-Session: a133efcc-163b-4590-a6f1-9822e7942cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3308 2024.10.03 20:33:06.437417 [ 3 ] {} <Trace> HTTP-Session: a133efcc-163b-4590-a6f1-9822e7942cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2024.10.03 20:33:06.437631 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3310 2024.10.03 20:33:06.437698 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3311 2024.10.03 20:33:06.438033 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3312 2024.10.03 20:33:06.438545 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3313 2024.10.03 20:33:06.438593 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3314 2024.10.03 20:33:06.439031 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3315 2024.10.03 20:33:06.439435 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3316 2024.10.03 20:33:06.439618 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002059 sec., 34968.43127731908 rows/sec., 2.84 MiB/sec.
3317 2024.10.03 20:33:06.439845 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Debug> DynamicQueryHandler: Done processing query
3318 2024.10.03 20:33:06.439872 [ 3 ] {276c9067-2c61-489e-9c9f-585b3e1593fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3319 2024.10.03 20:33:06.439889 [ 3 ] {} <Debug> HTTP-Session: a133efcc-163b-4590-a6f1-9822e7942cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3320 2024.10.03 20:33:06.440059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3321 2024.10.03 20:33:06.440116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3322 2024.10.03 20:33:06.440136 [ 3 ] {} <Debug> HTTP-Session: d93bbbcb-f920-462d-8143-a13ec82f9003 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3323 2024.10.03 20:33:06.440156 [ 3 ] {} <Debug> HTTP-Session: d93bbbcb-f920-462d-8143-a13ec82f9003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3324 2024.10.03 20:33:06.440170 [ 3 ] {} <Debug> HTTP-Session: d93bbbcb-f920-462d-8143-a13ec82f9003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3325 2024.10.03 20:33:06.440206 [ 3 ] {} <Trace> HTTP-Session: d93bbbcb-f920-462d-8143-a13ec82f9003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3326 2024.10.03 20:33:06.440314 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3327 2024.10.03 20:33:06.440362 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3328 2024.10.03 20:33:06.440607 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3329 2024.10.03 20:33:06.440947 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3330 2024.10.03 20:33:06.440986 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3331 2024.10.03 20:33:06.441339 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3332 2024.10.03 20:33:06.441705 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3333 2024.10.03 20:33:06.441870 [ 47 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3334 2024.10.03 20:33:06.441880 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001588 sec., 5037.783375314862 rows/sec., 378.82 KiB/sec.
3335 2024.10.03 20:33:06.441950 [ 47 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.10.03 20:33:06.442012 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3337 2024.10.03 20:33:06.442244 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
3338 2024.10.03 20:33:06.442260 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Debug> DynamicQueryHandler: Done processing query
3339 2024.10.03 20:33:06.442346 [ 3 ] {2d1922a3-7b6c-4a5f-8a8d-8342ae2dd630} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3340 2024.10.03 20:33:06.442375 [ 3 ] {} <Debug> HTTP-Session: d93bbbcb-f920-462d-8143-a13ec82f9003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3341 2024.10.03 20:33:06.442500 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3342 2024.10.03 20:33:06.442559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3343 2024.10.03 20:33:06.442578 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
3344 2024.10.03 20:33:06.442655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3345 2024.10.03 20:33:06.442760 [ 3 ] {} <Debug> HTTP-Session: 3f39c272-389b-40f8-94f3-fbc1b8fbe852 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3346 2024.10.03 20:33:06.442788 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
3347 2024.10.03 20:33:06.442837 [ 3 ] {} <Debug> HTTP-Session: 3f39c272-389b-40f8-94f3-fbc1b8fbe852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3348 2024.10.03 20:33:06.442923 [ 3 ] {} <Debug> HTTP-Session: 3f39c272-389b-40f8-94f3-fbc1b8fbe852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3349 2024.10.03 20:33:06.443119 [ 3 ] {} <Trace> HTTP-Session: 3f39c272-389b-40f8-94f3-fbc1b8fbe852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3350 2024.10.03 20:33:06.443141 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part
3351 2024.10.03 20:33:06.443464 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
3352 2024.10.03 20:33:06.443573 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3353 2024.10.03 20:33:06.443725 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part
3354 2024.10.03 20:33:06.443782 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3355 2024.10.03 20:33:06.444004 [ 198 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
3356 2024.10.03 20:33:06.444951 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3357 2024.10.03 20:33:06.446038 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2024.10.03 20:33:06.446113 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3359 2024.10.03 20:33:06.446971 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 5 columns (5 merged, 0 gathered) in 0.00483039 sec., 15733.719223499551 rows/sec., 1.22 MiB/sec.
3360 2024.10.03 20:33:06.447153 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3361 2024.10.03 20:33:06.447181 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3362 2024.10.03 20:33:06.448057 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2024.10.03 20:33:06.448215 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3364 2024.10.03 20:33:06.448403 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005026 sec., 14325.507361719061 rows/sec., 1.12 MiB/sec.
3365 2024.10.03 20:33:06.448561 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_6_1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3366 2024.10.03 20:33:06.448885 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3367 2024.10.03 20:33:06.448993 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Debug> DynamicQueryHandler: Done processing query
3368 2024.10.03 20:33:06.449022 [ 3 ] {c29b6448-4919-413a-bb2b-fca106a30a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3369 2024.10.03 20:33:06.449038 [ 3 ] {} <Debug> HTTP-Session: 3f39c272-389b-40f8-94f3-fbc1b8fbe852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3370 2024.10.03 20:33:06.449192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3371 2024.10.03 20:33:06.449241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3372 2024.10.03 20:33:06.449259 [ 3 ] {} <Debug> HTTP-Session: 818b8457-0380-436f-b5a5-3d8fca3720b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3373 2024.10.03 20:33:06.449276 [ 3 ] {} <Debug> HTTP-Session: 818b8457-0380-436f-b5a5-3d8fca3720b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3374 2024.10.03 20:33:06.449290 [ 3 ] {} <Debug> HTTP-Session: 818b8457-0380-436f-b5a5-3d8fca3720b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3375 2024.10.03 20:33:06.449321 [ 3 ] {} <Trace> HTTP-Session: 818b8457-0380-436f-b5a5-3d8fca3720b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3376 2024.10.03 20:33:06.449487 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3377 2024.10.03 20:33:06.449537 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3378 2024.10.03 20:33:06.449713 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3379 2024.10.03 20:33:06.450122 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3380 2024.10.03 20:33:06.450159 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3381 2024.10.03 20:33:06.450572 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3382 2024.10.03 20:33:06.450929 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3383 2024.10.03 20:33:06.451077 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec.
3384 2024.10.03 20:33:06.451256 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Debug> DynamicQueryHandler: Done processing query
3385 2024.10.03 20:33:06.451280 [ 3 ] {4e7c7666-2ece-4e48-a3ff-333c759d0231} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3386 2024.10.03 20:33:06.451296 [ 3 ] {} <Debug> HTTP-Session: 818b8457-0380-436f-b5a5-3d8fca3720b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3387 2024.10.03 20:33:06.451424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3388 2024.10.03 20:33:06.451473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3389 2024.10.03 20:33:06.451493 [ 3 ] {} <Debug> HTTP-Session: 0d82002b-a3f1-4453-ba64-16bde4f0dda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3390 2024.10.03 20:33:06.451510 [ 3 ] {} <Debug> HTTP-Session: 0d82002b-a3f1-4453-ba64-16bde4f0dda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3391 2024.10.03 20:33:06.451524 [ 3 ] {} <Debug> HTTP-Session: 0d82002b-a3f1-4453-ba64-16bde4f0dda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3392 2024.10.03 20:33:06.451555 [ 3 ] {} <Trace> HTTP-Session: 0d82002b-a3f1-4453-ba64-16bde4f0dda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2024.10.03 20:33:06.451718 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3394 2024.10.03 20:33:06.451783 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3395 2024.10.03 20:33:06.452226 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3396 2024.10.03 20:33:06.452789 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2024.10.03 20:33:06.452826 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3398 2024.10.03 20:33:06.453549 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3399 2024.10.03 20:33:06.453990 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2024.10.03 20:33:06.454160 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3401 2024.10.03 20:33:06.454188 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002558 sec., 3127.443315089914 rows/sec., 5.60 MiB/sec.
3402 2024.10.03 20:33:06.454232 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3403 2024.10.03 20:33:06.454300 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3404 2024.10.03 20:33:06.454889 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
3405 2024.10.03 20:33:06.454962 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Debug> DynamicQueryHandler: Done processing query
3406 2024.10.03 20:33:06.455010 [ 3 ] {dd370efb-50c8-4a85-bff9-ba8d6434cabd} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3407 2024.10.03 20:33:06.455053 [ 3 ] {} <Debug> HTTP-Session: 0d82002b-a3f1-4453-ba64-16bde4f0dda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3408 2024.10.03 20:33:06.455270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3409 2024.10.03 20:33:06.455397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3410 2024.10.03 20:33:06.455460 [ 3 ] {} <Debug> HTTP-Session: f5c9331c-cf9e-4b6a-863e-9f5916814dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3411 2024.10.03 20:33:06.455513 [ 3 ] {} <Debug> HTTP-Session: f5c9331c-cf9e-4b6a-863e-9f5916814dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3412 2024.10.03 20:33:06.455561 [ 3 ] {} <Debug> HTTP-Session: f5c9331c-cf9e-4b6a-863e-9f5916814dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3413 2024.10.03 20:33:06.455672 [ 3 ] {} <Trace> HTTP-Session: f5c9331c-cf9e-4b6a-863e-9f5916814dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3414 2024.10.03 20:33:06.455679 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3415 2024.10.03 20:33:06.455810 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
3416 2024.10.03 20:33:06.455938 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3417 2024.10.03 20:33:06.456149 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3418 2024.10.03 20:33:06.456515 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
3419 2024.10.03 20:33:06.457167 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3420 2024.10.03 20:33:06.457294 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part
3421 2024.10.03 20:33:06.457811 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
3422 2024.10.03 20:33:06.458441 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2024.10.03 20:33:06.458478 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part
3424 2024.10.03 20:33:06.458515 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3425 2024.10.03 20:33:06.459050 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
3426 2024.10.03 20:33:06.460037 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3427 2024.10.03 20:33:06.460927 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3428 2024.10.03 20:33:06.461266 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005439 sec., 11031.439602868173 rows/sec., 761.28 KiB/sec.
3429 2024.10.03 20:33:06.461764 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Debug> DynamicQueryHandler: Done processing query
3430 2024.10.03 20:33:06.461820 [ 3 ] {fe77df2b-bfe8-4c87-a68e-772657527be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3431 2024.10.03 20:33:06.461868 [ 3 ] {} <Debug> HTTP-Session: f5c9331c-cf9e-4b6a-863e-9f5916814dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3432 2024.10.03 20:33:06.463184 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 19 columns (19 merged, 0 gathered) in 0.008743678 sec., 8691.994375822165 rows/sec., 15.58 MiB/sec.
3433 2024.10.03 20:33:06.463519 [ 190 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3434 2024.10.03 20:33:06.464101 [ 190 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2024.10.03 20:33:06.464183 [ 190 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3436 2024.10.03 20:33:06.464294 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
3437 2024.10.03 20:33:10.543598 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
3438 2024.10.03 20:33:10.543660 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
3439 2024.10.03 20:33:11.440736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3440 2024.10.03 20:33:11.440853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3441 2024.10.03 20:33:11.440877 [ 3 ] {} <Debug> HTTP-Session: 441f3a15-22ce-4aaa-ab0b-e2cbcb19d72f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3442 2024.10.03 20:33:11.440902 [ 3 ] {} <Debug> HTTP-Session: 441f3a15-22ce-4aaa-ab0b-e2cbcb19d72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3443 2024.10.03 20:33:11.440917 [ 3 ] {} <Debug> HTTP-Session: 441f3a15-22ce-4aaa-ab0b-e2cbcb19d72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3444 2024.10.03 20:33:11.440965 [ 3 ] {} <Trace> HTTP-Session: 441f3a15-22ce-4aaa-ab0b-e2cbcb19d72f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2024.10.03 20:33:11.441223 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
3446 2024.10.03 20:33:11.441650 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3447 2024.10.03 20:33:11.441706 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
3448 2024.10.03 20:33:11.442086 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3449 2024.10.03 20:33:11.442170 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3450 2024.10.03 20:33:11.442348 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3451 2024.10.03 20:33:11.442390 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3452 2024.10.03 20:33:11.442416 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (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
3453 2024.10.03 20:33:11.442436 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
3454 2024.10.03 20:33:11.442485 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
3455 2024.10.03 20:33:11.442511 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
3456 2024.10.03 20:33:11.443601 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.00249 sec., 16064.25702811245 rows/sec., 612.61 KiB/sec.
3457 2024.10.03 20:33:11.443943 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> DynamicQueryHandler: Done processing query
3458 2024.10.03 20:33:11.443976 [ 3 ] {ce476898-2e26-4ef9-bc67-a88ce67f434d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
3459 2024.10.03 20:33:11.444000 [ 3 ] {} <Debug> HTTP-Session: 441f3a15-22ce-4aaa-ab0b-e2cbcb19d72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3460 2024.10.03 20:33:11.449118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3461 2024.10.03 20:33:11.449183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3462 2024.10.03 20:33:11.449209 [ 3 ] {} <Debug> HTTP-Session: 42351d52-674d-4132-9778-e747cc8a1373 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3463 2024.10.03 20:33:11.449233 [ 3 ] {} <Debug> HTTP-Session: 42351d52-674d-4132-9778-e747cc8a1373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3464 2024.10.03 20:33:11.449252 [ 3 ] {} <Debug> HTTP-Session: 42351d52-674d-4132-9778-e747cc8a1373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3465 2024.10.03 20:33:11.449296 [ 3 ] {} <Trace> HTTP-Session: 42351d52-674d-4132-9778-e747cc8a1373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3466 2024.10.03 20:33:11.449440 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3467 2024.10.03 20:33:11.449500 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3468 2024.10.03 20:33:11.449696 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3469 2024.10.03 20:33:11.450076 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2024.10.03 20:33:11.450118 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3471 2024.10.03 20:33:11.450612 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3472 2024.10.03 20:33:11.450936 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3473 2024.10.03 20:33:11.451088 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001691 sec., 591.3660555884093 rows/sec., 133.98 KiB/sec.
3474 2024.10.03 20:33:11.451390 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Debug> DynamicQueryHandler: Done processing query
3475 2024.10.03 20:33:11.451416 [ 3 ] {bf4847e7-ac37-45d8-8e6a-2197d999ca08} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3476 2024.10.03 20:33:11.451433 [ 3 ] {} <Debug> HTTP-Session: 42351d52-674d-4132-9778-e747cc8a1373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3477 2024.10.03 20:33:11.451555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3478 2024.10.03 20:33:11.451606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3479 2024.10.03 20:33:11.451626 [ 3 ] {} <Debug> HTTP-Session: f4aa36b4-4696-44cb-aff5-fef18f437459 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3480 2024.10.03 20:33:11.451644 [ 3 ] {} <Debug> HTTP-Session: f4aa36b4-4696-44cb-aff5-fef18f437459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3481 2024.10.03 20:33:11.451659 [ 3 ] {} <Debug> HTTP-Session: f4aa36b4-4696-44cb-aff5-fef18f437459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3482 2024.10.03 20:33:11.451692 [ 3 ] {} <Trace> HTTP-Session: f4aa36b4-4696-44cb-aff5-fef18f437459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3483 2024.10.03 20:33:11.451788 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3484 2024.10.03 20:33:11.451834 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3485 2024.10.03 20:33:11.452095 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3486 2024.10.03 20:33:11.452428 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3487 2024.10.03 20:33:11.452466 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3488 2024.10.03 20:33:11.452811 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3489 2024.10.03 20:33:11.453175 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3490 2024.10.03 20:33:11.453337 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00156 sec., 1282.051282051282 rows/sec., 104.54 KiB/sec.
3491 2024.10.03 20:33:11.453618 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Debug> DynamicQueryHandler: Done processing query
3492 2024.10.03 20:33:11.453644 [ 3 ] {91f6b6ef-f3de-4909-80a3-8c87a3347007} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3493 2024.10.03 20:33:11.453661 [ 3 ] {} <Debug> HTTP-Session: f4aa36b4-4696-44cb-aff5-fef18f437459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3494 2024.10.03 20:33:11.453842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 35318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3495 2024.10.03 20:33:11.453892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3496 2024.10.03 20:33:11.453912 [ 3 ] {} <Debug> HTTP-Session: 9287480c-bb8e-4df4-a0f8-1b84d9a0f9e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3497 2024.10.03 20:33:11.453930 [ 3 ] {} <Debug> HTTP-Session: 9287480c-bb8e-4df4-a0f8-1b84d9a0f9e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3498 2024.10.03 20:33:11.453945 [ 3 ] {} <Debug> HTTP-Session: 9287480c-bb8e-4df4-a0f8-1b84d9a0f9e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3499 2024.10.03 20:33:11.453977 [ 3 ] {} <Trace> HTTP-Session: 9287480c-bb8e-4df4-a0f8-1b84d9a0f9e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3500 2024.10.03 20:33:11.454156 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3501 2024.10.03 20:33:11.454198 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3502 2024.10.03 20:33:11.454448 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3503 2024.10.03 20:33:11.454939 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2024.10.03 20:33:11.454977 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3505 2024.10.03 20:33:11.455479 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3506 2024.10.03 20:33:11.455844 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3507 2024.10.03 20:33:11.456009 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Debug> executeQuery: Read 234 rows, 21.10 KiB in 0.001921 sec., 121811.55648099948 rows/sec., 10.73 MiB/sec.
3508 2024.10.03 20:33:11.456301 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Debug> DynamicQueryHandler: Done processing query
3509 2024.10.03 20:33:11.456327 [ 3 ] {5b93fdd4-43c4-4f12-8a47-e40036dc708d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
3510 2024.10.03 20:33:11.456344 [ 3 ] {} <Debug> HTTP-Session: 9287480c-bb8e-4df4-a0f8-1b84d9a0f9e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3511 2024.10.03 20:33:11.456463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3512 2024.10.03 20:33:11.456511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3513 2024.10.03 20:33:11.456534 [ 3 ] {} <Debug> HTTP-Session: 9ec49fdf-cbf9-48f2-921e-9266716a94f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3514 2024.10.03 20:33:11.456552 [ 3 ] {} <Debug> HTTP-Session: 9ec49fdf-cbf9-48f2-921e-9266716a94f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3515 2024.10.03 20:33:11.456567 [ 3 ] {} <Debug> HTTP-Session: 9ec49fdf-cbf9-48f2-921e-9266716a94f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3516 2024.10.03 20:33:11.456599 [ 3 ] {} <Trace> HTTP-Session: 9ec49fdf-cbf9-48f2-921e-9266716a94f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3517 2024.10.03 20:33:11.456702 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3518 2024.10.03 20:33:11.456746 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3519 2024.10.03 20:33:11.456991 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3520 2024.10.03 20:33:11.457324 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2024.10.03 20:33:11.457362 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3522 2024.10.03 20:33:11.457715 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3523 2024.10.03 20:33:11.458078 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3524 2024.10.03 20:33:11.458243 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001565 sec., 15335.463258785943 rows/sec., 1.12 MiB/sec.
3525 2024.10.03 20:33:11.458531 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Debug> DynamicQueryHandler: Done processing query
3526 2024.10.03 20:33:11.458558 [ 3 ] {6f064ac3-72d9-4b72-af0d-423dbd8c26e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3527 2024.10.03 20:33:11.458574 [ 3 ] {} <Debug> HTTP-Session: 9ec49fdf-cbf9-48f2-921e-9266716a94f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3528 2024.10.03 20:33:11.458690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3529 2024.10.03 20:33:11.458739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3530 2024.10.03 20:33:11.458760 [ 3 ] {} <Debug> HTTP-Session: 42384e47-25ce-4ebe-a615-041fd5f51cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3531 2024.10.03 20:33:11.458778 [ 3 ] {} <Debug> HTTP-Session: 42384e47-25ce-4ebe-a615-041fd5f51cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3532 2024.10.03 20:33:11.458793 [ 3 ] {} <Debug> HTTP-Session: 42384e47-25ce-4ebe-a615-041fd5f51cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3533 2024.10.03 20:33:11.458824 [ 3 ] {} <Trace> HTTP-Session: 42384e47-25ce-4ebe-a615-041fd5f51cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3534 2024.10.03 20:33:11.458924 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3535 2024.10.03 20:33:11.458968 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3536 2024.10.03 20:33:11.459212 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3537 2024.10.03 20:33:11.459534 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3538 2024.10.03 20:33:11.459572 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3539 2024.10.03 20:33:11.459927 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3540 2024.10.03 20:33:11.460307 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3541 2024.10.03 20:33:11.460427 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec.
3542 2024.10.03 20:33:11.460634 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Debug> DynamicQueryHandler: Done processing query
3543 2024.10.03 20:33:11.460660 [ 3 ] {cb5d2e96-7d7a-4839-a9de-3b976b99bca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3544 2024.10.03 20:33:11.460677 [ 3 ] {} <Debug> HTTP-Session: 42384e47-25ce-4ebe-a615-041fd5f51cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3545 2024.10.03 20:33:11.460783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3546 2024.10.03 20:33:11.460831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3547 2024.10.03 20:33:11.460852 [ 3 ] {} <Debug> HTTP-Session: f5abc03c-fd00-458f-bec8-bbe268f22b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3548 2024.10.03 20:33:11.460869 [ 3 ] {} <Debug> HTTP-Session: f5abc03c-fd00-458f-bec8-bbe268f22b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3549 2024.10.03 20:33:11.460884 [ 3 ] {} <Debug> HTTP-Session: f5abc03c-fd00-458f-bec8-bbe268f22b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3550 2024.10.03 20:33:11.460915 [ 3 ] {} <Trace> HTTP-Session: f5abc03c-fd00-458f-bec8-bbe268f22b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3551 2024.10.03 20:33:11.461011 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3552 2024.10.03 20:33:11.461053 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3553 2024.10.03 20:33:11.461280 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3554 2024.10.03 20:33:11.461588 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3555 2024.10.03 20:33:11.461626 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3556 2024.10.03 20:33:11.461970 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3557 2024.10.03 20:33:11.462322 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3558 2024.10.03 20:33:11.462474 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 239.68 KiB/sec.
3559 2024.10.03 20:33:11.462654 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Debug> DynamicQueryHandler: Done processing query
3560 2024.10.03 20:33:11.462679 [ 3 ] {d8265da9-de5b-4b59-a937-f2cc512d101c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3561 2024.10.03 20:33:11.462696 [ 3 ] {} <Debug> HTTP-Session: f5abc03c-fd00-458f-bec8-bbe268f22b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3562 2024.10.03 20:33:11.462878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 65870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3563 2024.10.03 20:33:11.462927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3564 2024.10.03 20:33:11.462947 [ 3 ] {} <Debug> HTTP-Session: 6c7e0ed0-7a21-4a7d-8dcf-4ea62aba9ef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3565 2024.10.03 20:33:11.462964 [ 3 ] {} <Debug> HTTP-Session: 6c7e0ed0-7a21-4a7d-8dcf-4ea62aba9ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3566 2024.10.03 20:33:11.462979 [ 3 ] {} <Debug> HTTP-Session: 6c7e0ed0-7a21-4a7d-8dcf-4ea62aba9ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3567 2024.10.03 20:33:11.463010 [ 3 ] {} <Trace> HTTP-Session: 6c7e0ed0-7a21-4a7d-8dcf-4ea62aba9ef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3568 2024.10.03 20:33:11.463219 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3569 2024.10.03 20:33:11.463261 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3570 2024.10.03 20:33:11.463483 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3571 2024.10.03 20:33:11.464072 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3572 2024.10.03 20:33:11.464109 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3573 2024.10.03 20:33:11.464482 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3574 2024.10.03 20:33:11.464854 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3575 2024.10.03 20:33:11.465013 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001908 sec., 212788.25995807128 rows/sec., 15.15 MiB/sec.
3576 2024.10.03 20:33:11.465184 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Debug> DynamicQueryHandler: Done processing query
3577 2024.10.03 20:33:11.465210 [ 3 ] {b3ba851b-fc13-4dd3-ae30-4d863c98b491} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3578 2024.10.03 20:33:11.465226 [ 3 ] {} <Debug> HTTP-Session: 6c7e0ed0-7a21-4a7d-8dcf-4ea62aba9ef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3579 2024.10.03 20:33:11.465397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3580 2024.10.03 20:33:11.465447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3581 2024.10.03 20:33:11.465467 [ 3 ] {} <Debug> HTTP-Session: cad81905-b183-4b12-bdbc-1f51888419ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3582 2024.10.03 20:33:11.465484 [ 3 ] {} <Debug> HTTP-Session: cad81905-b183-4b12-bdbc-1f51888419ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3583 2024.10.03 20:33:11.465499 [ 3 ] {} <Debug> HTTP-Session: cad81905-b183-4b12-bdbc-1f51888419ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3584 2024.10.03 20:33:11.465531 [ 3 ] {} <Trace> HTTP-Session: cad81905-b183-4b12-bdbc-1f51888419ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3585 2024.10.03 20:33:11.465627 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3586 2024.10.03 20:33:11.465671 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3587 2024.10.03 20:33:11.465801 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3588 2024.10.03 20:33:11.466088 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3589 2024.10.03 20:33:11.466125 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3590 2024.10.03 20:33:11.466493 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3591 2024.10.03 20:33:11.466811 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3592 2024.10.03 20:33:11.466960 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec.
3593 2024.10.03 20:33:11.466970 [ 37 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3594 2024.10.03 20:33:11.467088 [ 37 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2024.10.03 20:33:11.467127 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3596 2024.10.03 20:33:11.467214 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Debug> DynamicQueryHandler: Done processing query
3597 2024.10.03 20:33:11.467290 [ 3 ] {227dd42e-9757-40d5-ac09-e606cae5d048} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3598 2024.10.03 20:33:11.467363 [ 3 ] {} <Debug> HTTP-Session: cad81905-b183-4b12-bdbc-1f51888419ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3599 2024.10.03 20:33:11.467598 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3600 2024.10.03 20:33:11.467627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3601 2024.10.03 20:33:11.467721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3602 2024.10.03 20:33:11.467770 [ 3 ] {} <Debug> HTTP-Session: 22eee673-d4a6-4388-92d0-42fc6c987d49 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3603 2024.10.03 20:33:11.467812 [ 3 ] {} <Debug> HTTP-Session: 22eee673-d4a6-4388-92d0-42fc6c987d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3604 2024.10.03 20:33:11.467855 [ 3 ] {} <Debug> HTTP-Session: 22eee673-d4a6-4388-92d0-42fc6c987d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3605 2024.10.03 20:33:11.467952 [ 3 ] {} <Trace> HTTP-Session: 22eee673-d4a6-4388-92d0-42fc6c987d49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3606 2024.10.03 20:33:11.467967 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3607 2024.10.03 20:33:11.468024 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3608 2024.10.03 20:33:11.468155 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3609 2024.10.03 20:33:11.468435 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3610 2024.10.03 20:33:11.468439 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3611 2024.10.03 20:33:11.468655 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3612 2024.10.03 20:33:11.468661 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3613 2024.10.03 20:33:11.468972 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3614 2024.10.03 20:33:11.469361 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
3615 2024.10.03 20:33:11.470057 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3616 2024.10.03 20:33:11.470995 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3617 2024.10.03 20:33:11.471070 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3618 2024.10.03 20:33:11.472081 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.0048381 sec., 7440.937558132325 rows/sec., 388.76 KiB/sec.
3619 2024.10.03 20:33:11.472197 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3620 2024.10.03 20:33:11.472253 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3621 2024.10.03 20:33:11.473034 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3622 2024.10.03 20:33:11.473121 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_6_1} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3623 2024.10.03 20:33:11.473346 [ 198 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_6_1} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3624 2024.10.03 20:33:11.473382 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005283 sec., 45050.160893431756 rows/sec., 3.02 MiB/sec.
3625 2024.10.03 20:33:11.473591 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3626 2024.10.03 20:33:11.473782 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Debug> DynamicQueryHandler: Done processing query
3627 2024.10.03 20:33:11.473812 [ 3 ] {e1dd235c-2b01-456b-84c4-cb1779c9ca6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3628 2024.10.03 20:33:11.473831 [ 3 ] {} <Debug> HTTP-Session: 22eee673-d4a6-4388-92d0-42fc6c987d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3629 2024.10.03 20:33:11.473962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3630 2024.10.03 20:33:11.474013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3631 2024.10.03 20:33:11.474034 [ 3 ] {} <Debug> HTTP-Session: 19d0fd16-703b-4a72-8df7-c0406000e1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3632 2024.10.03 20:33:11.474053 [ 3 ] {} <Debug> HTTP-Session: 19d0fd16-703b-4a72-8df7-c0406000e1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3633 2024.10.03 20:33:11.474070 [ 3 ] {} <Debug> HTTP-Session: 19d0fd16-703b-4a72-8df7-c0406000e1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3634 2024.10.03 20:33:11.474104 [ 3 ] {} <Trace> HTTP-Session: 19d0fd16-703b-4a72-8df7-c0406000e1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3635 2024.10.03 20:33:11.474202 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3636 2024.10.03 20:33:11.474250 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3637 2024.10.03 20:33:11.474402 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3638 2024.10.03 20:33:11.474680 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.10.03 20:33:11.474717 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3640 2024.10.03 20:33:11.475078 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3641 2024.10.03 20:33:11.475415 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3642 2024.10.03 20:33:11.475567 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec.
3643 2024.10.03 20:33:11.475856 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Debug> DynamicQueryHandler: Done processing query
3644 2024.10.03 20:33:11.475883 [ 3 ] {d09572a0-0bed-49c6-b278-37ad049aa5b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3645 2024.10.03 20:33:11.475901 [ 3 ] {} <Debug> HTTP-Session: 19d0fd16-703b-4a72-8df7-c0406000e1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3646 2024.10.03 20:33:11.476046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 35994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3647 2024.10.03 20:33:11.476096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3648 2024.10.03 20:33:11.476117 [ 3 ] {} <Debug> HTTP-Session: f3e393e6-d76c-47c5-ae1e-6a6def1252d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3649 2024.10.03 20:33:11.476136 [ 3 ] {} <Debug> HTTP-Session: f3e393e6-d76c-47c5-ae1e-6a6def1252d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3650 2024.10.03 20:33:11.476152 [ 3 ] {} <Debug> HTTP-Session: f3e393e6-d76c-47c5-ae1e-6a6def1252d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3651 2024.10.03 20:33:11.476184 [ 3 ] {} <Trace> HTTP-Session: f3e393e6-d76c-47c5-ae1e-6a6def1252d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3652 2024.10.03 20:33:11.476632 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3653 2024.10.03 20:33:11.476704 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3654 2024.10.03 20:33:11.477149 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3655 2024.10.03 20:33:11.477781 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3656 2024.10.03 20:33:11.477818 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3657 2024.10.03 20:33:11.478441 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3658 2024.10.03 20:33:11.478889 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3659 2024.10.03 20:33:11.479103 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002805 sec., 7843.137254901961 rows/sec., 14.05 MiB/sec.
3660 2024.10.03 20:33:11.479586 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Debug> DynamicQueryHandler: Done processing query
3661 2024.10.03 20:33:11.479612 [ 3 ] {0b925c8d-eba9-44ea-9e19-f4f4cbf9abea} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
3662 2024.10.03 20:33:11.479631 [ 3 ] {} <Debug> HTTP-Session: f3e393e6-d76c-47c5-ae1e-6a6def1252d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3663 2024.10.03 20:33:11.479768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3664 2024.10.03 20:33:11.479819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3665 2024.10.03 20:33:11.479841 [ 3 ] {} <Debug> HTTP-Session: 7d6de2ab-27fb-4007-95a2-b3a72a6a09a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3666 2024.10.03 20:33:11.479859 [ 3 ] {} <Debug> HTTP-Session: 7d6de2ab-27fb-4007-95a2-b3a72a6a09a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3667 2024.10.03 20:33:11.479875 [ 3 ] {} <Debug> HTTP-Session: 7d6de2ab-27fb-4007-95a2-b3a72a6a09a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3668 2024.10.03 20:33:11.479908 [ 3 ] {} <Trace> HTTP-Session: 7d6de2ab-27fb-4007-95a2-b3a72a6a09a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2024.10.03 20:33:11.480041 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3670 2024.10.03 20:33:11.480086 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3671 2024.10.03 20:33:11.480227 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3672 2024.10.03 20:33:11.480546 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2024.10.03 20:33:11.480584 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3674 2024.10.03 20:33:11.480961 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3675 2024.10.03 20:33:11.481294 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2024.10.03 20:33:11.481453 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
3677 2024.10.03 20:33:11.481627 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Debug> DynamicQueryHandler: Done processing query
3678 2024.10.03 20:33:11.481653 [ 3 ] {c531ac03-27e7-417d-bc19-23de27b6156c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3679 2024.10.03 20:33:11.481671 [ 3 ] {} <Debug> HTTP-Session: 7d6de2ab-27fb-4007-95a2-b3a72a6a09a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3680 2024.10.03 20:33:15.656282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 370
3681 2024.10.03 20:33:15.659404 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2024.10.03 20:33:15.659455 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3683 2024.10.03 20:33:15.661014 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3684 2024.10.03 20:33:15.662020 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2024.10.03 20:33:15.662947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 370
3686 2024.10.03 20:33:16.438234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3687 2024.10.03 20:33:16.438354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3688 2024.10.03 20:33:16.438386 [ 3 ] {} <Debug> HTTP-Session: 7b1629bf-1b8a-4bb5-9587-2f4e454b3024 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3689 2024.10.03 20:33:16.438416 [ 3 ] {} <Debug> HTTP-Session: 7b1629bf-1b8a-4bb5-9587-2f4e454b3024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3690 2024.10.03 20:33:16.438436 [ 3 ] {} <Debug> HTTP-Session: 7b1629bf-1b8a-4bb5-9587-2f4e454b3024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3691 2024.10.03 20:33:16.438491 [ 3 ] {} <Trace> HTTP-Session: 7b1629bf-1b8a-4bb5-9587-2f4e454b3024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3692 2024.10.03 20:33:16.438759 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3693 2024.10.03 20:33:16.438829 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3694 2024.10.03 20:33:16.439161 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3695 2024.10.03 20:33:16.439605 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3696 2024.10.03 20:33:16.439646 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3697 2024.10.03 20:33:16.440065 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3698 2024.10.03 20:33:16.440473 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3699 2024.10.03 20:33:16.440621 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec.
3700 2024.10.03 20:33:16.440964 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Debug> DynamicQueryHandler: Done processing query
3701 2024.10.03 20:33:16.440994 [ 3 ] {7f2b9060-b625-4ca9-a7cd-e4a25c42daba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3702 2024.10.03 20:33:16.441017 [ 3 ] {} <Debug> HTTP-Session: 7b1629bf-1b8a-4bb5-9587-2f4e454b3024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3703 2024.10.03 20:33:16.441212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3704 2024.10.03 20:33:16.441269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3705 2024.10.03 20:33:16.441290 [ 3 ] {} <Debug> HTTP-Session: 27309bcc-a9c8-4458-b585-b22967d61a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3706 2024.10.03 20:33:16.441310 [ 3 ] {} <Debug> HTTP-Session: 27309bcc-a9c8-4458-b585-b22967d61a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3707 2024.10.03 20:33:16.441326 [ 3 ] {} <Debug> HTTP-Session: 27309bcc-a9c8-4458-b585-b22967d61a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3708 2024.10.03 20:33:16.441362 [ 3 ] {} <Trace> HTTP-Session: 27309bcc-a9c8-4458-b585-b22967d61a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3709 2024.10.03 20:33:16.441492 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3710 2024.10.03 20:33:16.441538 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3711 2024.10.03 20:33:16.441795 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3712 2024.10.03 20:33:16.442163 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3713 2024.10.03 20:33:16.442202 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3714 2024.10.03 20:33:16.442571 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3715 2024.10.03 20:33:16.442941 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3716 2024.10.03 20:33:16.443075 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001631 sec., 44757.81729000613 rows/sec., 3.63 MiB/sec.
3717 2024.10.03 20:33:16.443250 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Debug> DynamicQueryHandler: Done processing query
3718 2024.10.03 20:33:16.443276 [ 3 ] {b32d2811-6b2a-4b0f-9ea2-77fb8e04cb1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3719 2024.10.03 20:33:16.443295 [ 3 ] {} <Debug> HTTP-Session: 27309bcc-a9c8-4458-b585-b22967d61a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3720 2024.10.03 20:33:16.443416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3721 2024.10.03 20:33:16.443469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3722 2024.10.03 20:33:16.443490 [ 3 ] {} <Debug> HTTP-Session: ce1ce9d3-7091-40b5-8226-533526b8a43b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3723 2024.10.03 20:33:16.443508 [ 3 ] {} <Debug> HTTP-Session: ce1ce9d3-7091-40b5-8226-533526b8a43b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3724 2024.10.03 20:33:16.443524 [ 3 ] {} <Debug> HTTP-Session: ce1ce9d3-7091-40b5-8226-533526b8a43b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3725 2024.10.03 20:33:16.443558 [ 3 ] {} <Trace> HTTP-Session: ce1ce9d3-7091-40b5-8226-533526b8a43b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3726 2024.10.03 20:33:16.443659 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3727 2024.10.03 20:33:16.443704 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3728 2024.10.03 20:33:16.443932 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3729 2024.10.03 20:33:16.444237 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2024.10.03 20:33:16.444273 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3731 2024.10.03 20:33:16.444631 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3732 2024.10.03 20:33:16.444997 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2024.10.03 20:33:16.445126 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001494 sec., 6693.440428380187 rows/sec., 496.13 KiB/sec.
3734 2024.10.03 20:33:16.445297 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Debug> DynamicQueryHandler: Done processing query
3735 2024.10.03 20:33:16.445323 [ 3 ] {afdefbfe-0f6a-4772-b3e3-395237093803} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3736 2024.10.03 20:33:16.445340 [ 3 ] {} <Debug> HTTP-Session: ce1ce9d3-7091-40b5-8226-533526b8a43b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3737 2024.10.03 20:33:16.445471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3738 2024.10.03 20:33:16.445523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3739 2024.10.03 20:33:16.445544 [ 3 ] {} <Debug> HTTP-Session: 8027e499-7e3a-49d0-9521-9e90d0af9f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3740 2024.10.03 20:33:16.445562 [ 3 ] {} <Debug> HTTP-Session: 8027e499-7e3a-49d0-9521-9e90d0af9f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3741 2024.10.03 20:33:16.445578 [ 3 ] {} <Debug> HTTP-Session: 8027e499-7e3a-49d0-9521-9e90d0af9f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3742 2024.10.03 20:33:16.445610 [ 3 ] {} <Trace> HTTP-Session: 8027e499-7e3a-49d0-9521-9e90d0af9f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3743 2024.10.03 20:33:16.445760 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3744 2024.10.03 20:33:16.445804 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3745 2024.10.03 20:33:16.446028 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3746 2024.10.03 20:33:16.446393 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3747 2024.10.03 20:33:16.446429 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3748 2024.10.03 20:33:16.446794 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3749 2024.10.03 20:33:16.447160 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3750 2024.10.03 20:33:16.447292 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001578 sec., 46894.80354879594 rows/sec., 3.66 MiB/sec.
3751 2024.10.03 20:33:16.447477 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Debug> DynamicQueryHandler: Done processing query
3752 2024.10.03 20:33:16.447502 [ 3 ] {4bc82085-6e0c-4997-9bfb-7f697796f8c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3753 2024.10.03 20:33:16.447520 [ 3 ] {} <Debug> HTTP-Session: 8027e499-7e3a-49d0-9521-9e90d0af9f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3754 2024.10.03 20:33:16.447652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3755 2024.10.03 20:33:16.447701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3756 2024.10.03 20:33:16.447721 [ 3 ] {} <Debug> HTTP-Session: e52184e3-0237-4ca0-9e81-5ff6cf1c967e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3757 2024.10.03 20:33:16.447738 [ 3 ] {} <Debug> HTTP-Session: e52184e3-0237-4ca0-9e81-5ff6cf1c967e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3758 2024.10.03 20:33:16.447753 [ 3 ] {} <Debug> HTTP-Session: e52184e3-0237-4ca0-9e81-5ff6cf1c967e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3759 2024.10.03 20:33:16.447786 [ 3 ] {} <Trace> HTTP-Session: e52184e3-0237-4ca0-9e81-5ff6cf1c967e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3760 2024.10.03 20:33:16.447939 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3761 2024.10.03 20:33:16.447986 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3762 2024.10.03 20:33:16.448127 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3763 2024.10.03 20:33:16.448531 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3764 2024.10.03 20:33:16.448568 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3765 2024.10.03 20:33:16.448956 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3766 2024.10.03 20:33:16.449294 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3767 2024.10.03 20:33:16.449423 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec.
3768 2024.10.03 20:33:16.449593 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Debug> DynamicQueryHandler: Done processing query
3769 2024.10.03 20:33:16.449619 [ 3 ] {3a8b5e7b-a7e2-416a-9acd-f102132986a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3770 2024.10.03 20:33:16.449636 [ 3 ] {} <Debug> HTTP-Session: e52184e3-0237-4ca0-9e81-5ff6cf1c967e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3771 2024.10.03 20:33:16.449758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3772 2024.10.03 20:33:16.449807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3773 2024.10.03 20:33:16.449828 [ 3 ] {} <Debug> HTTP-Session: 09c704e0-b2a7-4ced-b018-403e7a37270c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3774 2024.10.03 20:33:16.449846 [ 3 ] {} <Debug> HTTP-Session: 09c704e0-b2a7-4ced-b018-403e7a37270c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3775 2024.10.03 20:33:16.449861 [ 3 ] {} <Debug> HTTP-Session: 09c704e0-b2a7-4ced-b018-403e7a37270c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3776 2024.10.03 20:33:16.449892 [ 3 ] {} <Trace> HTTP-Session: 09c704e0-b2a7-4ced-b018-403e7a37270c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3777 2024.10.03 20:33:16.450042 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3778 2024.10.03 20:33:16.450108 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3779 2024.10.03 20:33:16.450531 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3780 2024.10.03 20:33:16.451022 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3781 2024.10.03 20:33:16.451058 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3782 2024.10.03 20:33:16.451659 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3783 2024.10.03 20:33:16.452064 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3784 2024.10.03 20:33:16.452223 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002254 sec., 3549.24578527063 rows/sec., 6.36 MiB/sec.
3785 2024.10.03 20:33:16.452548 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Debug> DynamicQueryHandler: Done processing query
3786 2024.10.03 20:33:16.452574 [ 3 ] {c517d0f7-26fd-4729-8513-fb93289164d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3787 2024.10.03 20:33:16.452592 [ 3 ] {} <Debug> HTTP-Session: 09c704e0-b2a7-4ced-b018-403e7a37270c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3788 2024.10.03 20:33:16.452702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3789 2024.10.03 20:33:16.452749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3790 2024.10.03 20:33:16.452769 [ 3 ] {} <Debug> HTTP-Session: f7074f55-1582-4cf7-b366-80551e27a8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3791 2024.10.03 20:33:16.452787 [ 3 ] {} <Debug> HTTP-Session: f7074f55-1582-4cf7-b366-80551e27a8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3792 2024.10.03 20:33:16.452802 [ 3 ] {} <Debug> HTTP-Session: f7074f55-1582-4cf7-b366-80551e27a8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3793 2024.10.03 20:33:16.452833 [ 3 ] {} <Trace> HTTP-Session: f7074f55-1582-4cf7-b366-80551e27a8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3794 2024.10.03 20:33:16.452954 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3795 2024.10.03 20:33:16.452999 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3796 2024.10.03 20:33:16.453128 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3797 2024.10.03 20:33:16.453431 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3798 2024.10.03 20:33:16.453467 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3799 2024.10.03 20:33:16.453828 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3800 2024.10.03 20:33:16.454151 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3801 2024.10.03 20:33:16.454282 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec.
3802 2024.10.03 20:33:16.454446 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Debug> DynamicQueryHandler: Done processing query
3803 2024.10.03 20:33:16.454471 [ 3 ] {791777b9-a1f5-49af-86fb-e796593d35f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3804 2024.10.03 20:33:16.454488 [ 3 ] {} <Debug> HTTP-Session: f7074f55-1582-4cf7-b366-80551e27a8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3805 2024.10.03 20:33:21.434359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3806 2024.10.03 20:33:21.434501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3807 2024.10.03 20:33:21.434533 [ 3 ] {} <Debug> HTTP-Session: 27b8e157-d089-44b8-911b-575318cdceb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3808 2024.10.03 20:33:21.434562 [ 3 ] {} <Debug> HTTP-Session: 27b8e157-d089-44b8-911b-575318cdceb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3809 2024.10.03 20:33:21.434581 [ 3 ] {} <Debug> HTTP-Session: 27b8e157-d089-44b8-911b-575318cdceb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3810 2024.10.03 20:33:21.434637 [ 3 ] {} <Trace> HTTP-Session: 27b8e157-d089-44b8-911b-575318cdceb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3811 2024.10.03 20:33:21.434920 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) 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)
3812 2024.10.03 20:33:21.435336 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3813 2024.10.03 20:33:21.435389 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <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
3814 2024.10.03 20:33:21.435762 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3815 2024.10.03 20:33:21.435840 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3816 2024.10.03 20:33:21.436014 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3817 2024.10.03 20:33:21.436126 [ 261 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
3818 2024.10.03 20:33:21.436157 [ 255 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
3819 2024.10.03 20:33:21.436286 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
3820 2024.10.03 20:33:21.436314 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
3821 2024.10.03 20:33:21.436368 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <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'))"
3822 2024.10.03 20:33:21.436396 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
3823 2024.10.03 20:33:21.437318 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002535 sec., 15779.092702169626 rows/sec., 601.73 KiB/sec.
3824 2024.10.03 20:33:21.437584 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> DynamicQueryHandler: Done processing query
3825 2024.10.03 20:33:21.437611 [ 3 ] {a048de9e-a399-47b3-b605-641c7d6f2de5} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
3826 2024.10.03 20:33:21.437629 [ 3 ] {} <Debug> HTTP-Session: 27b8e157-d089-44b8-911b-575318cdceb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3827 2024.10.03 20:33:21.448402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3828 2024.10.03 20:33:21.448464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3829 2024.10.03 20:33:21.448489 [ 3 ] {} <Debug> HTTP-Session: b6cedfbf-31da-4e96-a1a4-70d983b81082 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3830 2024.10.03 20:33:21.448511 [ 3 ] {} <Debug> HTTP-Session: b6cedfbf-31da-4e96-a1a4-70d983b81082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3831 2024.10.03 20:33:21.448530 [ 3 ] {} <Debug> HTTP-Session: b6cedfbf-31da-4e96-a1a4-70d983b81082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3832 2024.10.03 20:33:21.448571 [ 3 ] {} <Trace> HTTP-Session: b6cedfbf-31da-4e96-a1a4-70d983b81082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3833 2024.10.03 20:33:21.448701 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3834 2024.10.03 20:33:21.448758 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3835 2024.10.03 20:33:21.448960 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3836 2024.10.03 20:33:21.449346 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3837 2024.10.03 20:33:21.449387 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3838 2024.10.03 20:33:21.449870 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3839 2024.10.03 20:33:21.450188 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3840 2024.10.03 20:33:21.450372 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001713 sec., 583.7711617046118 rows/sec., 60.43 KiB/sec.
3841 2024.10.03 20:33:21.450548 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Debug> DynamicQueryHandler: Done processing query
3842 2024.10.03 20:33:21.450572 [ 3 ] {d401a0b1-5eee-44ce-938b-eaa2a0ff35c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3843 2024.10.03 20:33:21.450589 [ 3 ] {} <Debug> HTTP-Session: b6cedfbf-31da-4e96-a1a4-70d983b81082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3844 2024.10.03 20:33:21.450773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3845 2024.10.03 20:33:21.450821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3846 2024.10.03 20:33:21.450841 [ 3 ] {} <Debug> HTTP-Session: 0783021d-5e63-47e2-a979-36cd47ece716 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3847 2024.10.03 20:33:21.450858 [ 3 ] {} <Debug> HTTP-Session: 0783021d-5e63-47e2-a979-36cd47ece716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3848 2024.10.03 20:33:21.450874 [ 3 ] {} <Debug> HTTP-Session: 0783021d-5e63-47e2-a979-36cd47ece716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3849 2024.10.03 20:33:21.450905 [ 3 ] {} <Trace> HTTP-Session: 0783021d-5e63-47e2-a979-36cd47ece716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3850 2024.10.03 20:33:21.450998 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3851 2024.10.03 20:33:21.451041 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3852 2024.10.03 20:33:21.451277 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3853 2024.10.03 20:33:21.451601 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3854 2024.10.03 20:33:21.451637 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3855 2024.10.03 20:33:21.451982 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3856 2024.10.03 20:33:21.452341 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3857 2024.10.03 20:33:21.452496 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001516 sec., 1319.2612137203166 rows/sec., 107.58 KiB/sec.
3858 2024.10.03 20:33:21.452704 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Debug> DynamicQueryHandler: Done processing query
3859 2024.10.03 20:33:21.452730 [ 3 ] {d10ca330-a9e8-4392-8439-a6e95cdac4e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3860 2024.10.03 20:33:21.452746 [ 3 ] {} <Debug> HTTP-Session: 0783021d-5e63-47e2-a979-36cd47ece716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3861 2024.10.03 20:33:21.452946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3862 2024.10.03 20:33:21.452995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3863 2024.10.03 20:33:21.453014 [ 3 ] {} <Debug> HTTP-Session: 02ffd429-074c-4b4d-a6ff-e69ea09f30df Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3864 2024.10.03 20:33:21.453031 [ 3 ] {} <Debug> HTTP-Session: 02ffd429-074c-4b4d-a6ff-e69ea09f30df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3865 2024.10.03 20:33:21.453046 [ 3 ] {} <Debug> HTTP-Session: 02ffd429-074c-4b4d-a6ff-e69ea09f30df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3866 2024.10.03 20:33:21.453077 [ 3 ] {} <Trace> HTTP-Session: 02ffd429-074c-4b4d-a6ff-e69ea09f30df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3867 2024.10.03 20:33:21.453239 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3868 2024.10.03 20:33:21.453282 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3869 2024.10.03 20:33:21.453501 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3870 2024.10.03 20:33:21.453984 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3871 2024.10.03 20:33:21.454019 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3872 2024.10.03 20:33:21.454382 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3873 2024.10.03 20:33:21.454728 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3874 2024.10.03 20:33:21.454848 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Debug> executeQuery: Read 253 rows, 22.88 KiB in 0.001694 sec., 149350.64935064936 rows/sec., 13.19 MiB/sec.
3875 2024.10.03 20:33:21.455165 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Debug> DynamicQueryHandler: Done processing query
3876 2024.10.03 20:33:21.455192 [ 3 ] {e97129d5-2dca-4ba9-83b3-c1f7699b19da} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
3877 2024.10.03 20:33:21.455209 [ 3 ] {} <Debug> HTTP-Session: 02ffd429-074c-4b4d-a6ff-e69ea09f30df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3878 2024.10.03 20:33:21.455336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3879 2024.10.03 20:33:21.455384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3880 2024.10.03 20:33:21.455406 [ 3 ] {} <Debug> HTTP-Session: f75ca6c5-c83c-4bfe-8122-5d1825d973d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3881 2024.10.03 20:33:21.455423 [ 3 ] {} <Debug> HTTP-Session: f75ca6c5-c83c-4bfe-8122-5d1825d973d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3882 2024.10.03 20:33:21.455439 [ 3 ] {} <Debug> HTTP-Session: f75ca6c5-c83c-4bfe-8122-5d1825d973d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3883 2024.10.03 20:33:21.455469 [ 3 ] {} <Trace> HTTP-Session: f75ca6c5-c83c-4bfe-8122-5d1825d973d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3884 2024.10.03 20:33:21.455574 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3885 2024.10.03 20:33:21.455619 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3886 2024.10.03 20:33:21.455865 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3887 2024.10.03 20:33:21.456188 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3888 2024.10.03 20:33:21.456225 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3889 2024.10.03 20:33:21.456571 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3890 2024.10.03 20:33:21.456919 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2024.10.03 20:33:21.457044 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001501 sec., 21985.343104596937 rows/sec., 1.61 MiB/sec.
3892 2024.10.03 20:33:21.457207 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Debug> DynamicQueryHandler: Done processing query
3893 2024.10.03 20:33:21.457232 [ 3 ] {e1a8f9ab-be8e-44dd-ac49-0c1382b1bae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3894 2024.10.03 20:33:21.457249 [ 3 ] {} <Debug> HTTP-Session: f75ca6c5-c83c-4bfe-8122-5d1825d973d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3895 2024.10.03 20:33:21.457365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3896 2024.10.03 20:33:21.457412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3897 2024.10.03 20:33:21.457432 [ 3 ] {} <Debug> HTTP-Session: 112ad97b-99f9-4ab2-bb1e-af65fcb25983 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3898 2024.10.03 20:33:21.457450 [ 3 ] {} <Debug> HTTP-Session: 112ad97b-99f9-4ab2-bb1e-af65fcb25983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3899 2024.10.03 20:33:21.457465 [ 3 ] {} <Debug> HTTP-Session: 112ad97b-99f9-4ab2-bb1e-af65fcb25983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3900 2024.10.03 20:33:21.457496 [ 3 ] {} <Trace> HTTP-Session: 112ad97b-99f9-4ab2-bb1e-af65fcb25983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3901 2024.10.03 20:33:21.457597 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3902 2024.10.03 20:33:21.457639 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3903 2024.10.03 20:33:21.457859 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3904 2024.10.03 20:33:21.458167 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3905 2024.10.03 20:33:21.458202 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3906 2024.10.03 20:33:21.458579 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3907 2024.10.03 20:33:21.459035 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3908 2024.10.03 20:33:21.459174 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001603 sec., 9357.454772301933 rows/sec., 653.07 KiB/sec.
3909 2024.10.03 20:33:21.459464 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Debug> DynamicQueryHandler: Done processing query
3910 2024.10.03 20:33:21.459490 [ 3 ] {52ee769f-f442-4b3f-8a24-d8e35c48004a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3911 2024.10.03 20:33:21.459506 [ 3 ] {} <Debug> HTTP-Session: 112ad97b-99f9-4ab2-bb1e-af65fcb25983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3912 2024.10.03 20:33:21.459612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3913 2024.10.03 20:33:21.459663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3914 2024.10.03 20:33:21.459683 [ 3 ] {} <Debug> HTTP-Session: 576f21d2-c301-4030-b3ee-a87bc48f7767 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3915 2024.10.03 20:33:21.459699 [ 3 ] {} <Debug> HTTP-Session: 576f21d2-c301-4030-b3ee-a87bc48f7767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3916 2024.10.03 20:33:21.459714 [ 3 ] {} <Debug> HTTP-Session: 576f21d2-c301-4030-b3ee-a87bc48f7767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3917 2024.10.03 20:33:21.459745 [ 3 ] {} <Trace> HTTP-Session: 576f21d2-c301-4030-b3ee-a87bc48f7767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3918 2024.10.03 20:33:21.459844 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3919 2024.10.03 20:33:21.459888 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3920 2024.10.03 20:33:21.460140 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3921 2024.10.03 20:33:21.460450 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3922 2024.10.03 20:33:21.460487 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3923 2024.10.03 20:33:21.460833 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3924 2024.10.03 20:33:21.461194 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3925 2024.10.03 20:33:21.461324 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 235.54 KiB/sec.
3926 2024.10.03 20:33:21.461490 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Debug> DynamicQueryHandler: Done processing query
3927 2024.10.03 20:33:21.461515 [ 3 ] {d11460b7-83c9-42f0-9891-e4ab83ed37ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3928 2024.10.03 20:33:21.461533 [ 3 ] {} <Debug> HTTP-Session: 576f21d2-c301-4030-b3ee-a87bc48f7767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3929 2024.10.03 20:33:21.461745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 69100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3930 2024.10.03 20:33:21.461793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3931 2024.10.03 20:33:21.461812 [ 3 ] {} <Debug> HTTP-Session: d21b7364-188e-4e0d-b94b-b596193395c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3932 2024.10.03 20:33:21.461829 [ 3 ] {} <Debug> HTTP-Session: d21b7364-188e-4e0d-b94b-b596193395c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3933 2024.10.03 20:33:21.461843 [ 3 ] {} <Debug> HTTP-Session: d21b7364-188e-4e0d-b94b-b596193395c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3934 2024.10.03 20:33:21.461874 [ 3 ] {} <Trace> HTTP-Session: d21b7364-188e-4e0d-b94b-b596193395c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3935 2024.10.03 20:33:21.462093 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3936 2024.10.03 20:33:21.462137 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3937 2024.10.03 20:33:21.462364 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3938 2024.10.03 20:33:21.462960 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3939 2024.10.03 20:33:21.462996 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3940 2024.10.03 20:33:21.463370 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3941 2024.10.03 20:33:21.463729 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2024.10.03 20:33:21.463870 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Debug> executeQuery: Read 425 rows, 31.14 KiB in 0.001892 sec., 224630.02114164905 rows/sec., 16.07 MiB/sec.
3943 2024.10.03 20:33:21.464180 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Debug> DynamicQueryHandler: Done processing query
3944 2024.10.03 20:33:21.464205 [ 3 ] {232c914e-6a6e-4609-b470-cc37a749e75e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
3945 2024.10.03 20:33:21.464222 [ 3 ] {} <Debug> HTTP-Session: d21b7364-188e-4e0d-b94b-b596193395c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3946 2024.10.03 20:33:21.464350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3947 2024.10.03 20:33:21.464399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3948 2024.10.03 20:33:21.464418 [ 3 ] {} <Debug> HTTP-Session: e5ac7862-bedf-4be7-a55e-a74a5631825e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3949 2024.10.03 20:33:21.464434 [ 3 ] {} <Debug> HTTP-Session: e5ac7862-bedf-4be7-a55e-a74a5631825e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3950 2024.10.03 20:33:21.464448 [ 3 ] {} <Debug> HTTP-Session: e5ac7862-bedf-4be7-a55e-a74a5631825e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3951 2024.10.03 20:33:21.464479 [ 3 ] {} <Trace> HTTP-Session: e5ac7862-bedf-4be7-a55e-a74a5631825e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3952 2024.10.03 20:33:21.464577 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3953 2024.10.03 20:33:21.464622 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3954 2024.10.03 20:33:21.464770 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3955 2024.10.03 20:33:21.465034 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3956 2024.10.03 20:33:21.465070 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3957 2024.10.03 20:33:21.465422 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3958 2024.10.03 20:33:21.465745 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3959 2024.10.03 20:33:21.465869 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec.
3960 2024.10.03 20:33:21.466033 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Debug> DynamicQueryHandler: Done processing query
3961 2024.10.03 20:33:21.466057 [ 3 ] {5a59e35c-d9a4-4f5a-b40a-a018159c0a08} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3962 2024.10.03 20:33:21.466073 [ 3 ] {} <Debug> HTTP-Session: e5ac7862-bedf-4be7-a55e-a74a5631825e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3963 2024.10.03 20:33:21.466204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3964 2024.10.03 20:33:21.466252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3965 2024.10.03 20:33:21.466271 [ 3 ] {} <Debug> HTTP-Session: c730696b-b46d-4d35-b20d-ffe2425dbdd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3966 2024.10.03 20:33:21.466288 [ 3 ] {} <Debug> HTTP-Session: c730696b-b46d-4d35-b20d-ffe2425dbdd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3967 2024.10.03 20:33:21.466302 [ 3 ] {} <Debug> HTTP-Session: c730696b-b46d-4d35-b20d-ffe2425dbdd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3968 2024.10.03 20:33:21.466333 [ 3 ] {} <Trace> HTTP-Session: c730696b-b46d-4d35-b20d-ffe2425dbdd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3969 2024.10.03 20:33:21.466541 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3970 2024.10.03 20:33:21.466587 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3971 2024.10.03 20:33:21.466730 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3972 2024.10.03 20:33:21.467153 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3973 2024.10.03 20:33:21.467188 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3974 2024.10.03 20:33:21.467569 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3975 2024.10.03 20:33:21.467906 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3976 2024.10.03 20:33:21.468039 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001626 sec., 146371.46371463715 rows/sec., 9.81 MiB/sec.
3977 2024.10.03 20:33:21.468354 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Debug> DynamicQueryHandler: Done processing query
3978 2024.10.03 20:33:21.468379 [ 3 ] {41aa0f96-cd62-4fd2-939e-29874cfbeb1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3979 2024.10.03 20:33:21.468395 [ 3 ] {} <Debug> HTTP-Session: c730696b-b46d-4d35-b20d-ffe2425dbdd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3980 2024.10.03 20:33:21.468543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3981 2024.10.03 20:33:21.468590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3982 2024.10.03 20:33:21.468610 [ 3 ] {} <Debug> HTTP-Session: fb7c4534-9394-4995-b57d-55692f67b832 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
3983 2024.10.03 20:33:21.468626 [ 3 ] {} <Debug> HTTP-Session: fb7c4534-9394-4995-b57d-55692f67b832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3984 2024.10.03 20:33:21.468640 [ 3 ] {} <Debug> HTTP-Session: fb7c4534-9394-4995-b57d-55692f67b832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3985 2024.10.03 20:33:21.468672 [ 3 ] {} <Trace> HTTP-Session: fb7c4534-9394-4995-b57d-55692f67b832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3986 2024.10.03 20:33:21.468767 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3987 2024.10.03 20:33:21.468814 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3988 2024.10.03 20:33:21.468965 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3989 2024.10.03 20:33:21.469225 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3990 2024.10.03 20:33:21.469261 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3991 2024.10.03 20:33:21.469614 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3992 2024.10.03 20:33:21.469940 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2024.10.03 20:33:21.470070 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001326 sec., 1508.2956259426849 rows/sec., 98.69 KiB/sec.
3994 2024.10.03 20:33:21.470339 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Debug> DynamicQueryHandler: Done processing query
3995 2024.10.03 20:33:21.470364 [ 3 ] {e3593968-cdc1-4b85-b446-6580dbb689ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3996 2024.10.03 20:33:21.470381 [ 3 ] {} <Debug> HTTP-Session: fb7c4534-9394-4995-b57d-55692f67b832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3997 2024.10.03 20:33:21.470532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3998 2024.10.03 20:33:21.470580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3999 2024.10.03 20:33:21.470599 [ 3 ] {} <Debug> HTTP-Session: a8c54972-1120-4152-a9ee-a20e3c568ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4000 2024.10.03 20:33:21.470616 [ 3 ] {} <Debug> HTTP-Session: a8c54972-1120-4152-a9ee-a20e3c568ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4001 2024.10.03 20:33:21.470630 [ 3 ] {} <Debug> HTTP-Session: a8c54972-1120-4152-a9ee-a20e3c568ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4002 2024.10.03 20:33:21.470661 [ 3 ] {} <Trace> HTTP-Session: a8c54972-1120-4152-a9ee-a20e3c568ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4003 2024.10.03 20:33:21.471039 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4004 2024.10.03 20:33:21.471113 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4005 2024.10.03 20:33:21.471548 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4006 2024.10.03 20:33:21.472142 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4007 2024.10.03 20:33:21.472178 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4008 2024.10.03 20:33:21.472791 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4009 2024.10.03 20:33:21.473203 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4010 2024.10.03 20:33:21.473349 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002594 sec., 11950.655358519662 rows/sec., 21.42 MiB/sec.
4011 2024.10.03 20:33:21.473544 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Debug> DynamicQueryHandler: Done processing query
4012 2024.10.03 20:33:21.473568 [ 3 ] {226b4781-aa6d-4874-80da-988928dc8161} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
4013 2024.10.03 20:33:21.473584 [ 3 ] {} <Debug> HTTP-Session: a8c54972-1120-4152-a9ee-a20e3c568ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4014 2024.10.03 20:33:21.473708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4015 2024.10.03 20:33:21.473756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4016 2024.10.03 20:33:21.473775 [ 3 ] {} <Debug> HTTP-Session: d8befedf-de95-4567-a48b-3aee9272411b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4017 2024.10.03 20:33:21.473792 [ 3 ] {} <Debug> HTTP-Session: d8befedf-de95-4567-a48b-3aee9272411b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4018 2024.10.03 20:33:21.473806 [ 3 ] {} <Debug> HTTP-Session: d8befedf-de95-4567-a48b-3aee9272411b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4019 2024.10.03 20:33:21.473837 [ 3 ] {} <Trace> HTTP-Session: d8befedf-de95-4567-a48b-3aee9272411b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4020 2024.10.03 20:33:21.473935 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4021 2024.10.03 20:33:21.473980 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4022 2024.10.03 20:33:21.474108 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4023 2024.10.03 20:33:21.474363 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4024 2024.10.03 20:33:21.474397 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4025 2024.10.03 20:33:21.474757 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
4026 2024.10.03 20:33:21.475076 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4027 2024.10.03 20:33:21.475198 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001289 sec., 9309.542280837859 rows/sec., 679.58 KiB/sec.
4028 2024.10.03 20:33:21.475479 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Debug> DynamicQueryHandler: Done processing query
4029 2024.10.03 20:33:21.475504 [ 3 ] {9588c1bd-4676-4293-89e6-749d4220d46f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4030 2024.10.03 20:33:21.475520 [ 3 ] {} <Debug> HTTP-Session: d8befedf-de95-4567-a48b-3aee9272411b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4031 2024.10.03 20:33:21.475628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4032 2024.10.03 20:33:21.475675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4033 2024.10.03 20:33:21.475694 [ 3 ] {} <Debug> HTTP-Session: 0a6b48aa-8b48-4857-ad06-41e8bd269954 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4034 2024.10.03 20:33:21.475711 [ 3 ] {} <Debug> HTTP-Session: 0a6b48aa-8b48-4857-ad06-41e8bd269954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4035 2024.10.03 20:33:21.475724 [ 3 ] {} <Debug> HTTP-Session: 0a6b48aa-8b48-4857-ad06-41e8bd269954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4036 2024.10.03 20:33:21.475756 [ 3 ] {} <Trace> HTTP-Session: 0a6b48aa-8b48-4857-ad06-41e8bd269954 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4037 2024.10.03 20:33:21.475887 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4038 2024.10.03 20:33:21.475932 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4039 2024.10.03 20:33:21.476081 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4040 2024.10.03 20:33:21.476366 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4041 2024.10.03 20:33:21.476402 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4042 2024.10.03 20:33:21.476757 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4043 2024.10.03 20:33:21.477069 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4044 2024.10.03 20:33:21.477192 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec.
4045 2024.10.03 20:33:21.477341 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Debug> DynamicQueryHandler: Done processing query
4046 2024.10.03 20:33:21.477366 [ 3 ] {4aac35f5-ce6d-4aa4-92b8-4b3af789063f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4047 2024.10.03 20:33:21.477382 [ 3 ] {} <Debug> HTTP-Session: 0a6b48aa-8b48-4857-ad06-41e8bd269954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4048 2024.10.03 20:33:22.000164 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.76 MiB, peak 156.86 MiB, free memory in arenas 0.00 B, will set to 146.75 MiB (RSS), difference: -1.00 MiB
4049 2024.10.03 20:33:24.735925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4050 2024.10.03 20:33:24.736074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4051 2024.10.03 20:33:24.736104 [ 3 ] {} <Debug> HTTP-Session: 94d3442b-1edd-4762-945f-d117e747e52c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4052 2024.10.03 20:33:24.736133 [ 3 ] {} <Debug> HTTP-Session: 94d3442b-1edd-4762-945f-d117e747e52c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4053 2024.10.03 20:33:24.736151 [ 3 ] {} <Debug> HTTP-Session: 94d3442b-1edd-4762-945f-d117e747e52c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4054 2024.10.03 20:33:24.736208 [ 3 ] {} <Trace> HTTP-Session: 94d3442b-1edd-4762-945f-d117e747e52c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4055 2024.10.03 20:33:24.736411 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4056 2024.10.03 20:33:24.736487 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4057 2024.10.03 20:33:24.736871 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4058 2024.10.03 20:33:24.737317 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2024.10.03 20:33:24.737359 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4060 2024.10.03 20:33:24.737770 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4061 2024.10.03 20:33:24.738162 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2024.10.03 20:33:24.738329 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001968 sec., 2032.5203252032518 rows/sec., 165.74 KiB/sec.
4063 2024.10.03 20:33:24.738577 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Debug> DynamicQueryHandler: Done processing query
4064 2024.10.03 20:33:24.738604 [ 3 ] {783a1819-fb98-408a-ac85-fbf62e763587} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4065 2024.10.03 20:33:24.738620 [ 3 ] {} <Debug> HTTP-Session: 94d3442b-1edd-4762-945f-d117e747e52c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4066 2024.10.03 20:33:24.738962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 176195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4067 2024.10.03 20:33:24.739013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4068 2024.10.03 20:33:24.739032 [ 3 ] {} <Debug> HTTP-Session: 7d549c09-dfb7-4887-9952-40b98a047bae Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4069 2024.10.03 20:33:24.739050 [ 3 ] {} <Debug> HTTP-Session: 7d549c09-dfb7-4887-9952-40b98a047bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4070 2024.10.03 20:33:24.739063 [ 3 ] {} <Debug> HTTP-Session: 7d549c09-dfb7-4887-9952-40b98a047bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4071 2024.10.03 20:33:24.739095 [ 3 ] {} <Trace> HTTP-Session: 7d549c09-dfb7-4887-9952-40b98a047bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4072 2024.10.03 20:33:24.739986 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4073 2024.10.03 20:33:24.740032 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4074 2024.10.03 20:33:24.740266 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4075 2024.10.03 20:33:24.741325 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4076 2024.10.03 20:33:24.741362 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4077 2024.10.03 20:33:24.741866 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4078 2024.10.03 20:33:24.742221 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4079 2024.10.03 20:33:24.742383 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Debug> executeQuery: Read 1214 rows, 102.70 KiB in 0.003131 sec., 387735.5477483232 rows/sec., 32.03 MiB/sec.
4080 2024.10.03 20:33:24.742385 [ 119 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4081 2024.10.03 20:33:24.742487 [ 119 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4082 2024.10.03 20:33:24.742538 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4083 2024.10.03 20:33:24.742661 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Debug> DynamicQueryHandler: Done processing query
4084 2024.10.03 20:33:24.742704 [ 3 ] {b51e88f9-d215-4a01-9b63-380c95ac03b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
4085 2024.10.03 20:33:24.742722 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
4086 2024.10.03 20:33:24.742731 [ 3 ] {} <Debug> HTTP-Session: 7d549c09-dfb7-4887-9952-40b98a047bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4087 2024.10.03 20:33:24.742912 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4088 2024.10.03 20:33:24.742955 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1389 rows starting from the beginning of the part
4089 2024.10.03 20:33:24.742996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4090 2024.10.03 20:33:24.743108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4091 2024.10.03 20:33:24.743148 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
4092 2024.10.03 20:33:24.743194 [ 3 ] {} <Debug> HTTP-Session: bd1ba382-4c17-4883-bac7-b6ffa5c4ad30 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4093 2024.10.03 20:33:24.743266 [ 3 ] {} <Debug> HTTP-Session: bd1ba382-4c17-4883-bac7-b6ffa5c4ad30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4094 2024.10.03 20:33:24.743349 [ 3 ] {} <Debug> HTTP-Session: bd1ba382-4c17-4883-bac7-b6ffa5c4ad30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4095 2024.10.03 20:33:24.743539 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 234 rows starting from the beginning of the part
4096 2024.10.03 20:33:24.743543 [ 3 ] {} <Trace> HTTP-Session: bd1ba382-4c17-4883-bac7-b6ffa5c4ad30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4097 2024.10.03 20:33:24.743899 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 73 rows starting from the beginning of the part
4098 2024.10.03 20:33:24.743948 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4099 2024.10.03 20:33:24.744127 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4100 2024.10.03 20:33:24.744203 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 253 rows starting from the beginning of the part
4101 2024.10.03 20:33:24.744549 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1214 rows starting from the beginning of the part
4102 2024.10.03 20:33:24.745253 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4103 2024.10.03 20:33:24.745879 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4104 2024.10.03 20:33:24.745926 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4105 2024.10.03 20:33:24.746926 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4106 2024.10.03 20:33:24.747743 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4107 2024.10.03 20:33:24.747934 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.004128 sec., 2906.9767441860467 rows/sec., 213.39 KiB/sec.
4108 2024.10.03 20:33:24.748741 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Debug> DynamicQueryHandler: Done processing query
4109 2024.10.03 20:33:24.748854 [ 3 ] {8206b5a1-6044-4dd8-8157-f50e41379656} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4110 2024.10.03 20:33:24.748932 [ 3 ] {} <Debug> HTTP-Session: bd1ba382-4c17-4883-bac7-b6ffa5c4ad30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4111 2024.10.03 20:33:24.749021 [ 191 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3235 rows, containing 5 columns (5 merged, 0 gathered) in 0.006401949 sec., 505314.86583226454 rows/sec., 44.32 MiB/sec.
4112 2024.10.03 20:33:24.749134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4113 2024.10.03 20:33:24.749196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4114 2024.10.03 20:33:24.749220 [ 3 ] {} <Debug> HTTP-Session: 8155347a-d02a-4768-b426-88945322f03e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4115 2024.10.03 20:33:24.749259 [ 3 ] {} <Debug> HTTP-Session: 8155347a-d02a-4768-b426-88945322f03e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4116 2024.10.03 20:33:24.749275 [ 3 ] {} <Debug> HTTP-Session: 8155347a-d02a-4768-b426-88945322f03e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4117 2024.10.03 20:33:24.749314 [ 3 ] {} <Trace> HTTP-Session: 8155347a-d02a-4768-b426-88945322f03e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4118 2024.10.03 20:33:24.749382 [ 201 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4119 2024.10.03 20:33:24.749574 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4120 2024.10.03 20:33:24.749652 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4121 2024.10.03 20:33:24.750595 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4122 2024.10.03 20:33:24.750595 [ 201 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4123 2024.10.03 20:33:24.750825 [ 201 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_16_3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4124 2024.10.03 20:33:24.750973 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
4125 2024.10.03 20:33:24.751219 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2024.10.03 20:33:24.751262 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4127 2024.10.03 20:33:24.751650 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4128 2024.10.03 20:33:24.752027 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4129 2024.10.03 20:33:24.752215 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002777 sec., 82102.98883687433 rows/sec., 5.56 MiB/sec.
4130 2024.10.03 20:33:24.752436 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Debug> DynamicQueryHandler: Done processing query
4131 2024.10.03 20:33:24.752460 [ 3 ] {4d4069f3-f70a-4f3c-8f91-a9adb9da3e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
4132 2024.10.03 20:33:24.752476 [ 3 ] {} <Debug> HTTP-Session: 8155347a-d02a-4768-b426-88945322f03e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4133 2024.10.03 20:33:24.752719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4134 2024.10.03 20:33:24.752768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4135 2024.10.03 20:33:24.752787 [ 3 ] {} <Debug> HTTP-Session: 5b886aaf-f020-4320-9439-3699ad6bb574 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4136 2024.10.03 20:33:24.752803 [ 3 ] {} <Debug> HTTP-Session: 5b886aaf-f020-4320-9439-3699ad6bb574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4137 2024.10.03 20:33:24.752817 [ 3 ] {} <Debug> HTTP-Session: 5b886aaf-f020-4320-9439-3699ad6bb574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4138 2024.10.03 20:33:24.752849 [ 3 ] {} <Trace> HTTP-Session: 5b886aaf-f020-4320-9439-3699ad6bb574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4139 2024.10.03 20:33:24.753214 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4140 2024.10.03 20:33:24.753258 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4141 2024.10.03 20:33:24.753487 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4142 2024.10.03 20:33:24.754139 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4143 2024.10.03 20:33:24.754175 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4144 2024.10.03 20:33:24.754556 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4145 2024.10.03 20:33:24.754924 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4146 2024.10.03 20:33:24.755088 [ 138 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4147 2024.10.03 20:33:24.755093 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.002134 sec., 249297.0946579194 rows/sec., 18.47 MiB/sec.
4148 2024.10.03 20:33:24.755178 [ 138 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4149 2024.10.03 20:33:24.755256 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4150 2024.10.03 20:33:24.755457 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Debug> DynamicQueryHandler: Done processing query
4151 2024.10.03 20:33:24.755469 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
4152 2024.10.03 20:33:24.755496 [ 3 ] {7a801c59-a1fe-4284-a921-bddd7f229ebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4153 2024.10.03 20:33:24.755552 [ 3 ] {} <Debug> HTTP-Session: 5b886aaf-f020-4320-9439-3699ad6bb574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4154 2024.10.03 20:33:24.755674 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4155 2024.10.03 20:33:24.755714 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 878 rows starting from the beginning of the part
4156 2024.10.03 20:33:24.755905 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
4157 2024.10.03 20:33:24.755941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 184638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4158 2024.10.03 20:33:24.756117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4159 2024.10.03 20:33:24.756219 [ 3 ] {} <Debug> HTTP-Session: fb2f917e-8a43-4323-8303-c6c7e8e8383b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4160 2024.10.03 20:33:24.756230 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 406 rows starting from the beginning of the part
4161 2024.10.03 20:33:24.756288 [ 3 ] {} <Debug> HTTP-Session: fb2f917e-8a43-4323-8303-c6c7e8e8383b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4162 2024.10.03 20:33:24.756349 [ 3 ] {} <Debug> HTTP-Session: fb2f917e-8a43-4323-8303-c6c7e8e8383b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4163 2024.10.03 20:33:24.756483 [ 3 ] {} <Trace> HTTP-Session: fb2f917e-8a43-4323-8303-c6c7e8e8383b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4164 2024.10.03 20:33:24.756565 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part
4165 2024.10.03 20:33:24.756848 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 425 rows starting from the beginning of the part
4166 2024.10.03 20:33:24.757006 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 532 rows starting from the beginning of the part
4167 2024.10.03 20:33:24.757231 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4168 2024.10.03 20:33:24.757398 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4169 2024.10.03 20:33:24.757890 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4170 2024.10.03 20:33:24.759407 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2024.10.03 20:33:24.759428 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.004046901 sec., 589834.0483248787 rows/sec., 45.20 MiB/sec.
4172 2024.10.03 20:33:24.759466 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4173 2024.10.03 20:33:24.759658 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4174 2024.10.03 20:33:24.760567 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4175 2024.10.03 20:33:24.760607 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4176 2024.10.03 20:33:24.760756 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_16_3} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4177 2024.10.03 20:33:24.760938 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4178 2024.10.03 20:33:24.761215 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4179 2024.10.03 20:33:24.761391 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4180 2024.10.03 20:33:24.761405 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Debug> executeQuery: Read 974 rows, 66.95 KiB in 0.004657 sec., 209147.5198625725 rows/sec., 14.04 MiB/sec.
4181 2024.10.03 20:33:24.761450 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4182 2024.10.03 20:33:24.761534 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4183 2024.10.03 20:33:24.761780 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
4184 2024.10.03 20:33:24.761847 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Debug> DynamicQueryHandler: Done processing query
4185 2024.10.03 20:33:24.761892 [ 3 ] {5101f4cb-a167-4b8d-a148-941e3088d2e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
4186 2024.10.03 20:33:24.761940 [ 3 ] {} <Debug> HTTP-Session: fb2f917e-8a43-4323-8303-c6c7e8e8383b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4187 2024.10.03 20:33:24.762034 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4188 2024.10.03 20:33:24.762071 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4357 rows starting from the beginning of the part
4189 2024.10.03 20:33:24.762243 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
4190 2024.10.03 20:33:24.762243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4191 2024.10.03 20:33:24.762466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4192 2024.10.03 20:33:24.762615 [ 3 ] {} <Debug> HTTP-Session: d0b1f815-092e-4b55-8dcc-67f9583de586 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4193 2024.10.03 20:33:24.762615 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 238 rows starting from the beginning of the part
4194 2024.10.03 20:33:24.762666 [ 3 ] {} <Debug> HTTP-Session: d0b1f815-092e-4b55-8dcc-67f9583de586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4195 2024.10.03 20:33:24.762717 [ 3 ] {} <Debug> HTTP-Session: d0b1f815-092e-4b55-8dcc-67f9583de586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4196 2024.10.03 20:33:24.762846 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
4197 2024.10.03 20:33:24.762855 [ 3 ] {} <Trace> HTTP-Session: d0b1f815-092e-4b55-8dcc-67f9583de586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4198 2024.10.03 20:33:24.763212 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 238 rows starting from the beginning of the part
4199 2024.10.03 20:33:24.763471 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4200 2024.10.03 20:33:24.763494 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 974 rows starting from the beginning of the part
4201 2024.10.03 20:33:24.763808 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4202 2024.10.03 20:33:24.765566 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4203 2024.10.03 20:33:24.766823 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4204 2024.10.03 20:33:24.766862 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4205 2024.10.03 20:33:24.767783 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4206 2024.10.03 20:33:24.768227 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2024.10.03 20:33:24.768423 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005314 sec., 1505.4572826496048 rows/sec., 2.70 MiB/sec.
4208 2024.10.03 20:33:24.768690 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Debug> DynamicQueryHandler: Done processing query
4209 2024.10.03 20:33:24.768716 [ 3 ] {7f17ebc4-9fae-482e-98b6-b389bd719136} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4210 2024.10.03 20:33:24.768734 [ 3 ] {} <Debug> HTTP-Session: d0b1f815-092e-4b55-8dcc-67f9583de586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4211 2024.10.03 20:33:24.768934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4212 2024.10.03 20:33:24.768993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4213 2024.10.03 20:33:24.769018 [ 3 ] {} <Debug> HTTP-Session: 13cc5464-af1a-474a-a8d1-f99a490a1899 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4214 2024.10.03 20:33:24.769041 [ 3 ] {} <Debug> HTTP-Session: 13cc5464-af1a-474a-a8d1-f99a490a1899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4215 2024.10.03 20:33:24.769058 [ 3 ] {} <Debug> HTTP-Session: 13cc5464-af1a-474a-a8d1-f99a490a1899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4216 2024.10.03 20:33:24.769099 [ 3 ] {} <Trace> HTTP-Session: 13cc5464-af1a-474a-a8d1-f99a490a1899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4217 2024.10.03 20:33:24.769239 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4218 2024.10.03 20:33:24.769296 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4219 2024.10.03 20:33:24.769456 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4220 2024.10.03 20:33:24.769783 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2024.10.03 20:33:24.769823 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4222 2024.10.03 20:33:24.770360 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6128 rows, containing 5 columns (5 merged, 0 gathered) in 0.008689646 sec., 705207.0935916146 rows/sec., 47.46 MiB/sec.
4223 2024.10.03 20:33:24.770561 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4224 2024.10.03 20:33:24.771008 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4225 2024.10.03 20:33:24.771020 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4226 2024.10.03 20:33:24.771320 [ 138 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4227 2024.10.03 20:33:24.771333 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.002121 sec., 21687.883074021687 rows/sec., 1.47 MiB/sec.
4228 2024.10.03 20:33:24.771375 [ 138 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4229 2024.10.03 20:33:24.771638 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4230 2024.10.03 20:33:24.771975 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Debug> DynamicQueryHandler: Done processing query
4231 2024.10.03 20:33:24.772068 [ 3 ] {524973a2-d7fc-45db-972e-4e2bba0534cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4232 2024.10.03 20:33:24.772167 [ 3 ] {} <Debug> HTTP-Session: 13cc5464-af1a-474a-a8d1-f99a490a1899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4233 2024.10.03 20:33:24.772265 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
4234 2024.10.03 20:33:24.772435 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2024.10.03 20:33:24.772576 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4236 2024.10.03 20:33:24.772641 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 614 rows starting from the beginning of the part
4237 2024.10.03 20:33:24.772645 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4238 2024.10.03 20:33:24.772903 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
4239 2024.10.03 20:33:24.772951 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
4240 2024.10.03 20:33:24.773152 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
4241 2024.10.03 20:33:24.773314 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
4242 2024.10.03 20:33:24.773499 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
4243 2024.10.03 20:33:24.773666 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part
4244 2024.10.03 20:33:24.774917 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 944 rows, containing 4 columns (4 merged, 0 gathered) in 0.003033706 sec., 311170.5616826416 rows/sec., 20.21 MiB/sec.
4245 2024.10.03 20:33:24.775137 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4246 2024.10.03 20:33:24.775546 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4247 2024.10.03 20:33:24.775625 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_16_3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4248 2024.10.03 20:33:24.775713 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4249 2024.10.03 20:33:25.000193 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.51 MiB, peak 156.87 MiB, free memory in arenas 0.00 B, will set to 149.25 MiB (RSS), difference: 1.75 MiB
4250 2024.10.03 20:33:25.543707 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
4251 2024.10.03 20:33:25.543766 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
4252 2024.10.03 20:33:25.663115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 428
4253 2024.10.03 20:33:25.666611 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2024.10.03 20:33:25.666651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4255 2024.10.03 20:33:25.668250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4256 2024.10.03 20:33:25.669326 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2024.10.03 20:33:25.669831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428
4258 2024.10.03 20:33:26.431332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4259 2024.10.03 20:33:26.431461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4260 2024.10.03 20:33:26.431491 [ 3 ] {} <Debug> HTTP-Session: 2340a107-5f5c-4ab4-8293-415a4605c64a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4261 2024.10.03 20:33:26.431519 [ 3 ] {} <Debug> HTTP-Session: 2340a107-5f5c-4ab4-8293-415a4605c64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4262 2024.10.03 20:33:26.431540 [ 3 ] {} <Debug> HTTP-Session: 2340a107-5f5c-4ab4-8293-415a4605c64a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4263 2024.10.03 20:33:26.431597 [ 3 ] {} <Trace> HTTP-Session: 2340a107-5f5c-4ab4-8293-415a4605c64a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2024.10.03 20:33:26.431793 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4265 2024.10.03 20:33:26.431868 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4266 2024.10.03 20:33:26.432252 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4267 2024.10.03 20:33:26.432728 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4268 2024.10.03 20:33:26.432780 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4269 2024.10.03 20:33:26.433211 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4270 2024.10.03 20:33:26.433614 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4271 2024.10.03 20:33:26.433765 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002032 sec., 984.2519685039371 rows/sec., 80.26 KiB/sec.
4272 2024.10.03 20:33:26.433996 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Debug> DynamicQueryHandler: Done processing query
4273 2024.10.03 20:33:26.434025 [ 3 ] {d7a1bdd3-1937-4212-b1f5-9d746095fb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4274 2024.10.03 20:33:26.434043 [ 3 ] {} <Debug> HTTP-Session: 2340a107-5f5c-4ab4-8293-415a4605c64a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4275 2024.10.03 20:33:26.434181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4276 2024.10.03 20:33:26.434241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4277 2024.10.03 20:33:26.434261 [ 3 ] {} <Debug> HTTP-Session: 91b57917-f675-450f-b884-119e1ae16696 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4278 2024.10.03 20:33:26.434280 [ 3 ] {} <Debug> HTTP-Session: 91b57917-f675-450f-b884-119e1ae16696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4279 2024.10.03 20:33:26.434294 [ 3 ] {} <Debug> HTTP-Session: 91b57917-f675-450f-b884-119e1ae16696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4280 2024.10.03 20:33:26.434329 [ 3 ] {} <Trace> HTTP-Session: 91b57917-f675-450f-b884-119e1ae16696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4281 2024.10.03 20:33:26.434447 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4282 2024.10.03 20:33:26.434495 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4283 2024.10.03 20:33:26.434736 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4284 2024.10.03 20:33:26.435130 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4285 2024.10.03 20:33:26.435167 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4286 2024.10.03 20:33:26.435550 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4287 2024.10.03 20:33:26.435939 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2024.10.03 20:33:26.436077 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001665 sec., 34234.23423423423 rows/sec., 2.63 MiB/sec.
4289 2024.10.03 20:33:26.436361 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Debug> DynamicQueryHandler: Done processing query
4290 2024.10.03 20:33:26.436389 [ 3 ] {a83049da-1d8e-4c74-9aa8-ce9eda7e7606} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4291 2024.10.03 20:33:26.436406 [ 3 ] {} <Debug> HTTP-Session: 91b57917-f675-450f-b884-119e1ae16696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4292 2024.10.03 20:33:26.436581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4293 2024.10.03 20:33:26.436634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4294 2024.10.03 20:33:26.436656 [ 3 ] {} <Debug> HTTP-Session: 5d95de38-e78f-4359-9bd2-aa268fd21cca Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4295 2024.10.03 20:33:26.436674 [ 3 ] {} <Debug> HTTP-Session: 5d95de38-e78f-4359-9bd2-aa268fd21cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4296 2024.10.03 20:33:26.436689 [ 3 ] {} <Debug> HTTP-Session: 5d95de38-e78f-4359-9bd2-aa268fd21cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4297 2024.10.03 20:33:26.436721 [ 3 ] {} <Trace> HTTP-Session: 5d95de38-e78f-4359-9bd2-aa268fd21cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4298 2024.10.03 20:33:26.436824 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4299 2024.10.03 20:33:26.436871 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4300 2024.10.03 20:33:26.437126 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4301 2024.10.03 20:33:26.437451 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2024.10.03 20:33:26.437489 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4303 2024.10.03 20:33:26.437825 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4304 2024.10.03 20:33:26.438191 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2024.10.03 20:33:26.438349 [ 23 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4306 2024.10.03 20:33:26.438354 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 90.15 KiB/sec.
4307 2024.10.03 20:33:26.438428 [ 23 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2024.10.03 20:33:26.438495 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4309 2024.10.03 20:33:26.438836 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Debug> DynamicQueryHandler: Done processing query
4310 2024.10.03 20:33:26.438877 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
4311 2024.10.03 20:33:26.438917 [ 3 ] {30544112-aaf4-4d49-a2ce-f1d15f8f600f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4312 2024.10.03 20:33:26.438992 [ 3 ] {} <Debug> HTTP-Session: 5d95de38-e78f-4359-9bd2-aa268fd21cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4313 2024.10.03 20:33:26.439225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4314 2024.10.03 20:33:26.439278 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4315 2024.10.03 20:33:26.439329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4316 2024.10.03 20:33:26.439343 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part
4317 2024.10.03 20:33:26.439369 [ 3 ] {} <Debug> HTTP-Session: 49005e09-6247-4f05-907c-219b0dfe1fac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4318 2024.10.03 20:33:26.439408 [ 3 ] {} <Debug> HTTP-Session: 49005e09-6247-4f05-907c-219b0dfe1fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4319 2024.10.03 20:33:26.439447 [ 3 ] {} <Debug> HTTP-Session: 49005e09-6247-4f05-907c-219b0dfe1fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4320 2024.10.03 20:33:26.439569 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part
4321 2024.10.03 20:33:26.439584 [ 3 ] {} <Trace> HTTP-Session: 49005e09-6247-4f05-907c-219b0dfe1fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4322 2024.10.03 20:33:26.439874 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part
4323 2024.10.03 20:33:26.440038 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4324 2024.10.03 20:33:26.440233 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part
4325 2024.10.03 20:33:26.440263 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4326 2024.10.03 20:33:26.440553 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
4327 2024.10.03 20:33:26.440891 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
4328 2024.10.03 20:33:26.441712 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4329 2024.10.03 20:33:26.442667 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4330 2024.10.03 20:33:26.442735 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4331 2024.10.03 20:33:26.443726 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4332 2024.10.03 20:33:26.443742 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 111 rows, containing 5 columns (5 merged, 0 gathered) in 0.005077666 sec., 21860.43745295575 rows/sec., 1.68 MiB/sec.
4333 2024.10.03 20:33:26.443899 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4334 2024.10.03 20:33:26.444271 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4335 2024.10.03 20:33:26.444494 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004658 sec., 14169.171318162302 rows/sec., 1.11 MiB/sec.
4336 2024.10.03 20:33:26.444591 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4337 2024.10.03 20:33:26.444693 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_11_2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4338 2024.10.03 20:33:26.444720 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Debug> DynamicQueryHandler: Done processing query
4339 2024.10.03 20:33:26.444757 [ 3 ] {8ba1b1e7-a366-48ed-a08a-ca16b0b6263c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4340 2024.10.03 20:33:26.444787 [ 3 ] {} <Debug> HTTP-Session: 49005e09-6247-4f05-907c-219b0dfe1fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4341 2024.10.03 20:33:26.444797 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4342 2024.10.03 20:33:26.444952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4343 2024.10.03 20:33:26.445003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4344 2024.10.03 20:33:26.445022 [ 3 ] {} <Debug> HTTP-Session: a74e02fc-04cb-4ae7-bd21-a9291214aa4d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4345 2024.10.03 20:33:26.445039 [ 3 ] {} <Debug> HTTP-Session: a74e02fc-04cb-4ae7-bd21-a9291214aa4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4346 2024.10.03 20:33:26.445055 [ 3 ] {} <Debug> HTTP-Session: a74e02fc-04cb-4ae7-bd21-a9291214aa4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4347 2024.10.03 20:33:26.445088 [ 3 ] {} <Trace> HTTP-Session: a74e02fc-04cb-4ae7-bd21-a9291214aa4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4348 2024.10.03 20:33:26.445200 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4349 2024.10.03 20:33:26.445249 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4350 2024.10.03 20:33:26.445401 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4351 2024.10.03 20:33:26.445722 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4352 2024.10.03 20:33:26.445760 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4353 2024.10.03 20:33:26.446142 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4354 2024.10.03 20:33:26.446488 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4355 2024.10.03 20:33:26.446858 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Debug> executeQuery: Read 35 rows, 2.50 KiB in 0.001668 sec., 20983.213429256593 rows/sec., 1.47 MiB/sec.
4356 2024.10.03 20:33:26.447271 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Debug> DynamicQueryHandler: Done processing query
4357 2024.10.03 20:33:26.447298 [ 3 ] {91fcda9a-8234-4fe3-9239-28631fc229cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4358 2024.10.03 20:33:26.447315 [ 3 ] {} <Debug> HTTP-Session: a74e02fc-04cb-4ae7-bd21-a9291214aa4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4359 2024.10.03 20:33:26.447448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4360 2024.10.03 20:33:26.447497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4361 2024.10.03 20:33:26.447517 [ 3 ] {} <Debug> HTTP-Session: 5e007361-3277-41e0-aa13-2bb429eabed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4362 2024.10.03 20:33:26.447535 [ 3 ] {} <Debug> HTTP-Session: 5e007361-3277-41e0-aa13-2bb429eabed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4363 2024.10.03 20:33:26.447549 [ 3 ] {} <Debug> HTTP-Session: 5e007361-3277-41e0-aa13-2bb429eabed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4364 2024.10.03 20:33:26.447580 [ 3 ] {} <Trace> HTTP-Session: 5e007361-3277-41e0-aa13-2bb429eabed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4365 2024.10.03 20:33:26.447686 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4366 2024.10.03 20:33:26.447733 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4367 2024.10.03 20:33:26.447897 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4368 2024.10.03 20:33:26.448200 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4369 2024.10.03 20:33:26.448236 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4370 2024.10.03 20:33:26.448598 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4371 2024.10.03 20:33:26.448925 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4372 2024.10.03 20:33:26.449076 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Debug> executeQuery: Read 14 rows, 977.00 B in 0.001421 sec., 9852.216748768473 rows/sec., 671.43 KiB/sec.
4373 2024.10.03 20:33:26.449251 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Debug> DynamicQueryHandler: Done processing query
4374 2024.10.03 20:33:26.449277 [ 3 ] {7f50e544-7ff9-4074-95b3-576790512035} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4375 2024.10.03 20:33:26.449293 [ 3 ] {} <Debug> HTTP-Session: 5e007361-3277-41e0-aa13-2bb429eabed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4376 2024.10.03 20:33:31.443150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4377 2024.10.03 20:33:31.443350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4378 2024.10.03 20:33:31.443397 [ 3 ] {} <Debug> HTTP-Session: bc1d2bed-ccd7-42b8-8088-1e59d27c28ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4379 2024.10.03 20:33:31.443439 [ 3 ] {} <Debug> HTTP-Session: bc1d2bed-ccd7-42b8-8088-1e59d27c28ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4380 2024.10.03 20:33:31.443469 [ 3 ] {} <Debug> HTTP-Session: bc1d2bed-ccd7-42b8-8088-1e59d27c28ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4381 2024.10.03 20:33:31.443551 [ 3 ] {} <Trace> HTTP-Session: bc1d2bed-ccd7-42b8-8088-1e59d27c28ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4382 2024.10.03 20:33:31.443969 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4383 2024.10.03 20:33:31.444079 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4384 2024.10.03 20:33:31.444514 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4385 2024.10.03 20:33:31.445167 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4386 2024.10.03 20:33:31.445210 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4387 2024.10.03 20:33:31.445634 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4388 2024.10.03 20:33:31.446029 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4389 2024.10.03 20:33:31.446205 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.00243 sec., 103292.18106995885 rows/sec., 9.13 MiB/sec.
4390 2024.10.03 20:33:31.446424 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Debug> DynamicQueryHandler: Done processing query
4391 2024.10.03 20:33:31.446451 [ 3 ] {90a762c4-323a-49fa-9bd8-3a1c0b83d0bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4392 2024.10.03 20:33:31.446468 [ 3 ] {} <Debug> HTTP-Session: bc1d2bed-ccd7-42b8-8088-1e59d27c28ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4393 2024.10.03 20:33:31.446686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4394 2024.10.03 20:33:31.446735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4395 2024.10.03 20:33:31.446755 [ 3 ] {} <Debug> HTTP-Session: 1ec70f7b-2eba-4945-b399-7ed3ba9a1cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4396 2024.10.03 20:33:31.446771 [ 3 ] {} <Debug> HTTP-Session: 1ec70f7b-2eba-4945-b399-7ed3ba9a1cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4397 2024.10.03 20:33:31.446785 [ 3 ] {} <Debug> HTTP-Session: 1ec70f7b-2eba-4945-b399-7ed3ba9a1cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4398 2024.10.03 20:33:31.446817 [ 3 ] {} <Trace> HTTP-Session: 1ec70f7b-2eba-4945-b399-7ed3ba9a1cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4399 2024.10.03 20:33:31.446919 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4400 2024.10.03 20:33:31.446962 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4401 2024.10.03 20:33:31.447189 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4402 2024.10.03 20:33:31.447613 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4403 2024.10.03 20:33:31.447651 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4404 2024.10.03 20:33:31.447987 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4405 2024.10.03 20:33:31.448342 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4406 2024.10.03 20:33:31.448502 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001608 sec., 19278.606965174127 rows/sec., 1.42 MiB/sec.
4407 2024.10.03 20:33:31.448784 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Debug> DynamicQueryHandler: Done processing query
4408 2024.10.03 20:33:31.448810 [ 3 ] {076d1009-3749-48c4-a06e-e2cedf39a591} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4409 2024.10.03 20:33:31.448826 [ 3 ] {} <Debug> HTTP-Session: 1ec70f7b-2eba-4945-b399-7ed3ba9a1cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4410 2024.10.03 20:33:31.448961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4411 2024.10.03 20:33:31.449010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4412 2024.10.03 20:33:31.449029 [ 3 ] {} <Debug> HTTP-Session: 524bf053-8c33-459f-ab75-3c9f503d9c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4413 2024.10.03 20:33:31.449046 [ 3 ] {} <Debug> HTTP-Session: 524bf053-8c33-459f-ab75-3c9f503d9c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4414 2024.10.03 20:33:31.449060 [ 3 ] {} <Debug> HTTP-Session: 524bf053-8c33-459f-ab75-3c9f503d9c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4415 2024.10.03 20:33:31.449091 [ 3 ] {} <Trace> HTTP-Session: 524bf053-8c33-459f-ab75-3c9f503d9c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4416 2024.10.03 20:33:31.449189 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4417 2024.10.03 20:33:31.449232 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4418 2024.10.03 20:33:31.449473 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4419 2024.10.03 20:33:31.449786 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4420 2024.10.03 20:33:31.449822 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4421 2024.10.03 20:33:31.450165 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4422 2024.10.03 20:33:31.450518 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4423 2024.10.03 20:33:31.450695 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec.
4424 2024.10.03 20:33:31.451098 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Debug> DynamicQueryHandler: Done processing query
4425 2024.10.03 20:33:31.451125 [ 3 ] {a4e8d74f-5776-42c5-aded-0b988e701bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4426 2024.10.03 20:33:31.451141 [ 3 ] {} <Debug> HTTP-Session: 524bf053-8c33-459f-ab75-3c9f503d9c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4427 2024.10.03 20:33:31.451270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4428 2024.10.03 20:33:31.451320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4429 2024.10.03 20:33:31.451339 [ 3 ] {} <Debug> HTTP-Session: ed64edbe-e862-4aa7-a27b-6ef41f90c20b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4430 2024.10.03 20:33:31.451355 [ 3 ] {} <Debug> HTTP-Session: ed64edbe-e862-4aa7-a27b-6ef41f90c20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4431 2024.10.03 20:33:31.451369 [ 3 ] {} <Debug> HTTP-Session: ed64edbe-e862-4aa7-a27b-6ef41f90c20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4432 2024.10.03 20:33:31.451399 [ 3 ] {} <Trace> HTTP-Session: ed64edbe-e862-4aa7-a27b-6ef41f90c20b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2024.10.03 20:33:31.451499 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4434 2024.10.03 20:33:31.451543 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4435 2024.10.03 20:33:31.451814 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4436 2024.10.03 20:33:31.452159 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4437 2024.10.03 20:33:31.452196 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4438 2024.10.03 20:33:31.452533 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4439 2024.10.03 20:33:31.452890 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4440 2024.10.03 20:33:31.453052 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 224.50 KiB/sec.
4441 2024.10.03 20:33:31.453224 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Debug> DynamicQueryHandler: Done processing query
4442 2024.10.03 20:33:31.453249 [ 3 ] {ab206e83-3967-43d0-8327-443d7183c519} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4443 2024.10.03 20:33:31.453265 [ 3 ] {} <Debug> HTTP-Session: ed64edbe-e862-4aa7-a27b-6ef41f90c20b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4444 2024.10.03 20:33:31.453430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4445 2024.10.03 20:33:31.453502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4446 2024.10.03 20:33:31.453522 [ 3 ] {} <Debug> HTTP-Session: 9dcf6946-cfb2-46f4-b668-22e0e032ba90 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4447 2024.10.03 20:33:31.453539 [ 3 ] {} <Debug> HTTP-Session: 9dcf6946-cfb2-46f4-b668-22e0e032ba90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4448 2024.10.03 20:33:31.453553 [ 3 ] {} <Debug> HTTP-Session: 9dcf6946-cfb2-46f4-b668-22e0e032ba90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4449 2024.10.03 20:33:31.453584 [ 3 ] {} <Trace> HTTP-Session: 9dcf6946-cfb2-46f4-b668-22e0e032ba90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4450 2024.10.03 20:33:31.453787 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4451 2024.10.03 20:33:31.453831 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4452 2024.10.03 20:33:31.454055 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4453 2024.10.03 20:33:31.454612 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4454 2024.10.03 20:33:31.454650 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4455 2024.10.03 20:33:31.455012 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4456 2024.10.03 20:33:31.455360 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2024.10.03 20:33:31.455521 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001842 sec., 224212.81216069488 rows/sec., 15.99 MiB/sec.
4458 2024.10.03 20:33:31.455702 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Debug> DynamicQueryHandler: Done processing query
4459 2024.10.03 20:33:31.455726 [ 3 ] {cfc0ee9e-973f-4d22-9631-d451c1171107} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4460 2024.10.03 20:33:31.455742 [ 3 ] {} <Debug> HTTP-Session: 9dcf6946-cfb2-46f4-b668-22e0e032ba90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4461 2024.10.03 20:33:31.455956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4462 2024.10.03 20:33:31.456003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4463 2024.10.03 20:33:31.456022 [ 3 ] {} <Debug> HTTP-Session: 285d7394-081a-4dc9-a883-4c0377fe39c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4464 2024.10.03 20:33:31.456038 [ 3 ] {} <Debug> HTTP-Session: 285d7394-081a-4dc9-a883-4c0377fe39c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4465 2024.10.03 20:33:31.456052 [ 3 ] {} <Debug> HTTP-Session: 285d7394-081a-4dc9-a883-4c0377fe39c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4466 2024.10.03 20:33:31.456082 [ 3 ] {} <Trace> HTTP-Session: 285d7394-081a-4dc9-a883-4c0377fe39c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4467 2024.10.03 20:33:31.456176 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4468 2024.10.03 20:33:31.456220 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4469 2024.10.03 20:33:31.456348 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4470 2024.10.03 20:33:31.456624 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4471 2024.10.03 20:33:31.456660 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4472 2024.10.03 20:33:31.457006 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4473 2024.10.03 20:33:31.457316 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4474 2024.10.03 20:33:31.457453 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 240.58 KiB/sec.
4475 2024.10.03 20:33:31.457634 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Debug> DynamicQueryHandler: Done processing query
4476 2024.10.03 20:33:31.457659 [ 3 ] {d16e54d2-8342-4220-b0af-68ad9fba61a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4477 2024.10.03 20:33:31.457675 [ 3 ] {} <Debug> HTTP-Session: 285d7394-081a-4dc9-a883-4c0377fe39c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4478 2024.10.03 20:33:31.457854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4479 2024.10.03 20:33:31.457903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4480 2024.10.03 20:33:31.457922 [ 3 ] {} <Debug> HTTP-Session: 25ab2bf7-c7c6-4c4a-9064-0e44c6220582 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4481 2024.10.03 20:33:31.457938 [ 3 ] {} <Debug> HTTP-Session: 25ab2bf7-c7c6-4c4a-9064-0e44c6220582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4482 2024.10.03 20:33:31.457952 [ 3 ] {} <Debug> HTTP-Session: 25ab2bf7-c7c6-4c4a-9064-0e44c6220582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4483 2024.10.03 20:33:31.457982 [ 3 ] {} <Trace> HTTP-Session: 25ab2bf7-c7c6-4c4a-9064-0e44c6220582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2024.10.03 20:33:31.458180 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4485 2024.10.03 20:33:31.458228 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4486 2024.10.03 20:33:31.458372 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4487 2024.10.03 20:33:31.458816 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4488 2024.10.03 20:33:31.458851 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4489 2024.10.03 20:33:31.459226 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4490 2024.10.03 20:33:31.459556 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4491 2024.10.03 20:33:31.459718 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec.
4492 2024.10.03 20:33:31.459987 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Debug> DynamicQueryHandler: Done processing query
4493 2024.10.03 20:33:31.460015 [ 3 ] {fd8aeebe-a453-40ad-9089-6050924de0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4494 2024.10.03 20:33:31.460031 [ 3 ] {} <Debug> HTTP-Session: 25ab2bf7-c7c6-4c4a-9064-0e44c6220582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4495 2024.10.03 20:33:31.460194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4496 2024.10.03 20:33:31.460243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4497 2024.10.03 20:33:31.460263 [ 3 ] {} <Debug> HTTP-Session: f1d3ec09-75a7-4fa5-965d-d3a62d0a8b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4498 2024.10.03 20:33:31.460278 [ 3 ] {} <Debug> HTTP-Session: f1d3ec09-75a7-4fa5-965d-d3a62d0a8b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4499 2024.10.03 20:33:31.460292 [ 3 ] {} <Debug> HTTP-Session: f1d3ec09-75a7-4fa5-965d-d3a62d0a8b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4500 2024.10.03 20:33:31.460322 [ 3 ] {} <Trace> HTTP-Session: f1d3ec09-75a7-4fa5-965d-d3a62d0a8b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4501 2024.10.03 20:33:31.460416 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4502 2024.10.03 20:33:31.460462 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4503 2024.10.03 20:33:31.460603 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4504 2024.10.03 20:33:31.460888 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2024.10.03 20:33:31.460924 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4506 2024.10.03 20:33:31.461258 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4507 2024.10.03 20:33:31.461573 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2024.10.03 20:33:31.461735 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec.
4509 2024.10.03 20:33:31.461899 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Debug> DynamicQueryHandler: Done processing query
4510 2024.10.03 20:33:31.461924 [ 3 ] {99f664d4-2c04-4627-895d-1ff18feb76aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4511 2024.10.03 20:33:31.461940 [ 3 ] {} <Debug> HTTP-Session: f1d3ec09-75a7-4fa5-965d-d3a62d0a8b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4512 2024.10.03 20:33:31.462077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4513 2024.10.03 20:33:31.462125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4514 2024.10.03 20:33:31.462145 [ 3 ] {} <Debug> HTTP-Session: 865ade63-4390-456a-a87c-aa467fb30a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4515 2024.10.03 20:33:31.462161 [ 3 ] {} <Debug> HTTP-Session: 865ade63-4390-456a-a87c-aa467fb30a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4516 2024.10.03 20:33:31.462175 [ 3 ] {} <Debug> HTTP-Session: 865ade63-4390-456a-a87c-aa467fb30a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4517 2024.10.03 20:33:31.462205 [ 3 ] {} <Trace> HTTP-Session: 865ade63-4390-456a-a87c-aa467fb30a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4518 2024.10.03 20:33:31.462486 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4519 2024.10.03 20:33:31.462551 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4520 2024.10.03 20:33:31.462987 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4521 2024.10.03 20:33:31.463643 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4522 2024.10.03 20:33:31.463678 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4523 2024.10.03 20:33:31.464271 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4524 2024.10.03 20:33:31.464689 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4525 2024.10.03 20:33:31.464859 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4526 2024.10.03 20:33:31.464888 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002597 sec., 11936.850211782827 rows/sec., 21.39 MiB/sec.
4527 2024.10.03 20:33:31.464967 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4528 2024.10.03 20:33:31.465051 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4529 2024.10.03 20:33:31.465415 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
4530 2024.10.03 20:33:31.465478 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Debug> DynamicQueryHandler: Done processing query
4531 2024.10.03 20:33:31.465515 [ 3 ] {f94cb63e-de4e-4da5-8902-fd2b19915118} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
4532 2024.10.03 20:33:31.465552 [ 3 ] {} <Debug> HTTP-Session: 865ade63-4390-456a-a87c-aa467fb30a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4533 2024.10.03 20:33:31.465774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4534 2024.10.03 20:33:31.465915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4535 2024.10.03 20:33:31.465971 [ 3 ] {} <Debug> HTTP-Session: 691ba011-ce28-45d5-8dbe-7dc1f23d6b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4536 2024.10.03 20:33:31.466021 [ 3 ] {} <Debug> HTTP-Session: 691ba011-ce28-45d5-8dbe-7dc1f23d6b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4537 2024.10.03 20:33:31.466070 [ 3 ] {} <Debug> HTTP-Session: 691ba011-ce28-45d5-8dbe-7dc1f23d6b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4538 2024.10.03 20:33:31.466172 [ 3 ] {} <Trace> HTTP-Session: 691ba011-ce28-45d5-8dbe-7dc1f23d6b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2024.10.03 20:33:31.466269 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4540 2024.10.03 20:33:31.466454 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part
4541 2024.10.03 20:33:31.466465 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4542 2024.10.03 20:33:31.466586 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4543 2024.10.03 20:33:31.467303 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part
4544 2024.10.03 20:33:31.467483 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4545 2024.10.03 20:33:31.467989 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
4546 2024.10.03 20:33:31.468707 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
4547 2024.10.03 20:33:31.468781 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4548 2024.10.03 20:33:31.468862 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
4549 2024.10.03 20:33:31.469288 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
4550 2024.10.03 20:33:31.470021 [ 201 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
4551 2024.10.03 20:33:31.470331 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4552 2024.10.03 20:33:31.471321 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2024.10.03 20:33:31.471605 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005278 sec., 15536.187949981055 rows/sec., 1010.42 KiB/sec.
4554 2024.10.03 20:33:31.472027 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Debug> DynamicQueryHandler: Done processing query
4555 2024.10.03 20:33:31.472066 [ 3 ] {f1a78563-d38a-4a1e-b370-9b1075285f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4556 2024.10.03 20:33:31.472097 [ 3 ] {} <Debug> HTTP-Session: 691ba011-ce28-45d5-8dbe-7dc1f23d6b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4557 2024.10.03 20:33:31.474182 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 19 columns (19 merged, 0 gathered) in 0.008973213 sec., 19613.93315861331 rows/sec., 35.15 MiB/sec.
4558 2024.10.03 20:33:31.474551 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4559 2024.10.03 20:33:31.475158 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2024.10.03 20:33:31.475241 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4561 2024.10.03 20:33:31.475381 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
4562 2024.10.03 20:33:35.670071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 460
4563 2024.10.03 20:33:35.672939 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4564 2024.10.03 20:33:35.672988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4565 2024.10.03 20:33:35.674473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4566 2024.10.03 20:33:35.675451 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4567 2024.10.03 20:33:35.675983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 460
4568 2024.10.03 20:33:36.437551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4569 2024.10.03 20:33:36.437697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4570 2024.10.03 20:33:36.437734 [ 3 ] {} <Debug> HTTP-Session: ead19d29-432a-4899-ad57-93b64a03e46e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4571 2024.10.03 20:33:36.437766 [ 3 ] {} <Debug> HTTP-Session: ead19d29-432a-4899-ad57-93b64a03e46e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4572 2024.10.03 20:33:36.437788 [ 3 ] {} <Debug> HTTP-Session: ead19d29-432a-4899-ad57-93b64a03e46e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4573 2024.10.03 20:33:36.437854 [ 3 ] {} <Trace> HTTP-Session: ead19d29-432a-4899-ad57-93b64a03e46e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4574 2024.10.03 20:33:36.438122 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4575 2024.10.03 20:33:36.438235 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4576 2024.10.03 20:33:36.438878 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4577 2024.10.03 20:33:36.439358 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4578 2024.10.03 20:33:36.439398 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4579 2024.10.03 20:33:36.439826 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4580 2024.10.03 20:33:36.440225 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4581 2024.10.03 20:33:36.440369 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002347 sec., 30677.46058798466 rows/sec., 2.49 MiB/sec.
4582 2024.10.03 20:33:36.440760 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Debug> DynamicQueryHandler: Done processing query
4583 2024.10.03 20:33:36.440788 [ 3 ] {a3cdd395-072a-4576-b490-10483fcf93c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4584 2024.10.03 20:33:36.440805 [ 3 ] {} <Debug> HTTP-Session: ead19d29-432a-4899-ad57-93b64a03e46e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4585 2024.10.03 20:33:36.440960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4586 2024.10.03 20:33:36.441008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4587 2024.10.03 20:33:36.441028 [ 3 ] {} <Debug> HTTP-Session: e78f9899-a302-4bed-807d-f345afadb03f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4588 2024.10.03 20:33:36.441044 [ 3 ] {} <Debug> HTTP-Session: e78f9899-a302-4bed-807d-f345afadb03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4589 2024.10.03 20:33:36.441058 [ 3 ] {} <Debug> HTTP-Session: e78f9899-a302-4bed-807d-f345afadb03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4590 2024.10.03 20:33:36.441090 [ 3 ] {} <Trace> HTTP-Session: e78f9899-a302-4bed-807d-f345afadb03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4591 2024.10.03 20:33:36.441191 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4592 2024.10.03 20:33:36.441238 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4593 2024.10.03 20:33:36.441493 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4594 2024.10.03 20:33:36.441826 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4595 2024.10.03 20:33:36.441862 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4596 2024.10.03 20:33:36.442214 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4597 2024.10.03 20:33:36.442592 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4598 2024.10.03 20:33:36.442719 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001555 sec., 5144.694533762058 rows/sec., 386.86 KiB/sec.
4599 2024.10.03 20:33:36.442891 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Debug> DynamicQueryHandler: Done processing query
4600 2024.10.03 20:33:36.442916 [ 3 ] {aa11d991-2467-4aaa-bf3e-9711c71ff7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4601 2024.10.03 20:33:36.442932 [ 3 ] {} <Debug> HTTP-Session: e78f9899-a302-4bed-807d-f345afadb03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4602 2024.10.03 20:33:36.443078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4603 2024.10.03 20:33:36.443126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4604 2024.10.03 20:33:36.443145 [ 3 ] {} <Debug> HTTP-Session: 02c5d4c7-9e92-4905-ba21-ec1f80d624c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4605 2024.10.03 20:33:36.443160 [ 3 ] {} <Debug> HTTP-Session: 02c5d4c7-9e92-4905-ba21-ec1f80d624c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4606 2024.10.03 20:33:36.443175 [ 3 ] {} <Debug> HTTP-Session: 02c5d4c7-9e92-4905-ba21-ec1f80d624c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4607 2024.10.03 20:33:36.443205 [ 3 ] {} <Trace> HTTP-Session: 02c5d4c7-9e92-4905-ba21-ec1f80d624c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2024.10.03 20:33:36.443318 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4609 2024.10.03 20:33:36.443361 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4610 2024.10.03 20:33:36.443584 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4611 2024.10.03 20:33:36.443930 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4612 2024.10.03 20:33:36.443966 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4613 2024.10.03 20:33:36.444319 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4614 2024.10.03 20:33:36.444681 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4615 2024.10.03 20:33:36.444805 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001525 sec., 47213.11475409836 rows/sec., 3.69 MiB/sec.
4616 2024.10.03 20:33:36.445136 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Debug> DynamicQueryHandler: Done processing query
4617 2024.10.03 20:33:36.445162 [ 3 ] {b1ac6683-3fbb-40c1-b068-1a79bf01ad63} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4618 2024.10.03 20:33:36.445178 [ 3 ] {} <Debug> HTTP-Session: 02c5d4c7-9e92-4905-ba21-ec1f80d624c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4619 2024.10.03 20:33:36.445364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4620 2024.10.03 20:33:36.445411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4621 2024.10.03 20:33:36.445431 [ 3 ] {} <Debug> HTTP-Session: 0451073a-ab6a-4348-9b71-f90ad49f27c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4622 2024.10.03 20:33:36.445447 [ 3 ] {} <Debug> HTTP-Session: 0451073a-ab6a-4348-9b71-f90ad49f27c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4623 2024.10.03 20:33:36.445461 [ 3 ] {} <Debug> HTTP-Session: 0451073a-ab6a-4348-9b71-f90ad49f27c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4624 2024.10.03 20:33:36.445493 [ 3 ] {} <Trace> HTTP-Session: 0451073a-ab6a-4348-9b71-f90ad49f27c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2024.10.03 20:33:36.445640 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4626 2024.10.03 20:33:36.445689 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4627 2024.10.03 20:33:36.445856 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4628 2024.10.03 20:33:36.446255 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4629 2024.10.03 20:33:36.446290 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4630 2024.10.03 20:33:36.446678 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4631 2024.10.03 20:33:36.447017 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4632 2024.10.03 20:33:36.447144 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec.
4633 2024.10.03 20:33:36.447313 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Debug> DynamicQueryHandler: Done processing query
4634 2024.10.03 20:33:36.447337 [ 3 ] {7d1f9688-27d9-49b0-b60a-ba07bce148ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4635 2024.10.03 20:33:36.447353 [ 3 ] {} <Debug> HTTP-Session: 0451073a-ab6a-4348-9b71-f90ad49f27c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4636 2024.10.03 20:33:36.447485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4637 2024.10.03 20:33:36.447532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4638 2024.10.03 20:33:36.447554 [ 3 ] {} <Debug> HTTP-Session: 2f8d2c84-a048-4101-93d2-dff48fcb7f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4639 2024.10.03 20:33:36.447571 [ 3 ] {} <Debug> HTTP-Session: 2f8d2c84-a048-4101-93d2-dff48fcb7f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4640 2024.10.03 20:33:36.447584 [ 3 ] {} <Debug> HTTP-Session: 2f8d2c84-a048-4101-93d2-dff48fcb7f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4641 2024.10.03 20:33:36.447615 [ 3 ] {} <Trace> HTTP-Session: 2f8d2c84-a048-4101-93d2-dff48fcb7f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4642 2024.10.03 20:33:36.447757 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4643 2024.10.03 20:33:36.447822 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4644 2024.10.03 20:33:36.448248 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4645 2024.10.03 20:33:36.448734 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4646 2024.10.03 20:33:36.448769 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4647 2024.10.03 20:33:36.449383 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4648 2024.10.03 20:33:36.449802 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4649 2024.10.03 20:33:36.449950 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002264 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec.
4650 2024.10.03 20:33:36.450146 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Debug> DynamicQueryHandler: Done processing query
4651 2024.10.03 20:33:36.450171 [ 3 ] {99db3f23-41c5-4675-8847-7f007dc04ca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4652 2024.10.03 20:33:36.450187 [ 3 ] {} <Debug> HTTP-Session: 2f8d2c84-a048-4101-93d2-dff48fcb7f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4653 2024.10.03 20:33:36.450312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4654 2024.10.03 20:33:36.450359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4655 2024.10.03 20:33:36.450379 [ 3 ] {} <Debug> HTTP-Session: 5439908a-8ce7-4701-a8f8-7087c133aecf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4656 2024.10.03 20:33:36.450395 [ 3 ] {} <Debug> HTTP-Session: 5439908a-8ce7-4701-a8f8-7087c133aecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4657 2024.10.03 20:33:36.450409 [ 3 ] {} <Debug> HTTP-Session: 5439908a-8ce7-4701-a8f8-7087c133aecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4658 2024.10.03 20:33:36.450439 [ 3 ] {} <Trace> HTTP-Session: 5439908a-8ce7-4701-a8f8-7087c133aecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4659 2024.10.03 20:33:36.450556 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4660 2024.10.03 20:33:36.450602 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4661 2024.10.03 20:33:36.450732 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4662 2024.10.03 20:33:36.451081 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4663 2024.10.03 20:33:36.451117 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4664 2024.10.03 20:33:36.451475 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4665 2024.10.03 20:33:36.451801 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4666 2024.10.03 20:33:36.451927 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec.
4667 2024.10.03 20:33:36.452090 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Debug> DynamicQueryHandler: Done processing query
4668 2024.10.03 20:33:36.452114 [ 3 ] {8fdccce1-d959-4a6a-840d-7c0fec053e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4669 2024.10.03 20:33:36.452130 [ 3 ] {} <Debug> HTTP-Session: 5439908a-8ce7-4701-a8f8-7087c133aecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4670 2024.10.03 20:33:37.209453 [ 76 ] {} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4671 2024.10.03 20:33:37.209542 [ 76 ] {} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4672 2024.10.03 20:33:37.209566 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4673 2024.10.03 20:33:37.209796 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
4674 2024.10.03 20:33:37.209994 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4675 2024.10.03 20:33:37.210031 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
4676 2024.10.03 20:33:37.210120 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
4677 2024.10.03 20:33:37.210397 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4678 2024.10.03 20:33:37.210600 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
4679 2024.10.03 20:33:37.210781 [ 201 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
4680 2024.10.03 20:33:37.211876 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 5 columns (5 merged, 0 gathered) in 0.002225906 sec., 5391.063234476208 rows/sec., 460.66 KiB/sec.
4681 2024.10.03 20:33:37.212083 [ 197 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4682 2024.10.03 20:33:37.212572 [ 197 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4683 2024.10.03 20:33:37.212657 [ 197 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_5_1} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4684 2024.10.03 20:33:37.212739 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4685 2024.10.03 20:33:40.543803 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
4686 2024.10.03 20:33:40.543866 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
4687 2024.10.03 20:33:41.444172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4688 2024.10.03 20:33:41.444288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4689 2024.10.03 20:33:41.444313 [ 3 ] {} <Debug> HTTP-Session: ea583b06-6808-417e-a0d6-bda716d61265 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4690 2024.10.03 20:33:41.444337 [ 3 ] {} <Debug> HTTP-Session: ea583b06-6808-417e-a0d6-bda716d61265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4691 2024.10.03 20:33:41.444352 [ 3 ] {} <Debug> HTTP-Session: ea583b06-6808-417e-a0d6-bda716d61265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4692 2024.10.03 20:33:41.444401 [ 3 ] {} <Trace> HTTP-Session: ea583b06-6808-417e-a0d6-bda716d61265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4693 2024.10.03 20:33:41.444589 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4694 2024.10.03 20:33:41.444659 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4695 2024.10.03 20:33:41.444997 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4696 2024.10.03 20:33:41.445394 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4697 2024.10.03 20:33:41.445437 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4698 2024.10.03 20:33:41.445847 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4699 2024.10.03 20:33:41.446358 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4700 2024.10.03 20:33:41.446570 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002024 sec., 988.1422924901185 rows/sec., 80.58 KiB/sec.
4701 2024.10.03 20:33:41.446989 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Debug> DynamicQueryHandler: Done processing query
4702 2024.10.03 20:33:41.447025 [ 3 ] {dd24bc15-f722-4586-bef1-0500a538cbdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4703 2024.10.03 20:33:41.447050 [ 3 ] {} <Debug> HTTP-Session: ea583b06-6808-417e-a0d6-bda716d61265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4704 2024.10.03 20:33:41.447297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4705 2024.10.03 20:33:41.447361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4706 2024.10.03 20:33:41.447389 [ 3 ] {} <Debug> HTTP-Session: c35fce55-f6f5-4ac4-a895-3b0e14566d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4707 2024.10.03 20:33:41.447413 [ 3 ] {} <Debug> HTTP-Session: c35fce55-f6f5-4ac4-a895-3b0e14566d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4708 2024.10.03 20:33:41.447433 [ 3 ] {} <Debug> HTTP-Session: c35fce55-f6f5-4ac4-a895-3b0e14566d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4709 2024.10.03 20:33:41.447476 [ 3 ] {} <Trace> HTTP-Session: c35fce55-f6f5-4ac4-a895-3b0e14566d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4710 2024.10.03 20:33:41.447710 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4711 2024.10.03 20:33:41.447793 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4712 2024.10.03 20:33:41.448122 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4713 2024.10.03 20:33:41.448714 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4714 2024.10.03 20:33:41.448761 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4715 2024.10.03 20:33:41.449310 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4716 2024.10.03 20:33:41.449856 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4717 2024.10.03 20:33:41.450070 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Debug> executeQuery: Read 252 rows, 22.79 KiB in 0.002487 sec., 101326.89987937274 rows/sec., 8.95 MiB/sec.
4718 2024.10.03 20:33:41.450303 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Debug> DynamicQueryHandler: Done processing query
4719 2024.10.03 20:33:41.450337 [ 3 ] {50f914e1-b681-4531-a6c1-dce8820ea580} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4720 2024.10.03 20:33:41.450362 [ 3 ] {} <Debug> HTTP-Session: c35fce55-f6f5-4ac4-a895-3b0e14566d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4721 2024.10.03 20:33:41.450531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4722 2024.10.03 20:33:41.450598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4723 2024.10.03 20:33:41.450628 [ 3 ] {} <Debug> HTTP-Session: 36dd6065-53df-44cf-bff3-2c3902dfc53a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4724 2024.10.03 20:33:41.450653 [ 3 ] {} <Debug> HTTP-Session: 36dd6065-53df-44cf-bff3-2c3902dfc53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4725 2024.10.03 20:33:41.450674 [ 3 ] {} <Debug> HTTP-Session: 36dd6065-53df-44cf-bff3-2c3902dfc53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4726 2024.10.03 20:33:41.450718 [ 3 ] {} <Trace> HTTP-Session: 36dd6065-53df-44cf-bff3-2c3902dfc53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4727 2024.10.03 20:33:41.450854 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4728 2024.10.03 20:33:41.450911 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4729 2024.10.03 20:33:41.451235 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4730 2024.10.03 20:33:41.451645 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4731 2024.10.03 20:33:41.451694 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4732 2024.10.03 20:33:41.452180 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4733 2024.10.03 20:33:41.452679 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4734 2024.10.03 20:33:41.452877 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.002063 sec., 15996.122152205524 rows/sec., 1.17 MiB/sec.
4735 2024.10.03 20:33:41.453089 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Debug> DynamicQueryHandler: Done processing query
4736 2024.10.03 20:33:41.453125 [ 3 ] {b31cac69-c165-449c-94f8-6d3bd0f655d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4737 2024.10.03 20:33:41.453151 [ 3 ] {} <Debug> HTTP-Session: 36dd6065-53df-44cf-bff3-2c3902dfc53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4738 2024.10.03 20:33:41.453285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4739 2024.10.03 20:33:41.453348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4740 2024.10.03 20:33:41.453376 [ 3 ] {} <Debug> HTTP-Session: d04ae2d4-cad0-4028-8b9f-94787de157d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4741 2024.10.03 20:33:41.453399 [ 3 ] {} <Debug> HTTP-Session: d04ae2d4-cad0-4028-8b9f-94787de157d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4742 2024.10.03 20:33:41.453421 [ 3 ] {} <Debug> HTTP-Session: d04ae2d4-cad0-4028-8b9f-94787de157d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4743 2024.10.03 20:33:41.453464 [ 3 ] {} <Trace> HTTP-Session: d04ae2d4-cad0-4028-8b9f-94787de157d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2024.10.03 20:33:41.453594 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4745 2024.10.03 20:33:41.453652 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4746 2024.10.03 20:33:41.453969 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4747 2024.10.03 20:33:41.454373 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.10.03 20:33:41.454419 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4749 2024.10.03 20:33:41.454866 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4750 2024.10.03 20:33:41.455246 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2024.10.03 20:33:41.455407 [ 29 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4752 2024.10.03 20:33:41.455417 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00185 sec., 7567.5675675675675 rows/sec., 529.98 KiB/sec.
4753 2024.10.03 20:33:41.455505 [ 29 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4754 2024.10.03 20:33:41.455581 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4755 2024.10.03 20:33:41.455764 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
4756 2024.10.03 20:33:41.455782 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Debug> DynamicQueryHandler: Done processing query
4757 2024.10.03 20:33:41.455826 [ 3 ] {49173f50-cb11-4578-902d-a405d42ab55a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4758 2024.10.03 20:33:41.455860 [ 3 ] {} <Debug> HTTP-Session: d04ae2d4-cad0-4028-8b9f-94787de157d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4759 2024.10.03 20:33:41.455987 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4760 2024.10.03 20:33:41.456051 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
4761 2024.10.03 20:33:41.456058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4762 2024.10.03 20:33:41.456192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4763 2024.10.03 20:33:41.456278 [ 3 ] {} <Debug> HTTP-Session: 4f559edc-99ae-4408-b611-a87772b238b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4764 2024.10.03 20:33:41.456302 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
4765 2024.10.03 20:33:41.456344 [ 3 ] {} <Debug> HTTP-Session: 4f559edc-99ae-4408-b611-a87772b238b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4766 2024.10.03 20:33:41.456398 [ 3 ] {} <Debug> HTTP-Session: 4f559edc-99ae-4408-b611-a87772b238b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4767 2024.10.03 20:33:41.456555 [ 3 ] {} <Trace> HTTP-Session: 4f559edc-99ae-4408-b611-a87772b238b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4768 2024.10.03 20:33:41.456645 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part
4769 2024.10.03 20:33:41.456933 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4770 2024.10.03 20:33:41.456977 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part
4771 2024.10.03 20:33:41.457054 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4772 2024.10.03 20:33:41.457328 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
4773 2024.10.03 20:33:41.457694 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4774 2024.10.03 20:33:41.458487 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4775 2024.10.03 20:33:41.459261 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4776 2024.10.03 20:33:41.459327 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4777 2024.10.03 20:33:41.460386 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4778 2024.10.03 20:33:41.460822 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134008 sec., 102648.84667106089 rows/sec., 6.98 MiB/sec.
4779 2024.10.03 20:33:41.461092 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4780 2024.10.03 20:33:41.461359 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4781 2024.10.03 20:33:41.461781 [ 29 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4782 2024.10.03 20:33:41.461929 [ 29 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2024.10.03 20:33:41.461954 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005152 sec., 1164.5962732919254 rows/sec., 68.81 KiB/sec.
4784 2024.10.03 20:33:41.461986 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4785 2024.10.03 20:33:41.462527 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4786 2024.10.03 20:33:41.462739 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Debug> DynamicQueryHandler: Done processing query
4787 2024.10.03 20:33:41.462826 [ 3 ] {720d91d2-ad62-4f28-90cd-a69280513bbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4788 2024.10.03 20:33:41.462942 [ 3 ] {} <Debug> HTTP-Session: 4f559edc-99ae-4408-b611-a87772b238b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4789 2024.10.03 20:33:41.463053 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4790 2024.10.03 20:33:41.463074 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4791 2024.10.03 20:33:41.463104 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4792 2024.10.03 20:33:41.463280 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_11_2} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4793 2024.10.03 20:33:41.463351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4794 2024.10.03 20:33:41.463509 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4795 2024.10.03 20:33:41.463601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4796 2024.10.03 20:33:41.463673 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4797 2024.10.03 20:33:41.463718 [ 3 ] {} <Debug> HTTP-Session: 692d9cb9-c20a-43db-8ac0-aff929583e9b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4798 2024.10.03 20:33:41.463838 [ 3 ] {} <Debug> HTTP-Session: 692d9cb9-c20a-43db-8ac0-aff929583e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4799 2024.10.03 20:33:41.463878 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4800 2024.10.03 20:33:41.463882 [ 3 ] {} <Debug> HTTP-Session: 692d9cb9-c20a-43db-8ac0-aff929583e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4801 2024.10.03 20:33:41.463970 [ 3 ] {} <Trace> HTTP-Session: 692d9cb9-c20a-43db-8ac0-aff929583e9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4802 2024.10.03 20:33:41.464022 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4803 2024.10.03 20:33:41.464163 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
4804 2024.10.03 20:33:41.464335 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4805 2024.10.03 20:33:41.464401 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4806 2024.10.03 20:33:41.464839 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4807 2024.10.03 20:33:41.465666 [ 200 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003524868 sec., 8510.957006049588 rows/sec., 540.25 KiB/sec.
4808 2024.10.03 20:33:41.465771 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4809 2024.10.03 20:33:41.465796 [ 200 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4810 2024.10.03 20:33:41.465813 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4811 2024.10.03 20:33:41.466372 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4812 2024.10.03 20:33:41.466380 [ 200 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_9_2} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4813 2024.10.03 20:33:41.466471 [ 200 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_9_2} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4814 2024.10.03 20:33:41.466582 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4815 2024.10.03 20:33:41.466838 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2024.10.03 20:33:41.467012 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.002871 sec., 144548.93765238594 rows/sec., 10.32 MiB/sec.
4817 2024.10.03 20:33:41.467211 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Debug> DynamicQueryHandler: Done processing query
4818 2024.10.03 20:33:41.467241 [ 3 ] {b6b894c4-36d4-4e83-ac84-bb5afae84bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4819 2024.10.03 20:33:41.467260 [ 3 ] {} <Debug> HTTP-Session: 692d9cb9-c20a-43db-8ac0-aff929583e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4820 2024.10.03 20:33:41.467397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4821 2024.10.03 20:33:41.467447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4822 2024.10.03 20:33:41.467467 [ 3 ] {} <Debug> HTTP-Session: f84e6117-4bd9-4ecb-a771-984274027795 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4823 2024.10.03 20:33:41.467487 [ 3 ] {} <Debug> HTTP-Session: f84e6117-4bd9-4ecb-a771-984274027795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4824 2024.10.03 20:33:41.467502 [ 3 ] {} <Debug> HTTP-Session: f84e6117-4bd9-4ecb-a771-984274027795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4825 2024.10.03 20:33:41.467535 [ 3 ] {} <Trace> HTTP-Session: f84e6117-4bd9-4ecb-a771-984274027795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4826 2024.10.03 20:33:41.467637 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4827 2024.10.03 20:33:41.467683 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4828 2024.10.03 20:33:41.467819 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4829 2024.10.03 20:33:41.468098 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4830 2024.10.03 20:33:41.468135 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4831 2024.10.03 20:33:41.468496 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4832 2024.10.03 20:33:41.468998 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4833 2024.10.03 20:33:41.469159 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec.
4834 2024.10.03 20:33:41.469323 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Debug> DynamicQueryHandler: Done processing query
4835 2024.10.03 20:33:41.469349 [ 3 ] {3878b499-079b-4032-9e48-ed68dd7fcd49} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4836 2024.10.03 20:33:41.469365 [ 3 ] {} <Debug> HTTP-Session: f84e6117-4bd9-4ecb-a771-984274027795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4837 2024.10.03 20:33:41.469525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4838 2024.10.03 20:33:41.469575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4839 2024.10.03 20:33:41.469595 [ 3 ] {} <Debug> HTTP-Session: badc0d68-da4a-45c4-ad1c-b303010b5879 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4840 2024.10.03 20:33:41.469612 [ 3 ] {} <Debug> HTTP-Session: badc0d68-da4a-45c4-ad1c-b303010b5879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4841 2024.10.03 20:33:41.469626 [ 3 ] {} <Debug> HTTP-Session: badc0d68-da4a-45c4-ad1c-b303010b5879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4842 2024.10.03 20:33:41.469657 [ 3 ] {} <Trace> HTTP-Session: badc0d68-da4a-45c4-ad1c-b303010b5879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4843 2024.10.03 20:33:41.469837 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4844 2024.10.03 20:33:41.469886 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4845 2024.10.03 20:33:41.470037 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4846 2024.10.03 20:33:41.470489 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4847 2024.10.03 20:33:41.470526 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4848 2024.10.03 20:33:41.470926 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4849 2024.10.03 20:33:41.471271 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4850 2024.10.03 20:33:41.471437 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001691 sec., 140745.1212300414 rows/sec., 9.43 MiB/sec.
4851 2024.10.03 20:33:41.471621 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Debug> DynamicQueryHandler: Done processing query
4852 2024.10.03 20:33:41.471646 [ 3 ] {40e8864a-57aa-446d-a13b-464cc710f4bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4853 2024.10.03 20:33:41.471663 [ 3 ] {} <Debug> HTTP-Session: badc0d68-da4a-45c4-ad1c-b303010b5879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4854 2024.10.03 20:33:41.471793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4855 2024.10.03 20:33:41.471843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4856 2024.10.03 20:33:41.471862 [ 3 ] {} <Debug> HTTP-Session: 674ad67e-4e72-4d44-aaca-8e48b12cd787 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4857 2024.10.03 20:33:41.471878 [ 3 ] {} <Debug> HTTP-Session: 674ad67e-4e72-4d44-aaca-8e48b12cd787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4858 2024.10.03 20:33:41.471892 [ 3 ] {} <Debug> HTTP-Session: 674ad67e-4e72-4d44-aaca-8e48b12cd787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4859 2024.10.03 20:33:41.471923 [ 3 ] {} <Trace> HTTP-Session: 674ad67e-4e72-4d44-aaca-8e48b12cd787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4860 2024.10.03 20:33:41.472018 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4861 2024.10.03 20:33:41.472064 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4862 2024.10.03 20:33:41.472199 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4863 2024.10.03 20:33:41.472475 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4864 2024.10.03 20:33:41.472512 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4865 2024.10.03 20:33:41.472855 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4866 2024.10.03 20:33:41.473176 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2024.10.03 20:33:41.473338 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec.
4868 2024.10.03 20:33:41.473622 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Debug> DynamicQueryHandler: Done processing query
4869 2024.10.03 20:33:41.473647 [ 3 ] {948e733b-a121-4158-aa87-a68143314369} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4870 2024.10.03 20:33:41.473664 [ 3 ] {} <Debug> HTTP-Session: 674ad67e-4e72-4d44-aaca-8e48b12cd787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4871 2024.10.03 20:33:41.473828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4872 2024.10.03 20:33:41.473876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4873 2024.10.03 20:33:41.473895 [ 3 ] {} <Debug> HTTP-Session: 0612b6e8-9343-446a-949f-2d5f083a4724 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4874 2024.10.03 20:33:41.473911 [ 3 ] {} <Debug> HTTP-Session: 0612b6e8-9343-446a-949f-2d5f083a4724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4875 2024.10.03 20:33:41.473925 [ 3 ] {} <Debug> HTTP-Session: 0612b6e8-9343-446a-949f-2d5f083a4724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4876 2024.10.03 20:33:41.473958 [ 3 ] {} <Trace> HTTP-Session: 0612b6e8-9343-446a-949f-2d5f083a4724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4877 2024.10.03 20:33:41.474289 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4878 2024.10.03 20:33:41.474363 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4879 2024.10.03 20:33:41.474810 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4880 2024.10.03 20:33:41.475587 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2024.10.03 20:33:41.475623 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4882 2024.10.03 20:33:41.476260 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4883 2024.10.03 20:33:41.476684 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2024.10.03 20:33:41.476868 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002819 sec., 10996.807378503016 rows/sec., 19.71 MiB/sec.
4885 2024.10.03 20:33:41.477107 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Debug> DynamicQueryHandler: Done processing query
4886 2024.10.03 20:33:41.477131 [ 3 ] {0a0ee54d-6a21-4027-8c90-2de289b065f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
4887 2024.10.03 20:33:41.477147 [ 3 ] {} <Debug> HTTP-Session: 0612b6e8-9343-446a-949f-2d5f083a4724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4888 2024.10.03 20:33:41.477291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4889 2024.10.03 20:33:41.477340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4890 2024.10.03 20:33:41.477359 [ 3 ] {} <Debug> HTTP-Session: b60fae81-9be0-4c64-8867-f5dd0a3e27f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4891 2024.10.03 20:33:41.477376 [ 3 ] {} <Debug> HTTP-Session: b60fae81-9be0-4c64-8867-f5dd0a3e27f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4892 2024.10.03 20:33:41.477390 [ 3 ] {} <Debug> HTTP-Session: b60fae81-9be0-4c64-8867-f5dd0a3e27f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4893 2024.10.03 20:33:41.477421 [ 3 ] {} <Trace> HTTP-Session: b60fae81-9be0-4c64-8867-f5dd0a3e27f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4894 2024.10.03 20:33:41.477555 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4895 2024.10.03 20:33:41.477600 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4896 2024.10.03 20:33:41.477733 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4897 2024.10.03 20:33:41.478046 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4898 2024.10.03 20:33:41.478083 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4899 2024.10.03 20:33:41.478442 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4900 2024.10.03 20:33:41.478769 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4901 2024.10.03 20:33:41.478896 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec.
4902 2024.10.03 20:33:41.479093 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Debug> DynamicQueryHandler: Done processing query
4903 2024.10.03 20:33:41.479118 [ 3 ] {1f0cec3b-0f7e-4ee9-b4f8-802215868361} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4904 2024.10.03 20:33:41.479133 [ 3 ] {} <Debug> HTTP-Session: b60fae81-9be0-4c64-8867-f5dd0a3e27f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4905 2024.10.03 20:33:45.676180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 494
4906 2024.10.03 20:33:45.679119 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4907 2024.10.03 20:33:45.679167 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4908 2024.10.03 20:33:45.680679 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4909 2024.10.03 20:33:45.681669 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4910 2024.10.03 20:33:45.682196 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494
4911 2024.10.03 20:33:46.437836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4912 2024.10.03 20:33:46.437970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4913 2024.10.03 20:33:46.437999 [ 3 ] {} <Debug> HTTP-Session: 40e416dd-a9aa-4baa-a634-e374ef2289ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4914 2024.10.03 20:33:46.438025 [ 3 ] {} <Debug> HTTP-Session: 40e416dd-a9aa-4baa-a634-e374ef2289ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4915 2024.10.03 20:33:46.438042 [ 3 ] {} <Debug> HTTP-Session: 40e416dd-a9aa-4baa-a634-e374ef2289ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4916 2024.10.03 20:33:46.438112 [ 3 ] {} <Trace> HTTP-Session: 40e416dd-a9aa-4baa-a634-e374ef2289ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4917 2024.10.03 20:33:46.438379 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4918 2024.10.03 20:33:46.438476 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4919 2024.10.03 20:33:46.438965 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4920 2024.10.03 20:33:46.439540 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4921 2024.10.03 20:33:46.439590 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4922 2024.10.03 20:33:46.440093 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4923 2024.10.03 20:33:46.440525 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4924 2024.10.03 20:33:46.440695 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002393 sec., 30087.755954868364 rows/sec., 2.44 MiB/sec.
4925 2024.10.03 20:33:46.440741 [ 42 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4926 2024.10.03 20:33:46.440864 [ 42 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4927 2024.10.03 20:33:46.440918 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4928 2024.10.03 20:33:46.441094 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Debug> DynamicQueryHandler: Done processing query
4929 2024.10.03 20:33:46.441171 [ 3 ] {f134cd3d-147d-48d6-ab37-d18a09e6dd1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4930 2024.10.03 20:33:46.441188 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
4931 2024.10.03 20:33:46.441248 [ 3 ] {} <Debug> HTTP-Session: 40e416dd-a9aa-4baa-a634-e374ef2289ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4932 2024.10.03 20:33:46.441518 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4933 2024.10.03 20:33:46.441546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4934 2024.10.03 20:33:46.441578 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1413 rows starting from the beginning of the part
4935 2024.10.03 20:33:46.441638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4936 2024.10.03 20:33:46.441679 [ 3 ] {} <Debug> HTTP-Session: e6baff21-7bf2-473a-8027-e39e43b780bf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4937 2024.10.03 20:33:46.441753 [ 3 ] {} <Debug> HTTP-Session: e6baff21-7bf2-473a-8027-e39e43b780bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4938 2024.10.03 20:33:46.441830 [ 3 ] {} <Debug> HTTP-Session: e6baff21-7bf2-473a-8027-e39e43b780bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4939 2024.10.03 20:33:46.441836 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part
4940 2024.10.03 20:33:46.441954 [ 3 ] {} <Trace> HTTP-Session: e6baff21-7bf2-473a-8027-e39e43b780bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4941 2024.10.03 20:33:46.442113 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 251 rows starting from the beginning of the part
4942 2024.10.03 20:33:46.442408 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4943 2024.10.03 20:33:46.442447 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
4944 2024.10.03 20:33:46.442612 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4945 2024.10.03 20:33:46.442736 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part
4946 2024.10.03 20:33:46.443133 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part
4947 2024.10.03 20:33:46.443924 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4948 2024.10.03 20:33:46.444768 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4949 2024.10.03 20:33:46.444860 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4950 2024.10.03 20:33:46.445854 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4951 2024.10.03 20:33:46.446603 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4952 2024.10.03 20:33:46.446612 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.005586639 sec., 378939.8241053342 rows/sec., 33.48 MiB/sec.
4953 2024.10.03 20:33:46.446876 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004622 sec., 1730.8524448290782 rows/sec., 130.15 KiB/sec.
4954 2024.10.03 20:33:46.446932 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4955 2024.10.03 20:33:46.447237 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Debug> DynamicQueryHandler: Done processing query
4956 2024.10.03 20:33:46.447300 [ 3 ] {224f745d-a03f-475d-b3b2-7eb88734a97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4957 2024.10.03 20:33:46.447362 [ 3 ] {} <Debug> HTTP-Session: e6baff21-7bf2-473a-8027-e39e43b780bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4958 2024.10.03 20:33:46.447584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4959 2024.10.03 20:33:46.447665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4960 2024.10.03 20:33:46.447727 [ 3 ] {} <Debug> HTTP-Session: d26e7d4d-7713-4f6c-84c1-b801f757b949 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4961 2024.10.03 20:33:46.447745 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4962 2024.10.03 20:33:46.447757 [ 3 ] {} <Debug> HTTP-Session: d26e7d4d-7713-4f6c-84c1-b801f757b949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4963 2024.10.03 20:33:46.447813 [ 3 ] {} <Debug> HTTP-Session: d26e7d4d-7713-4f6c-84c1-b801f757b949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4964 2024.10.03 20:33:46.447900 [ 3 ] {} <Trace> HTTP-Session: d26e7d4d-7713-4f6c-84c1-b801f757b949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4965 2024.10.03 20:33:46.447928 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_21_4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4966 2024.10.03 20:33:46.448080 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
4967 2024.10.03 20:33:46.448179 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4968 2024.10.03 20:33:46.448242 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4969 2024.10.03 20:33:46.448604 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4970 2024.10.03 20:33:46.449079 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4971 2024.10.03 20:33:46.449121 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4972 2024.10.03 20:33:46.449534 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4973 2024.10.03 20:33:46.449962 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4974 2024.10.03 20:33:46.450160 [ 42 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4975 2024.10.03 20:33:46.450170 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002074 sec., 34715.52555448409 rows/sec., 2.71 MiB/sec.
4976 2024.10.03 20:33:46.450224 [ 42 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4977 2024.10.03 20:33:46.450289 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4978 2024.10.03 20:33:46.450490 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
4979 2024.10.03 20:33:46.450555 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Debug> DynamicQueryHandler: Done processing query
4980 2024.10.03 20:33:46.450591 [ 3 ] {a6c57ec2-1531-4ae4-b19c-8a99d42a98d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4981 2024.10.03 20:33:46.450621 [ 3 ] {} <Debug> HTTP-Session: d26e7d4d-7713-4f6c-84c1-b801f757b949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4982 2024.10.03 20:33:46.450690 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4983 2024.10.03 20:33:46.450727 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part
4984 2024.10.03 20:33:46.450802 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part
4985 2024.10.03 20:33:46.450871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4986 2024.10.03 20:33:46.450998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4987 2024.10.03 20:33:46.451016 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 413 rows starting from the beginning of the part
4988 2024.10.03 20:33:46.451038 [ 3 ] {} <Debug> HTTP-Session: 30c01758-f86b-4579-94cc-0fd0a18a5a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
4989 2024.10.03 20:33:46.451075 [ 3 ] {} <Debug> HTTP-Session: 30c01758-f86b-4579-94cc-0fd0a18a5a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4990 2024.10.03 20:33:46.451124 [ 3 ] {} <Debug> HTTP-Session: 30c01758-f86b-4579-94cc-0fd0a18a5a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4991 2024.10.03 20:33:46.451177 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
4992 2024.10.03 20:33:46.451197 [ 3 ] {} <Trace> HTTP-Session: 30c01758-f86b-4579-94cc-0fd0a18a5a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4993 2024.10.03 20:33:46.451310 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 415 rows starting from the beginning of the part
4994 2024.10.03 20:33:46.451446 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part
4995 2024.10.03 20:33:46.451498 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4996 2024.10.03 20:33:46.451659 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4997 2024.10.03 20:33:46.451979 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4998 2024.10.03 20:33:46.452604 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4999 2024.10.03 20:33:46.452667 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5000 2024.10.03 20:33:46.453268 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5001 2024.10.03 20:33:46.453311 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.002919293 sec., 665572.1094114226 rows/sec., 50.92 MiB/sec.
5002 2024.10.03 20:33:46.453493 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5003 2024.10.03 20:33:46.453782 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5004 2024.10.03 20:33:46.454040 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5005 2024.10.03 20:33:46.454065 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002716 sec., 58910.16200294551 rows/sec., 4.10 MiB/sec.
5006 2024.10.03 20:33:46.454122 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2024.10.03 20:33:46.454244 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5008 2024.10.03 20:33:46.454330 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2024.10.03 20:33:46.454673 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
5010 2024.10.03 20:33:46.454684 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Debug> DynamicQueryHandler: Done processing query
5011 2024.10.03 20:33:46.454700 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_21_4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5012 2024.10.03 20:33:46.454759 [ 3 ] {d9a0e012-2cd9-4bf0-a7ca-ba2bed8204e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5013 2024.10.03 20:33:46.454836 [ 3 ] {} <Debug> HTTP-Session: 30c01758-f86b-4579-94cc-0fd0a18a5a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5014 2024.10.03 20:33:46.454981 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5015 2024.10.03 20:33:46.455116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5016 2024.10.03 20:33:46.455181 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5017 2024.10.03 20:33:46.455202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5018 2024.10.03 20:33:46.455252 [ 3 ] {} <Debug> HTTP-Session: 727cc66a-56bf-47f5-b0bf-6b5a6f1b062e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5019 2024.10.03 20:33:46.455273 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6128 rows starting from the beginning of the part
5020 2024.10.03 20:33:46.455286 [ 3 ] {} <Debug> HTTP-Session: 727cc66a-56bf-47f5-b0bf-6b5a6f1b062e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5021 2024.10.03 20:33:46.455338 [ 3 ] {} <Debug> HTTP-Session: 727cc66a-56bf-47f5-b0bf-6b5a6f1b062e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5022 2024.10.03 20:33:46.455466 [ 3 ] {} <Trace> HTTP-Session: 727cc66a-56bf-47f5-b0bf-6b5a6f1b062e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5023 2024.10.03 20:33:46.455558 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part
5024 2024.10.03 20:33:46.455736 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
5025 2024.10.03 20:33:46.455870 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5026 2024.10.03 20:33:46.456227 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
5027 2024.10.03 20:33:46.456264 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5028 2024.10.03 20:33:46.456599 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 238 rows starting from the beginning of the part
5029 2024.10.03 20:33:46.457073 [ 195 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
5030 2024.10.03 20:33:46.458827 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5031 2024.10.03 20:33:46.460362 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5032 2024.10.03 20:33:46.460442 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5033 2024.10.03 20:33:46.461681 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5034 2024.10.03 20:33:46.462343 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5035 2024.10.03 20:33:46.462639 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6958 rows, containing 5 columns (5 merged, 0 gathered) in 0.008209244 sec., 847581.0927291235 rows/sec., 57.13 MiB/sec.
5036 2024.10.03 20:33:46.462782 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007108 sec., 1125.4924029262802 rows/sec., 2.02 MiB/sec.
5037 2024.10.03 20:33:46.463200 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Debug> DynamicQueryHandler: Done processing query
5038 2024.10.03 20:33:46.463214 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5039 2024.10.03 20:33:46.463228 [ 3 ] {c628213f-7943-4edc-8b68-f8b57b4a52d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5040 2024.10.03 20:33:46.463258 [ 3 ] {} <Debug> HTTP-Session: 727cc66a-56bf-47f5-b0bf-6b5a6f1b062e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5041 2024.10.03 20:33:46.463417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5042 2024.10.03 20:33:46.463498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5043 2024.10.03 20:33:46.463536 [ 3 ] {} <Debug> HTTP-Session: 6973bbee-3d31-480a-a184-a42a82b507ea Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5044 2024.10.03 20:33:46.463558 [ 3 ] {} <Debug> HTTP-Session: 6973bbee-3d31-480a-a184-a42a82b507ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5045 2024.10.03 20:33:46.463573 [ 3 ] {} <Debug> HTTP-Session: 6973bbee-3d31-480a-a184-a42a82b507ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5046 2024.10.03 20:33:46.463616 [ 3 ] {} <Trace> HTTP-Session: 6973bbee-3d31-480a-a184-a42a82b507ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5047 2024.10.03 20:33:46.463752 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5048 2024.10.03 20:33:46.463765 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5049 2024.10.03 20:33:46.463832 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5050 2024.10.03 20:33:46.463893 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5051 2024.10.03 20:33:46.464035 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
5052 2024.10.03 20:33:46.464086 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5053 2024.10.03 20:33:46.464412 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5054 2024.10.03 20:33:46.464450 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5055 2024.10.03 20:33:46.464825 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5056 2024.10.03 20:33:46.465238 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5057 2024.10.03 20:33:46.465439 [ 42 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5058 2024.10.03 20:33:46.465449 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001732 sec., 34642.03233256351 rows/sec., 2.33 MiB/sec.
5059 2024.10.03 20:33:46.465499 [ 42 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2024.10.03 20:33:46.465571 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5061 2024.10.03 20:33:46.465771 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::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
5062 2024.10.03 20:33:46.465811 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Debug> DynamicQueryHandler: Done processing query
5063 2024.10.03 20:33:46.465852 [ 3 ] {7e70fced-ae97-4b07-a144-c46386999d48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5064 2024.10.03 20:33:46.465888 [ 3 ] {} <Debug> HTTP-Session: 6973bbee-3d31-480a-a184-a42a82b507ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5065 2024.10.03 20:33:46.466001 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5066 2024.10.03 20:33:46.466056 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 944 rows starting from the beginning of the part
5067 2024.10.03 20:33:46.466168 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5068 2024.10.03 20:33:46.466281 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
5069 2024.10.03 20:33:46.466377 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
5070 2024.10.03 20:33:46.466446 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
5071 2024.10.03 20:33:46.466567 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::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
5072 2024.10.03 20:33:46.467832 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002152513 sec., 576999.9995354267 rows/sec., 37.52 MiB/sec.
5073 2024.10.03 20:33:46.468009 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5074 2024.10.03 20:33:46.468380 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5075 2024.10.03 20:33:46.468457 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_21_4} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5076 2024.10.03 20:33:46.468533 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
5077 2024.10.03 20:33:51.444026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5078 2024.10.03 20:33:51.444219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5079 2024.10.03 20:33:51.444266 [ 3 ] {} <Debug> HTTP-Session: 0d18506f-c02c-412f-be0d-e6667305bfe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5080 2024.10.03 20:33:51.444309 [ 3 ] {} <Debug> HTTP-Session: 0d18506f-c02c-412f-be0d-e6667305bfe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5081 2024.10.03 20:33:51.444338 [ 3 ] {} <Debug> HTTP-Session: 0d18506f-c02c-412f-be0d-e6667305bfe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5082 2024.10.03 20:33:51.444415 [ 3 ] {} <Trace> HTTP-Session: 0d18506f-c02c-412f-be0d-e6667305bfe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5083 2024.10.03 20:33:51.444820 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5084 2024.10.03 20:33:51.444928 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5085 2024.10.03 20:33:51.445330 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5086 2024.10.03 20:33:51.445967 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5087 2024.10.03 20:33:51.446010 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5088 2024.10.03 20:33:51.446450 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5089 2024.10.03 20:33:51.446864 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2024.10.03 20:33:51.447043 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002409 sec., 104192.61104192611 rows/sec., 9.21 MiB/sec.
5091 2024.10.03 20:33:51.447401 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Debug> DynamicQueryHandler: Done processing query
5092 2024.10.03 20:33:51.447458 [ 3 ] {b442f3d6-fda3-4b0c-a6e6-36fe35f137d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5093 2024.10.03 20:33:51.447495 [ 3 ] {} <Debug> HTTP-Session: 0d18506f-c02c-412f-be0d-e6667305bfe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5094 2024.10.03 20:33:51.447694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5095 2024.10.03 20:33:51.447744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5096 2024.10.03 20:33:51.447764 [ 3 ] {} <Debug> HTTP-Session: 5d62b363-56a3-489d-aa0a-88c7af611ace Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5097 2024.10.03 20:33:51.447781 [ 3 ] {} <Debug> HTTP-Session: 5d62b363-56a3-489d-aa0a-88c7af611ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5098 2024.10.03 20:33:51.447796 [ 3 ] {} <Debug> HTTP-Session: 5d62b363-56a3-489d-aa0a-88c7af611ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5099 2024.10.03 20:33:51.447828 [ 3 ] {} <Trace> HTTP-Session: 5d62b363-56a3-489d-aa0a-88c7af611ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5100 2024.10.03 20:33:51.447938 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5101 2024.10.03 20:33:51.447984 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5102 2024.10.03 20:33:51.448244 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5103 2024.10.03 20:33:51.448600 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5104 2024.10.03 20:33:51.448639 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5105 2024.10.03 20:33:51.448990 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5106 2024.10.03 20:33:51.449356 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5107 2024.10.03 20:33:51.449530 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001615 sec., 19195.046439628484 rows/sec., 1.41 MiB/sec.
5108 2024.10.03 20:33:51.449544 [ 54 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5109 2024.10.03 20:33:51.449684 [ 54 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5110 2024.10.03 20:33:51.449746 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5111 2024.10.03 20:33:51.449780 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Debug> DynamicQueryHandler: Done processing query
5112 2024.10.03 20:33:51.449844 [ 3 ] {82b1374a-5245-4954-a6bd-15d931dcad56} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5113 2024.10.03 20:33:51.449888 [ 3 ] {} <Debug> HTTP-Session: 5d62b363-56a3-489d-aa0a-88c7af611ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5114 2024.10.03 20:33:51.450044 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
5115 2024.10.03 20:33:51.450075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5116 2024.10.03 20:33:51.450169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5117 2024.10.03 20:33:51.450217 [ 3 ] {} <Debug> HTTP-Session: 8785f4fc-01c0-4222-9898-6ee4f9eadfd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5118 2024.10.03 20:33:51.450266 [ 3 ] {} <Debug> HTTP-Session: 8785f4fc-01c0-4222-9898-6ee4f9eadfd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5119 2024.10.03 20:33:51.450309 [ 3 ] {} <Debug> HTTP-Session: 8785f4fc-01c0-4222-9898-6ee4f9eadfd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5120 2024.10.03 20:33:51.450407 [ 3 ] {} <Trace> HTTP-Session: 8785f4fc-01c0-4222-9898-6ee4f9eadfd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5121 2024.10.03 20:33:51.450424 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5122 2024.10.03 20:33:51.450483 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 51 rows starting from the beginning of the part
5123 2024.10.03 20:33:51.450556 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5124 2024.10.03 20:33:51.450666 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5125 2024.10.03 20:33:51.450822 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part
5126 2024.10.03 20:33:51.451202 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
5127 2024.10.03 20:33:51.451456 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part
5128 2024.10.03 20:33:51.451843 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
5129 2024.10.03 20:33:51.452224 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part
5130 2024.10.03 20:33:51.452758 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5131 2024.10.03 20:33:51.453644 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5132 2024.10.03 20:33:51.453727 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5133 2024.10.03 20:33:51.454767 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5134 2024.10.03 20:33:51.455021 [ 194 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005138498 sec., 31526.72240020333 rows/sec., 2.42 MiB/sec.
5135 2024.10.03 20:33:51.455337 [ 194 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5136 2024.10.03 20:33:51.455606 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5137 2024.10.03 20:33:51.456090 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005543 sec., 2525.7081003066933 rows/sec., 176.88 KiB/sec.
5138 2024.10.03 20:33:51.456804 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Debug> DynamicQueryHandler: Done processing query
5139 2024.10.03 20:33:51.456884 [ 3 ] {fb5ce40a-346f-4e11-bbbf-99c3023f5354} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5140 2024.10.03 20:33:51.456913 [ 194 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5141 2024.10.03 20:33:51.456949 [ 3 ] {} <Debug> HTTP-Session: 8785f4fc-01c0-4222-9898-6ee4f9eadfd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5142 2024.10.03 20:33:51.457092 [ 194 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_16_3} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5143 2024.10.03 20:33:51.457164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5144 2024.10.03 20:33:51.457234 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5145 2024.10.03 20:33:51.457278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5146 2024.10.03 20:33:51.457307 [ 3 ] {} <Debug> HTTP-Session: 90d6f05e-a830-4383-a442-f057ff076649 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5147 2024.10.03 20:33:51.457431 [ 3 ] {} <Debug> HTTP-Session: 90d6f05e-a830-4383-a442-f057ff076649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5148 2024.10.03 20:33:51.457446 [ 3 ] {} <Debug> HTTP-Session: 90d6f05e-a830-4383-a442-f057ff076649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5149 2024.10.03 20:33:51.457479 [ 3 ] {} <Trace> HTTP-Session: 90d6f05e-a830-4383-a442-f057ff076649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2024.10.03 20:33:51.457581 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5151 2024.10.03 20:33:51.457627 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5152 2024.10.03 20:33:51.457885 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5153 2024.10.03 20:33:51.458207 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2024.10.03 20:33:51.458244 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5155 2024.10.03 20:33:51.458726 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5156 2024.10.03 20:33:51.459094 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2024.10.03 20:33:51.459254 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001692 sec., 3546.099290780142 rows/sec., 209.51 KiB/sec.
5158 2024.10.03 20:33:51.459567 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Debug> DynamicQueryHandler: Done processing query
5159 2024.10.03 20:33:51.459592 [ 3 ] {6bdd499c-5f90-4731-9486-dcc54e82e54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5160 2024.10.03 20:33:51.459610 [ 3 ] {} <Debug> HTTP-Session: 90d6f05e-a830-4383-a442-f057ff076649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5161 2024.10.03 20:33:51.459772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5162 2024.10.03 20:33:51.459840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5163 2024.10.03 20:33:51.459858 [ 3 ] {} <Debug> HTTP-Session: b36a14ff-16da-4b6c-a9b3-1910ba86f653 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5164 2024.10.03 20:33:51.459875 [ 3 ] {} <Debug> HTTP-Session: b36a14ff-16da-4b6c-a9b3-1910ba86f653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5165 2024.10.03 20:33:51.459890 [ 3 ] {} <Debug> HTTP-Session: b36a14ff-16da-4b6c-a9b3-1910ba86f653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5166 2024.10.03 20:33:51.459919 [ 3 ] {} <Trace> HTTP-Session: b36a14ff-16da-4b6c-a9b3-1910ba86f653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2024.10.03 20:33:51.460144 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5168 2024.10.03 20:33:51.460187 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5169 2024.10.03 20:33:51.460431 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5170 2024.10.03 20:33:51.461028 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2024.10.03 20:33:51.461064 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5172 2024.10.03 20:33:51.461455 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5173 2024.10.03 20:33:51.461816 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2024.10.03 20:33:51.461982 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.00195 sec., 211794.8717948718 rows/sec., 15.11 MiB/sec.
5175 2024.10.03 20:33:51.462164 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Debug> DynamicQueryHandler: Done processing query
5176 2024.10.03 20:33:51.462187 [ 3 ] {e7c5e44e-b7f9-4113-859f-4fc5cd4f4d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5177 2024.10.03 20:33:51.462203 [ 3 ] {} <Debug> HTTP-Session: b36a14ff-16da-4b6c-a9b3-1910ba86f653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5178 2024.10.03 20:33:51.462382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5179 2024.10.03 20:33:51.462429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5180 2024.10.03 20:33:51.462448 [ 3 ] {} <Debug> HTTP-Session: eec0a7cc-7849-4a24-9f6c-bd9c8f920457 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5181 2024.10.03 20:33:51.462465 [ 3 ] {} <Debug> HTTP-Session: eec0a7cc-7849-4a24-9f6c-bd9c8f920457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5182 2024.10.03 20:33:51.462479 [ 3 ] {} <Debug> HTTP-Session: eec0a7cc-7849-4a24-9f6c-bd9c8f920457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5183 2024.10.03 20:33:51.462509 [ 3 ] {} <Trace> HTTP-Session: eec0a7cc-7849-4a24-9f6c-bd9c8f920457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5184 2024.10.03 20:33:51.462605 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5185 2024.10.03 20:33:51.462648 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5186 2024.10.03 20:33:51.462779 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5187 2024.10.03 20:33:51.463072 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2024.10.03 20:33:51.463109 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5189 2024.10.03 20:33:51.463458 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5190 2024.10.03 20:33:51.463791 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2024.10.03 20:33:51.463961 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec.
5192 2024.10.03 20:33:51.464253 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Debug> DynamicQueryHandler: Done processing query
5193 2024.10.03 20:33:51.464278 [ 3 ] {6bbd15f6-9570-4cbd-9ae7-4884b66d6514} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5194 2024.10.03 20:33:51.464295 [ 3 ] {} <Debug> HTTP-Session: eec0a7cc-7849-4a24-9f6c-bd9c8f920457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5195 2024.10.03 20:33:51.464911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5196 2024.10.03 20:33:51.464959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5197 2024.10.03 20:33:51.464978 [ 3 ] {} <Debug> HTTP-Session: 0498ad33-c734-46d9-927b-9851ab7d0786 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5198 2024.10.03 20:33:51.464994 [ 3 ] {} <Debug> HTTP-Session: 0498ad33-c734-46d9-927b-9851ab7d0786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5199 2024.10.03 20:33:51.465008 [ 3 ] {} <Debug> HTTP-Session: 0498ad33-c734-46d9-927b-9851ab7d0786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5200 2024.10.03 20:33:51.465038 [ 3 ] {} <Trace> HTTP-Session: 0498ad33-c734-46d9-927b-9851ab7d0786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5201 2024.10.03 20:33:51.465260 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5202 2024.10.03 20:33:51.465309 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5203 2024.10.03 20:33:51.465473 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5204 2024.10.03 20:33:51.465927 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2024.10.03 20:33:51.465964 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5206 2024.10.03 20:33:51.466340 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5207 2024.10.03 20:33:51.466681 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2024.10.03 20:33:51.466832 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec.
5209 2024.10.03 20:33:51.466990 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Debug> DynamicQueryHandler: Done processing query
5210 2024.10.03 20:33:51.467014 [ 3 ] {fd6e12bb-ee56-49cc-9296-910cc2f5bd0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5211 2024.10.03 20:33:51.467029 [ 3 ] {} <Debug> HTTP-Session: 0498ad33-c734-46d9-927b-9851ab7d0786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5212 2024.10.03 20:33:51.467156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5213 2024.10.03 20:33:51.467202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5214 2024.10.03 20:33:51.467220 [ 3 ] {} <Debug> HTTP-Session: b761d987-6d40-4773-aee8-622e97f59b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5215 2024.10.03 20:33:51.467236 [ 3 ] {} <Debug> HTTP-Session: b761d987-6d40-4773-aee8-622e97f59b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5216 2024.10.03 20:33:51.467250 [ 3 ] {} <Debug> HTTP-Session: b761d987-6d40-4773-aee8-622e97f59b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5217 2024.10.03 20:33:51.467280 [ 3 ] {} <Trace> HTTP-Session: b761d987-6d40-4773-aee8-622e97f59b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5218 2024.10.03 20:33:51.467388 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5219 2024.10.03 20:33:51.467433 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5220 2024.10.03 20:33:51.467560 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5221 2024.10.03 20:33:51.467810 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2024.10.03 20:33:51.467845 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5223 2024.10.03 20:33:51.468192 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5224 2024.10.03 20:33:51.468509 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2024.10.03 20:33:51.468655 [ 54 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
5226 2024.10.03 20:33:51.468666 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec.
5227 2024.10.03 20:33:51.468710 [ 54 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2024.10.03 20:33:51.468775 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5229 2024.10.03 20:33:51.468960 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5230 2024.10.03 20:33:51.468996 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Debug> DynamicQueryHandler: Done processing query
5231 2024.10.03 20:33:51.469036 [ 3 ] {591ba7b1-c882-41ed-a6b6-b6c8988fd6c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5232 2024.10.03 20:33:51.469068 [ 3 ] {} <Debug> HTTP-Session: b761d987-6d40-4773-aee8-622e97f59b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5233 2024.10.03 20:33:51.469184 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5234 2024.10.03 20:33:51.469225 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5235 2024.10.03 20:33:51.469322 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5236 2024.10.03 20:33:51.469428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5237 2024.10.03 20:33:51.469628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5238 2024.10.03 20:33:51.469647 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
5239 2024.10.03 20:33:51.469701 [ 3 ] {} <Debug> HTTP-Session: da383a35-29ee-4b5e-b318-255dc5e5a1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5240 2024.10.03 20:33:51.469757 [ 3 ] {} <Debug> HTTP-Session: da383a35-29ee-4b5e-b318-255dc5e5a1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5241 2024.10.03 20:33:51.469878 [ 3 ] {} <Debug> HTTP-Session: da383a35-29ee-4b5e-b318-255dc5e5a1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5242 2024.10.03 20:33:51.469984 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5243 2024.10.03 20:33:51.470054 [ 3 ] {} <Trace> HTTP-Session: da383a35-29ee-4b5e-b318-255dc5e5a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5244 2024.10.03 20:33:51.470239 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5245 2024.10.03 20:33:51.470424 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
5246 2024.10.03 20:33:51.470663 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5247 2024.10.03 20:33:51.470857 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5248 2024.10.03 20:33:51.473339 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5249 2024.10.03 20:33:51.473849 [ 190 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.004981764 sec., 2208.0532116736163 rows/sec., 148.00 KiB/sec.
5250 2024.10.03 20:33:51.474075 [ 190 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5251 2024.10.03 20:33:51.475015 [ 190 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2024.10.03 20:33:51.475226 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5253 2024.10.03 20:33:51.475238 [ 190 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_10_2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
5254 2024.10.03 20:33:51.475284 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5255 2024.10.03 20:33:51.475373 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5256 2024.10.03 20:33:51.476042 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5257 2024.10.03 20:33:51.476470 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5258 2024.10.03 20:33:51.476659 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006334 sec., 4894.221660877803 rows/sec., 8.77 MiB/sec.
5259 2024.10.03 20:33:51.476893 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Debug> DynamicQueryHandler: Done processing query
5260 2024.10.03 20:33:51.476916 [ 3 ] {3095e99d-2e2a-44a8-a088-266899e83d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
5261 2024.10.03 20:33:51.476933 [ 3 ] {} <Debug> HTTP-Session: da383a35-29ee-4b5e-b318-255dc5e5a1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5262 2024.10.03 20:33:51.477065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5263 2024.10.03 20:33:51.477112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5264 2024.10.03 20:33:51.477130 [ 3 ] {} <Debug> HTTP-Session: f72725fe-3902-45a7-874c-cb88963858b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5265 2024.10.03 20:33:51.477146 [ 3 ] {} <Debug> HTTP-Session: f72725fe-3902-45a7-874c-cb88963858b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5266 2024.10.03 20:33:51.477160 [ 3 ] {} <Debug> HTTP-Session: f72725fe-3902-45a7-874c-cb88963858b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5267 2024.10.03 20:33:51.477191 [ 3 ] {} <Trace> HTTP-Session: f72725fe-3902-45a7-874c-cb88963858b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5268 2024.10.03 20:33:51.477325 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5269 2024.10.03 20:33:51.477369 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5270 2024.10.03 20:33:51.477498 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5271 2024.10.03 20:33:51.477859 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5272 2024.10.03 20:33:51.477895 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
5273 2024.10.03 20:33:51.478254 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5274 2024.10.03 20:33:51.478590 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5275 2024.10.03 20:33:51.478753 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec.
5276 2024.10.03 20:33:51.478925 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Debug> DynamicQueryHandler: Done processing query
5277 2024.10.03 20:33:51.478949 [ 3 ] {8cf61ca7-5802-4b91-afc6-2629a7cb6f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5278 2024.10.03 20:33:51.478964 [ 3 ] {} <Debug> HTTP-Session: f72725fe-3902-45a7-874c-cb88963858b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5279 2024.10.03 20:33:54.675356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 175929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5280 2024.10.03 20:33:54.675480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5281 2024.10.03 20:33:54.675504 [ 3 ] {} <Debug> HTTP-Session: 044e6afc-5ae8-490e-8578-dc761e9f4dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5282 2024.10.03 20:33:54.675528 [ 3 ] {} <Debug> HTTP-Session: 044e6afc-5ae8-490e-8578-dc761e9f4dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5283 2024.10.03 20:33:54.675542 [ 3 ] {} <Debug> HTTP-Session: 044e6afc-5ae8-490e-8578-dc761e9f4dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5284 2024.10.03 20:33:54.675591 [ 3 ] {} <Trace> HTTP-Session: 044e6afc-5ae8-490e-8578-dc761e9f4dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5285 2024.10.03 20:33:54.676278 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5286 2024.10.03 20:33:54.676351 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5287 2024.10.03 20:33:54.676682 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5288 2024.10.03 20:33:54.677823 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5289 2024.10.03 20:33:54.677869 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5290 2024.10.03 20:33:54.678360 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5291 2024.10.03 20:33:54.678743 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2024.10.03 20:33:54.678889 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.003111 sec., 389585.34233365476 rows/sec., 32.19 MiB/sec.
5293 2024.10.03 20:33:54.679177 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Debug> DynamicQueryHandler: Done processing query
5294 2024.10.03 20:33:54.679210 [ 3 ] {3d6e74ab-f93b-46b0-8e61-243eb047b6f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
5295 2024.10.03 20:33:54.679227 [ 3 ] {} <Debug> HTTP-Session: 044e6afc-5ae8-490e-8578-dc761e9f4dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5296 2024.10.03 20:33:54.679456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5297 2024.10.03 20:33:54.679510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5298 2024.10.03 20:33:54.679528 [ 3 ] {} <Debug> HTTP-Session: 335702b3-c454-4683-91e9-7b660768ab0d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5299 2024.10.03 20:33:54.679548 [ 3 ] {} <Debug> HTTP-Session: 335702b3-c454-4683-91e9-7b660768ab0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5300 2024.10.03 20:33:54.679562 [ 3 ] {} <Debug> HTTP-Session: 335702b3-c454-4683-91e9-7b660768ab0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5301 2024.10.03 20:33:54.679597 [ 3 ] {} <Trace> HTTP-Session: 335702b3-c454-4683-91e9-7b660768ab0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5302 2024.10.03 20:33:54.679710 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5303 2024.10.03 20:33:54.679758 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5304 2024.10.03 20:33:54.680017 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5305 2024.10.03 20:33:54.680343 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5306 2024.10.03 20:33:54.680379 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5307 2024.10.03 20:33:54.680726 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5308 2024.10.03 20:33:54.681082 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5309 2024.10.03 20:33:54.681209 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001532 sec., 5221.9321148825065 rows/sec., 392.66 KiB/sec.
5310 2024.10.03 20:33:54.681389 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Debug> DynamicQueryHandler: Done processing query
5311 2024.10.03 20:33:54.681413 [ 3 ] {6fd91859-ba4f-492d-b4fa-dc3e8d53561e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5312 2024.10.03 20:33:54.681429 [ 3 ] {} <Debug> HTTP-Session: 335702b3-c454-4683-91e9-7b660768ab0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5313 2024.10.03 20:33:54.681598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5314 2024.10.03 20:33:54.681649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5315 2024.10.03 20:33:54.681667 [ 3 ] {} <Debug> HTTP-Session: 7a1d17ef-93fb-4b54-a7f9-63f5beac19a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5316 2024.10.03 20:33:54.681685 [ 3 ] {} <Debug> HTTP-Session: 7a1d17ef-93fb-4b54-a7f9-63f5beac19a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5317 2024.10.03 20:33:54.681699 [ 3 ] {} <Debug> HTTP-Session: 7a1d17ef-93fb-4b54-a7f9-63f5beac19a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5318 2024.10.03 20:33:54.681732 [ 3 ] {} <Trace> HTTP-Session: 7a1d17ef-93fb-4b54-a7f9-63f5beac19a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5319 2024.10.03 20:33:54.681928 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5320 2024.10.03 20:33:54.681972 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5321 2024.10.03 20:33:54.682198 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5322 2024.10.03 20:33:54.682613 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5323 2024.10.03 20:33:54.682649 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5324 2024.10.03 20:33:54.683012 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5325 2024.10.03 20:33:54.683363 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5326 2024.10.03 20:33:54.683493 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001685 sec., 135311.57270029673 rows/sec., 9.16 MiB/sec.
5327 2024.10.03 20:33:54.683660 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Debug> DynamicQueryHandler: Done processing query
5328 2024.10.03 20:33:54.683684 [ 3 ] {ce479f56-1fc5-4616-a436-442c03d26a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
5329 2024.10.03 20:33:54.683700 [ 3 ] {} <Debug> HTTP-Session: 7a1d17ef-93fb-4b54-a7f9-63f5beac19a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5330 2024.10.03 20:33:54.683935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5331 2024.10.03 20:33:54.683985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5332 2024.10.03 20:33:54.684004 [ 3 ] {} <Debug> HTTP-Session: a862899f-ebec-4bb1-837c-c084a7f26156 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5333 2024.10.03 20:33:54.684021 [ 3 ] {} <Debug> HTTP-Session: a862899f-ebec-4bb1-837c-c084a7f26156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5334 2024.10.03 20:33:54.684034 [ 3 ] {} <Debug> HTTP-Session: a862899f-ebec-4bb1-837c-c084a7f26156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5335 2024.10.03 20:33:54.684065 [ 3 ] {} <Trace> HTTP-Session: a862899f-ebec-4bb1-837c-c084a7f26156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5336 2024.10.03 20:33:54.684316 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5337 2024.10.03 20:33:54.684359 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5338 2024.10.03 20:33:54.684581 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5339 2024.10.03 20:33:54.685211 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2024.10.03 20:33:54.685247 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5341 2024.10.03 20:33:54.685612 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5342 2024.10.03 20:33:54.685967 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2024.10.03 20:33:54.686094 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001923 sec., 274570.98283931357 rows/sec., 20.34 MiB/sec.
5344 2024.10.03 20:33:54.686263 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Debug> DynamicQueryHandler: Done processing query
5345 2024.10.03 20:33:54.686286 [ 3 ] {92672f54-8f3d-45a6-bb64-9b21f12542d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5346 2024.10.03 20:33:54.686302 [ 3 ] {} <Debug> HTTP-Session: a862899f-ebec-4bb1-837c-c084a7f26156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5347 2024.10.03 20:33:54.686533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 180630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5348 2024.10.03 20:33:54.686586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5349 2024.10.03 20:33:54.686605 [ 3 ] {} <Debug> HTTP-Session: cf2617a9-66ce-45c8-a9e5-ef92a9a1320c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5350 2024.10.03 20:33:54.686622 [ 3 ] {} <Debug> HTTP-Session: cf2617a9-66ce-45c8-a9e5-ef92a9a1320c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5351 2024.10.03 20:33:54.686636 [ 3 ] {} <Debug> HTTP-Session: cf2617a9-66ce-45c8-a9e5-ef92a9a1320c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5352 2024.10.03 20:33:54.686666 [ 3 ] {} <Trace> HTTP-Session: cf2617a9-66ce-45c8-a9e5-ef92a9a1320c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5353 2024.10.03 20:33:54.687101 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5354 2024.10.03 20:33:54.687158 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5355 2024.10.03 20:33:54.687322 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5356 2024.10.03 20:33:54.688310 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5357 2024.10.03 20:33:54.688345 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5358 2024.10.03 20:33:54.688770 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5359 2024.10.03 20:33:54.689103 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5360 2024.10.03 20:33:54.689227 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002432 sec., 391447.3684210526 rows/sec., 26.26 MiB/sec.
5361 2024.10.03 20:33:54.689396 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Debug> DynamicQueryHandler: Done processing query
5362 2024.10.03 20:33:54.689421 [ 3 ] {f99cd65e-1440-488c-be5f-fd9569c63cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
5363 2024.10.03 20:33:54.689436 [ 3 ] {} <Debug> HTTP-Session: cf2617a9-66ce-45c8-a9e5-ef92a9a1320c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5364 2024.10.03 20:33:54.689600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5365 2024.10.03 20:33:54.689650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5366 2024.10.03 20:33:54.689668 [ 3 ] {} <Debug> HTTP-Session: b1ec8782-2a95-47da-89ce-81b8bff7b064 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5367 2024.10.03 20:33:54.689684 [ 3 ] {} <Debug> HTTP-Session: b1ec8782-2a95-47da-89ce-81b8bff7b064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5368 2024.10.03 20:33:54.689698 [ 3 ] {} <Debug> HTTP-Session: b1ec8782-2a95-47da-89ce-81b8bff7b064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5369 2024.10.03 20:33:54.689730 [ 3 ] {} <Trace> HTTP-Session: b1ec8782-2a95-47da-89ce-81b8bff7b064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5370 2024.10.03 20:33:54.689980 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5371 2024.10.03 20:33:54.690043 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5372 2024.10.03 20:33:54.690461 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5373 2024.10.03 20:33:54.691107 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5374 2024.10.03 20:33:54.691142 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5375 2024.10.03 20:33:54.691738 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5376 2024.10.03 20:33:54.692142 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5377 2024.10.03 20:33:54.692279 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5378 2024.10.03 20:33:54.692288 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002477 sec., 3229.713362939039 rows/sec., 5.79 MiB/sec.
5379 2024.10.03 20:33:54.692326 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5380 2024.10.03 20:33:54.692372 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5381 2024.10.03 20:33:54.692673 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
5382 2024.10.03 20:33:54.692701 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Debug> DynamicQueryHandler: Done processing query
5383 2024.10.03 20:33:54.692750 [ 3 ] {206227a0-7ad0-4b08-8e05-bb7246c5aa89} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5384 2024.10.03 20:33:54.692776 [ 3 ] {} <Debug> HTTP-Session: b1ec8782-2a95-47da-89ce-81b8bff7b064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5385 2024.10.03 20:33:54.692975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5386 2024.10.03 20:33:54.693101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5387 2024.10.03 20:33:54.693158 [ 3 ] {} <Debug> HTTP-Session: 701fa42c-50ff-4e08-b424-56614dada0be Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5388 2024.10.03 20:33:54.693215 [ 3 ] {} <Debug> HTTP-Session: 701fa42c-50ff-4e08-b424-56614dada0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5389 2024.10.03 20:33:54.693260 [ 3 ] {} <Debug> HTTP-Session: 701fa42c-50ff-4e08-b424-56614dada0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5390 2024.10.03 20:33:54.693360 [ 3 ] {} <Trace> HTTP-Session: 701fa42c-50ff-4e08-b424-56614dada0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5391 2024.10.03 20:33:54.693472 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5392 2024.10.03 20:33:54.693644 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5393 2024.10.03 20:33:54.693650 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 176 rows starting from the beginning of the part
5394 2024.10.03 20:33:54.693738 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5395 2024.10.03 20:33:54.694506 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
5396 2024.10.03 20:33:54.694631 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5397 2024.10.03 20:33:54.695146 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part
5398 2024.10.03 20:33:54.695929 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
5399 2024.10.03 20:33:54.695970 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2024.10.03 20:33:54.696046 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5401 2024.10.03 20:33:54.696582 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
5402 2024.10.03 20:33:54.697295 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
5403 2024.10.03 20:33:54.697487 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5404 2024.10.03 20:33:54.698568 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5405 2024.10.03 20:33:54.698925 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005407 sec., 7397.81764379508 rows/sec., 511.49 KiB/sec.
5406 2024.10.03 20:33:54.699352 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Debug> DynamicQueryHandler: Done processing query
5407 2024.10.03 20:33:54.699398 [ 3 ] {6aa1fbf2-e718-427e-b654-9b0e0c1c21f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5408 2024.10.03 20:33:54.699448 [ 3 ] {} <Debug> HTTP-Session: 701fa42c-50ff-4e08-b424-56614dada0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5409 2024.10.03 20:33:54.701778 [ 192 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 19 columns (19 merged, 0 gathered) in 0.009270381 sec., 28262.05309145331 rows/sec., 50.64 MiB/sec.
5410 2024.10.03 20:33:54.702279 [ 192 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5411 2024.10.03 20:33:54.702865 [ 192 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2024.10.03 20:33:54.702937 [ 192 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5413 2024.10.03 20:33:54.703072 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
5414 2024.10.03 20:33:55.543906 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
5415 2024.10.03 20:33:55.543965 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
5416 2024.10.03 20:33:55.682393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 540
5417 2024.10.03 20:33:55.685475 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2024.10.03 20:33:55.685526 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5419 2024.10.03 20:33:55.687059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5420 2024.10.03 20:33:55.688051 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2024.10.03 20:33:55.688292 [ 61 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5422 2024.10.03 20:33:55.688425 [ 61 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5423 2024.10.03 20:33:55.688516 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5424 2024.10.03 20:33:55.689074 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
5425 2024.10.03 20:33:55.690214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540
5426 2024.10.03 20:33:55.690865 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5427 2024.10.03 20:33:55.691036 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 332 rows starting from the beginning of the part
5428 2024.10.03 20:33:55.691589 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part
5429 2024.10.03 20:33:55.692064 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part
5430 2024.10.03 20:33:55.692506 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
5431 2024.10.03 20:33:55.692932 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
5432 2024.10.03 20:33:55.693333 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
5433 2024.10.03 20:33:55.701544 [ 189 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 72 columns (72 merged, 0 gathered) in 0.0128485 sec., 42028.252325174144 rows/sec., 32.97 MiB/sec.
5434 2024.10.03 20:33:55.702397 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5435 2024.10.03 20:33:55.703890 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5436 2024.10.03 20:33:55.703979 [ 192 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_11_2} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5437 2024.10.03 20:33:55.704183 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB.
5438 2024.10.03 20:33:56.001429 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001052056 sec.
5439 2024.10.03 20:33:56.432882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5440 2024.10.03 20:33:56.432991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5441 2024.10.03 20:33:56.433016 [ 3 ] {} <Debug> HTTP-Session: 14f57ac5-8eec-4f56-a676-c491e8ccda5a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5442 2024.10.03 20:33:56.433041 [ 3 ] {} <Debug> HTTP-Session: 14f57ac5-8eec-4f56-a676-c491e8ccda5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5443 2024.10.03 20:33:56.433055 [ 3 ] {} <Debug> HTTP-Session: 14f57ac5-8eec-4f56-a676-c491e8ccda5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5444 2024.10.03 20:33:56.433102 [ 3 ] {} <Trace> HTTP-Session: 14f57ac5-8eec-4f56-a676-c491e8ccda5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5445 2024.10.03 20:33:56.433284 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5446 2024.10.03 20:33:56.433348 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5447 2024.10.03 20:33:56.433673 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5448 2024.10.03 20:33:56.434140 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5449 2024.10.03 20:33:56.434177 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5450 2024.10.03 20:33:56.434612 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5451 2024.10.03 20:33:56.435006 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5452 2024.10.03 20:33:56.435151 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec.
5453 2024.10.03 20:33:56.435400 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Debug> DynamicQueryHandler: Done processing query
5454 2024.10.03 20:33:56.435426 [ 3 ] {0d159dea-386e-4945-b6ae-e38a457d109a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5455 2024.10.03 20:33:56.435443 [ 3 ] {} <Debug> HTTP-Session: 14f57ac5-8eec-4f56-a676-c491e8ccda5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5456 2024.10.03 20:33:56.435580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5457 2024.10.03 20:33:56.435630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5458 2024.10.03 20:33:56.435649 [ 3 ] {} <Debug> HTTP-Session: 98727b8d-b2e7-4555-9142-d917f8ed99ac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5459 2024.10.03 20:33:56.435666 [ 3 ] {} <Debug> HTTP-Session: 98727b8d-b2e7-4555-9142-d917f8ed99ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5460 2024.10.03 20:33:56.435680 [ 3 ] {} <Debug> HTTP-Session: 98727b8d-b2e7-4555-9142-d917f8ed99ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5461 2024.10.03 20:33:56.435712 [ 3 ] {} <Trace> HTTP-Session: 98727b8d-b2e7-4555-9142-d917f8ed99ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5462 2024.10.03 20:33:56.435831 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5463 2024.10.03 20:33:56.435874 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5464 2024.10.03 20:33:56.436098 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5465 2024.10.03 20:33:56.436472 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2024.10.03 20:33:56.436508 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5467 2024.10.03 20:33:56.436860 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5468 2024.10.03 20:33:56.437220 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5469 2024.10.03 20:33:56.437351 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec.
5470 2024.10.03 20:33:56.437662 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Debug> DynamicQueryHandler: Done processing query
5471 2024.10.03 20:33:56.437687 [ 3 ] {0933f339-805b-4c6a-9d03-a98d12dc09b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5472 2024.10.03 20:33:56.437704 [ 3 ] {} <Debug> HTTP-Session: 98727b8d-b2e7-4555-9142-d917f8ed99ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5473 2024.10.03 20:33:56.437925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5474 2024.10.03 20:33:56.438012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5475 2024.10.03 20:33:56.438040 [ 3 ] {} <Debug> HTTP-Session: dff3ccb9-ae16-467a-81f9-864c5321ddd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5476 2024.10.03 20:33:56.438062 [ 3 ] {} <Debug> HTTP-Session: dff3ccb9-ae16-467a-81f9-864c5321ddd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5477 2024.10.03 20:33:56.438079 [ 3 ] {} <Debug> HTTP-Session: dff3ccb9-ae16-467a-81f9-864c5321ddd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5478 2024.10.03 20:33:56.438118 [ 3 ] {} <Trace> HTTP-Session: dff3ccb9-ae16-467a-81f9-864c5321ddd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5479 2024.10.03 20:33:56.438270 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5480 2024.10.03 20:33:56.438322 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5481 2024.10.03 20:33:56.438487 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5482 2024.10.03 20:33:56.438858 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2024.10.03 20:33:56.438895 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5484 2024.10.03 20:33:56.439280 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5485 2024.10.03 20:33:56.439644 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2024.10.03 20:33:56.439776 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001559 sec., 34637.58819756254 rows/sec., 2.41 MiB/sec.
5487 2024.10.03 20:33:56.440008 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Debug> DynamicQueryHandler: Done processing query
5488 2024.10.03 20:33:56.440033 [ 3 ] {a2b1ec8e-9592-4066-a498-ab8ca680dec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5489 2024.10.03 20:33:56.440049 [ 3 ] {} <Debug> HTTP-Session: dff3ccb9-ae16-467a-81f9-864c5321ddd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5490 2024.10.03 20:33:56.440169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5491 2024.10.03 20:33:56.440223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5492 2024.10.03 20:33:56.440242 [ 3 ] {} <Debug> HTTP-Session: 285db111-103f-4c06-a114-7bdba4e36949 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5493 2024.10.03 20:33:56.440266 [ 3 ] {} <Debug> HTTP-Session: 285db111-103f-4c06-a114-7bdba4e36949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5494 2024.10.03 20:33:56.440280 [ 3 ] {} <Debug> HTTP-Session: 285db111-103f-4c06-a114-7bdba4e36949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5495 2024.10.03 20:33:56.440311 [ 3 ] {} <Trace> HTTP-Session: 285db111-103f-4c06-a114-7bdba4e36949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5496 2024.10.03 20:33:56.440415 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5497 2024.10.03 20:33:56.440459 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5498 2024.10.03 20:33:56.440589 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5499 2024.10.03 20:33:56.440869 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2024.10.03 20:33:56.440905 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5501 2024.10.03 20:33:56.441265 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5502 2024.10.03 20:33:56.441643 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2024.10.03 20:33:56.441777 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001389 sec., 14398.848092152628 rows/sec., 989.92 KiB/sec.
5504 2024.10.03 20:33:56.442092 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Debug> DynamicQueryHandler: Done processing query
5505 2024.10.03 20:33:56.442118 [ 3 ] {34a64b0e-446f-4c50-9021-cf4a8348d2f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5506 2024.10.03 20:33:56.442135 [ 3 ] {} <Debug> HTTP-Session: 285db111-103f-4c06-a114-7bdba4e36949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5507 2024.10.03 20:34:01.443406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5508 2024.10.03 20:34:01.443565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5509 2024.10.03 20:34:01.443608 [ 3 ] {} <Debug> HTTP-Session: 6d41ac23-87a1-4724-8230-873568eed2ed Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5510 2024.10.03 20:34:01.443648 [ 3 ] {} <Debug> HTTP-Session: 6d41ac23-87a1-4724-8230-873568eed2ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5511 2024.10.03 20:34:01.443677 [ 3 ] {} <Debug> HTTP-Session: 6d41ac23-87a1-4724-8230-873568eed2ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5512 2024.10.03 20:34:01.443750 [ 3 ] {} <Trace> HTTP-Session: 6d41ac23-87a1-4724-8230-873568eed2ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5513 2024.10.03 20:34:01.444128 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5514 2024.10.03 20:34:01.444227 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5515 2024.10.03 20:34:01.444686 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5516 2024.10.03 20:34:01.445297 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5517 2024.10.03 20:34:01.445338 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5518 2024.10.03 20:34:01.445766 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5519 2024.10.03 20:34:01.446149 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5520 2024.10.03 20:34:01.446313 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002347 sec., 106945.03621644652 rows/sec., 9.45 MiB/sec.
5521 2024.10.03 20:34:01.446559 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Debug> DynamicQueryHandler: Done processing query
5522 2024.10.03 20:34:01.446587 [ 3 ] {890cb2b2-73fb-42f1-9d45-6e60f04338da} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5523 2024.10.03 20:34:01.446604 [ 3 ] {} <Debug> HTTP-Session: 6d41ac23-87a1-4724-8230-873568eed2ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5524 2024.10.03 20:34:01.446776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5525 2024.10.03 20:34:01.446827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5526 2024.10.03 20:34:01.446846 [ 3 ] {} <Debug> HTTP-Session: 83070974-4716-4f02-bd2e-05168167cc9c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5527 2024.10.03 20:34:01.446863 [ 3 ] {} <Debug> HTTP-Session: 83070974-4716-4f02-bd2e-05168167cc9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5528 2024.10.03 20:34:01.446877 [ 3 ] {} <Debug> HTTP-Session: 83070974-4716-4f02-bd2e-05168167cc9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5529 2024.10.03 20:34:01.446908 [ 3 ] {} <Trace> HTTP-Session: 83070974-4716-4f02-bd2e-05168167cc9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5530 2024.10.03 20:34:01.447012 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5531 2024.10.03 20:34:01.447057 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5532 2024.10.03 20:34:01.447285 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5533 2024.10.03 20:34:01.447677 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5534 2024.10.03 20:34:01.447715 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5535 2024.10.03 20:34:01.448068 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5536 2024.10.03 20:34:01.448423 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5537 2024.10.03 20:34:01.448589 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001601 sec., 19362.898188632105 rows/sec., 1.42 MiB/sec.
5538 2024.10.03 20:34:01.448922 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Debug> DynamicQueryHandler: Done processing query
5539 2024.10.03 20:34:01.448949 [ 3 ] {79a55602-6a8e-4d51-85e0-d6dab477a445} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5540 2024.10.03 20:34:01.448966 [ 3 ] {} <Debug> HTTP-Session: 83070974-4716-4f02-bd2e-05168167cc9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5541 2024.10.03 20:34:01.449092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5542 2024.10.03 20:34:01.449143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5543 2024.10.03 20:34:01.449163 [ 3 ] {} <Debug> HTTP-Session: 7c981627-5786-4ec9-9934-dc1d840bfc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5544 2024.10.03 20:34:01.449180 [ 3 ] {} <Debug> HTTP-Session: 7c981627-5786-4ec9-9934-dc1d840bfc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5545 2024.10.03 20:34:01.449194 [ 3 ] {} <Debug> HTTP-Session: 7c981627-5786-4ec9-9934-dc1d840bfc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5546 2024.10.03 20:34:01.449225 [ 3 ] {} <Trace> HTTP-Session: 7c981627-5786-4ec9-9934-dc1d840bfc18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2024.10.03 20:34:01.449334 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5548 2024.10.03 20:34:01.449378 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5549 2024.10.03 20:34:01.449623 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5550 2024.10.03 20:34:01.449949 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5551 2024.10.03 20:34:01.449988 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5552 2024.10.03 20:34:01.450349 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5553 2024.10.03 20:34:01.450718 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5554 2024.10.03 20:34:01.450883 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec.
5555 2024.10.03 20:34:01.451059 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Debug> DynamicQueryHandler: Done processing query
5556 2024.10.03 20:34:01.451084 [ 3 ] {ba8ae493-e5f9-49fa-bf38-318f0d24626c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5557 2024.10.03 20:34:01.451099 [ 3 ] {} <Debug> HTTP-Session: 7c981627-5786-4ec9-9934-dc1d840bfc18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5558 2024.10.03 20:34:01.451222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5559 2024.10.03 20:34:01.451269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5560 2024.10.03 20:34:01.451288 [ 3 ] {} <Debug> HTTP-Session: a6ad12e7-40b9-4d8f-859b-662fb7036bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5561 2024.10.03 20:34:01.451305 [ 3 ] {} <Debug> HTTP-Session: a6ad12e7-40b9-4d8f-859b-662fb7036bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5562 2024.10.03 20:34:01.451318 [ 3 ] {} <Debug> HTTP-Session: a6ad12e7-40b9-4d8f-859b-662fb7036bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5563 2024.10.03 20:34:01.451348 [ 3 ] {} <Trace> HTTP-Session: a6ad12e7-40b9-4d8f-859b-662fb7036bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5564 2024.10.03 20:34:01.451440 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5565 2024.10.03 20:34:01.451484 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5566 2024.10.03 20:34:01.451709 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5567 2024.10.03 20:34:01.452013 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5568 2024.10.03 20:34:01.452050 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5569 2024.10.03 20:34:01.452390 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5570 2024.10.03 20:34:01.452749 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5571 2024.10.03 20:34:01.452889 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 241.15 KiB/sec.
5572 2024.10.03 20:34:01.453066 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Debug> DynamicQueryHandler: Done processing query
5573 2024.10.03 20:34:01.453091 [ 3 ] {4ab70768-b514-44aa-939a-45b7b0cc21fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5574 2024.10.03 20:34:01.453106 [ 3 ] {} <Debug> HTTP-Session: a6ad12e7-40b9-4d8f-859b-662fb7036bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5575 2024.10.03 20:34:01.453276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5576 2024.10.03 20:34:01.453324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5577 2024.10.03 20:34:01.453344 [ 3 ] {} <Debug> HTTP-Session: a61399ab-fc80-4a76-a3ad-1afea1d5ff71 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5578 2024.10.03 20:34:01.453361 [ 3 ] {} <Debug> HTTP-Session: a61399ab-fc80-4a76-a3ad-1afea1d5ff71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5579 2024.10.03 20:34:01.453375 [ 3 ] {} <Debug> HTTP-Session: a61399ab-fc80-4a76-a3ad-1afea1d5ff71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5580 2024.10.03 20:34:01.453405 [ 3 ] {} <Trace> HTTP-Session: a61399ab-fc80-4a76-a3ad-1afea1d5ff71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5581 2024.10.03 20:34:01.453612 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5582 2024.10.03 20:34:01.453656 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5583 2024.10.03 20:34:01.453876 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5584 2024.10.03 20:34:01.454460 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5585 2024.10.03 20:34:01.454498 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5586 2024.10.03 20:34:01.454868 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5587 2024.10.03 20:34:01.455225 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5588 2024.10.03 20:34:01.455398 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001878 sec., 219914.80298189566 rows/sec., 15.69 MiB/sec.
5589 2024.10.03 20:34:01.455747 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Debug> DynamicQueryHandler: Done processing query
5590 2024.10.03 20:34:01.455773 [ 3 ] {4212da88-4f49-4ecc-89bd-bf8b4d1925d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5591 2024.10.03 20:34:01.455790 [ 3 ] {} <Debug> HTTP-Session: a61399ab-fc80-4a76-a3ad-1afea1d5ff71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5592 2024.10.03 20:34:01.455928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5593 2024.10.03 20:34:01.455977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5594 2024.10.03 20:34:01.455996 [ 3 ] {} <Debug> HTTP-Session: 7f0a429c-0910-40d8-afe6-1e4f4db9dbf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5595 2024.10.03 20:34:01.456013 [ 3 ] {} <Debug> HTTP-Session: 7f0a429c-0910-40d8-afe6-1e4f4db9dbf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5596 2024.10.03 20:34:01.456027 [ 3 ] {} <Debug> HTTP-Session: 7f0a429c-0910-40d8-afe6-1e4f4db9dbf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5597 2024.10.03 20:34:01.456057 [ 3 ] {} <Trace> HTTP-Session: 7f0a429c-0910-40d8-afe6-1e4f4db9dbf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5598 2024.10.03 20:34:01.456153 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5599 2024.10.03 20:34:01.456200 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5600 2024.10.03 20:34:01.456350 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5601 2024.10.03 20:34:01.456620 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5602 2024.10.03 20:34:01.456657 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5603 2024.10.03 20:34:01.457008 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5604 2024.10.03 20:34:01.457325 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5605 2024.10.03 20:34:01.457485 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec.
5606 2024.10.03 20:34:01.457484 [ 125 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5607 2024.10.03 20:34:01.457608 [ 125 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5608 2024.10.03 20:34:01.457647 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5609 2024.10.03 20:34:01.457735 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Debug> DynamicQueryHandler: Done processing query
5610 2024.10.03 20:34:01.457789 [ 3 ] {d5e1b710-ea7a-4c27-95f7-8bb3c81194b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5611 2024.10.03 20:34:01.457847 [ 3 ] {} <Debug> HTTP-Session: 7f0a429c-0910-40d8-afe6-1e4f4db9dbf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5612 2024.10.03 20:34:01.457918 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5613 2024.10.03 20:34:01.458088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5614 2024.10.03 20:34:01.458202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5615 2024.10.03 20:34:01.458203 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5616 2024.10.03 20:34:01.458229 [ 3 ] {} <Debug> HTTP-Session: 7e339af5-adf2-4883-8800-fb02b82550b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5617 2024.10.03 20:34:01.458274 [ 3 ] {} <Debug> HTTP-Session: 7e339af5-adf2-4883-8800-fb02b82550b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5618 2024.10.03 20:34:01.458288 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5619 2024.10.03 20:34:01.458304 [ 3 ] {} <Debug> HTTP-Session: 7e339af5-adf2-4883-8800-fb02b82550b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5620 2024.10.03 20:34:01.458354 [ 3 ] {} <Trace> HTTP-Session: 7e339af5-adf2-4883-8800-fb02b82550b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5621 2024.10.03 20:34:01.458563 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5622 2024.10.03 20:34:01.458811 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5623 2024.10.03 20:34:01.458846 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5624 2024.10.03 20:34:01.459084 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5625 2024.10.03 20:34:01.459100 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5626 2024.10.03 20:34:01.459422 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5627 2024.10.03 20:34:01.459783 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
5628 2024.10.03 20:34:01.460484 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5629 2024.10.03 20:34:01.461493 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5630 2024.10.03 20:34:01.461572 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5631 2024.10.03 20:34:01.462595 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00484298 sec., 13627.972859685566 rows/sec., 712.01 KiB/sec.
5632 2024.10.03 20:34:01.462694 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5633 2024.10.03 20:34:01.462808 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5634 2024.10.03 20:34:01.463548 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): 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.03 20:34:01.463877 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005328 sec., 44481.98198198198 rows/sec., 2.98 MiB/sec.
5636 2024.10.03 20:34:01.464059 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_11_2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.10.03 20:34:01.464505 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Debug> DynamicQueryHandler: Done processing query
5638 2024.10.03 20:34:01.464531 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_11_2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5639 2024.10.03 20:34:01.464543 [ 3 ] {75d7cc2e-8ece-46b6-86af-9ff4de7cdf27} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5640 2024.10.03 20:34:01.464576 [ 3 ] {} <Debug> HTTP-Session: 7e339af5-adf2-4883-8800-fb02b82550b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5641 2024.10.03 20:34:01.464714 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5642 2024.10.03 20:34:01.464745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5643 2024.10.03 20:34:01.464813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5644 2024.10.03 20:34:01.464835 [ 3 ] {} <Debug> HTTP-Session: 636dbbb6-877a-4e5e-b880-c4d50ebc164a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5645 2024.10.03 20:34:01.464854 [ 3 ] {} <Debug> HTTP-Session: 636dbbb6-877a-4e5e-b880-c4d50ebc164a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5646 2024.10.03 20:34:01.464870 [ 3 ] {} <Debug> HTTP-Session: 636dbbb6-877a-4e5e-b880-c4d50ebc164a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5647 2024.10.03 20:34:01.464902 [ 3 ] {} <Trace> HTTP-Session: 636dbbb6-877a-4e5e-b880-c4d50ebc164a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5648 2024.10.03 20:34:01.465003 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5649 2024.10.03 20:34:01.465054 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5650 2024.10.03 20:34:01.465214 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5651 2024.10.03 20:34:01.465482 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5652 2024.10.03 20:34:01.465519 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5653 2024.10.03 20:34:01.465878 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5654 2024.10.03 20:34:01.466221 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5655 2024.10.03 20:34:01.466388 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec.
5656 2024.10.03 20:34:01.466595 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Debug> DynamicQueryHandler: Done processing query
5657 2024.10.03 20:34:01.466620 [ 3 ] {53a01435-4d73-4514-ae63-cfd72883525a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5658 2024.10.03 20:34:01.466636 [ 3 ] {} <Debug> HTTP-Session: 636dbbb6-877a-4e5e-b880-c4d50ebc164a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5659 2024.10.03 20:34:01.466792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5660 2024.10.03 20:34:01.466839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5661 2024.10.03 20:34:01.466858 [ 3 ] {} <Debug> HTTP-Session: 765c837d-c0a2-40a4-874f-37445624550e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5662 2024.10.03 20:34:01.466874 [ 3 ] {} <Debug> HTTP-Session: 765c837d-c0a2-40a4-874f-37445624550e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5663 2024.10.03 20:34:01.466888 [ 3 ] {} <Debug> HTTP-Session: 765c837d-c0a2-40a4-874f-37445624550e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5664 2024.10.03 20:34:01.466918 [ 3 ] {} <Trace> HTTP-Session: 765c837d-c0a2-40a4-874f-37445624550e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5665 2024.10.03 20:34:01.467262 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5666 2024.10.03 20:34:01.467326 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5667 2024.10.03 20:34:01.467756 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5668 2024.10.03 20:34:01.468420 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5669 2024.10.03 20:34:01.468457 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5670 2024.10.03 20:34:01.469142 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5671 2024.10.03 20:34:01.469566 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5672 2024.10.03 20:34:01.469746 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002742 sec., 11305.616338439095 rows/sec., 20.26 MiB/sec.
5673 2024.10.03 20:34:01.469969 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Debug> DynamicQueryHandler: Done processing query
5674 2024.10.03 20:34:01.469994 [ 3 ] {bcbe1970-18db-4bee-8578-c786a354cab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
5675 2024.10.03 20:34:01.470010 [ 3 ] {} <Debug> HTTP-Session: 765c837d-c0a2-40a4-874f-37445624550e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5676 2024.10.03 20:34:01.470137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5677 2024.10.03 20:34:01.470185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5678 2024.10.03 20:34:01.470204 [ 3 ] {} <Debug> HTTP-Session: 3f85c816-455f-4db4-b5c1-584992b244be Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5679 2024.10.03 20:34:01.470221 [ 3 ] {} <Debug> HTTP-Session: 3f85c816-455f-4db4-b5c1-584992b244be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5680 2024.10.03 20:34:01.470234 [ 3 ] {} <Debug> HTTP-Session: 3f85c816-455f-4db4-b5c1-584992b244be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5681 2024.10.03 20:34:01.470265 [ 3 ] {} <Trace> HTTP-Session: 3f85c816-455f-4db4-b5c1-584992b244be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5682 2024.10.03 20:34:01.470397 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5683 2024.10.03 20:34:01.470442 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5684 2024.10.03 20:34:01.470569 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5685 2024.10.03 20:34:01.470905 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5686 2024.10.03 20:34:01.470941 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5687 2024.10.03 20:34:01.471293 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5688 2024.10.03 20:34:01.471612 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5689 2024.10.03 20:34:01.471773 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec.
5690 2024.10.03 20:34:01.471939 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Debug> DynamicQueryHandler: Done processing query
5691 2024.10.03 20:34:01.471963 [ 3 ] {8f2b8d2f-5ed6-4352-8be3-32f43268be91} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5692 2024.10.03 20:34:01.471979 [ 3 ] {} <Debug> HTTP-Session: 3f85c816-455f-4db4-b5c1-584992b244be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5693 2024.10.03 20:34:05.690506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 568
5694 2024.10.03 20:34:05.693212 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5695 2024.10.03 20:34:05.693262 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5696 2024.10.03 20:34:05.694777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5697 2024.10.03 20:34:05.695755 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5698 2024.10.03 20:34:05.696494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568
5699 2024.10.03 20:34:06.438888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5700 2024.10.03 20:34:06.439014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5701 2024.10.03 20:34:06.439043 [ 3 ] {} <Debug> HTTP-Session: 5632483d-47fd-4c65-9a9b-5f04c435a383 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5702 2024.10.03 20:34:06.439070 [ 3 ] {} <Debug> HTTP-Session: 5632483d-47fd-4c65-9a9b-5f04c435a383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5703 2024.10.03 20:34:06.439089 [ 3 ] {} <Debug> HTTP-Session: 5632483d-47fd-4c65-9a9b-5f04c435a383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5704 2024.10.03 20:34:06.439145 [ 3 ] {} <Trace> HTTP-Session: 5632483d-47fd-4c65-9a9b-5f04c435a383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5705 2024.10.03 20:34:06.439375 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5706 2024.10.03 20:34:06.439450 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5707 2024.10.03 20:34:06.439814 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5708 2024.10.03 20:34:06.440300 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5709 2024.10.03 20:34:06.440344 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5710 2024.10.03 20:34:06.440778 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5711 2024.10.03 20:34:06.441147 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5712 2024.10.03 20:34:06.441292 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002038 sec., 35328.75368007851 rows/sec., 2.87 MiB/sec.
5713 2024.10.03 20:34:06.441332 [ 95 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5714 2024.10.03 20:34:06.441431 [ 95 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5715 2024.10.03 20:34:06.441461 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5716 2024.10.03 20:34:06.441554 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Debug> DynamicQueryHandler: Done processing query
5717 2024.10.03 20:34:06.441613 [ 3 ] {07146e52-95c7-46d6-b7be-0545c113bd37} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5718 2024.10.03 20:34:06.441720 [ 3 ] {} <Debug> HTTP-Session: 5632483d-47fd-4c65-9a9b-5f04c435a383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5719 2024.10.03 20:34:06.441758 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
5720 2024.10.03 20:34:06.441936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5721 2024.10.03 20:34:06.442059 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5722 2024.10.03 20:34:06.442064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5723 2024.10.03 20:34:06.442130 [ 3 ] {} <Debug> HTTP-Session: 329f8862-a1c0-421e-bfe0-908a4d0f164c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5724 2024.10.03 20:34:06.442135 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1415 rows starting from the beginning of the part
5725 2024.10.03 20:34:06.442171 [ 3 ] {} <Debug> HTTP-Session: 329f8862-a1c0-421e-bfe0-908a4d0f164c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5726 2024.10.03 20:34:06.442208 [ 3 ] {} <Debug> HTTP-Session: 329f8862-a1c0-421e-bfe0-908a4d0f164c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5727 2024.10.03 20:34:06.442321 [ 3 ] {} <Trace> HTTP-Session: 329f8862-a1c0-421e-bfe0-908a4d0f164c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5728 2024.10.03 20:34:06.442448 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 251 rows starting from the beginning of the part
5729 2024.10.03 20:34:06.442713 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5730 2024.10.03 20:34:06.442759 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1212 rows starting from the beginning of the part
5731 2024.10.03 20:34:06.442881 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5732 2024.10.03 20:34:06.443087 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
5733 2024.10.03 20:34:06.443469 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 251 rows starting from the beginning of the part
5734 2024.10.03 20:34:06.443816 [ 190 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part
5735 2024.10.03 20:34:06.444571 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5736 2024.10.03 20:34:06.445326 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2024.10.03 20:34:06.445410 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5738 2024.10.03 20:34:06.446496 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5739 2024.10.03 20:34:06.447066 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5740 2024.10.03 20:34:06.447568 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005023 sec., 1592.6737009755127 rows/sec., 119.76 KiB/sec.
5741 2024.10.03 20:34:06.447672 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3257 rows, containing 5 columns (5 merged, 0 gathered) in 0.0060588 sec., 537565.1944279396 rows/sec., 47.16 MiB/sec.
5742 2024.10.03 20:34:06.447978 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Debug> DynamicQueryHandler: Done processing query
5743 2024.10.03 20:34:06.447982 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5744 2024.10.03 20:34:06.448010 [ 3 ] {3dee563f-61e5-408a-b6d2-6a1e327708bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5745 2024.10.03 20:34:06.448042 [ 3 ] {} <Debug> HTTP-Session: 329f8862-a1c0-421e-bfe0-908a4d0f164c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5746 2024.10.03 20:34:06.448217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5747 2024.10.03 20:34:06.448287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5748 2024.10.03 20:34:06.448317 [ 3 ] {} <Debug> HTTP-Session: c0d41e35-374e-4e10-bca0-0e7641904e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5749 2024.10.03 20:34:06.448338 [ 3 ] {} <Debug> HTTP-Session: c0d41e35-374e-4e10-bca0-0e7641904e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5750 2024.10.03 20:34:06.448355 [ 3 ] {} <Debug> HTTP-Session: c0d41e35-374e-4e10-bca0-0e7641904e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5751 2024.10.03 20:34:06.448395 [ 3 ] {} <Trace> HTTP-Session: c0d41e35-374e-4e10-bca0-0e7641904e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5752 2024.10.03 20:34:06.448499 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5753 2024.10.03 20:34:06.448558 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5754 2024.10.03 20:34:06.448594 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_26_5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5755 2024.10.03 20:34:06.448609 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5756 2024.10.03 20:34:06.448740 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5757 2024.10.03 20:34:06.448941 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5758 2024.10.03 20:34:06.449358 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5759 2024.10.03 20:34:06.449396 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5760 2024.10.03 20:34:06.449785 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5761 2024.10.03 20:34:06.450171 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2024.10.03 20:34:06.450334 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001842 sec., 39087.94788273615 rows/sec., 3.05 MiB/sec.
5763 2024.10.03 20:34:06.450342 [ 95 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5764 2024.10.03 20:34:06.450427 [ 95 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5765 2024.10.03 20:34:06.450490 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5766 2024.10.03 20:34:06.450628 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Debug> DynamicQueryHandler: Done processing query
5767 2024.10.03 20:34:06.450642 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
5768 2024.10.03 20:34:06.450665 [ 3 ] {13e7318e-738f-4021-9c48-f79dc8ce8dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5769 2024.10.03 20:34:06.450709 [ 3 ] {} <Debug> HTTP-Session: c0d41e35-374e-4e10-bca0-0e7641904e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5770 2024.10.03 20:34:06.450844 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5771 2024.10.03 20:34:06.450891 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
5772 2024.10.03 20:34:06.450944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5773 2024.10.03 20:34:06.451078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5774 2024.10.03 20:34:06.451131 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 413 rows starting from the beginning of the part
5775 2024.10.03 20:34:06.451160 [ 3 ] {} <Debug> HTTP-Session: c6efae6a-9d31-4014-8f12-b476dbec10bc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5776 2024.10.03 20:34:06.451239 [ 3 ] {} <Debug> HTTP-Session: c6efae6a-9d31-4014-8f12-b476dbec10bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5777 2024.10.03 20:34:06.451287 [ 3 ] {} <Debug> HTTP-Session: c6efae6a-9d31-4014-8f12-b476dbec10bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5778 2024.10.03 20:34:06.451416 [ 3 ] {} <Trace> HTTP-Session: c6efae6a-9d31-4014-8f12-b476dbec10bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5779 2024.10.03 20:34:06.451462 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 528 rows starting from the beginning of the part
5780 2024.10.03 20:34:06.451703 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
5781 2024.10.03 20:34:06.451880 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5782 2024.10.03 20:34:06.451937 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 413 rows starting from the beginning of the part
5783 2024.10.03 20:34:06.452038 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5784 2024.10.03 20:34:06.452268 [ 191 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part
5785 2024.10.03 20:34:06.453007 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5786 2024.10.03 20:34:06.453842 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5787 2024.10.03 20:34:06.453912 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5788 2024.10.03 20:34:06.454952 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5789 2024.10.03 20:34:06.455606 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5790 2024.10.03 20:34:06.455668 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005104327 sec., 469993.3997175338 rows/sec., 36.03 MiB/sec.
5791 2024.10.03 20:34:06.455845 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5792 2024.10.03 20:34:06.455864 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004205 sec., 38049.94054696789 rows/sec., 2.65 MiB/sec.
5793 2024.10.03 20:34:06.455928 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2024.10.03 20:34:06.456033 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5795 2024.10.03 20:34:06.456064 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5796 2024.10.03 20:34:06.456545 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Debug> DynamicQueryHandler: Done processing query
5797 2024.10.03 20:34:06.456555 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
5798 2024.10.03 20:34:06.456588 [ 3 ] {a78900cb-c26b-493e-9047-3dae5db11f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5799 2024.10.03 20:34:06.456645 [ 3 ] {} <Debug> HTTP-Session: c6efae6a-9d31-4014-8f12-b476dbec10bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5800 2024.10.03 20:34:06.456927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5801 2024.10.03 20:34:06.457104 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5802 2024.10.03 20:34:06.457126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5803 2024.10.03 20:34:06.457262 [ 3 ] {} <Debug> HTTP-Session: 7f05748b-c9b9-4b27-ad28-bb6a6e11fdcc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5804 2024.10.03 20:34:06.457300 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6958 rows starting from the beginning of the part
5805 2024.10.03 20:34:06.457353 [ 3 ] {} <Debug> HTTP-Session: 7f05748b-c9b9-4b27-ad28-bb6a6e11fdcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5806 2024.10.03 20:34:06.457427 [ 3 ] {} <Debug> HTTP-Session: 7f05748b-c9b9-4b27-ad28-bb6a6e11fdcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5807 2024.10.03 20:34:06.457598 [ 3 ] {} <Trace> HTTP-Session: 7f05748b-c9b9-4b27-ad28-bb6a6e11fdcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5808 2024.10.03 20:34:06.457849 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
5809 2024.10.03 20:34:06.458245 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5810 2024.10.03 20:34:06.458291 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 952 rows starting from the beginning of the part
5811 2024.10.03 20:34:06.458578 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5812 2024.10.03 20:34:06.458835 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5813 2024.10.03 20:34:06.458874 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 54 rows starting from the beginning of the part
5814 2024.10.03 20:34:06.459164 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_26_5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5815 2024.10.03 20:34:06.459311 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
5816 2024.10.03 20:34:06.459701 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
5817 2024.10.03 20:34:06.459929 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
5818 2024.10.03 20:34:06.461118 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5819 2024.10.03 20:34:06.462199 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5820 2024.10.03 20:34:06.462249 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5821 2024.10.03 20:34:06.463351 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5822 2024.10.03 20:34:06.464181 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5823 2024.10.03 20:34:06.464412 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006464 sec., 1237.6237623762377 rows/sec., 2.22 MiB/sec.
5824 2024.10.03 20:34:06.464688 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Debug> DynamicQueryHandler: Done processing query
5825 2024.10.03 20:34:06.464717 [ 3 ] {2f16c87b-0644-450b-b57c-b8ec67f9e583} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5826 2024.10.03 20:34:06.464733 [ 3 ] {} <Debug> HTTP-Session: 7f05748b-c9b9-4b27-ad28-bb6a6e11fdcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5827 2024.10.03 20:34:06.464871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5828 2024.10.03 20:34:06.464938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5829 2024.10.03 20:34:06.464984 [ 3 ] {} <Debug> HTTP-Session: 69c57fa7-fe41-4d5b-b1ac-71128bb96d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5830 2024.10.03 20:34:06.465028 [ 3 ] {} <Debug> HTTP-Session: 69c57fa7-fe41-4d5b-b1ac-71128bb96d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5831 2024.10.03 20:34:06.465067 [ 3 ] {} <Debug> HTTP-Session: 69c57fa7-fe41-4d5b-b1ac-71128bb96d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5832 2024.10.03 20:34:06.465112 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8598 rows, containing 5 columns (5 merged, 0 gathered) in 0.008917202 sec., 964203.7939703508 rows/sec., 64.99 MiB/sec.
5833 2024.10.03 20:34:06.465117 [ 3 ] {} <Trace> HTTP-Session: 69c57fa7-fe41-4d5b-b1ac-71128bb96d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5834 2024.10.03 20:34:06.465298 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5835 2024.10.03 20:34:06.465361 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5836 2024.10.03 20:34:06.465420 [ 197 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5837 2024.10.03 20:34:06.465762 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5838 2024.10.03 20:34:06.466516 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5839 2024.10.03 20:34:06.466522 [ 197 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5840 2024.10.03 20:34:06.466575 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5841 2024.10.03 20:34:06.466734 [ 197 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5842 2024.10.03 20:34:06.466912 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
5843 2024.10.03 20:34:06.467185 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5844 2024.10.03 20:34:06.467529 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5845 2024.10.03 20:34:06.467695 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002462 sec., 24370.430544272946 rows/sec., 1.64 MiB/sec.
5846 2024.10.03 20:34:06.467705 [ 95 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5847 2024.10.03 20:34:06.467789 [ 95 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5848 2024.10.03 20:34:06.467828 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
5849 2024.10.03 20:34:06.468012 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Debug> DynamicQueryHandler: Done processing query
5850 2024.10.03 20:34:06.468081 [ 3 ] {88235ba7-1c4f-4893-b310-f92801c1a701} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5851 2024.10.03 20:34:06.468111 [ 3 ] {} <Debug> HTTP-Session: 69c57fa7-fe41-4d5b-b1ac-71128bb96d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5852 2024.10.03 20:34:06.468139 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::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
5853 2024.10.03 20:34:06.468543 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5854 2024.10.03 20:34:06.468584 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1242 rows starting from the beginning of the part
5855 2024.10.03 20:34:06.468681 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::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
5856 2024.10.03 20:34:06.468884 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
5857 2024.10.03 20:34:06.469048 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
5858 2024.10.03 20:34:06.469242 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
5859 2024.10.03 20:34:06.469386 [ 196 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
5860 2024.10.03 20:34:06.470612 [ 197 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 4 columns (4 merged, 0 gathered) in 0.002679276 sec., 569556.8504327289 rows/sec., 37.05 MiB/sec.
5861 2024.10.03 20:34:06.470833 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5862 2024.10.03 20:34:06.471246 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5863 2024.10.03 20:34:06.471344 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_26_5} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5864 2024.10.03 20:34:06.471438 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5865 2024.10.03 20:34:07.000177 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.29 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 152.43 MiB (RSS), difference: 1.14 MiB
5866 2024.10.03 20:34:10.544033 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache
5867 2024.10.03 20:34:10.544165 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache
5868 2024.10.03 20:34:11.443521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5869 2024.10.03 20:34:11.443643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5870 2024.10.03 20:34:11.443672 [ 3 ] {} <Debug> HTTP-Session: a5619a60-bbee-4536-8e97-e8d727a22ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5871 2024.10.03 20:34:11.443700 [ 3 ] {} <Debug> HTTP-Session: a5619a60-bbee-4536-8e97-e8d727a22ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5872 2024.10.03 20:34:11.443717 [ 3 ] {} <Debug> HTTP-Session: a5619a60-bbee-4536-8e97-e8d727a22ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5873 2024.10.03 20:34:11.443772 [ 3 ] {} <Trace> HTTP-Session: a5619a60-bbee-4536-8e97-e8d727a22ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5874 2024.10.03 20:34:11.443970 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5875 2024.10.03 20:34:11.444038 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5876 2024.10.03 20:34:11.444372 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5877 2024.10.03 20:34:11.444806 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5878 2024.10.03 20:34:11.444851 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5879 2024.10.03 20:34:11.445261 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5880 2024.10.03 20:34:11.445660 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5881 2024.10.03 20:34:11.445850 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00193 sec., 3108.8082901554403 rows/sec., 253.50 KiB/sec.
5882 2024.10.03 20:34:11.446224 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Debug> DynamicQueryHandler: Done processing query
5883 2024.10.03 20:34:11.446253 [ 3 ] {4fb21795-7fa7-499b-9189-9341685067d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5884 2024.10.03 20:34:11.446269 [ 3 ] {} <Debug> HTTP-Session: a5619a60-bbee-4536-8e97-e8d727a22ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5885 2024.10.03 20:34:11.446467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5886 2024.10.03 20:34:11.446518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5887 2024.10.03 20:34:11.446537 [ 3 ] {} <Debug> HTTP-Session: 7fd78737-6520-4711-9b37-650b9f6c0e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5888 2024.10.03 20:34:11.446556 [ 3 ] {} <Debug> HTTP-Session: 7fd78737-6520-4711-9b37-650b9f6c0e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5889 2024.10.03 20:34:11.446570 [ 3 ] {} <Debug> HTTP-Session: 7fd78737-6520-4711-9b37-650b9f6c0e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5890 2024.10.03 20:34:11.446606 [ 3 ] {} <Trace> HTTP-Session: 7fd78737-6520-4711-9b37-650b9f6c0e08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2024.10.03 20:34:11.446786 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5892 2024.10.03 20:34:11.446832 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5893 2024.10.03 20:34:11.447091 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5894 2024.10.03 20:34:11.447617 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5895 2024.10.03 20:34:11.447656 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5896 2024.10.03 20:34:11.448034 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5897 2024.10.03 20:34:11.448403 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5898 2024.10.03 20:34:11.448565 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Debug> executeQuery: Read 254 rows, 22.93 KiB in 0.001871 sec., 135756.2800641368 rows/sec., 11.97 MiB/sec.
5899 2024.10.03 20:34:11.448744 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Debug> DynamicQueryHandler: Done processing query
5900 2024.10.03 20:34:11.448768 [ 3 ] {59b70998-c93c-4520-bfc2-58d8d63d25c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5901 2024.10.03 20:34:11.448785 [ 3 ] {} <Debug> HTTP-Session: 7fd78737-6520-4711-9b37-650b9f6c0e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5902 2024.10.03 20:34:11.448931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 5334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5903 2024.10.03 20:34:11.448979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5904 2024.10.03 20:34:11.448998 [ 3 ] {} <Debug> HTTP-Session: 285c20ca-0523-43e5-bca2-59cecfe1e1da Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5905 2024.10.03 20:34:11.449014 [ 3 ] {} <Debug> HTTP-Session: 285c20ca-0523-43e5-bca2-59cecfe1e1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5906 2024.10.03 20:34:11.449027 [ 3 ] {} <Debug> HTTP-Session: 285c20ca-0523-43e5-bca2-59cecfe1e1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5907 2024.10.03 20:34:11.449058 [ 3 ] {} <Trace> HTTP-Session: 285c20ca-0523-43e5-bca2-59cecfe1e1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5908 2024.10.03 20:34:11.449162 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5909 2024.10.03 20:34:11.449205 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5910 2024.10.03 20:34:11.449431 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5911 2024.10.03 20:34:11.449755 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5912 2024.10.03 20:34:11.449794 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5913 2024.10.03 20:34:11.450133 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5914 2024.10.03 20:34:11.450487 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5915 2024.10.03 20:34:11.450621 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001488 sec., 24865.591397849465 rows/sec., 1.80 MiB/sec.
5916 2024.10.03 20:34:11.450944 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Debug> DynamicQueryHandler: Done processing query
5917 2024.10.03 20:34:11.450969 [ 3 ] {dead0bc7-72ef-4052-9884-e34a1414808b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5918 2024.10.03 20:34:11.450985 [ 3 ] {} <Debug> HTTP-Session: 285c20ca-0523-43e5-bca2-59cecfe1e1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5919 2024.10.03 20:34:11.451097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5920 2024.10.03 20:34:11.451144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5921 2024.10.03 20:34:11.451163 [ 3 ] {} <Debug> HTTP-Session: 2bbfcd02-3827-4093-a700-517bcfddfd14 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5922 2024.10.03 20:34:11.451179 [ 3 ] {} <Debug> HTTP-Session: 2bbfcd02-3827-4093-a700-517bcfddfd14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5923 2024.10.03 20:34:11.451193 [ 3 ] {} <Debug> HTTP-Session: 2bbfcd02-3827-4093-a700-517bcfddfd14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5924 2024.10.03 20:34:11.451223 [ 3 ] {} <Trace> HTTP-Session: 2bbfcd02-3827-4093-a700-517bcfddfd14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5925 2024.10.03 20:34:11.451323 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5926 2024.10.03 20:34:11.451367 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5927 2024.10.03 20:34:11.451611 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5928 2024.10.03 20:34:11.451914 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5929 2024.10.03 20:34:11.451948 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5930 2024.10.03 20:34:11.452296 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5931 2024.10.03 20:34:11.452651 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5932 2024.10.03 20:34:11.452777 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec.
5933 2024.10.03 20:34:11.452946 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Debug> DynamicQueryHandler: Done processing query
5934 2024.10.03 20:34:11.452971 [ 3 ] {7549670e-7a5c-4f5a-aee5-70ee006a4b11} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5935 2024.10.03 20:34:11.452987 [ 3 ] {} <Debug> HTTP-Session: 2bbfcd02-3827-4093-a700-517bcfddfd14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5936 2024.10.03 20:34:11.453099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5937 2024.10.03 20:34:11.453147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5938 2024.10.03 20:34:11.453167 [ 3 ] {} <Debug> HTTP-Session: 1420eee5-197d-4eec-aaaf-388266f783d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5939 2024.10.03 20:34:11.453183 [ 3 ] {} <Debug> HTTP-Session: 1420eee5-197d-4eec-aaaf-388266f783d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5940 2024.10.03 20:34:11.453196 [ 3 ] {} <Debug> HTTP-Session: 1420eee5-197d-4eec-aaaf-388266f783d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5941 2024.10.03 20:34:11.453226 [ 3 ] {} <Trace> HTTP-Session: 1420eee5-197d-4eec-aaaf-388266f783d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5942 2024.10.03 20:34:11.453321 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5943 2024.10.03 20:34:11.453363 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5944 2024.10.03 20:34:11.453585 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5945 2024.10.03 20:34:11.453874 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5946 2024.10.03 20:34:11.453908 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5947 2024.10.03 20:34:11.454243 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5948 2024.10.03 20:34:11.454601 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5949 2024.10.03 20:34:11.454735 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 248.07 KiB/sec.
5950 2024.10.03 20:34:11.455061 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Debug> DynamicQueryHandler: Done processing query
5951 2024.10.03 20:34:11.455086 [ 3 ] {5317c693-f901-4dc9-ae90-6107ab91323a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5952 2024.10.03 20:34:11.455102 [ 3 ] {} <Debug> HTTP-Session: 1420eee5-197d-4eec-aaaf-388266f783d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5953 2024.10.03 20:34:11.455294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 68079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5954 2024.10.03 20:34:11.455342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5955 2024.10.03 20:34:11.455362 [ 3 ] {} <Debug> HTTP-Session: efbdaca9-4910-4b8d-9dcf-a1f1dedae5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5956 2024.10.03 20:34:11.455378 [ 3 ] {} <Debug> HTTP-Session: efbdaca9-4910-4b8d-9dcf-a1f1dedae5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5957 2024.10.03 20:34:11.455392 [ 3 ] {} <Debug> HTTP-Session: efbdaca9-4910-4b8d-9dcf-a1f1dedae5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5958 2024.10.03 20:34:11.455422 [ 3 ] {} <Trace> HTTP-Session: efbdaca9-4910-4b8d-9dcf-a1f1dedae5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5959 2024.10.03 20:34:11.455624 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5960 2024.10.03 20:34:11.455668 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5961 2024.10.03 20:34:11.455916 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5962 2024.10.03 20:34:11.456462 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5963 2024.10.03 20:34:11.456497 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5964 2024.10.03 20:34:11.456874 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5965 2024.10.03 20:34:11.457228 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5966 2024.10.03 20:34:11.457362 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001847 sec., 226854.35841905794 rows/sec., 16.21 MiB/sec.
5967 2024.10.03 20:34:11.457528 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Debug> DynamicQueryHandler: Done processing query
5968 2024.10.03 20:34:11.457552 [ 3 ] {90621a34-6ce4-4977-87f2-5c99fe6b4f10} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5969 2024.10.03 20:34:11.457568 [ 3 ] {} <Debug> HTTP-Session: efbdaca9-4910-4b8d-9dcf-a1f1dedae5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5970 2024.10.03 20:34:11.457700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5971 2024.10.03 20:34:11.457747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5972 2024.10.03 20:34:11.457767 [ 3 ] {} <Debug> HTTP-Session: 94b83d96-959a-4da1-9fbc-55c94428528e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5973 2024.10.03 20:34:11.457783 [ 3 ] {} <Debug> HTTP-Session: 94b83d96-959a-4da1-9fbc-55c94428528e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5974 2024.10.03 20:34:11.457797 [ 3 ] {} <Debug> HTTP-Session: 94b83d96-959a-4da1-9fbc-55c94428528e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5975 2024.10.03 20:34:11.457827 [ 3 ] {} <Trace> HTTP-Session: 94b83d96-959a-4da1-9fbc-55c94428528e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5976 2024.10.03 20:34:11.457923 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5977 2024.10.03 20:34:11.457966 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5978 2024.10.03 20:34:11.458098 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5979 2024.10.03 20:34:11.458351 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5980 2024.10.03 20:34:11.458385 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5981 2024.10.03 20:34:11.458723 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5982 2024.10.03 20:34:11.459039 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5983 2024.10.03 20:34:11.459163 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001267 sec., 4735.59589581689 rows/sec., 247.42 KiB/sec.
5984 2024.10.03 20:34:11.459314 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Debug> DynamicQueryHandler: Done processing query
5985 2024.10.03 20:34:11.459337 [ 3 ] {4db0fd21-b4aa-4103-88d5-212cf9340c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5986 2024.10.03 20:34:11.459353 [ 3 ] {} <Debug> HTTP-Session: 94b83d96-959a-4da1-9fbc-55c94428528e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5987 2024.10.03 20:34:11.459522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5988 2024.10.03 20:34:11.459570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5989 2024.10.03 20:34:11.459589 [ 3 ] {} <Debug> HTTP-Session: d55b7522-397d-4cfb-93bd-a2dda06dc5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
5990 2024.10.03 20:34:11.459605 [ 3 ] {} <Debug> HTTP-Session: d55b7522-397d-4cfb-93bd-a2dda06dc5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5991 2024.10.03 20:34:11.459619 [ 3 ] {} <Debug> HTTP-Session: d55b7522-397d-4cfb-93bd-a2dda06dc5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5992 2024.10.03 20:34:11.459649 [ 3 ] {} <Trace> HTTP-Session: d55b7522-397d-4cfb-93bd-a2dda06dc5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5993 2024.10.03 20:34:11.459811 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5994 2024.10.03 20:34:11.459857 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5995 2024.10.03 20:34:11.459996 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5996 2024.10.03 20:34:11.460429 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5997 2024.10.03 20:34:11.460464 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5998 2024.10.03 20:34:11.460839 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5999 2024.10.03 20:34:11.461172 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6000 2024.10.03 20:34:11.461300 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001572 sec., 152671.75572519083 rows/sec., 10.24 MiB/sec.
6001 2024.10.03 20:34:11.461467 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Debug> DynamicQueryHandler: Done processing query
6002 2024.10.03 20:34:11.461492 [ 3 ] {8154339f-ef31-466f-b206-6abf75fd773c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6003 2024.10.03 20:34:11.461507 [ 3 ] {} <Debug> HTTP-Session: d55b7522-397d-4cfb-93bd-a2dda06dc5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6004 2024.10.03 20:34:11.461624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6005 2024.10.03 20:34:11.461671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6006 2024.10.03 20:34:11.461690 [ 3 ] {} <Debug> HTTP-Session: 85932d15-5191-455a-9250-8d5eab4a8c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6007 2024.10.03 20:34:11.461706 [ 3 ] {} <Debug> HTTP-Session: 85932d15-5191-455a-9250-8d5eab4a8c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6008 2024.10.03 20:34:11.461720 [ 3 ] {} <Debug> HTTP-Session: 85932d15-5191-455a-9250-8d5eab4a8c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6009 2024.10.03 20:34:11.461750 [ 3 ] {} <Trace> HTTP-Session: 85932d15-5191-455a-9250-8d5eab4a8c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6010 2024.10.03 20:34:11.461841 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6011 2024.10.03 20:34:11.461885 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6012 2024.10.03 20:34:11.462014 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6013 2024.10.03 20:34:11.462258 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6014 2024.10.03 20:34:11.462292 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6015 2024.10.03 20:34:11.462625 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6016 2024.10.03 20:34:11.462939 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6017 2024.10.03 20:34:11.463068 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001251 sec., 799.3605115907275 rows/sec., 53.86 KiB/sec.
6018 2024.10.03 20:34:11.463215 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Debug> DynamicQueryHandler: Done processing query
6019 2024.10.03 20:34:11.463239 [ 3 ] {f8e3cc3a-103b-4b1a-9054-b25666607c63} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6020 2024.10.03 20:34:11.463255 [ 3 ] {} <Debug> HTTP-Session: 85932d15-5191-455a-9250-8d5eab4a8c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6021 2024.10.03 20:34:11.463396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6022 2024.10.03 20:34:11.463443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6023 2024.10.03 20:34:11.463462 [ 3 ] {} <Debug> HTTP-Session: 2b8852fc-9e2a-40f8-bfe4-5bfc717cc272 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6024 2024.10.03 20:34:11.463478 [ 3 ] {} <Debug> HTTP-Session: 2b8852fc-9e2a-40f8-bfe4-5bfc717cc272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6025 2024.10.03 20:34:11.463491 [ 3 ] {} <Debug> HTTP-Session: 2b8852fc-9e2a-40f8-bfe4-5bfc717cc272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6026 2024.10.03 20:34:11.463521 [ 3 ] {} <Trace> HTTP-Session: 2b8852fc-9e2a-40f8-bfe4-5bfc717cc272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2024.10.03 20:34:11.463834 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6028 2024.10.03 20:34:11.463896 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6029 2024.10.03 20:34:11.464314 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6030 2024.10.03 20:34:11.464969 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6031 2024.10.03 20:34:11.465004 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6032 2024.10.03 20:34:11.465626 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6033 2024.10.03 20:34:11.466036 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6034 2024.10.03 20:34:11.466180 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00258 sec., 12015.503875968992 rows/sec., 21.53 MiB/sec.
6035 2024.10.03 20:34:11.466407 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Debug> DynamicQueryHandler: Done processing query
6036 2024.10.03 20:34:11.466431 [ 3 ] {e7bacff5-4100-4304-a293-85ded04363bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
6037 2024.10.03 20:34:11.466447 [ 3 ] {} <Debug> HTTP-Session: 2b8852fc-9e2a-40f8-bfe4-5bfc717cc272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6038 2024.10.03 20:34:11.466573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6039 2024.10.03 20:34:11.466621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6040 2024.10.03 20:34:11.466640 [ 3 ] {} <Debug> HTTP-Session: 1eda418b-88ef-4406-a0c7-f2148e3d6f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6041 2024.10.03 20:34:11.466656 [ 3 ] {} <Debug> HTTP-Session: 1eda418b-88ef-4406-a0c7-f2148e3d6f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6042 2024.10.03 20:34:11.466670 [ 3 ] {} <Debug> HTTP-Session: 1eda418b-88ef-4406-a0c7-f2148e3d6f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6043 2024.10.03 20:34:11.466700 [ 3 ] {} <Trace> HTTP-Session: 1eda418b-88ef-4406-a0c7-f2148e3d6f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6044 2024.10.03 20:34:11.466828 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6045 2024.10.03 20:34:11.466872 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6046 2024.10.03 20:34:11.467002 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6047 2024.10.03 20:34:11.467291 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2024.10.03 20:34:11.467324 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6049 2024.10.03 20:34:11.467671 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6050 2024.10.03 20:34:11.467984 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2024.10.03 20:34:11.468116 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001345 sec., 60966.542750929366 rows/sec., 3.87 MiB/sec.
6052 2024.10.03 20:34:11.468439 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Debug> DynamicQueryHandler: Done processing query
6053 2024.10.03 20:34:11.468464 [ 3 ] {4a77ded8-08f5-4bb7-9bd1-bdd936fd613c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6054 2024.10.03 20:34:11.468480 [ 3 ] {} <Debug> HTTP-Session: 1eda418b-88ef-4406-a0c7-f2148e3d6f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6055 2024.10.03 20:34:15.696826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 602
6056 2024.10.03 20:34:15.700062 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6057 2024.10.03 20:34:15.700111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6058 2024.10.03 20:34:15.701638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6059 2024.10.03 20:34:15.702618 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6060 2024.10.03 20:34:15.703127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602
6061 2024.10.03 20:34:16.438251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6062 2024.10.03 20:34:16.438374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6063 2024.10.03 20:34:16.438399 [ 3 ] {} <Debug> HTTP-Session: bd1b6927-ed40-42ad-bae0-d20e07223ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6064 2024.10.03 20:34:16.438423 [ 3 ] {} <Debug> HTTP-Session: bd1b6927-ed40-42ad-bae0-d20e07223ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6065 2024.10.03 20:34:16.438438 [ 3 ] {} <Debug> HTTP-Session: bd1b6927-ed40-42ad-bae0-d20e07223ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6066 2024.10.03 20:34:16.438486 [ 3 ] {} <Trace> HTTP-Session: bd1b6927-ed40-42ad-bae0-d20e07223ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6067 2024.10.03 20:34:16.438663 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6068 2024.10.03 20:34:16.438731 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6069 2024.10.03 20:34:16.439067 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6070 2024.10.03 20:34:16.439504 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6071 2024.10.03 20:34:16.439550 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6072 2024.10.03 20:34:16.439982 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6073 2024.10.03 20:34:16.440370 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6074 2024.10.03 20:34:16.440532 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001917 sec., 1043.2968179447053 rows/sec., 85.07 KiB/sec.
6075 2024.10.03 20:34:16.440767 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Debug> DynamicQueryHandler: Done processing query
6076 2024.10.03 20:34:16.440795 [ 3 ] {30780f86-2812-4c75-b450-3a85d011bf87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6077 2024.10.03 20:34:16.440812 [ 3 ] {} <Debug> HTTP-Session: bd1b6927-ed40-42ad-bae0-d20e07223ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6078 2024.10.03 20:34:16.440975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6079 2024.10.03 20:34:16.441028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6080 2024.10.03 20:34:16.441049 [ 3 ] {} <Debug> HTTP-Session: 467442e1-74e5-48be-9fb0-3d69d671c10e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6081 2024.10.03 20:34:16.441069 [ 3 ] {} <Debug> HTTP-Session: 467442e1-74e5-48be-9fb0-3d69d671c10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6082 2024.10.03 20:34:16.441083 [ 3 ] {} <Debug> HTTP-Session: 467442e1-74e5-48be-9fb0-3d69d671c10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6083 2024.10.03 20:34:16.441117 [ 3 ] {} <Trace> HTTP-Session: 467442e1-74e5-48be-9fb0-3d69d671c10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6084 2024.10.03 20:34:16.441241 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6085 2024.10.03 20:34:16.441288 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6086 2024.10.03 20:34:16.441522 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6087 2024.10.03 20:34:16.441890 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6088 2024.10.03 20:34:16.441927 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6089 2024.10.03 20:34:16.442290 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6090 2024.10.03 20:34:16.442666 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6091 2024.10.03 20:34:16.442821 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.00162 sec., 45061.72839506173 rows/sec., 3.65 MiB/sec.
6092 2024.10.03 20:34:16.442994 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Debug> DynamicQueryHandler: Done processing query
6093 2024.10.03 20:34:16.443020 [ 3 ] {2aa4e029-d91e-465f-b9b7-23fb15e71cfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6094 2024.10.03 20:34:16.443036 [ 3 ] {} <Debug> HTTP-Session: 467442e1-74e5-48be-9fb0-3d69d671c10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6095 2024.10.03 20:34:16.443167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6096 2024.10.03 20:34:16.443216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6097 2024.10.03 20:34:16.443236 [ 3 ] {} <Debug> HTTP-Session: 6921a6c1-bb91-4c6d-a129-2fb7d89dab0d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6098 2024.10.03 20:34:16.443254 [ 3 ] {} <Debug> HTTP-Session: 6921a6c1-bb91-4c6d-a129-2fb7d89dab0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6099 2024.10.03 20:34:16.443268 [ 3 ] {} <Debug> HTTP-Session: 6921a6c1-bb91-4c6d-a129-2fb7d89dab0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6100 2024.10.03 20:34:16.443301 [ 3 ] {} <Trace> HTTP-Session: 6921a6c1-bb91-4c6d-a129-2fb7d89dab0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6101 2024.10.03 20:34:16.443406 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6102 2024.10.03 20:34:16.443451 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6103 2024.10.03 20:34:16.443678 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6104 2024.10.03 20:34:16.444000 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6105 2024.10.03 20:34:16.444037 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6106 2024.10.03 20:34:16.444385 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6107 2024.10.03 20:34:16.444748 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6108 2024.10.03 20:34:16.444911 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001524 sec., 6561.679790026247 rows/sec., 486.36 KiB/sec.
6109 2024.10.03 20:34:16.444913 [ 135 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6110 2024.10.03 20:34:16.445013 [ 135 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6111 2024.10.03 20:34:16.445067 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6112 2024.10.03 20:34:16.445188 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Debug> DynamicQueryHandler: Done processing query
6113 2024.10.03 20:34:16.445270 [ 3 ] {1e498734-4f0c-45fe-a4ff-93140189835a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6114 2024.10.03 20:34:16.445323 [ 3 ] {} <Debug> HTTP-Session: 6921a6c1-bb91-4c6d-a129-2fb7d89dab0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6115 2024.10.03 20:34:16.445394 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
6116 2024.10.03 20:34:16.445569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6117 2024.10.03 20:34:16.445668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6118 2024.10.03 20:34:16.445703 [ 3 ] {} <Debug> HTTP-Session: 7038b5b7-d256-4999-8aae-d1f503c55ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6119 2024.10.03 20:34:16.445717 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6120 2024.10.03 20:34:16.445726 [ 3 ] {} <Debug> HTTP-Session: 7038b5b7-d256-4999-8aae-d1f503c55ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6121 2024.10.03 20:34:16.445750 [ 3 ] {} <Debug> HTTP-Session: 7038b5b7-d256-4999-8aae-d1f503c55ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6122 2024.10.03 20:34:16.445762 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 53 rows starting from the beginning of the part
6123 2024.10.03 20:34:16.445787 [ 3 ] {} <Trace> HTTP-Session: 7038b5b7-d256-4999-8aae-d1f503c55ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6124 2024.10.03 20:34:16.445858 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
6125 2024.10.03 20:34:16.446048 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6126 2024.10.03 20:34:16.446307 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6127 2024.10.03 20:34:16.446315 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part
6128 2024.10.03 20:34:16.446622 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
6129 2024.10.03 20:34:16.447005 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 37 rows starting from the beginning of the part
6130 2024.10.03 20:34:16.447381 [ 196 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part
6131 2024.10.03 20:34:16.447937 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6132 2024.10.03 20:34:16.448475 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6133 2024.10.03 20:34:16.448519 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6134 2024.10.03 20:34:16.449094 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6135 2024.10.03 20:34:16.449157 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.00399569 sec., 36789.64083800295 rows/sec., 2.81 MiB/sec.
6136 2024.10.03 20:34:16.449494 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6137 2024.10.03 20:34:16.449765 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2024.10.03 20:34:16.450268 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.004343 sec., 17038.91319364495 rows/sec., 1.33 MiB/sec.
6139 2024.10.03 20:34:16.450966 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6140 2024.10.03 20:34:16.451002 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Debug> DynamicQueryHandler: Done processing query
6141 2024.10.03 20:34:16.451056 [ 3 ] {c562424d-f886-432b-9c87-cbd71f6ff4c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6142 2024.10.03 20:34:16.451095 [ 3 ] {} <Debug> HTTP-Session: 7038b5b7-d256-4999-8aae-d1f503c55ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6143 2024.10.03 20:34:16.451138 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_21_4} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6144 2024.10.03 20:34:16.451269 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6145 2024.10.03 20:34:16.451290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6146 2024.10.03 20:34:16.451355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6147 2024.10.03 20:34:16.451375 [ 3 ] {} <Debug> HTTP-Session: 48d70be9-1f47-45c2-99f0-f24858977dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6148 2024.10.03 20:34:16.451393 [ 3 ] {} <Debug> HTTP-Session: 48d70be9-1f47-45c2-99f0-f24858977dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6149 2024.10.03 20:34:16.451407 [ 3 ] {} <Debug> HTTP-Session: 48d70be9-1f47-45c2-99f0-f24858977dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6150 2024.10.03 20:34:16.451439 [ 3 ] {} <Trace> HTTP-Session: 48d70be9-1f47-45c2-99f0-f24858977dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6151 2024.10.03 20:34:16.451602 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6152 2024.10.03 20:34:16.451654 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6153 2024.10.03 20:34:16.451834 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6154 2024.10.03 20:34:16.452239 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6155 2024.10.03 20:34:16.452277 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6156 2024.10.03 20:34:16.452671 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6157 2024.10.03 20:34:16.453025 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6158 2024.10.03 20:34:16.453192 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001658 sec., 97104.9457177322 rows/sec., 6.76 MiB/sec.
6159 2024.10.03 20:34:16.453527 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Debug> DynamicQueryHandler: Done processing query
6160 2024.10.03 20:34:16.453552 [ 3 ] {e21058aa-e346-4d10-bfc8-4d50aa139f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6161 2024.10.03 20:34:16.453568 [ 3 ] {} <Debug> HTTP-Session: 48d70be9-1f47-45c2-99f0-f24858977dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6162 2024.10.03 20:34:16.453708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6163 2024.10.03 20:34:16.453756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6164 2024.10.03 20:34:16.453776 [ 3 ] {} <Debug> HTTP-Session: f8468fab-d413-4d29-bf9e-23f9e788ce82 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6165 2024.10.03 20:34:16.453793 [ 3 ] {} <Debug> HTTP-Session: f8468fab-d413-4d29-bf9e-23f9e788ce82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6166 2024.10.03 20:34:16.453807 [ 3 ] {} <Debug> HTTP-Session: f8468fab-d413-4d29-bf9e-23f9e788ce82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6167 2024.10.03 20:34:16.453839 [ 3 ] {} <Trace> HTTP-Session: f8468fab-d413-4d29-bf9e-23f9e788ce82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6168 2024.10.03 20:34:16.454008 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6169 2024.10.03 20:34:16.454081 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6170 2024.10.03 20:34:16.454526 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6171 2024.10.03 20:34:16.454993 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6172 2024.10.03 20:34:16.455029 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6173 2024.10.03 20:34:16.455634 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6174 2024.10.03 20:34:16.456045 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6175 2024.10.03 20:34:16.456262 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002334 sec., 3427.592116538132 rows/sec., 6.14 MiB/sec.
6176 2024.10.03 20:34:16.456841 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Debug> DynamicQueryHandler: Done processing query
6177 2024.10.03 20:34:16.456866 [ 3 ] {10cd0b81-3f64-44cc-8668-38aac03f3578} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6178 2024.10.03 20:34:16.456882 [ 3 ] {} <Debug> HTTP-Session: f8468fab-d413-4d29-bf9e-23f9e788ce82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6179 2024.10.03 20:34:16.457005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6180 2024.10.03 20:34:16.457052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6181 2024.10.03 20:34:16.457072 [ 3 ] {} <Debug> HTTP-Session: 1d7e347d-a822-48f4-999a-fa1fd70c4617 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6182 2024.10.03 20:34:16.457089 [ 3 ] {} <Debug> HTTP-Session: 1d7e347d-a822-48f4-999a-fa1fd70c4617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6183 2024.10.03 20:34:16.457103 [ 3 ] {} <Debug> HTTP-Session: 1d7e347d-a822-48f4-999a-fa1fd70c4617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6184 2024.10.03 20:34:16.457133 [ 3 ] {} <Trace> HTTP-Session: 1d7e347d-a822-48f4-999a-fa1fd70c4617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6185 2024.10.03 20:34:16.457252 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6186 2024.10.03 20:34:16.457297 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6187 2024.10.03 20:34:16.457453 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6188 2024.10.03 20:34:16.457790 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2024.10.03 20:34:16.457826 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6190 2024.10.03 20:34:16.458184 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6191 2024.10.03 20:34:16.458520 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2024.10.03 20:34:16.458664 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec.
6193 2024.10.03 20:34:16.458971 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Debug> DynamicQueryHandler: Done processing query
6194 2024.10.03 20:34:16.459005 [ 3 ] {19788d31-e8a6-46fd-867c-0277df437907} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6195 2024.10.03 20:34:16.459023 [ 3 ] {} <Debug> HTTP-Session: 1d7e347d-a822-48f4-999a-fa1fd70c4617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6196 2024.10.03 20:34:21.443115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6197 2024.10.03 20:34:21.443258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6198 2024.10.03 20:34:21.443287 [ 3 ] {} <Debug> HTTP-Session: c0901b98-506b-4574-a667-449a83554d11 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6199 2024.10.03 20:34:21.443315 [ 3 ] {} <Debug> HTTP-Session: c0901b98-506b-4574-a667-449a83554d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6200 2024.10.03 20:34:21.443333 [ 3 ] {} <Debug> HTTP-Session: c0901b98-506b-4574-a667-449a83554d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6201 2024.10.03 20:34:21.443389 [ 3 ] {} <Trace> HTTP-Session: c0901b98-506b-4574-a667-449a83554d11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6202 2024.10.03 20:34:21.443575 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6203 2024.10.03 20:34:21.443643 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6204 2024.10.03 20:34:21.443979 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6205 2024.10.03 20:34:21.444385 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6206 2024.10.03 20:34:21.444427 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6207 2024.10.03 20:34:21.444826 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6208 2024.10.03 20:34:21.445214 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6209 2024.10.03 20:34:21.445392 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00186 sec., 1075.268817204301 rows/sec., 87.68 KiB/sec.
6210 2024.10.03 20:34:21.445742 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Debug> DynamicQueryHandler: Done processing query
6211 2024.10.03 20:34:21.445768 [ 3 ] {930045f9-4162-4211-b95d-2c41d7b8dc4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6212 2024.10.03 20:34:21.445785 [ 3 ] {} <Debug> HTTP-Session: c0901b98-506b-4574-a667-449a83554d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6213 2024.10.03 20:34:21.445985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6214 2024.10.03 20:34:21.446033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6215 2024.10.03 20:34:21.446054 [ 3 ] {} <Debug> HTTP-Session: e7b387bb-610b-4a58-9e7e-bda5f1af75cc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6216 2024.10.03 20:34:21.446071 [ 3 ] {} <Debug> HTTP-Session: e7b387bb-610b-4a58-9e7e-bda5f1af75cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6217 2024.10.03 20:34:21.446084 [ 3 ] {} <Debug> HTTP-Session: e7b387bb-610b-4a58-9e7e-bda5f1af75cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6218 2024.10.03 20:34:21.446117 [ 3 ] {} <Trace> HTTP-Session: e7b387bb-610b-4a58-9e7e-bda5f1af75cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6219 2024.10.03 20:34:21.446288 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6220 2024.10.03 20:34:21.446333 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6221 2024.10.03 20:34:21.446587 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6222 2024.10.03 20:34:21.447080 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6223 2024.10.03 20:34:21.447117 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6224 2024.10.03 20:34:21.447497 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6225 2024.10.03 20:34:21.447854 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6226 2024.10.03 20:34:21.448014 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Debug> executeQuery: Read 252 rows, 22.79 KiB in 0.001806 sec., 139534.88372093023 rows/sec., 12.32 MiB/sec.
6227 2024.10.03 20:34:21.448329 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Debug> DynamicQueryHandler: Done processing query
6228 2024.10.03 20:34:21.448354 [ 3 ] {3c80cffb-3bce-41ec-a82a-06543bbff493} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
6229 2024.10.03 20:34:21.448371 [ 3 ] {} <Debug> HTTP-Session: e7b387bb-610b-4a58-9e7e-bda5f1af75cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6230 2024.10.03 20:34:21.448518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6231 2024.10.03 20:34:21.448567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6232 2024.10.03 20:34:21.448587 [ 3 ] {} <Debug> HTTP-Session: b32eeb82-7e7c-4f04-be3d-d377f19af367 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6233 2024.10.03 20:34:21.448603 [ 3 ] {} <Debug> HTTP-Session: b32eeb82-7e7c-4f04-be3d-d377f19af367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6234 2024.10.03 20:34:21.448617 [ 3 ] {} <Debug> HTTP-Session: b32eeb82-7e7c-4f04-be3d-d377f19af367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6235 2024.10.03 20:34:21.448648 [ 3 ] {} <Trace> HTTP-Session: b32eeb82-7e7c-4f04-be3d-d377f19af367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6236 2024.10.03 20:34:21.448757 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6237 2024.10.03 20:34:21.448802 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6238 2024.10.03 20:34:21.449051 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6239 2024.10.03 20:34:21.449376 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2024.10.03 20:34:21.449413 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6241 2024.10.03 20:34:21.449757 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6242 2024.10.03 20:34:21.450122 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2024.10.03 20:34:21.450271 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001548 sec., 21317.829457364343 rows/sec., 1.56 MiB/sec.
6244 2024.10.03 20:34:21.450433 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Debug> DynamicQueryHandler: Done processing query
6245 2024.10.03 20:34:21.450457 [ 3 ] {429afd50-29e0-464b-bbc3-60532122f424} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6246 2024.10.03 20:34:21.450473 [ 3 ] {} <Debug> HTTP-Session: b32eeb82-7e7c-4f04-be3d-d377f19af367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6247 2024.10.03 20:34:21.450601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6248 2024.10.03 20:34:21.450649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6249 2024.10.03 20:34:21.450669 [ 3 ] {} <Debug> HTTP-Session: 5aa297d6-878d-405d-bbbb-f56e11060851 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6250 2024.10.03 20:34:21.450686 [ 3 ] {} <Debug> HTTP-Session: 5aa297d6-878d-405d-bbbb-f56e11060851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6251 2024.10.03 20:34:21.450700 [ 3 ] {} <Debug> HTTP-Session: 5aa297d6-878d-405d-bbbb-f56e11060851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6252 2024.10.03 20:34:21.450731 [ 3 ] {} <Trace> HTTP-Session: 5aa297d6-878d-405d-bbbb-f56e11060851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6253 2024.10.03 20:34:21.450830 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6254 2024.10.03 20:34:21.450872 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6255 2024.10.03 20:34:21.451102 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6256 2024.10.03 20:34:21.451397 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6257 2024.10.03 20:34:21.451433 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6258 2024.10.03 20:34:21.451776 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6259 2024.10.03 20:34:21.452128 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6260 2024.10.03 20:34:21.452278 [ 131 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6261 2024.10.03 20:34:21.452289 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001476 sec., 9485.09485094851 rows/sec., 664.27 KiB/sec.
6262 2024.10.03 20:34:21.452357 [ 131 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6263 2024.10.03 20:34:21.452419 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6264 2024.10.03 20:34:21.452774 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
6265 2024.10.03 20:34:21.452834 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Debug> DynamicQueryHandler: Done processing query
6266 2024.10.03 20:34:21.452934 [ 3 ] {d0dc3a2f-e72f-4ed8-9863-f2a03642c1be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6267 2024.10.03 20:34:21.453023 [ 3 ] {} <Debug> HTTP-Session: 5aa297d6-878d-405d-bbbb-f56e11060851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6268 2024.10.03 20:34:21.453367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6269 2024.10.03 20:34:21.453516 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6270 2024.10.03 20:34:21.453532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6271 2024.10.03 20:34:21.453589 [ 3 ] {} <Debug> HTTP-Session: aceecdd7-7599-4414-8306-8871071d1f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6272 2024.10.03 20:34:21.453590 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
6273 2024.10.03 20:34:21.453624 [ 3 ] {} <Debug> HTTP-Session: aceecdd7-7599-4414-8306-8871071d1f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6274 2024.10.03 20:34:21.453660 [ 3 ] {} <Debug> HTTP-Session: aceecdd7-7599-4414-8306-8871071d1f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6275 2024.10.03 20:34:21.453776 [ 3 ] {} <Trace> HTTP-Session: aceecdd7-7599-4414-8306-8871071d1f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6276 2024.10.03 20:34:21.453814 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
6277 2024.10.03 20:34:21.454158 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part
6278 2024.10.03 20:34:21.454236 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6279 2024.10.03 20:34:21.454463 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6280 2024.10.03 20:34:21.454488 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
6281 2024.10.03 20:34:21.454855 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
6282 2024.10.03 20:34:21.455154 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
6283 2024.10.03 20:34:21.455920 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6284 2024.10.03 20:34:21.456678 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2024.10.03 20:34:21.456741 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6286 2024.10.03 20:34:21.457718 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6287 2024.10.03 20:34:21.458178 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00562289 sec., 93724.0458198542 rows/sec., 6.37 MiB/sec.
6288 2024.10.03 20:34:21.458478 [ 193 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6289 2024.10.03 20:34:21.458527 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6290 2024.10.03 20:34:21.458828 [ 131 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6291 2024.10.03 20:34:21.458925 [ 131 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6292 2024.10.03 20:34:21.458946 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004912 sec., 1221.498371335505 rows/sec., 72.17 KiB/sec.
6293 2024.10.03 20:34:21.458983 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6294 2024.10.03 20:34:21.459680 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6295 2024.10.03 20:34:21.459915 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Debug> DynamicQueryHandler: Done processing query
6296 2024.10.03 20:34:21.460013 [ 3 ] {d343d903-81f5-41fe-b8ed-8170ac05c5fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6297 2024.10.03 20:34:21.460216 [ 3 ] {} <Debug> HTTP-Session: aceecdd7-7599-4414-8306-8871071d1f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6298 2024.10.03 20:34:21.460439 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6299 2024.10.03 20:34:21.460522 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6300 2024.10.03 20:34:21.460552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6301 2024.10.03 20:34:21.460730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6302 2024.10.03 20:34:21.460825 [ 3 ] {} <Debug> HTTP-Session: 07413275-6d38-409e-a7c9-0aa4f2f76650 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6303 2024.10.03 20:34:21.460832 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6304 2024.10.03 20:34:21.460884 [ 3 ] {} <Debug> HTTP-Session: 07413275-6d38-409e-a7c9-0aa4f2f76650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6305 2024.10.03 20:34:21.460973 [ 3 ] {} <Debug> HTTP-Session: 07413275-6d38-409e-a7c9-0aa4f2f76650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6306 2024.10.03 20:34:21.461213 [ 3 ] {} <Trace> HTTP-Session: 07413275-6d38-409e-a7c9-0aa4f2f76650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6307 2024.10.03 20:34:21.461257 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6308 2024.10.03 20:34:21.461517 [ 195 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6309 2024.10.03 20:34:21.461650 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6310 2024.10.03 20:34:21.461950 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6311 2024.10.03 20:34:21.461995 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
6312 2024.10.03 20:34:21.462012 [ 195 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_16_3} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6313 2024.10.03 20:34:21.462107 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6314 2024.10.03 20:34:21.462486 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
6315 2024.10.03 20:34:21.462953 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6316 2024.10.03 20:34:21.463800 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6317 2024.10.03 20:34:21.463824 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004624405 sec., 6487.321071575695 rows/sec., 411.79 KiB/sec.
6318 2024.10.03 20:34:21.463859 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6319 2024.10.03 20:34:21.464107 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6320 2024.10.03 20:34:21.464707 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6321 2024.10.03 20:34:21.465075 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_13_3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6322 2024.10.03 20:34:21.465321 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_13_3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6323 2024.10.03 20:34:21.465496 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6324 2024.10.03 20:34:21.465579 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6325 2024.10.03 20:34:21.465761 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.004231 sec., 98085.55896951075 rows/sec., 7.00 MiB/sec.
6326 2024.10.03 20:34:21.465954 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Debug> DynamicQueryHandler: Done processing query
6327 2024.10.03 20:34:21.465980 [ 3 ] {3f7b8722-d9b5-4e54-a03b-5b880b2d2b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6328 2024.10.03 20:34:21.465996 [ 3 ] {} <Debug> HTTP-Session: 07413275-6d38-409e-a7c9-0aa4f2f76650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6329 2024.10.03 20:34:21.466112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6330 2024.10.03 20:34:21.466159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6331 2024.10.03 20:34:21.466178 [ 3 ] {} <Debug> HTTP-Session: 28e06fbf-3c8f-407e-aa4b-47ba6f2a0891 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6332 2024.10.03 20:34:21.466195 [ 3 ] {} <Debug> HTTP-Session: 28e06fbf-3c8f-407e-aa4b-47ba6f2a0891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6333 2024.10.03 20:34:21.466209 [ 3 ] {} <Debug> HTTP-Session: 28e06fbf-3c8f-407e-aa4b-47ba6f2a0891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6334 2024.10.03 20:34:21.466240 [ 3 ] {} <Trace> HTTP-Session: 28e06fbf-3c8f-407e-aa4b-47ba6f2a0891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6335 2024.10.03 20:34:21.466337 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6336 2024.10.03 20:34:21.466382 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6337 2024.10.03 20:34:21.466520 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6338 2024.10.03 20:34:21.466777 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6339 2024.10.03 20:34:21.466814 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6340 2024.10.03 20:34:21.467173 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6341 2024.10.03 20:34:21.467508 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6342 2024.10.03 20:34:21.467647 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec.
6343 2024.10.03 20:34:21.467963 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Debug> DynamicQueryHandler: Done processing query
6344 2024.10.03 20:34:21.468004 [ 3 ] {e6cf9a8c-2f3a-4df1-8029-c6838090309c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6345 2024.10.03 20:34:21.468038 [ 3 ] {} <Debug> HTTP-Session: 28e06fbf-3c8f-407e-aa4b-47ba6f2a0891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6346 2024.10.03 20:34:21.468253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6347 2024.10.03 20:34:21.468300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6348 2024.10.03 20:34:21.468319 [ 3 ] {} <Debug> HTTP-Session: ab0ba517-0b70-4a7e-9da5-7f60ccf52521 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6349 2024.10.03 20:34:21.468335 [ 3 ] {} <Debug> HTTP-Session: ab0ba517-0b70-4a7e-9da5-7f60ccf52521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6350 2024.10.03 20:34:21.468349 [ 3 ] {} <Debug> HTTP-Session: ab0ba517-0b70-4a7e-9da5-7f60ccf52521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6351 2024.10.03 20:34:21.468380 [ 3 ] {} <Trace> HTTP-Session: ab0ba517-0b70-4a7e-9da5-7f60ccf52521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6352 2024.10.03 20:34:21.468560 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6353 2024.10.03 20:34:21.468608 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6354 2024.10.03 20:34:21.468779 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6355 2024.10.03 20:34:21.469270 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6356 2024.10.03 20:34:21.469306 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6357 2024.10.03 20:34:21.469690 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6358 2024.10.03 20:34:21.470028 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6359 2024.10.03 20:34:21.470177 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001708 sec., 139344.26229508195 rows/sec., 9.34 MiB/sec.
6360 2024.10.03 20:34:21.470365 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Debug> DynamicQueryHandler: Done processing query
6361 2024.10.03 20:34:21.470388 [ 3 ] {2cdf54e7-6b6d-4669-b1d5-39f0b0b5ecc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6362 2024.10.03 20:34:21.470405 [ 3 ] {} <Debug> HTTP-Session: ab0ba517-0b70-4a7e-9da5-7f60ccf52521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6363 2024.10.03 20:34:21.470571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6364 2024.10.03 20:34:21.470619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6365 2024.10.03 20:34:21.470638 [ 3 ] {} <Debug> HTTP-Session: b91510b2-ea19-4971-a210-77439c4c07ab Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6366 2024.10.03 20:34:21.470654 [ 3 ] {} <Debug> HTTP-Session: b91510b2-ea19-4971-a210-77439c4c07ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6367 2024.10.03 20:34:21.470668 [ 3 ] {} <Debug> HTTP-Session: b91510b2-ea19-4971-a210-77439c4c07ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6368 2024.10.03 20:34:21.470699 [ 3 ] {} <Trace> HTTP-Session: b91510b2-ea19-4971-a210-77439c4c07ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6369 2024.10.03 20:34:21.470791 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6370 2024.10.03 20:34:21.470838 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6371 2024.10.03 20:34:21.470969 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6372 2024.10.03 20:34:21.471223 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6373 2024.10.03 20:34:21.471258 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6374 2024.10.03 20:34:21.471601 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6375 2024.10.03 20:34:21.471919 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6376 2024.10.03 20:34:21.472080 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec.
6377 2024.10.03 20:34:21.472378 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Debug> DynamicQueryHandler: Done processing query
6378 2024.10.03 20:34:21.472403 [ 3 ] {2935bbb0-fbec-4d93-b95f-fb6d9446fe16} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6379 2024.10.03 20:34:21.472419 [ 3 ] {} <Debug> HTTP-Session: b91510b2-ea19-4971-a210-77439c4c07ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6380 2024.10.03 20:34:21.472602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6381 2024.10.03 20:34:21.472648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6382 2024.10.03 20:34:21.472667 [ 3 ] {} <Debug> HTTP-Session: d8fd8481-1c03-4ce9-92e7-db3d34c0f97a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6383 2024.10.03 20:34:21.472684 [ 3 ] {} <Debug> HTTP-Session: d8fd8481-1c03-4ce9-92e7-db3d34c0f97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6384 2024.10.03 20:34:21.472698 [ 3 ] {} <Debug> HTTP-Session: d8fd8481-1c03-4ce9-92e7-db3d34c0f97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6385 2024.10.03 20:34:21.472727 [ 3 ] {} <Trace> HTTP-Session: d8fd8481-1c03-4ce9-92e7-db3d34c0f97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2024.10.03 20:34:21.473174 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6387 2024.10.03 20:34:21.473245 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6388 2024.10.03 20:34:21.473685 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6389 2024.10.03 20:34:21.474402 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6390 2024.10.03 20:34:21.474439 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6391 2024.10.03 20:34:21.475073 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6392 2024.10.03 20:34:21.475495 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6393 2024.10.03 20:34:21.475697 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002873 sec., 10790.114862513052 rows/sec., 19.34 MiB/sec.
6394 2024.10.03 20:34:21.475695 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6395 2024.10.03 20:34:21.475861 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6396 2024.10.03 20:34:21.475958 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6397 2024.10.03 20:34:21.476116 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Debug> DynamicQueryHandler: Done processing query
6398 2024.10.03 20:34:21.476153 [ 3 ] {610b0a59-59ce-4a1e-86a0-476ed8f5aff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
6399 2024.10.03 20:34:21.476159 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
6400 2024.10.03 20:34:21.476171 [ 3 ] {} <Debug> HTTP-Session: d8fd8481-1c03-4ce9-92e7-db3d34c0f97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6401 2024.10.03 20:34:21.476343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6402 2024.10.03 20:34:21.476411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6403 2024.10.03 20:34:21.476445 [ 3 ] {} <Debug> HTTP-Session: 52e3d008-0926-4bea-b1a2-d2b0f9e4e42b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6404 2024.10.03 20:34:21.476473 [ 3 ] {} <Debug> HTTP-Session: 52e3d008-0926-4bea-b1a2-d2b0f9e4e42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6405 2024.10.03 20:34:21.476498 [ 3 ] {} <Debug> HTTP-Session: 52e3d008-0926-4bea-b1a2-d2b0f9e4e42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6406 2024.10.03 20:34:21.476547 [ 3 ] {} <Trace> HTTP-Session: 52e3d008-0926-4bea-b1a2-d2b0f9e4e42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6407 2024.10.03 20:34:21.476594 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6408 2024.10.03 20:34:21.476665 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 262 rows starting from the beginning of the part
6409 2024.10.03 20:34:21.476723 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6410 2024.10.03 20:34:21.476824 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6411 2024.10.03 20:34:21.477029 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
6412 2024.10.03 20:34:21.477170 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6413 2024.10.03 20:34:21.477412 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
6414 2024.10.03 20:34:21.477815 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part
6415 2024.10.03 20:34:21.477922 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6416 2024.10.03 20:34:21.477970 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6417 2024.10.03 20:34:21.478223 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
6418 2024.10.03 20:34:21.478574 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
6419 2024.10.03 20:34:21.478740 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6420 2024.10.03 20:34:21.479339 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6421 2024.10.03 20:34:21.479589 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002937 sec., 27919.64589717399 rows/sec., 1.77 MiB/sec.
6422 2024.10.03 20:34:21.479822 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Debug> DynamicQueryHandler: Done processing query
6423 2024.10.03 20:34:21.479848 [ 3 ] {66f65a73-79b6-474c-b9a3-66804dc238e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6424 2024.10.03 20:34:21.479865 [ 3 ] {} <Debug> HTTP-Session: 52e3d008-0926-4bea-b1a2-d2b0f9e4e42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6425 2024.10.03 20:34:21.481909 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 371 rows, containing 19 columns (19 merged, 0 gathered) in 0.005820785 sec., 63737.10762379988 rows/sec., 114.21 MiB/sec.
6426 2024.10.03 20:34:21.482543 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6427 2024.10.03 20:34:21.483186 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6428 2024.10.03 20:34:21.483274 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6429 2024.10.03 20:34:21.483428 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
6430 2024.10.03 20:34:24.673953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6431 2024.10.03 20:34:24.674084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6432 2024.10.03 20:34:24.674112 [ 3 ] {} <Debug> HTTP-Session: 9500f187-9b23-4e66-a59c-cc7a531f58cb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6433 2024.10.03 20:34:24.674139 [ 3 ] {} <Debug> HTTP-Session: 9500f187-9b23-4e66-a59c-cc7a531f58cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6434 2024.10.03 20:34:24.674157 [ 3 ] {} <Debug> HTTP-Session: 9500f187-9b23-4e66-a59c-cc7a531f58cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6435 2024.10.03 20:34:24.674213 [ 3 ] {} <Trace> HTTP-Session: 9500f187-9b23-4e66-a59c-cc7a531f58cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6436 2024.10.03 20:34:24.674406 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6437 2024.10.03 20:34:24.674480 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6438 2024.10.03 20:34:24.674826 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6439 2024.10.03 20:34:24.675263 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6440 2024.10.03 20:34:24.675304 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6441 2024.10.03 20:34:24.675706 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6442 2024.10.03 20:34:24.676096 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2024.10.03 20:34:24.676236 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 172.76 KiB/sec.
6444 2024.10.03 20:34:24.676241 [ 128 ] {} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6445 2024.10.03 20:34:24.676295 [ 128 ] {} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6446 2024.10.03 20:34:24.676327 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6447 2024.10.03 20:34:24.676440 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
6448 2024.10.03 20:34:24.676462 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Debug> DynamicQueryHandler: Done processing query
6449 2024.10.03 20:34:24.676495 [ 3 ] {2e1de7d9-03f6-4e8c-a7e3-a7cdad09b0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6450 2024.10.03 20:34:24.676516 [ 3 ] {} <Debug> HTTP-Session: 9500f187-9b23-4e66-a59c-cc7a531f58cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6451 2024.10.03 20:34:24.676584 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6452 2024.10.03 20:34:24.676620 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
6453 2024.10.03 20:34:24.676696 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
6454 2024.10.03 20:34:24.676802 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
6455 2024.10.03 20:34:24.676884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 176195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6456 2024.10.03 20:34:24.677098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6457 2024.10.03 20:34:24.677228 [ 3 ] {} <Debug> HTTP-Session: c64b8107-0a99-48a3-ab38-67918b339ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6458 2024.10.03 20:34:24.677336 [ 3 ] {} <Debug> HTTP-Session: c64b8107-0a99-48a3-ab38-67918b339ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6459 2024.10.03 20:34:24.677342 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
6460 2024.10.03 20:34:24.677366 [ 3 ] {} <Debug> HTTP-Session: c64b8107-0a99-48a3-ab38-67918b339ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6461 2024.10.03 20:34:24.677430 [ 3 ] {} <Trace> HTTP-Session: c64b8107-0a99-48a3-ab38-67918b339ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6462 2024.10.03 20:34:24.677513 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
6463 2024.10.03 20:34:24.677658 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
6464 2024.10.03 20:34:24.678140 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6465 2024.10.03 20:34:24.678195 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6466 2024.10.03 20:34:24.678617 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6467 2024.10.03 20:34:24.679189 [ 198 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.00278821 sec., 10042.28519372644 rows/sec., 858.11 KiB/sec.
6468 2024.10.03 20:34:24.679423 [ 198 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6469 2024.10.03 20:34:24.680485 [ 198 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6470 2024.10.03 20:34:24.680638 [ 198 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_10_2} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6471 2024.10.03 20:34:24.680781 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6472 2024.10.03 20:34:24.680792 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6473 2024.10.03 20:34:24.680851 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6474 2024.10.03 20:34:24.681375 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6475 2024.10.03 20:34:24.681757 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6476 2024.10.03 20:34:24.681895 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Debug> executeQuery: Read 1214 rows, 102.70 KiB in 0.004268 sec., 284442.3617619494 rows/sec., 23.50 MiB/sec.
6477 2024.10.03 20:34:24.682218 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Debug> DynamicQueryHandler: Done processing query
6478 2024.10.03 20:34:24.682263 [ 3 ] {be7c70ad-ba7c-427d-a6b3-77e11c83aad0} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
6479 2024.10.03 20:34:24.682289 [ 3 ] {} <Debug> HTTP-Session: c64b8107-0a99-48a3-ab38-67918b339ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6480 2024.10.03 20:34:24.682492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6481 2024.10.03 20:34:24.682540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6482 2024.10.03 20:34:24.682559 [ 3 ] {} <Debug> HTTP-Session: 0e016425-15f7-4534-98bb-7aab94545472 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6483 2024.10.03 20:34:24.682575 [ 3 ] {} <Debug> HTTP-Session: 0e016425-15f7-4534-98bb-7aab94545472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6484 2024.10.03 20:34:24.682589 [ 3 ] {} <Debug> HTTP-Session: 0e016425-15f7-4534-98bb-7aab94545472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6485 2024.10.03 20:34:24.682619 [ 3 ] {} <Trace> HTTP-Session: 0e016425-15f7-4534-98bb-7aab94545472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6486 2024.10.03 20:34:24.682720 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6487 2024.10.03 20:34:24.682765 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6488 2024.10.03 20:34:24.683015 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6489 2024.10.03 20:34:24.683329 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6490 2024.10.03 20:34:24.683365 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6491 2024.10.03 20:34:24.683714 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6492 2024.10.03 20:34:24.684077 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6493 2024.10.03 20:34:24.684205 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001513 sec., 7931.2623925974885 rows/sec., 582.19 KiB/sec.
6494 2024.10.03 20:34:24.684375 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Debug> DynamicQueryHandler: Done processing query
6495 2024.10.03 20:34:24.684400 [ 3 ] {5713efa6-e9ec-43cc-82e8-81fb0dc124bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6496 2024.10.03 20:34:24.684415 [ 3 ] {} <Debug> HTTP-Session: 0e016425-15f7-4534-98bb-7aab94545472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6497 2024.10.03 20:34:24.684590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6498 2024.10.03 20:34:24.684637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6499 2024.10.03 20:34:24.684655 [ 3 ] {} <Debug> HTTP-Session: 12555268-73ab-4072-87c0-ae65bcd6cc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6500 2024.10.03 20:34:24.684672 [ 3 ] {} <Debug> HTTP-Session: 12555268-73ab-4072-87c0-ae65bcd6cc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6501 2024.10.03 20:34:24.684686 [ 3 ] {} <Debug> HTTP-Session: 12555268-73ab-4072-87c0-ae65bcd6cc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6502 2024.10.03 20:34:24.684716 [ 3 ] {} <Trace> HTTP-Session: 12555268-73ab-4072-87c0-ae65bcd6cc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6503 2024.10.03 20:34:24.684910 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6504 2024.10.03 20:34:24.684953 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6505 2024.10.03 20:34:24.685180 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6506 2024.10.03 20:34:24.685602 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2024.10.03 20:34:24.685637 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6508 2024.10.03 20:34:24.685995 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6509 2024.10.03 20:34:24.686360 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2024.10.03 20:34:24.686484 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001694 sec., 134592.6800472255 rows/sec., 9.11 MiB/sec.
6511 2024.10.03 20:34:24.686642 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Debug> DynamicQueryHandler: Done processing query
6512 2024.10.03 20:34:24.686665 [ 3 ] {0879620b-ac27-4ef7-b739-0697e9f1efb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
6513 2024.10.03 20:34:24.686681 [ 3 ] {} <Debug> HTTP-Session: 12555268-73ab-4072-87c0-ae65bcd6cc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6514 2024.10.03 20:34:24.686876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6515 2024.10.03 20:34:24.686922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6516 2024.10.03 20:34:24.686941 [ 3 ] {} <Debug> HTTP-Session: 145e7e8a-6e23-4b41-93b1-95ff46952095 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6517 2024.10.03 20:34:24.686958 [ 3 ] {} <Debug> HTTP-Session: 145e7e8a-6e23-4b41-93b1-95ff46952095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6518 2024.10.03 20:34:24.686972 [ 3 ] {} <Debug> HTTP-Session: 145e7e8a-6e23-4b41-93b1-95ff46952095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6519 2024.10.03 20:34:24.687002 [ 3 ] {} <Trace> HTTP-Session: 145e7e8a-6e23-4b41-93b1-95ff46952095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6520 2024.10.03 20:34:24.687434 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6521 2024.10.03 20:34:24.687478 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6522 2024.10.03 20:34:24.687697 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6523 2024.10.03 20:34:24.688331 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6524 2024.10.03 20:34:24.688367 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6525 2024.10.03 20:34:24.688737 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6526 2024.10.03 20:34:24.689102 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6527 2024.10.03 20:34:24.689230 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.002137 sec., 248947.12213383248 rows/sec., 18.45 MiB/sec.
6528 2024.10.03 20:34:24.689449 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Debug> DynamicQueryHandler: Done processing query
6529 2024.10.03 20:34:24.689473 [ 3 ] {b7bbcefb-48ef-4e24-b623-888b31eb2a4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6530 2024.10.03 20:34:24.689489 [ 3 ] {} <Debug> HTTP-Session: 145e7e8a-6e23-4b41-93b1-95ff46952095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6531 2024.10.03 20:34:24.689890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 181045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6532 2024.10.03 20:34:24.689938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6533 2024.10.03 20:34:24.689958 [ 3 ] {} <Debug> HTTP-Session: 484cde22-7190-41c4-a296-a8e4d41dfa92 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6534 2024.10.03 20:34:24.689978 [ 3 ] {} <Debug> HTTP-Session: 484cde22-7190-41c4-a296-a8e4d41dfa92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6535 2024.10.03 20:34:24.689994 [ 3 ] {} <Debug> HTTP-Session: 484cde22-7190-41c4-a296-a8e4d41dfa92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6536 2024.10.03 20:34:24.690026 [ 3 ] {} <Trace> HTTP-Session: 484cde22-7190-41c4-a296-a8e4d41dfa92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6537 2024.10.03 20:34:24.690601 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6538 2024.10.03 20:34:24.690665 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6539 2024.10.03 20:34:24.690812 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6540 2024.10.03 20:34:24.691670 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6541 2024.10.03 20:34:24.691707 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6542 2024.10.03 20:34:24.692167 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6543 2024.10.03 20:34:24.692544 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6544 2024.10.03 20:34:24.692690 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Debug> executeQuery: Read 954 rows, 65.53 KiB in 0.00252 sec., 378571.4285714286 rows/sec., 25.39 MiB/sec.
6545 2024.10.03 20:34:24.693037 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Debug> DynamicQueryHandler: Done processing query
6546 2024.10.03 20:34:24.693067 [ 3 ] {fa6a58c9-fe68-40e9-8c76-7d6008f2c8a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
6547 2024.10.03 20:34:24.693086 [ 3 ] {} <Debug> HTTP-Session: 484cde22-7190-41c4-a296-a8e4d41dfa92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6548 2024.10.03 20:34:24.693258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6549 2024.10.03 20:34:24.693310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6550 2024.10.03 20:34:24.693330 [ 3 ] {} <Debug> HTTP-Session: 5f022377-f0c1-4196-9518-7ddff108dbce Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6551 2024.10.03 20:34:24.693348 [ 3 ] {} <Debug> HTTP-Session: 5f022377-f0c1-4196-9518-7ddff108dbce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6552 2024.10.03 20:34:24.693364 [ 3 ] {} <Debug> HTTP-Session: 5f022377-f0c1-4196-9518-7ddff108dbce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6553 2024.10.03 20:34:24.693397 [ 3 ] {} <Trace> HTTP-Session: 5f022377-f0c1-4196-9518-7ddff108dbce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6554 2024.10.03 20:34:24.693553 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6555 2024.10.03 20:34:24.693626 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6556 2024.10.03 20:34:24.694113 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6557 2024.10.03 20:34:24.694667 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6558 2024.10.03 20:34:24.694705 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6559 2024.10.03 20:34:24.695324 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6560 2024.10.03 20:34:24.695755 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6561 2024.10.03 20:34:24.695904 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002428 sec., 3294.8929159802306 rows/sec., 5.90 MiB/sec.
6562 2024.10.03 20:34:24.696138 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Debug> DynamicQueryHandler: Done processing query
6563 2024.10.03 20:34:24.696163 [ 3 ] {377bf92c-17d3-4d57-859b-a392d7dfc07a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6564 2024.10.03 20:34:24.696180 [ 3 ] {} <Debug> HTTP-Session: 5f022377-f0c1-4196-9518-7ddff108dbce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6565 2024.10.03 20:34:24.696311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6566 2024.10.03 20:34:24.696362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6567 2024.10.03 20:34:24.696383 [ 3 ] {} <Debug> HTTP-Session: 8b44f0f7-cb7f-47a3-aad5-c261d9864a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6568 2024.10.03 20:34:24.696400 [ 3 ] {} <Debug> HTTP-Session: 8b44f0f7-cb7f-47a3-aad5-c261d9864a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6569 2024.10.03 20:34:24.696415 [ 3 ] {} <Debug> HTTP-Session: 8b44f0f7-cb7f-47a3-aad5-c261d9864a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6570 2024.10.03 20:34:24.696447 [ 3 ] {} <Trace> HTTP-Session: 8b44f0f7-cb7f-47a3-aad5-c261d9864a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6571 2024.10.03 20:34:24.696556 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6572 2024.10.03 20:34:24.696602 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6573 2024.10.03 20:34:24.696735 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6574 2024.10.03 20:34:24.697052 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6575 2024.10.03 20:34:24.697089 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6576 2024.10.03 20:34:24.697482 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6577 2024.10.03 20:34:24.697835 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6578 2024.10.03 20:34:24.697980 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001455 sec., 27491.408934707906 rows/sec., 1.86 MiB/sec.
6579 2024.10.03 20:34:24.698191 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Debug> DynamicQueryHandler: Done processing query
6580 2024.10.03 20:34:24.698217 [ 3 ] {a6e77da5-b90a-4abf-9130-ada4e989a8cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6581 2024.10.03 20:34:24.698234 [ 3 ] {} <Debug> HTTP-Session: 8b44f0f7-cb7f-47a3-aad5-c261d9864a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6582 2024.10.03 20:34:25.544218 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
6583 2024.10.03 20:34:25.544281 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
6584 2024.10.03 20:34:25.703427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 654
6585 2024.10.03 20:34:25.706897 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6586 2024.10.03 20:34:25.706951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6587 2024.10.03 20:34:25.708425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6588 2024.10.03 20:34:25.709438 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6589 2024.10.03 20:34:25.709958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654
6590 2024.10.03 20:34:26.432840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6591 2024.10.03 20:34:26.432960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6592 2024.10.03 20:34:26.432991 [ 3 ] {} <Debug> HTTP-Session: f55117fe-230c-42e2-885e-ee7c3e3ecc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6593 2024.10.03 20:34:26.433017 [ 3 ] {} <Debug> HTTP-Session: f55117fe-230c-42e2-885e-ee7c3e3ecc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6594 2024.10.03 20:34:26.433031 [ 3 ] {} <Debug> HTTP-Session: f55117fe-230c-42e2-885e-ee7c3e3ecc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6595 2024.10.03 20:34:26.433083 [ 3 ] {} <Trace> HTTP-Session: f55117fe-230c-42e2-885e-ee7c3e3ecc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6596 2024.10.03 20:34:26.433260 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6597 2024.10.03 20:34:26.433329 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6598 2024.10.03 20:34:26.433687 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6599 2024.10.03 20:34:26.434117 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6600 2024.10.03 20:34:26.434161 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6601 2024.10.03 20:34:26.434613 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6602 2024.10.03 20:34:26.435023 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6603 2024.10.03 20:34:26.435210 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001993 sec., 1003.5122930255895 rows/sec., 81.83 KiB/sec.
6604 2024.10.03 20:34:26.435462 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Debug> DynamicQueryHandler: Done processing query
6605 2024.10.03 20:34:26.435489 [ 3 ] {d504c41f-fb4d-4f84-a17f-a9b48ec0daab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6606 2024.10.03 20:34:26.435506 [ 3 ] {} <Debug> HTTP-Session: f55117fe-230c-42e2-885e-ee7c3e3ecc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6607 2024.10.03 20:34:26.435635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6608 2024.10.03 20:34:26.435687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6609 2024.10.03 20:34:26.435707 [ 3 ] {} <Debug> HTTP-Session: 73e487f9-e93e-487d-8831-44f92565a6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6610 2024.10.03 20:34:26.435725 [ 3 ] {} <Debug> HTTP-Session: 73e487f9-e93e-487d-8831-44f92565a6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6611 2024.10.03 20:34:26.435739 [ 3 ] {} <Debug> HTTP-Session: 73e487f9-e93e-487d-8831-44f92565a6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6612 2024.10.03 20:34:26.435773 [ 3 ] {} <Trace> HTTP-Session: 73e487f9-e93e-487d-8831-44f92565a6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6613 2024.10.03 20:34:26.435886 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6614 2024.10.03 20:34:26.435931 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6615 2024.10.03 20:34:26.436160 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6616 2024.10.03 20:34:26.436522 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6617 2024.10.03 20:34:26.436561 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6618 2024.10.03 20:34:26.436924 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6619 2024.10.03 20:34:26.437310 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6620 2024.10.03 20:34:26.437473 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001614 sec., 35315.98513011153 rows/sec., 2.71 MiB/sec.
6621 2024.10.03 20:34:26.437475 [ 123 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6622 2024.10.03 20:34:26.437587 [ 123 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6623 2024.10.03 20:34:26.437636 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6624 2024.10.03 20:34:26.437713 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Debug> DynamicQueryHandler: Done processing query
6625 2024.10.03 20:34:26.437755 [ 3 ] {d34f86f9-b492-4813-a263-63a901269ce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
6626 2024.10.03 20:34:26.437777 [ 3 ] {} <Debug> HTTP-Session: 73e487f9-e93e-487d-8831-44f92565a6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6627 2024.10.03 20:34:26.437788 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
6628 2024.10.03 20:34:26.437921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6629 2024.10.03 20:34:26.437963 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6630 2024.10.03 20:34:26.437988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6631 2024.10.03 20:34:26.438016 [ 3 ] {} <Debug> HTTP-Session: 44e54d34-e5ee-451e-8dbe-33db1f53575e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6632 2024.10.03 20:34:26.438016 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
6633 2024.10.03 20:34:26.438041 [ 3 ] {} <Debug> HTTP-Session: 44e54d34-e5ee-451e-8dbe-33db1f53575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6634 2024.10.03 20:34:26.438062 [ 3 ] {} <Debug> HTTP-Session: 44e54d34-e5ee-451e-8dbe-33db1f53575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6635 2024.10.03 20:34:26.438113 [ 3 ] {} <Trace> HTTP-Session: 44e54d34-e5ee-451e-8dbe-33db1f53575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6636 2024.10.03 20:34:26.438141 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 254 rows starting from the beginning of the part
6637 2024.10.03 20:34:26.438493 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6638 2024.10.03 20:34:26.438630 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 73 rows starting from the beginning of the part
6639 2024.10.03 20:34:26.438658 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6640 2024.10.03 20:34:26.438909 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 252 rows starting from the beginning of the part
6641 2024.10.03 20:34:26.439206 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1214 rows starting from the beginning of the part
6642 2024.10.03 20:34:26.439419 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 57 rows starting from the beginning of the part
6643 2024.10.03 20:34:26.439995 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6644 2024.10.03 20:34:26.440492 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6645 2024.10.03 20:34:26.440532 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6646 2024.10.03 20:34:26.441100 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6647 2024.10.03 20:34:26.441517 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6648 2024.10.03 20:34:26.441840 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00354 sec., 564.9717514124294 rows/sec., 39.45 KiB/sec.
6649 2024.10.03 20:34:26.441932 [ 198 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3265 rows, containing 5 columns (5 merged, 0 gathered) in 0.004202784 sec., 776866.0012030121 rows/sec., 68.12 MiB/sec.
6650 2024.10.03 20:34:26.442110 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Debug> DynamicQueryHandler: Done processing query
6651 2024.10.03 20:34:26.442141 [ 3 ] {6931547b-d40f-4b12-9b07-6fc42d2c9b47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6652 2024.10.03 20:34:26.442158 [ 3 ] {} <Debug> HTTP-Session: 44e54d34-e5ee-451e-8dbe-33db1f53575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6653 2024.10.03 20:34:26.442302 [ 198 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6654 2024.10.03 20:34:26.442409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6655 2024.10.03 20:34:26.442499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6656 2024.10.03 20:34:26.442531 [ 3 ] {} <Debug> HTTP-Session: fdd613d5-18b8-4b2f-b224-3d8594c97a69 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6657 2024.10.03 20:34:26.442577 [ 3 ] {} <Debug> HTTP-Session: fdd613d5-18b8-4b2f-b224-3d8594c97a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6658 2024.10.03 20:34:26.442611 [ 3 ] {} <Debug> HTTP-Session: fdd613d5-18b8-4b2f-b224-3d8594c97a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6659 2024.10.03 20:34:26.442670 [ 3 ] {} <Trace> HTTP-Session: fdd613d5-18b8-4b2f-b224-3d8594c97a69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2024.10.03 20:34:26.443041 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6661 2024.10.03 20:34:26.443121 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6662 2024.10.03 20:34:26.443380 [ 198 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6663 2024.10.03 20:34:26.443624 [ 198 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_31_6} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6664 2024.10.03 20:34:26.443768 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6665 2024.10.03 20:34:26.443810 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
6666 2024.10.03 20:34:26.444201 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6667 2024.10.03 20:34:26.444244 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6668 2024.10.03 20:34:26.444614 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6669 2024.10.03 20:34:26.444992 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6670 2024.10.03 20:34:26.445153 [ 123 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6671 2024.10.03 20:34:26.445161 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002256 sec., 29255.319148936167 rows/sec., 2.28 MiB/sec.
6672 2024.10.03 20:34:26.445203 [ 123 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6673 2024.10.03 20:34:26.445266 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6674 2024.10.03 20:34:26.445563 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Debug> DynamicQueryHandler: Done processing query
6675 2024.10.03 20:34:26.445568 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
6676 2024.10.03 20:34:26.445620 [ 3 ] {ff755c4f-53a6-4bf4-a977-4dcd722cbed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6677 2024.10.03 20:34:26.445722 [ 3 ] {} <Debug> HTTP-Session: fdd613d5-18b8-4b2f-b224-3d8594c97a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6678 2024.10.03 20:34:26.446117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6679 2024.10.03 20:34:26.446290 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6680 2024.10.03 20:34:26.446307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6681 2024.10.03 20:34:26.446381 [ 3 ] {} <Debug> HTTP-Session: 80fbf9a9-3fe3-403c-81f6-666b9bc14520 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6682 2024.10.03 20:34:26.446397 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part
6683 2024.10.03 20:34:26.446419 [ 3 ] {} <Debug> HTTP-Session: 80fbf9a9-3fe3-403c-81f6-666b9bc14520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6684 2024.10.03 20:34:26.446440 [ 3 ] {} <Debug> HTTP-Session: 80fbf9a9-3fe3-403c-81f6-666b9bc14520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6685 2024.10.03 20:34:26.446527 [ 3 ] {} <Trace> HTTP-Session: 80fbf9a9-3fe3-403c-81f6-666b9bc14520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6686 2024.10.03 20:34:26.446537 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 419 rows starting from the beginning of the part
6687 2024.10.03 20:34:26.446783 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part
6688 2024.10.03 20:34:26.446879 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6689 2024.10.03 20:34:26.447053 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
6690 2024.10.03 20:34:26.447067 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6691 2024.10.03 20:34:26.447344 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 532 rows starting from the beginning of the part
6692 2024.10.03 20:34:26.447594 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part
6693 2024.10.03 20:34:26.448167 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6694 2024.10.03 20:34:26.448715 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6695 2024.10.03 20:34:26.448761 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6696 2024.10.03 20:34:26.449318 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6697 2024.10.03 20:34:26.449785 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00440214 sec., 548596.8188199376 rows/sec., 42.07 MiB/sec.
6698 2024.10.03 20:34:26.450026 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2024.10.03 20:34:26.450117 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6700 2024.10.03 20:34:26.450264 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6701 2024.10.03 20:34:26.450368 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6702 2024.10.03 20:34:26.450402 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Debug> executeQuery: Read 55 rows, 3.92 KiB in 0.003662 sec., 15019.115237575095 rows/sec., 1.05 MiB/sec.
6703 2024.10.03 20:34:26.450432 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6704 2024.10.03 20:34:26.451024 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
6705 2024.10.03 20:34:26.451059 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Debug> DynamicQueryHandler: Done processing query
6706 2024.10.03 20:34:26.451137 [ 3 ] {8b52a9e3-c878-4de5-a58f-2c264a9361bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6707 2024.10.03 20:34:26.451226 [ 3 ] {} <Debug> HTTP-Session: 80fbf9a9-3fe3-403c-81f6-666b9bc14520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6708 2024.10.03 20:34:26.451598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6709 2024.10.03 20:34:26.451829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6710 2024.10.03 20:34:26.451961 [ 3 ] {} <Debug> HTTP-Session: 2ae25089-9b39-486b-b20a-f08f9c6534e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6711 2024.10.03 20:34:26.452010 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6712 2024.10.03 20:34:26.452056 [ 3 ] {} <Debug> HTTP-Session: 2ae25089-9b39-486b-b20a-f08f9c6534e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6713 2024.10.03 20:34:26.452141 [ 3 ] {} <Debug> HTTP-Session: 2ae25089-9b39-486b-b20a-f08f9c6534e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6714 2024.10.03 20:34:26.452183 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8598 rows starting from the beginning of the part
6715 2024.10.03 20:34:26.452302 [ 3 ] {} <Trace> HTTP-Session: 2ae25089-9b39-486b-b20a-f08f9c6534e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6716 2024.10.03 20:34:26.452615 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 240 rows starting from the beginning of the part
6717 2024.10.03 20:34:26.452722 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6718 2024.10.03 20:34:26.452919 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6719 2024.10.03 20:34:26.453002 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
6720 2024.10.03 20:34:26.453466 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 238 rows starting from the beginning of the part
6721 2024.10.03 20:34:26.453767 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 954 rows starting from the beginning of the part
6722 2024.10.03 20:34:26.454147 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 55 rows starting from the beginning of the part
6723 2024.10.03 20:34:26.454334 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6724 2024.10.03 20:34:26.454925 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6725 2024.10.03 20:34:26.455352 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_31_6} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6726 2024.10.03 20:34:26.455673 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6727 2024.10.03 20:34:26.455737 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6728 2024.10.03 20:34:26.455755 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6729 2024.10.03 20:34:26.456326 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6730 2024.10.03 20:34:26.457300 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6731 2024.10.03 20:34:26.457569 [ 123 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6732 2024.10.03 20:34:26.457647 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.005099 sec., 3922.337713277113 rows/sec., 269.66 KiB/sec.
6733 2024.10.03 20:34:26.457660 [ 123 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6734 2024.10.03 20:34:26.457758 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
6735 2024.10.03 20:34:26.458379 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
6736 2024.10.03 20:34:26.458420 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Debug> DynamicQueryHandler: Done processing query
6737 2024.10.03 20:34:26.458509 [ 3 ] {fccad428-98fc-42b4-8e75-a4ae0becad4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6738 2024.10.03 20:34:26.458598 [ 3 ] {} <Debug> HTTP-Session: 2ae25089-9b39-486b-b20a-f08f9c6534e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6739 2024.10.03 20:34:26.458926 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6740 2024.10.03 20:34:26.458964 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1526 rows starting from the beginning of the part
6741 2024.10.03 20:34:26.459074 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
6742 2024.10.03 20:34:26.459411 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
6743 2024.10.03 20:34:26.459686 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
6744 2024.10.03 20:34:26.459867 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part
6745 2024.10.03 20:34:26.460038 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part
6746 2024.10.03 20:34:26.461027 [ 187 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10246 rows, containing 5 columns (5 merged, 0 gathered) in 0.01043012 sec., 982347.2788424295 rows/sec., 66.21 MiB/sec.
6747 2024.10.03 20:34:26.461332 [ 201 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6748 2024.10.03 20:34:26.462432 [ 201 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6749 2024.10.03 20:34:26.462592 [ 201 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6750 2024.10.03 20:34:26.462904 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB.
6751 2024.10.03 20:34:26.463047 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 4 columns (4 merged, 0 gathered) in 0.005105067 sec., 354549.70522424096 rows/sec., 23.07 MiB/sec.
6752 2024.10.03 20:34:26.463390 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6753 2024.10.03 20:34:26.463921 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6754 2024.10.03 20:34:26.464006 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_31_6} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6755 2024.10.03 20:34:26.464095 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6756 2024.10.03 20:34:31.444122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6757 2024.10.03 20:34:31.444333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6758 2024.10.03 20:34:31.444381 [ 3 ] {} <Debug> HTTP-Session: f6ae8ed3-c49d-402c-982d-252b47e0bc6b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6759 2024.10.03 20:34:31.444423 [ 3 ] {} <Debug> HTTP-Session: f6ae8ed3-c49d-402c-982d-252b47e0bc6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6760 2024.10.03 20:34:31.444452 [ 3 ] {} <Debug> HTTP-Session: f6ae8ed3-c49d-402c-982d-252b47e0bc6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6761 2024.10.03 20:34:31.444535 [ 3 ] {} <Trace> HTTP-Session: f6ae8ed3-c49d-402c-982d-252b47e0bc6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6762 2024.10.03 20:34:31.444949 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6763 2024.10.03 20:34:31.445016 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6764 2024.10.03 20:34:31.445347 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6765 2024.10.03 20:34:31.445986 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6766 2024.10.03 20:34:31.446030 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6767 2024.10.03 20:34:31.446471 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6768 2024.10.03 20:34:31.446875 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6769 2024.10.03 20:34:31.447056 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002292 sec., 109511.34380453751 rows/sec., 9.68 MiB/sec.
6770 2024.10.03 20:34:31.447272 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Debug> DynamicQueryHandler: Done processing query
6771 2024.10.03 20:34:31.447299 [ 3 ] {024c7f96-7443-4018-a07f-8d7def18c66e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
6772 2024.10.03 20:34:31.447317 [ 3 ] {} <Debug> HTTP-Session: f6ae8ed3-c49d-402c-982d-252b47e0bc6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6773 2024.10.03 20:34:31.447493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6774 2024.10.03 20:34:31.447545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6775 2024.10.03 20:34:31.447565 [ 3 ] {} <Debug> HTTP-Session: 8fdfddc1-52e5-4b11-b808-0f60645fae36 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6776 2024.10.03 20:34:31.447583 [ 3 ] {} <Debug> HTTP-Session: 8fdfddc1-52e5-4b11-b808-0f60645fae36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6777 2024.10.03 20:34:31.447597 [ 3 ] {} <Debug> HTTP-Session: 8fdfddc1-52e5-4b11-b808-0f60645fae36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6778 2024.10.03 20:34:31.447629 [ 3 ] {} <Trace> HTTP-Session: 8fdfddc1-52e5-4b11-b808-0f60645fae36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6779 2024.10.03 20:34:31.447737 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6780 2024.10.03 20:34:31.447780 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6781 2024.10.03 20:34:31.448009 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6782 2024.10.03 20:34:31.448357 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6783 2024.10.03 20:34:31.448394 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6784 2024.10.03 20:34:31.448747 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6785 2024.10.03 20:34:31.449119 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6786 2024.10.03 20:34:31.449251 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001546 sec., 20051.746442432082 rows/sec., 1.47 MiB/sec.
6787 2024.10.03 20:34:31.449525 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Debug> DynamicQueryHandler: Done processing query
6788 2024.10.03 20:34:31.449573 [ 3 ] {e9a44efe-c261-408e-a333-97eb29d017bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6789 2024.10.03 20:34:31.449605 [ 3 ] {} <Debug> HTTP-Session: 8fdfddc1-52e5-4b11-b808-0f60645fae36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6790 2024.10.03 20:34:31.449747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6791 2024.10.03 20:34:31.449797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6792 2024.10.03 20:34:31.449817 [ 3 ] {} <Debug> HTTP-Session: ad30edcf-4195-4aa6-8273-682579b122e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6793 2024.10.03 20:34:31.449836 [ 3 ] {} <Debug> HTTP-Session: ad30edcf-4195-4aa6-8273-682579b122e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6794 2024.10.03 20:34:31.449850 [ 3 ] {} <Debug> HTTP-Session: ad30edcf-4195-4aa6-8273-682579b122e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6795 2024.10.03 20:34:31.449882 [ 3 ] {} <Trace> HTTP-Session: ad30edcf-4195-4aa6-8273-682579b122e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6796 2024.10.03 20:34:31.449986 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6797 2024.10.03 20:34:31.450032 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6798 2024.10.03 20:34:31.450283 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6799 2024.10.03 20:34:31.450609 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6800 2024.10.03 20:34:31.450645 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6801 2024.10.03 20:34:31.450998 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6802 2024.10.03 20:34:31.451358 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6803 2024.10.03 20:34:31.451492 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001534 sec., 9126.466753585397 rows/sec., 639.16 KiB/sec.
6804 2024.10.03 20:34:31.451660 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Debug> DynamicQueryHandler: Done processing query
6805 2024.10.03 20:34:31.451685 [ 3 ] {05734ed2-a466-4799-b239-b56d5398186b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6806 2024.10.03 20:34:31.451701 [ 3 ] {} <Debug> HTTP-Session: ad30edcf-4195-4aa6-8273-682579b122e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6807 2024.10.03 20:34:31.451816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6808 2024.10.03 20:34:31.451864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6809 2024.10.03 20:34:31.451883 [ 3 ] {} <Debug> HTTP-Session: eaa4a0fd-5b86-42c0-83f8-a06ee829f39b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6810 2024.10.03 20:34:31.451900 [ 3 ] {} <Debug> HTTP-Session: eaa4a0fd-5b86-42c0-83f8-a06ee829f39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6811 2024.10.03 20:34:31.451914 [ 3 ] {} <Debug> HTTP-Session: eaa4a0fd-5b86-42c0-83f8-a06ee829f39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6812 2024.10.03 20:34:31.451947 [ 3 ] {} <Trace> HTTP-Session: eaa4a0fd-5b86-42c0-83f8-a06ee829f39b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6813 2024.10.03 20:34:31.452039 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6814 2024.10.03 20:34:31.452084 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6815 2024.10.03 20:34:31.452305 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6816 2024.10.03 20:34:31.452617 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6817 2024.10.03 20:34:31.452652 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6818 2024.10.03 20:34:31.452987 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6819 2024.10.03 20:34:31.453355 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6820 2024.10.03 20:34:31.453480 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 241.97 KiB/sec.
6821 2024.10.03 20:34:31.453646 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Debug> DynamicQueryHandler: Done processing query
6822 2024.10.03 20:34:31.453671 [ 3 ] {8017fbf3-d156-46d9-b373-45aab3e714b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6823 2024.10.03 20:34:31.453687 [ 3 ] {} <Debug> HTTP-Session: eaa4a0fd-5b86-42c0-83f8-a06ee829f39b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6824 2024.10.03 20:34:31.453849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6825 2024.10.03 20:34:31.453896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6826 2024.10.03 20:34:31.453915 [ 3 ] {} <Debug> HTTP-Session: f15a9872-71b5-40b4-8694-b73c5063651b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6827 2024.10.03 20:34:31.453932 [ 3 ] {} <Debug> HTTP-Session: f15a9872-71b5-40b4-8694-b73c5063651b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6828 2024.10.03 20:34:31.453946 [ 3 ] {} <Debug> HTTP-Session: f15a9872-71b5-40b4-8694-b73c5063651b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6829 2024.10.03 20:34:31.453978 [ 3 ] {} <Trace> HTTP-Session: f15a9872-71b5-40b4-8694-b73c5063651b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2024.10.03 20:34:31.454185 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6831 2024.10.03 20:34:31.454227 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6832 2024.10.03 20:34:31.454449 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6833 2024.10.03 20:34:31.455039 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6834 2024.10.03 20:34:31.455075 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6835 2024.10.03 20:34:31.455441 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6836 2024.10.03 20:34:31.455800 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6837 2024.10.03 20:34:31.455934 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001856 sec., 222521.55172413794 rows/sec., 15.87 MiB/sec.
6838 2024.10.03 20:34:31.456273 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Debug> DynamicQueryHandler: Done processing query
6839 2024.10.03 20:34:31.456312 [ 3 ] {868844d6-72fd-4e0b-aeaa-fa9fa5af038c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6840 2024.10.03 20:34:31.456330 [ 3 ] {} <Debug> HTTP-Session: f15a9872-71b5-40b4-8694-b73c5063651b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6841 2024.10.03 20:34:31.456467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6842 2024.10.03 20:34:31.456517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6843 2024.10.03 20:34:31.456537 [ 3 ] {} <Debug> HTTP-Session: e1489fa3-676f-4a05-8969-5c40a631e4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6844 2024.10.03 20:34:31.456554 [ 3 ] {} <Debug> HTTP-Session: e1489fa3-676f-4a05-8969-5c40a631e4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6845 2024.10.03 20:34:31.456567 [ 3 ] {} <Debug> HTTP-Session: e1489fa3-676f-4a05-8969-5c40a631e4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6846 2024.10.03 20:34:31.456599 [ 3 ] {} <Trace> HTTP-Session: e1489fa3-676f-4a05-8969-5c40a631e4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6847 2024.10.03 20:34:31.456696 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6848 2024.10.03 20:34:31.456742 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6849 2024.10.03 20:34:31.456891 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6850 2024.10.03 20:34:31.457164 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6851 2024.10.03 20:34:31.457199 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6852 2024.10.03 20:34:31.457556 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6853 2024.10.03 20:34:31.457880 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6854 2024.10.03 20:34:31.458003 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec.
6855 2024.10.03 20:34:31.458167 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Debug> DynamicQueryHandler: Done processing query
6856 2024.10.03 20:34:31.458192 [ 3 ] {31077cf3-d431-43b5-9faa-62c90d96c80a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6857 2024.10.03 20:34:31.458208 [ 3 ] {} <Debug> HTTP-Session: e1489fa3-676f-4a05-8969-5c40a631e4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6858 2024.10.03 20:34:31.458358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6859 2024.10.03 20:34:31.458407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6860 2024.10.03 20:34:31.458426 [ 3 ] {} <Debug> HTTP-Session: cb1bd5f5-b582-4b2c-9146-3d8d86f6e227 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6861 2024.10.03 20:34:31.458444 [ 3 ] {} <Debug> HTTP-Session: cb1bd5f5-b582-4b2c-9146-3d8d86f6e227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6862 2024.10.03 20:34:31.458458 [ 3 ] {} <Debug> HTTP-Session: cb1bd5f5-b582-4b2c-9146-3d8d86f6e227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6863 2024.10.03 20:34:31.458488 [ 3 ] {} <Trace> HTTP-Session: cb1bd5f5-b582-4b2c-9146-3d8d86f6e227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6864 2024.10.03 20:34:31.458671 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6865 2024.10.03 20:34:31.458717 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6866 2024.10.03 20:34:31.458858 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6867 2024.10.03 20:34:31.459295 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6868 2024.10.03 20:34:31.459329 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6869 2024.10.03 20:34:31.459709 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6870 2024.10.03 20:34:31.460064 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6871 2024.10.03 20:34:31.460191 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001627 sec., 145666.87154271666 rows/sec., 9.76 MiB/sec.
6872 2024.10.03 20:34:31.460358 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Debug> DynamicQueryHandler: Done processing query
6873 2024.10.03 20:34:31.460383 [ 3 ] {6e235471-c050-445a-bfb0-5131af14573b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6874 2024.10.03 20:34:31.460398 [ 3 ] {} <Debug> HTTP-Session: cb1bd5f5-b582-4b2c-9146-3d8d86f6e227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6875 2024.10.03 20:34:31.460523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6876 2024.10.03 20:34:31.460570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6877 2024.10.03 20:34:31.460589 [ 3 ] {} <Debug> HTTP-Session: 26fa91b1-55dc-4753-b0a0-b8d0767b3409 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6878 2024.10.03 20:34:31.460606 [ 3 ] {} <Debug> HTTP-Session: 26fa91b1-55dc-4753-b0a0-b8d0767b3409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6879 2024.10.03 20:34:31.460619 [ 3 ] {} <Debug> HTTP-Session: 26fa91b1-55dc-4753-b0a0-b8d0767b3409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6880 2024.10.03 20:34:31.460651 [ 3 ] {} <Trace> HTTP-Session: 26fa91b1-55dc-4753-b0a0-b8d0767b3409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6881 2024.10.03 20:34:31.460743 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6882 2024.10.03 20:34:31.460787 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6883 2024.10.03 20:34:31.460914 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6884 2024.10.03 20:34:31.461177 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6885 2024.10.03 20:34:31.461212 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6886 2024.10.03 20:34:31.461557 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6887 2024.10.03 20:34:31.461880 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6888 2024.10.03 20:34:31.462010 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec.
6889 2024.10.03 20:34:31.462160 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Debug> DynamicQueryHandler: Done processing query
6890 2024.10.03 20:34:31.462185 [ 3 ] {76fccc1a-8a79-461d-b5dc-ea637857e651} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6891 2024.10.03 20:34:31.462201 [ 3 ] {} <Debug> HTTP-Session: 26fa91b1-55dc-4753-b0a0-b8d0767b3409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6892 2024.10.03 20:34:31.462345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6893 2024.10.03 20:34:31.462392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6894 2024.10.03 20:34:31.462411 [ 3 ] {} <Debug> HTTP-Session: 74fd0b9d-24e7-49a7-9aa8-78317e8c43d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6895 2024.10.03 20:34:31.462428 [ 3 ] {} <Debug> HTTP-Session: 74fd0b9d-24e7-49a7-9aa8-78317e8c43d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6896 2024.10.03 20:34:31.462443 [ 3 ] {} <Debug> HTTP-Session: 74fd0b9d-24e7-49a7-9aa8-78317e8c43d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6897 2024.10.03 20:34:31.462474 [ 3 ] {} <Trace> HTTP-Session: 74fd0b9d-24e7-49a7-9aa8-78317e8c43d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6898 2024.10.03 20:34:31.462765 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6899 2024.10.03 20:34:31.462829 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6900 2024.10.03 20:34:31.463249 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6901 2024.10.03 20:34:31.463911 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6902 2024.10.03 20:34:31.463946 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6903 2024.10.03 20:34:31.464645 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6904 2024.10.03 20:34:31.465068 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6905 2024.10.03 20:34:31.465217 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002661 sec., 11649.755730928222 rows/sec., 20.88 MiB/sec.
6906 2024.10.03 20:34:31.465446 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Debug> DynamicQueryHandler: Done processing query
6907 2024.10.03 20:34:31.465472 [ 3 ] {f91dea05-74bc-4e31-a0f9-7bf36f323c90} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
6908 2024.10.03 20:34:31.465489 [ 3 ] {} <Debug> HTTP-Session: 74fd0b9d-24e7-49a7-9aa8-78317e8c43d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6909 2024.10.03 20:34:31.466442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6910 2024.10.03 20:34:31.466489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6911 2024.10.03 20:34:31.466509 [ 3 ] {} <Debug> HTTP-Session: 843126fb-113b-4fb7-9da5-42fb380d3ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6912 2024.10.03 20:34:31.466525 [ 3 ] {} <Debug> HTTP-Session: 843126fb-113b-4fb7-9da5-42fb380d3ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6913 2024.10.03 20:34:31.466539 [ 3 ] {} <Debug> HTTP-Session: 843126fb-113b-4fb7-9da5-42fb380d3ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6914 2024.10.03 20:34:31.466570 [ 3 ] {} <Trace> HTTP-Session: 843126fb-113b-4fb7-9da5-42fb380d3ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6915 2024.10.03 20:34:31.466703 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6916 2024.10.03 20:34:31.466747 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6917 2024.10.03 20:34:31.466876 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6918 2024.10.03 20:34:31.467178 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2024.10.03 20:34:31.467214 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6920 2024.10.03 20:34:31.467579 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6921 2024.10.03 20:34:31.467908 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2024.10.03 20:34:31.468045 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
6923 2024.10.03 20:34:31.468320 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Debug> DynamicQueryHandler: Done processing query
6924 2024.10.03 20:34:31.468368 [ 3 ] {9ed72498-5eb3-4db4-8507-80acf589a94e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6925 2024.10.03 20:34:31.468392 [ 3 ] {} <Debug> HTTP-Session: 843126fb-113b-4fb7-9da5-42fb380d3ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6926 2024.10.03 20:34:35.710279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 686
6927 2024.10.03 20:34:35.713108 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2024.10.03 20:34:35.713160 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6929 2024.10.03 20:34:35.714690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6930 2024.10.03 20:34:35.715686 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6931 2024.10.03 20:34:35.716203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686
6932 2024.10.03 20:34:36.439143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6933 2024.10.03 20:34:36.439274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6934 2024.10.03 20:34:36.439302 [ 3 ] {} <Debug> HTTP-Session: 9a1e7425-3670-4594-b900-eb4fdfe4ca55 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6935 2024.10.03 20:34:36.439326 [ 3 ] {} <Debug> HTTP-Session: 9a1e7425-3670-4594-b900-eb4fdfe4ca55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6936 2024.10.03 20:34:36.439341 [ 3 ] {} <Debug> HTTP-Session: 9a1e7425-3670-4594-b900-eb4fdfe4ca55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6937 2024.10.03 20:34:36.439412 [ 3 ] {} <Trace> HTTP-Session: 9a1e7425-3670-4594-b900-eb4fdfe4ca55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6938 2024.10.03 20:34:36.439623 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6939 2024.10.03 20:34:36.439690 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6940 2024.10.03 20:34:36.440026 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6941 2024.10.03 20:34:36.440499 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6942 2024.10.03 20:34:36.440544 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6943 2024.10.03 20:34:36.440987 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6944 2024.10.03 20:34:36.441384 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6945 2024.10.03 20:34:36.441529 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001991 sec., 36162.73229532898 rows/sec., 2.94 MiB/sec.
6946 2024.10.03 20:34:36.441754 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Debug> DynamicQueryHandler: Done processing query
6947 2024.10.03 20:34:36.441782 [ 3 ] {75748bfe-6ff6-445a-90be-94974c0ca576} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6948 2024.10.03 20:34:36.441799 [ 3 ] {} <Debug> HTTP-Session: 9a1e7425-3670-4594-b900-eb4fdfe4ca55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6949 2024.10.03 20:34:36.441962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6950 2024.10.03 20:34:36.442018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6951 2024.10.03 20:34:36.442038 [ 3 ] {} <Debug> HTTP-Session: ea0fab42-1b26-4936-8218-6d710ae448f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6952 2024.10.03 20:34:36.442056 [ 3 ] {} <Debug> HTTP-Session: ea0fab42-1b26-4936-8218-6d710ae448f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6953 2024.10.03 20:34:36.442071 [ 3 ] {} <Debug> HTTP-Session: ea0fab42-1b26-4936-8218-6d710ae448f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6954 2024.10.03 20:34:36.442105 [ 3 ] {} <Trace> HTTP-Session: ea0fab42-1b26-4936-8218-6d710ae448f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6955 2024.10.03 20:34:36.442213 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6956 2024.10.03 20:34:36.442260 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6957 2024.10.03 20:34:36.442494 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6958 2024.10.03 20:34:36.442825 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2024.10.03 20:34:36.442862 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6960 2024.10.03 20:34:36.443224 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6961 2024.10.03 20:34:36.443586 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2024.10.03 20:34:36.443709 [ 112 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6963 2024.10.03 20:34:36.443714 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00153 sec., 5228.758169934641 rows/sec., 393.18 KiB/sec.
6964 2024.10.03 20:34:36.443751 [ 112 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6965 2024.10.03 20:34:36.443789 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6966 2024.10.03 20:34:36.443967 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Debug> DynamicQueryHandler: Done processing query
6967 2024.10.03 20:34:36.443988 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
6968 2024.10.03 20:34:36.444003 [ 3 ] {da3d5a32-948e-488f-8f0b-4802d1baf5c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6969 2024.10.03 20:34:36.444077 [ 3 ] {} <Debug> HTTP-Session: ea0fab42-1b26-4936-8218-6d710ae448f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6970 2024.10.03 20:34:36.444270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6971 2024.10.03 20:34:36.444271 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6972 2024.10.03 20:34:36.444361 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part
6973 2024.10.03 20:34:36.444360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6974 2024.10.03 20:34:36.444413 [ 3 ] {} <Debug> HTTP-Session: 9cc7db25-a94e-4551-87c1-cd1e8447b174 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
6975 2024.10.03 20:34:36.444466 [ 3 ] {} <Debug> HTTP-Session: 9cc7db25-a94e-4551-87c1-cd1e8447b174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6976 2024.10.03 20:34:36.444516 [ 3 ] {} <Debug> HTTP-Session: 9cc7db25-a94e-4551-87c1-cd1e8447b174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6977 2024.10.03 20:34:36.444586 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part
6978 2024.10.03 20:34:36.444654 [ 3 ] {} <Trace> HTTP-Session: 9cc7db25-a94e-4551-87c1-cd1e8447b174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6979 2024.10.03 20:34:36.444921 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
6980 2024.10.03 20:34:36.445265 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6981 2024.10.03 20:34:36.445292 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
6982 2024.10.03 20:34:36.445456 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6983 2024.10.03 20:34:36.445577 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part
6984 2024.10.03 20:34:36.445990 [ 187 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
6985 2024.10.03 20:34:36.446971 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6986 2024.10.03 20:34:36.447915 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6987 2024.10.03 20:34:36.447983 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6988 2024.10.03 20:34:36.449024 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 5 columns (5 merged, 0 gathered) in 0.005138158 sec., 27830.985345331923 rows/sec., 2.12 MiB/sec.
6989 2024.10.03 20:34:36.449040 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6990 2024.10.03 20:34:36.449334 [ 201 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6991 2024.10.03 20:34:36.449770 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6992 2024.10.03 20:34:36.450286 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005298 sec., 13590.033975084938 rows/sec., 1.06 MiB/sec.
6993 2024.10.03 20:34:36.450593 [ 201 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6994 2024.10.03 20:34:36.450673 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Debug> DynamicQueryHandler: Done processing query
6995 2024.10.03 20:34:36.450722 [ 3 ] {8e336886-17b4-4bf5-b5fc-911a38592ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6996 2024.10.03 20:34:36.450760 [ 3 ] {} <Debug> HTTP-Session: 9cc7db25-a94e-4551-87c1-cd1e8447b174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6997 2024.10.03 20:34:36.450775 [ 201 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_26_5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6998 2024.10.03 20:34:36.450917 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6999 2024.10.03 20:34:36.450978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7000 2024.10.03 20:34:36.451035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7001 2024.10.03 20:34:36.451054 [ 3 ] {} <Debug> HTTP-Session: 105f131e-6761-4a58-a9c7-781f5988d8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7002 2024.10.03 20:34:36.451072 [ 3 ] {} <Debug> HTTP-Session: 105f131e-6761-4a58-a9c7-781f5988d8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7003 2024.10.03 20:34:36.451086 [ 3 ] {} <Debug> HTTP-Session: 105f131e-6761-4a58-a9c7-781f5988d8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7004 2024.10.03 20:34:36.451121 [ 3 ] {} <Trace> HTTP-Session: 105f131e-6761-4a58-a9c7-781f5988d8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7005 2024.10.03 20:34:36.451286 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7006 2024.10.03 20:34:36.451337 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7007 2024.10.03 20:34:36.451512 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7008 2024.10.03 20:34:36.451908 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7009 2024.10.03 20:34:36.451944 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7010 2024.10.03 20:34:36.452340 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7011 2024.10.03 20:34:36.452697 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7012 2024.10.03 20:34:36.452825 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
7013 2024.10.03 20:34:36.453137 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Debug> DynamicQueryHandler: Done processing query
7014 2024.10.03 20:34:36.453167 [ 3 ] {de638a66-3892-46b7-b4ef-e0824ee348a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7015 2024.10.03 20:34:36.453184 [ 3 ] {} <Debug> HTTP-Session: 105f131e-6761-4a58-a9c7-781f5988d8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7016 2024.10.03 20:34:36.453321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7017 2024.10.03 20:34:36.453368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7018 2024.10.03 20:34:36.453387 [ 3 ] {} <Debug> HTTP-Session: 7e55d920-192b-4613-afab-eb58dcdaf146 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7019 2024.10.03 20:34:36.453403 [ 3 ] {} <Debug> HTTP-Session: 7e55d920-192b-4613-afab-eb58dcdaf146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7020 2024.10.03 20:34:36.453417 [ 3 ] {} <Debug> HTTP-Session: 7e55d920-192b-4613-afab-eb58dcdaf146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7021 2024.10.03 20:34:36.453450 [ 3 ] {} <Trace> HTTP-Session: 7e55d920-192b-4613-afab-eb58dcdaf146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7022 2024.10.03 20:34:36.453607 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7023 2024.10.03 20:34:36.453681 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7024 2024.10.03 20:34:36.454139 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7025 2024.10.03 20:34:36.454726 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7026 2024.10.03 20:34:36.454761 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7027 2024.10.03 20:34:36.455376 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7028 2024.10.03 20:34:36.455796 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7029 2024.10.03 20:34:36.455950 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00242 sec., 3305.785123966942 rows/sec., 5.92 MiB/sec.
7030 2024.10.03 20:34:36.456486 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Debug> DynamicQueryHandler: Done processing query
7031 2024.10.03 20:34:36.456512 [ 3 ] {1d2d389b-3897-4a46-89c9-8443fbee692c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7032 2024.10.03 20:34:36.456528 [ 3 ] {} <Debug> HTTP-Session: 7e55d920-192b-4613-afab-eb58dcdaf146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7033 2024.10.03 20:34:36.456665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7034 2024.10.03 20:34:36.456713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7035 2024.10.03 20:34:36.456733 [ 3 ] {} <Debug> HTTP-Session: b8e9e424-fa43-4450-9aa8-330c79fe6b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7036 2024.10.03 20:34:36.456749 [ 3 ] {} <Debug> HTTP-Session: b8e9e424-fa43-4450-9aa8-330c79fe6b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7037 2024.10.03 20:34:36.456764 [ 3 ] {} <Debug> HTTP-Session: b8e9e424-fa43-4450-9aa8-330c79fe6b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7038 2024.10.03 20:34:36.456796 [ 3 ] {} <Trace> HTTP-Session: b8e9e424-fa43-4450-9aa8-330c79fe6b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7039 2024.10.03 20:34:36.456912 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7040 2024.10.03 20:34:36.456957 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7041 2024.10.03 20:34:36.457110 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7042 2024.10.03 20:34:36.457413 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7043 2024.10.03 20:34:36.457447 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7044 2024.10.03 20:34:36.457808 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7045 2024.10.03 20:34:36.458131 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7046 2024.10.03 20:34:36.458256 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec.
7047 2024.10.03 20:34:36.458410 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Debug> DynamicQueryHandler: Done processing query
7048 2024.10.03 20:34:36.458435 [ 3 ] {28dbe122-670b-4dbe-991a-06e1a3489ae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7049 2024.10.03 20:34:36.458450 [ 3 ] {} <Debug> HTTP-Session: b8e9e424-fa43-4450-9aa8-330c79fe6b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7050 2024.10.03 20:34:40.544330 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
7051 2024.10.03 20:34:40.544399 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
7052 2024.10.03 20:34:41.445164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7053 2024.10.03 20:34:41.445285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7054 2024.10.03 20:34:41.445311 [ 3 ] {} <Debug> HTTP-Session: e3ad4be5-dee0-42b8-9205-c59964404c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7055 2024.10.03 20:34:41.445337 [ 3 ] {} <Debug> HTTP-Session: e3ad4be5-dee0-42b8-9205-c59964404c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7056 2024.10.03 20:34:41.445351 [ 3 ] {} <Debug> HTTP-Session: e3ad4be5-dee0-42b8-9205-c59964404c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7057 2024.10.03 20:34:41.445400 [ 3 ] {} <Trace> HTTP-Session: e3ad4be5-dee0-42b8-9205-c59964404c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7058 2024.10.03 20:34:41.445585 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7059 2024.10.03 20:34:41.445654 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7060 2024.10.03 20:34:41.445998 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7061 2024.10.03 20:34:41.446428 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7062 2024.10.03 20:34:41.446472 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7063 2024.10.03 20:34:41.446886 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7064 2024.10.03 20:34:41.447292 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7065 2024.10.03 20:34:41.447483 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001939 sec., 1031.4595152140278 rows/sec., 84.11 KiB/sec.
7066 2024.10.03 20:34:41.447705 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Debug> DynamicQueryHandler: Done processing query
7067 2024.10.03 20:34:41.447730 [ 3 ] {dcd8769f-3bb6-4df9-bbf6-f48311e31943} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7068 2024.10.03 20:34:41.447747 [ 3 ] {} <Debug> HTTP-Session: e3ad4be5-dee0-42b8-9205-c59964404c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7069 2024.10.03 20:34:41.447961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7070 2024.10.03 20:34:41.448012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7071 2024.10.03 20:34:41.448031 [ 3 ] {} <Debug> HTTP-Session: af5369c3-507c-4d00-a598-a95a30158f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7072 2024.10.03 20:34:41.448047 [ 3 ] {} <Debug> HTTP-Session: af5369c3-507c-4d00-a598-a95a30158f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7073 2024.10.03 20:34:41.448061 [ 3 ] {} <Debug> HTTP-Session: af5369c3-507c-4d00-a598-a95a30158f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7074 2024.10.03 20:34:41.448093 [ 3 ] {} <Trace> HTTP-Session: af5369c3-507c-4d00-a598-a95a30158f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7075 2024.10.03 20:34:41.448273 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7076 2024.10.03 20:34:41.448321 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7077 2024.10.03 20:34:41.448561 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7078 2024.10.03 20:34:41.449067 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7079 2024.10.03 20:34:41.449106 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7080 2024.10.03 20:34:41.449582 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7081 2024.10.03 20:34:41.450038 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7082 2024.10.03 20:34:41.450235 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Debug> executeQuery: Read 252 rows, 22.79 KiB in 0.002054 sec., 122687.43914313536 rows/sec., 10.83 MiB/sec.
7083 2024.10.03 20:34:41.450445 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Debug> DynamicQueryHandler: Done processing query
7084 2024.10.03 20:34:41.450471 [ 3 ] {dc8f1f2d-b94e-4dd6-9311-f07a9c0506ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
7085 2024.10.03 20:34:41.450487 [ 3 ] {} <Debug> HTTP-Session: af5369c3-507c-4d00-a598-a95a30158f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7086 2024.10.03 20:34:41.450620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7087 2024.10.03 20:34:41.450672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7088 2024.10.03 20:34:41.450692 [ 3 ] {} <Debug> HTTP-Session: 46be8cbb-425d-418f-a272-28007da8f73d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7089 2024.10.03 20:34:41.450708 [ 3 ] {} <Debug> HTTP-Session: 46be8cbb-425d-418f-a272-28007da8f73d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7090 2024.10.03 20:34:41.450722 [ 3 ] {} <Debug> HTTP-Session: 46be8cbb-425d-418f-a272-28007da8f73d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7091 2024.10.03 20:34:41.450755 [ 3 ] {} <Trace> HTTP-Session: 46be8cbb-425d-418f-a272-28007da8f73d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7092 2024.10.03 20:34:41.450863 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7093 2024.10.03 20:34:41.450910 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7094 2024.10.03 20:34:41.451150 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7095 2024.10.03 20:34:41.451488 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7096 2024.10.03 20:34:41.451525 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7097 2024.10.03 20:34:41.451879 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7098 2024.10.03 20:34:41.452245 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7099 2024.10.03 20:34:41.452410 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001575 sec., 20952.38095238095 rows/sec., 1.53 MiB/sec.
7100 2024.10.03 20:34:41.452595 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Debug> DynamicQueryHandler: Done processing query
7101 2024.10.03 20:34:41.452621 [ 3 ] {1ce663f3-3fdf-4f15-bca0-ac74ea0101d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7102 2024.10.03 20:34:41.452636 [ 3 ] {} <Debug> HTTP-Session: 46be8cbb-425d-418f-a272-28007da8f73d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7103 2024.10.03 20:34:41.452755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7104 2024.10.03 20:34:41.452805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7105 2024.10.03 20:34:41.452825 [ 3 ] {} <Debug> HTTP-Session: 05196ff1-fa0b-40a4-9321-999f7ceb38d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7106 2024.10.03 20:34:41.452842 [ 3 ] {} <Debug> HTTP-Session: 05196ff1-fa0b-40a4-9321-999f7ceb38d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7107 2024.10.03 20:34:41.452857 [ 3 ] {} <Debug> HTTP-Session: 05196ff1-fa0b-40a4-9321-999f7ceb38d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7108 2024.10.03 20:34:41.452889 [ 3 ] {} <Trace> HTTP-Session: 05196ff1-fa0b-40a4-9321-999f7ceb38d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7109 2024.10.03 20:34:41.452990 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7110 2024.10.03 20:34:41.453037 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7111 2024.10.03 20:34:41.453270 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7112 2024.10.03 20:34:41.453581 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7113 2024.10.03 20:34:41.453619 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7114 2024.10.03 20:34:41.453984 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7115 2024.10.03 20:34:41.454360 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7116 2024.10.03 20:34:41.454515 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec.
7117 2024.10.03 20:34:41.454692 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Debug> DynamicQueryHandler: Done processing query
7118 2024.10.03 20:34:41.454718 [ 3 ] {08255c10-c155-4170-826c-5dff6713a635} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7119 2024.10.03 20:34:41.454734 [ 3 ] {} <Debug> HTTP-Session: 05196ff1-fa0b-40a4-9321-999f7ceb38d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7120 2024.10.03 20:34:41.454850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7121 2024.10.03 20:34:41.454902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7122 2024.10.03 20:34:41.454922 [ 3 ] {} <Debug> HTTP-Session: 14c4d022-954b-42d0-a749-beff8cf39d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7123 2024.10.03 20:34:41.454938 [ 3 ] {} <Debug> HTTP-Session: 14c4d022-954b-42d0-a749-beff8cf39d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7124 2024.10.03 20:34:41.454952 [ 3 ] {} <Debug> HTTP-Session: 14c4d022-954b-42d0-a749-beff8cf39d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7125 2024.10.03 20:34:41.454983 [ 3 ] {} <Trace> HTTP-Session: 14c4d022-954b-42d0-a749-beff8cf39d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7126 2024.10.03 20:34:41.455079 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7127 2024.10.03 20:34:41.455123 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7128 2024.10.03 20:34:41.455355 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7129 2024.10.03 20:34:41.455657 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7130 2024.10.03 20:34:41.455693 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7131 2024.10.03 20:34:41.456046 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7132 2024.10.03 20:34:41.456398 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2024.10.03 20:34:41.456553 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec.
7134 2024.10.03 20:34:41.456854 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Debug> DynamicQueryHandler: Done processing query
7135 2024.10.03 20:34:41.456879 [ 3 ] {9828f8e1-41d7-41c4-ad73-218195e61cc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7136 2024.10.03 20:34:41.456896 [ 3 ] {} <Debug> HTTP-Session: 14c4d022-954b-42d0-a749-beff8cf39d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7137 2024.10.03 20:34:41.457071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7138 2024.10.03 20:34:41.457122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7139 2024.10.03 20:34:41.457143 [ 3 ] {} <Debug> HTTP-Session: 2f114780-6f7b-4c8a-95c5-3f4ad8fa6533 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7140 2024.10.03 20:34:41.457160 [ 3 ] {} <Debug> HTTP-Session: 2f114780-6f7b-4c8a-95c5-3f4ad8fa6533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7141 2024.10.03 20:34:41.457175 [ 3 ] {} <Debug> HTTP-Session: 2f114780-6f7b-4c8a-95c5-3f4ad8fa6533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7142 2024.10.03 20:34:41.457206 [ 3 ] {} <Trace> HTTP-Session: 2f114780-6f7b-4c8a-95c5-3f4ad8fa6533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7143 2024.10.03 20:34:41.457425 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7144 2024.10.03 20:34:41.457471 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7145 2024.10.03 20:34:41.457720 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7146 2024.10.03 20:34:41.458296 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7147 2024.10.03 20:34:41.458335 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7148 2024.10.03 20:34:41.458709 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7149 2024.10.03 20:34:41.459067 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7150 2024.10.03 20:34:41.459229 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001916 sec., 216597.07724425886 rows/sec., 15.46 MiB/sec.
7151 2024.10.03 20:34:41.459582 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Debug> DynamicQueryHandler: Done processing query
7152 2024.10.03 20:34:41.459615 [ 3 ] {7d865584-0222-48f5-beaf-3da4e7303b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7153 2024.10.03 20:34:41.459632 [ 3 ] {} <Debug> HTTP-Session: 2f114780-6f7b-4c8a-95c5-3f4ad8fa6533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7154 2024.10.03 20:34:41.459771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7155 2024.10.03 20:34:41.459821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7156 2024.10.03 20:34:41.459840 [ 3 ] {} <Debug> HTTP-Session: bb86fb61-e06d-4849-81c7-832710ac9ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7157 2024.10.03 20:34:41.459857 [ 3 ] {} <Debug> HTTP-Session: bb86fb61-e06d-4849-81c7-832710ac9ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7158 2024.10.03 20:34:41.459870 [ 3 ] {} <Debug> HTTP-Session: bb86fb61-e06d-4849-81c7-832710ac9ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7159 2024.10.03 20:34:41.459902 [ 3 ] {} <Trace> HTTP-Session: bb86fb61-e06d-4849-81c7-832710ac9ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7160 2024.10.03 20:34:41.460001 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7161 2024.10.03 20:34:41.460049 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7162 2024.10.03 20:34:41.460200 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7163 2024.10.03 20:34:41.460533 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7164 2024.10.03 20:34:41.460580 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7165 2024.10.03 20:34:41.460939 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7166 2024.10.03 20:34:41.461271 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7167 2024.10.03 20:34:41.461424 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec.
7168 2024.10.03 20:34:41.461606 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Debug> DynamicQueryHandler: Done processing query
7169 2024.10.03 20:34:41.461630 [ 3 ] {fe530f73-0da5-4d5d-85af-93de6497aec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7170 2024.10.03 20:34:41.461647 [ 3 ] {} <Debug> HTTP-Session: bb86fb61-e06d-4849-81c7-832710ac9ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7171 2024.10.03 20:34:41.461804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7172 2024.10.03 20:34:41.461851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7173 2024.10.03 20:34:41.461871 [ 3 ] {} <Debug> HTTP-Session: 31f8ff48-3ded-4874-b297-502c25833cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7174 2024.10.03 20:34:41.461888 [ 3 ] {} <Debug> HTTP-Session: 31f8ff48-3ded-4874-b297-502c25833cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7175 2024.10.03 20:34:41.461901 [ 3 ] {} <Debug> HTTP-Session: 31f8ff48-3ded-4874-b297-502c25833cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7176 2024.10.03 20:34:41.461933 [ 3 ] {} <Trace> HTTP-Session: 31f8ff48-3ded-4874-b297-502c25833cc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7177 2024.10.03 20:34:41.462150 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7178 2024.10.03 20:34:41.462197 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7179 2024.10.03 20:34:41.462343 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7180 2024.10.03 20:34:41.462818 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7181 2024.10.03 20:34:41.462855 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7182 2024.10.03 20:34:41.463242 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7183 2024.10.03 20:34:41.463581 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7184 2024.10.03 20:34:41.463731 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001709 sec., 139262.72674078407 rows/sec., 9.34 MiB/sec.
7185 2024.10.03 20:34:41.463907 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Debug> DynamicQueryHandler: Done processing query
7186 2024.10.03 20:34:41.463932 [ 3 ] {25948849-415c-41ea-9a12-3ec4fb58a299} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7187 2024.10.03 20:34:41.463947 [ 3 ] {} <Debug> HTTP-Session: 31f8ff48-3ded-4874-b297-502c25833cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7188 2024.10.03 20:34:41.464069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7189 2024.10.03 20:34:41.464117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7190 2024.10.03 20:34:41.464137 [ 3 ] {} <Debug> HTTP-Session: 57166c10-55d1-4fc5-855f-39bf55a6a555 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7191 2024.10.03 20:34:41.464158 [ 3 ] {} <Debug> HTTP-Session: 57166c10-55d1-4fc5-855f-39bf55a6a555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7192 2024.10.03 20:34:41.464172 [ 3 ] {} <Debug> HTTP-Session: 57166c10-55d1-4fc5-855f-39bf55a6a555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7193 2024.10.03 20:34:41.464203 [ 3 ] {} <Trace> HTTP-Session: 57166c10-55d1-4fc5-855f-39bf55a6a555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7194 2024.10.03 20:34:41.464294 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7195 2024.10.03 20:34:41.464338 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7196 2024.10.03 20:34:41.464466 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7197 2024.10.03 20:34:41.464755 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7198 2024.10.03 20:34:41.464792 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7199 2024.10.03 20:34:41.465136 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7200 2024.10.03 20:34:41.465462 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7201 2024.10.03 20:34:41.465617 [ 107 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
7202 2024.10.03 20:34:41.465620 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec.
7203 2024.10.03 20:34:41.465694 [ 107 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2024.10.03 20:34:41.465757 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7205 2024.10.03 20:34:41.466015 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Debug> DynamicQueryHandler: Done processing query
7206 2024.10.03 20:34:41.466095 [ 3 ] {6226362c-7bd3-426a-9d49-a8a88c32be0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7207 2024.10.03 20:34:41.466135 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7208 2024.10.03 20:34:41.466160 [ 3 ] {} <Debug> HTTP-Session: 57166c10-55d1-4fc5-855f-39bf55a6a555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7209 2024.10.03 20:34:41.466446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7210 2024.10.03 20:34:41.466495 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7211 2024.10.03 20:34:41.466539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7212 2024.10.03 20:34:41.466557 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part
7213 2024.10.03 20:34:41.466582 [ 3 ] {} <Debug> HTTP-Session: b2a86554-2d9b-4e03-9107-1083ad3c191e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7214 2024.10.03 20:34:41.466622 [ 3 ] {} <Debug> HTTP-Session: b2a86554-2d9b-4e03-9107-1083ad3c191e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7215 2024.10.03 20:34:41.466661 [ 3 ] {} <Debug> HTTP-Session: b2a86554-2d9b-4e03-9107-1083ad3c191e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7216 2024.10.03 20:34:41.466774 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7217 2024.10.03 20:34:41.466784 [ 3 ] {} <Trace> HTTP-Session: b2a86554-2d9b-4e03-9107-1083ad3c191e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7218 2024.10.03 20:34:41.467083 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7219 2024.10.03 20:34:41.467299 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7220 2024.10.03 20:34:41.467413 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7221 2024.10.03 20:34:41.467586 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7222 2024.10.03 20:34:41.467744 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7223 2024.10.03 20:34:41.467990 [ 191 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
7224 2024.10.03 20:34:41.469800 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7225 2024.10.03 20:34:41.471634 [ 197 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005770604 sec., 2772.6733631349507 rows/sec., 186.15 KiB/sec.
7226 2024.10.03 20:34:41.471676 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2024.10.03 20:34:41.471742 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7228 2024.10.03 20:34:41.471876 [ 197 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
7229 2024.10.03 20:34:41.473242 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7230 2024.10.03 20:34:41.473249 [ 197 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7231 2024.10.03 20:34:41.473435 [ 197 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_15_3} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
7232 2024.10.03 20:34:41.473664 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7233 2024.10.03 20:34:41.474010 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7234 2024.10.03 20:34:41.474245 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007175 sec., 4320.557491289199 rows/sec., 7.74 MiB/sec.
7235 2024.10.03 20:34:41.474961 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Debug> DynamicQueryHandler: Done processing query
7236 2024.10.03 20:34:41.474994 [ 3 ] {35089a3a-6a32-465b-9367-e8b531fb830f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
7237 2024.10.03 20:34:41.475011 [ 3 ] {} <Debug> HTTP-Session: b2a86554-2d9b-4e03-9107-1083ad3c191e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7238 2024.10.03 20:34:41.475191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7239 2024.10.03 20:34:41.475254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7240 2024.10.03 20:34:41.475279 [ 3 ] {} <Debug> HTTP-Session: 894a203b-3238-435b-9d6c-a1892cf43eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7241 2024.10.03 20:34:41.475301 [ 3 ] {} <Debug> HTTP-Session: 894a203b-3238-435b-9d6c-a1892cf43eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7242 2024.10.03 20:34:41.475320 [ 3 ] {} <Debug> HTTP-Session: 894a203b-3238-435b-9d6c-a1892cf43eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7243 2024.10.03 20:34:41.475361 [ 3 ] {} <Trace> HTTP-Session: 894a203b-3238-435b-9d6c-a1892cf43eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7244 2024.10.03 20:34:41.475533 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7245 2024.10.03 20:34:41.475589 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7246 2024.10.03 20:34:41.475788 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7247 2024.10.03 20:34:41.476236 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7248 2024.10.03 20:34:41.476281 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7249 2024.10.03 20:34:41.476738 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7250 2024.10.03 20:34:41.477152 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7251 2024.10.03 20:34:41.477353 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00189 sec., 43386.24338624339 rows/sec., 2.76 MiB/sec.
7252 2024.10.03 20:34:41.477557 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Debug> DynamicQueryHandler: Done processing query
7253 2024.10.03 20:34:41.477583 [ 3 ] {07ab5678-29cc-4877-8cf1-434728466f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7254 2024.10.03 20:34:41.477600 [ 3 ] {} <Debug> HTTP-Session: 894a203b-3238-435b-9d6c-a1892cf43eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7255 2024.10.03 20:34:45.716454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 720
7256 2024.10.03 20:34:45.719504 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7257 2024.10.03 20:34:45.719563 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7258 2024.10.03 20:34:45.721062 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7259 2024.10.03 20:34:45.722055 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7260 2024.10.03 20:34:45.722273 [ 101 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7261 2024.10.03 20:34:45.722402 [ 101 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7262 2024.10.03 20:34:45.722469 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7263 2024.10.03 20:34:45.722990 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
7264 2024.10.03 20:34:45.723554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 720
7265 2024.10.03 20:34:45.724295 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7266 2024.10.03 20:34:45.724470 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 540 rows starting from the beginning of the part
7267 2024.10.03 20:34:45.725093 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part
7268 2024.10.03 20:34:45.725650 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
7269 2024.10.03 20:34:45.726182 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part
7270 2024.10.03 20:34:45.726692 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part
7271 2024.10.03 20:34:45.727170 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
7272 2024.10.03 20:34:45.735215 [ 199 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 72 columns (72 merged, 0 gathered) in 0.012571633 sec., 57271.795955227135 rows/sec., 42.11 MiB/sec.
7273 2024.10.03 20:34:45.736473 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7274 2024.10.03 20:34:45.738219 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7275 2024.10.03 20:34:45.738314 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_16_3} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7276 2024.10.03 20:34:45.738660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
7277 2024.10.03 20:34:46.438701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7278 2024.10.03 20:34:46.438805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7279 2024.10.03 20:34:46.438828 [ 3 ] {} <Debug> HTTP-Session: 1724b1c5-d697-46d5-aa9a-9c04a4f4981c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7280 2024.10.03 20:34:46.438851 [ 3 ] {} <Debug> HTTP-Session: 1724b1c5-d697-46d5-aa9a-9c04a4f4981c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7281 2024.10.03 20:34:46.438865 [ 3 ] {} <Debug> HTTP-Session: 1724b1c5-d697-46d5-aa9a-9c04a4f4981c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7282 2024.10.03 20:34:46.438911 [ 3 ] {} <Trace> HTTP-Session: 1724b1c5-d697-46d5-aa9a-9c04a4f4981c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7283 2024.10.03 20:34:46.439104 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7284 2024.10.03 20:34:46.439244 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7285 2024.10.03 20:34:46.439569 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7286 2024.10.03 20:34:46.440085 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7287 2024.10.03 20:34:46.440136 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7288 2024.10.03 20:34:46.440656 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7289 2024.10.03 20:34:46.441045 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7290 2024.10.03 20:34:46.441237 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00214 sec., 33644.85981308411 rows/sec., 2.73 MiB/sec.
7291 2024.10.03 20:34:46.441469 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Debug> DynamicQueryHandler: Done processing query
7292 2024.10.03 20:34:46.441524 [ 3 ] {1c5b383e-457e-4850-9bfe-6fd4278456cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7293 2024.10.03 20:34:46.441541 [ 3 ] {} <Debug> HTTP-Session: 1724b1c5-d697-46d5-aa9a-9c04a4f4981c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7294 2024.10.03 20:34:46.441706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7295 2024.10.03 20:34:46.441760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7296 2024.10.03 20:34:46.441780 [ 3 ] {} <Debug> HTTP-Session: cf6b0686-69e4-4ba4-a03a-610877eaaa77 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7297 2024.10.03 20:34:46.441797 [ 3 ] {} <Debug> HTTP-Session: cf6b0686-69e4-4ba4-a03a-610877eaaa77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7298 2024.10.03 20:34:46.441811 [ 3 ] {} <Debug> HTTP-Session: cf6b0686-69e4-4ba4-a03a-610877eaaa77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7299 2024.10.03 20:34:46.441843 [ 3 ] {} <Trace> HTTP-Session: cf6b0686-69e4-4ba4-a03a-610877eaaa77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7300 2024.10.03 20:34:46.441953 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7301 2024.10.03 20:34:46.442027 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7302 2024.10.03 20:34:46.442276 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7303 2024.10.03 20:34:46.442612 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7304 2024.10.03 20:34:46.442650 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7305 2024.10.03 20:34:46.443002 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7306 2024.10.03 20:34:46.443349 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7307 2024.10.03 20:34:46.443512 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00158 sec., 5063.291139240506 rows/sec., 380.74 KiB/sec.
7308 2024.10.03 20:34:46.443825 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Debug> DynamicQueryHandler: Done processing query
7309 2024.10.03 20:34:46.443867 [ 3 ] {77d9acbb-ca51-40d4-ba65-d919d01b565a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7310 2024.10.03 20:34:46.443884 [ 3 ] {} <Debug> HTTP-Session: cf6b0686-69e4-4ba4-a03a-610877eaaa77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7311 2024.10.03 20:34:46.444016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7312 2024.10.03 20:34:46.444065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7313 2024.10.03 20:34:46.444084 [ 3 ] {} <Debug> HTTP-Session: 27a2517f-bc64-473b-8969-d02274a3752a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7314 2024.10.03 20:34:46.444101 [ 3 ] {} <Debug> HTTP-Session: 27a2517f-bc64-473b-8969-d02274a3752a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7315 2024.10.03 20:34:46.444114 [ 3 ] {} <Debug> HTTP-Session: 27a2517f-bc64-473b-8969-d02274a3752a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7316 2024.10.03 20:34:46.444146 [ 3 ] {} <Trace> HTTP-Session: 27a2517f-bc64-473b-8969-d02274a3752a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7317 2024.10.03 20:34:46.444270 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7318 2024.10.03 20:34:46.444316 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7319 2024.10.03 20:34:46.444558 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7320 2024.10.03 20:34:46.444909 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2024.10.03 20:34:46.444945 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7322 2024.10.03 20:34:46.445296 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7323 2024.10.03 20:34:46.445656 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7324 2024.10.03 20:34:46.445824 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001592 sec., 45226.13065326633 rows/sec., 3.53 MiB/sec.
7325 2024.10.03 20:34:46.446037 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Debug> DynamicQueryHandler: Done processing query
7326 2024.10.03 20:34:46.446065 [ 3 ] {d72ff91b-3445-45fb-bb5d-5408f2cfe338} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7327 2024.10.03 20:34:46.446083 [ 3 ] {} <Debug> HTTP-Session: 27a2517f-bc64-473b-8969-d02274a3752a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7328 2024.10.03 20:34:46.446253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7329 2024.10.03 20:34:46.446299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7330 2024.10.03 20:34:46.446318 [ 3 ] {} <Debug> HTTP-Session: 33c24b5d-41b3-4c65-a3f0-b65088398f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7331 2024.10.03 20:34:46.446334 [ 3 ] {} <Debug> HTTP-Session: 33c24b5d-41b3-4c65-a3f0-b65088398f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7332 2024.10.03 20:34:46.446348 [ 3 ] {} <Debug> HTTP-Session: 33c24b5d-41b3-4c65-a3f0-b65088398f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7333 2024.10.03 20:34:46.446378 [ 3 ] {} <Trace> HTTP-Session: 33c24b5d-41b3-4c65-a3f0-b65088398f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7334 2024.10.03 20:34:46.446530 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7335 2024.10.03 20:34:46.446577 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7336 2024.10.03 20:34:46.446722 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7337 2024.10.03 20:34:46.447121 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7338 2024.10.03 20:34:46.447156 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7339 2024.10.03 20:34:46.447534 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7340 2024.10.03 20:34:46.447862 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7341 2024.10.03 20:34:46.448028 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec.
7342 2024.10.03 20:34:46.448367 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Debug> DynamicQueryHandler: Done processing query
7343 2024.10.03 20:34:46.448400 [ 3 ] {50a7cef0-11eb-465c-8498-ee02e4db0a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7344 2024.10.03 20:34:46.448416 [ 3 ] {} <Debug> HTTP-Session: 33c24b5d-41b3-4c65-a3f0-b65088398f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7345 2024.10.03 20:34:46.448546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7346 2024.10.03 20:34:46.448594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7347 2024.10.03 20:34:46.448613 [ 3 ] {} <Debug> HTTP-Session: ceee0497-b177-4e80-9eaf-51211d4af985 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7348 2024.10.03 20:34:46.448629 [ 3 ] {} <Debug> HTTP-Session: ceee0497-b177-4e80-9eaf-51211d4af985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7349 2024.10.03 20:34:46.448643 [ 3 ] {} <Debug> HTTP-Session: ceee0497-b177-4e80-9eaf-51211d4af985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7350 2024.10.03 20:34:46.448672 [ 3 ] {} <Trace> HTTP-Session: ceee0497-b177-4e80-9eaf-51211d4af985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7351 2024.10.03 20:34:46.448845 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7352 2024.10.03 20:34:46.448914 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7353 2024.10.03 20:34:46.449357 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7354 2024.10.03 20:34:46.449884 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7355 2024.10.03 20:34:46.449920 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7356 2024.10.03 20:34:46.450516 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7357 2024.10.03 20:34:46.450927 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7358 2024.10.03 20:34:46.451104 [ 101 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7359 2024.10.03 20:34:46.451126 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002379 sec., 3362.7574611181167 rows/sec., 6.03 MiB/sec.
7360 2024.10.03 20:34:46.451198 [ 101 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7361 2024.10.03 20:34:46.451271 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
7362 2024.10.03 20:34:46.451527 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
7363 2024.10.03 20:34:46.451638 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Debug> DynamicQueryHandler: Done processing query
7364 2024.10.03 20:34:46.451672 [ 3 ] {14cf5630-4dc4-4ccc-977c-64be4524192e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7365 2024.10.03 20:34:46.451702 [ 3 ] {} <Debug> HTTP-Session: ceee0497-b177-4e80-9eaf-51211d4af985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7366 2024.10.03 20:34:46.451859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7367 2024.10.03 20:34:46.451891 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7368 2024.10.03 20:34:46.451936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7369 2024.10.03 20:34:46.451974 [ 3 ] {} <Debug> HTTP-Session: 80d81621-fc45-42ed-9ff0-c392f91ed7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7370 2024.10.03 20:34:46.451981 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 371 rows starting from the beginning of the part
7371 2024.10.03 20:34:46.451997 [ 3 ] {} <Debug> HTTP-Session: 80d81621-fc45-42ed-9ff0-c392f91ed7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7372 2024.10.03 20:34:46.452019 [ 3 ] {} <Debug> HTTP-Session: 80d81621-fc45-42ed-9ff0-c392f91ed7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7373 2024.10.03 20:34:46.452068 [ 3 ] {} <Trace> HTTP-Session: 80d81621-fc45-42ed-9ff0-c392f91ed7c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7374 2024.10.03 20:34:46.452375 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7375 2024.10.03 20:34:46.452428 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
7376 2024.10.03 20:34:46.452510 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7377 2024.10.03 20:34:46.452992 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part
7378 2024.10.03 20:34:46.453020 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7379 2024.10.03 20:34:46.453361 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
7380 2024.10.03 20:34:46.454008 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7381 2024.10.03 20:34:46.454018 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part
7382 2024.10.03 20:34:46.454052 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7383 2024.10.03 20:34:46.454527 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
7384 2024.10.03 20:34:46.455218 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7385 2024.10.03 20:34:46.455800 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7386 2024.10.03 20:34:46.456027 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003791 sec., 15826.958586125033 rows/sec., 1.07 MiB/sec.
7387 2024.10.03 20:34:46.456225 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Debug> DynamicQueryHandler: Done processing query
7388 2024.10.03 20:34:46.456253 [ 3 ] {4e19b7dd-9f29-4313-9f09-db6663edee85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7389 2024.10.03 20:34:46.456273 [ 3 ] {} <Debug> HTTP-Session: 80d81621-fc45-42ed-9ff0-c392f91ed7c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7390 2024.10.03 20:34:46.458599 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 457 rows, containing 19 columns (19 merged, 0 gathered) in 0.007178969 sec., 63658.16595669935 rows/sec., 114.07 MiB/sec.
7391 2024.10.03 20:34:46.459573 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7392 2024.10.03 20:34:46.460239 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7393 2024.10.03 20:34:46.460331 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7394 2024.10.03 20:34:46.460488 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
7395 2024.10.03 20:34:51.445159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7396 2024.10.03 20:34:51.445291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7397 2024.10.03 20:34:51.445317 [ 3 ] {} <Debug> HTTP-Session: d72538e3-1e78-45a1-8f04-e0447ee26cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7398 2024.10.03 20:34:51.445343 [ 3 ] {} <Debug> HTTP-Session: d72538e3-1e78-45a1-8f04-e0447ee26cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7399 2024.10.03 20:34:51.445359 [ 3 ] {} <Debug> HTTP-Session: d72538e3-1e78-45a1-8f04-e0447ee26cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7400 2024.10.03 20:34:51.445409 [ 3 ] {} <Trace> HTTP-Session: d72538e3-1e78-45a1-8f04-e0447ee26cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7401 2024.10.03 20:34:51.445672 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7402 2024.10.03 20:34:51.445739 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7403 2024.10.03 20:34:51.446068 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7404 2024.10.03 20:34:51.446737 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7405 2024.10.03 20:34:51.446781 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7406 2024.10.03 20:34:51.447222 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7407 2024.10.03 20:34:51.447613 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7408 2024.10.03 20:34:51.447773 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002218 sec., 113165.01352569883 rows/sec., 10.00 MiB/sec.
7409 2024.10.03 20:34:51.447813 [ 94 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7410 2024.10.03 20:34:51.447934 [ 94 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2024.10.03 20:34:51.447981 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7412 2024.10.03 20:34:51.448118 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Debug> DynamicQueryHandler: Done processing query
7413 2024.10.03 20:34:51.448163 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
7414 2024.10.03 20:34:51.448173 [ 3 ] {a9ed43db-f412-47d8-a9c0-98e6a9cb093e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
7415 2024.10.03 20:34:51.448239 [ 3 ] {} <Debug> HTTP-Session: d72538e3-1e78-45a1-8f04-e0447ee26cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7416 2024.10.03 20:34:51.448393 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7417 2024.10.03 20:34:51.448463 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1417 rows starting from the beginning of the part
7418 2024.10.03 20:34:51.448473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7419 2024.10.03 20:34:51.448598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7420 2024.10.03 20:34:51.448698 [ 3 ] {} <Debug> HTTP-Session: 1fabbb31-ccc8-46ce-964c-c3ba8f479bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7421 2024.10.03 20:34:51.448736 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 251 rows starting from the beginning of the part
7422 2024.10.03 20:34:51.448754 [ 3 ] {} <Debug> HTTP-Session: 1fabbb31-ccc8-46ce-964c-c3ba8f479bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7423 2024.10.03 20:34:51.448826 [ 3 ] {} <Debug> HTTP-Session: 1fabbb31-ccc8-46ce-964c-c3ba8f479bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7424 2024.10.03 20:34:51.448969 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part
7425 2024.10.03 20:34:51.448982 [ 3 ] {} <Trace> HTTP-Session: 1fabbb31-ccc8-46ce-964c-c3ba8f479bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7426 2024.10.03 20:34:51.449235 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 252 rows starting from the beginning of the part
7427 2024.10.03 20:34:51.449556 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7428 2024.10.03 20:34:51.449627 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part
7429 2024.10.03 20:34:51.449715 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7430 2024.10.03 20:34:51.449946 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 251 rows starting from the beginning of the part
7431 2024.10.03 20:34:51.450868 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7432 2024.10.03 20:34:51.451714 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7433 2024.10.03 20:34:51.451789 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7434 2024.10.03 20:34:51.452686 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7435 2024.10.03 20:34:51.453389 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005322842 sec., 434918.0381457875 rows/sec., 38.68 MiB/sec.
7436 2024.10.03 20:34:51.453486 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7437 2024.10.03 20:34:51.453718 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004437 sec., 6986.702727067839 rows/sec., 525.37 KiB/sec.
7438 2024.10.03 20:34:51.453727 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7439 2024.10.03 20:34:51.454079 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Debug> DynamicQueryHandler: Done processing query
7440 2024.10.03 20:34:51.454147 [ 3 ] {f64a9e2c-101c-4bb9-b000-5debd1f38cf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7441 2024.10.03 20:34:51.454210 [ 3 ] {} <Debug> HTTP-Session: 1fabbb31-ccc8-46ce-964c-c3ba8f479bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7442 2024.10.03 20:34:51.454447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7443 2024.10.03 20:34:51.454558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7444 2024.10.03 20:34:51.454576 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7445 2024.10.03 20:34:51.454592 [ 3 ] {} <Debug> HTTP-Session: 906592db-3284-43e4-8848-70ccfb6f175f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7446 2024.10.03 20:34:51.454648 [ 3 ] {} <Debug> HTTP-Session: 906592db-3284-43e4-8848-70ccfb6f175f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7447 2024.10.03 20:34:51.454697 [ 3 ] {} <Debug> HTTP-Session: 906592db-3284-43e4-8848-70ccfb6f175f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7448 2024.10.03 20:34:51.454758 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_36_7} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7449 2024.10.03 20:34:51.454767 [ 3 ] {} <Trace> HTTP-Session: 906592db-3284-43e4-8848-70ccfb6f175f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7450 2024.10.03 20:34:51.454896 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
7451 2024.10.03 20:34:51.454972 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7452 2024.10.03 20:34:51.455024 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7453 2024.10.03 20:34:51.455281 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7454 2024.10.03 20:34:51.455608 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2024.10.03 20:34:51.455644 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7456 2024.10.03 20:34:51.456006 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7457 2024.10.03 20:34:51.456373 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2024.10.03 20:34:51.456539 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
7459 2024.10.03 20:34:51.456878 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Debug> DynamicQueryHandler: Done processing query
7460 2024.10.03 20:34:51.456904 [ 3 ] {9e5c6766-8943-4c84-93e0-a77af3dd1ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7461 2024.10.03 20:34:51.456920 [ 3 ] {} <Debug> HTTP-Session: 906592db-3284-43e4-8848-70ccfb6f175f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7462 2024.10.03 20:34:51.457047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7463 2024.10.03 20:34:51.457096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7464 2024.10.03 20:34:51.457115 [ 3 ] {} <Debug> HTTP-Session: 5b82a1ed-71fb-484f-8cd2-e8cc2623c038 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7465 2024.10.03 20:34:51.457132 [ 3 ] {} <Debug> HTTP-Session: 5b82a1ed-71fb-484f-8cd2-e8cc2623c038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7466 2024.10.03 20:34:51.457145 [ 3 ] {} <Debug> HTTP-Session: 5b82a1ed-71fb-484f-8cd2-e8cc2623c038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7467 2024.10.03 20:34:51.457176 [ 3 ] {} <Trace> HTTP-Session: 5b82a1ed-71fb-484f-8cd2-e8cc2623c038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7468 2024.10.03 20:34:51.457277 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7469 2024.10.03 20:34:51.457323 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7470 2024.10.03 20:34:51.457571 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7471 2024.10.03 20:34:51.457875 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7472 2024.10.03 20:34:51.457912 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7473 2024.10.03 20:34:51.458261 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7474 2024.10.03 20:34:51.458613 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7475 2024.10.03 20:34:51.458771 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 233.53 KiB/sec.
7476 2024.10.03 20:34:51.458947 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Debug> DynamicQueryHandler: Done processing query
7477 2024.10.03 20:34:51.458971 [ 3 ] {c17f1fb4-5d31-4ec2-a2e6-30ba5ab964c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7478 2024.10.03 20:34:51.458987 [ 3 ] {} <Debug> HTTP-Session: 5b82a1ed-71fb-484f-8cd2-e8cc2623c038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7479 2024.10.03 20:34:51.459156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7480 2024.10.03 20:34:51.459203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7481 2024.10.03 20:34:51.459230 [ 3 ] {} <Debug> HTTP-Session: 67cdc9bc-6eb2-404b-b989-82a22b63fda4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7482 2024.10.03 20:34:51.459274 [ 3 ] {} <Debug> HTTP-Session: 67cdc9bc-6eb2-404b-b989-82a22b63fda4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7483 2024.10.03 20:34:51.459291 [ 3 ] {} <Debug> HTTP-Session: 67cdc9bc-6eb2-404b-b989-82a22b63fda4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7484 2024.10.03 20:34:51.459325 [ 3 ] {} <Trace> HTTP-Session: 67cdc9bc-6eb2-404b-b989-82a22b63fda4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7485 2024.10.03 20:34:51.459630 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7486 2024.10.03 20:34:51.459675 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7487 2024.10.03 20:34:51.459907 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7488 2024.10.03 20:34:51.460461 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7489 2024.10.03 20:34:51.460500 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7490 2024.10.03 20:34:51.460876 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7491 2024.10.03 20:34:51.461233 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7492 2024.10.03 20:34:51.461375 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001934 sec., 213547.05274043433 rows/sec., 15.23 MiB/sec.
7493 2024.10.03 20:34:51.461414 [ 93 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7494 2024.10.03 20:34:51.461522 [ 93 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2024.10.03 20:34:51.461564 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7496 2024.10.03 20:34:51.461647 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Debug> DynamicQueryHandler: Done processing query
7497 2024.10.03 20:34:51.461706 [ 3 ] {b40bd445-147f-44d6-b988-f3ebbf58fe0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7498 2024.10.03 20:34:51.461749 [ 3 ] {} <Debug> HTTP-Session: 67cdc9bc-6eb2-404b-b989-82a22b63fda4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7499 2024.10.03 20:34:51.461783 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
7500 2024.10.03 20:34:51.461927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7501 2024.10.03 20:34:51.462031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7502 2024.10.03 20:34:51.462084 [ 3 ] {} <Debug> HTTP-Session: 26a75c51-e825-4c78-a461-f5eabc21230b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7503 2024.10.03 20:34:51.462120 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7504 2024.10.03 20:34:51.462132 [ 3 ] {} <Debug> HTTP-Session: 26a75c51-e825-4c78-a461-f5eabc21230b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7505 2024.10.03 20:34:51.462182 [ 3 ] {} <Debug> HTTP-Session: 26a75c51-e825-4c78-a461-f5eabc21230b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7506 2024.10.03 20:34:51.462199 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
7507 2024.10.03 20:34:51.462253 [ 3 ] {} <Trace> HTTP-Session: 26a75c51-e825-4c78-a461-f5eabc21230b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7508 2024.10.03 20:34:51.462533 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 413 rows starting from the beginning of the part
7509 2024.10.03 20:34:51.462559 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7510 2024.10.03 20:34:51.462713 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7511 2024.10.03 20:34:51.462842 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part
7512 2024.10.03 20:34:51.463191 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 415 rows starting from the beginning of the part
7513 2024.10.03 20:34:51.463588 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part
7514 2024.10.03 20:34:51.463755 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7515 2024.10.03 20:34:51.463890 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 413 rows starting from the beginning of the part
7516 2024.10.03 20:34:51.464639 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7517 2024.10.03 20:34:51.464704 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7518 2024.10.03 20:34:51.465524 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7519 2024.10.03 20:34:51.466330 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7520 2024.10.03 20:34:51.466527 [ 93 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7521 2024.10.03 20:34:51.466536 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004095 sec., 1465.2014652014652 rows/sec., 76.55 KiB/sec.
7522 2024.10.03 20:34:51.466631 [ 93 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7523 2024.10.03 20:34:51.466752 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7524 2024.10.03 20:34:51.467140 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Debug> DynamicQueryHandler: Done processing query
7525 2024.10.03 20:34:51.467232 [ 3 ] {5846990c-f652-4ec7-ac53-f3ac73cb421a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7526 2024.10.03 20:34:51.467341 [ 3 ] {} <Debug> HTTP-Session: 26a75c51-e825-4c78-a461-f5eabc21230b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7527 2024.10.03 20:34:51.467440 [ 199 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005781454 sec., 397477.8662945342 rows/sec., 30.26 MiB/sec.
7528 2024.10.03 20:34:51.467500 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7529 2024.10.03 20:34:51.467674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7530 2024.10.03 20:34:51.467777 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7531 2024.10.03 20:34:51.467834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7532 2024.10.03 20:34:51.467944 [ 3 ] {} <Debug> HTTP-Session: 23b69c60-9536-4c90-88dd-352178533d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7533 2024.10.03 20:34:51.467983 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7534 2024.10.03 20:34:51.468018 [ 3 ] {} <Debug> HTTP-Session: 23b69c60-9536-4c90-88dd-352178533d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7535 2024.10.03 20:34:51.468060 [ 3 ] {} <Debug> HTTP-Session: 23b69c60-9536-4c90-88dd-352178533d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7536 2024.10.03 20:34:51.468080 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7537 2024.10.03 20:34:51.468141 [ 3 ] {} <Trace> HTTP-Session: 23b69c60-9536-4c90-88dd-352178533d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7538 2024.10.03 20:34:51.468486 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7539 2024.10.03 20:34:51.468894 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7540 2024.10.03 20:34:51.469133 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7541 2024.10.03 20:34:51.469347 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7542 2024.10.03 20:34:51.470234 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7543 2024.10.03 20:34:51.470361 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7544 2024.10.03 20:34:51.470623 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7545 2024.10.03 20:34:51.470979 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_36_7} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7546 2024.10.03 20:34:51.471313 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7547 2024.10.03 20:34:51.471355 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7548 2024.10.03 20:34:51.471467 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
7549 2024.10.03 20:34:51.472439 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7550 2024.10.03 20:34:51.472499 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7551 2024.10.03 20:34:51.473620 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7552 2024.10.03 20:34:51.474005 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.007068876 sec., 13580.659782403878 rows/sec., 709.54 KiB/sec.
7553 2024.10.03 20:34:51.474207 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7554 2024.10.03 20:34:51.474456 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2024.10.03 20:34:51.474861 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7556 2024.10.03 20:34:51.474913 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006426 sec., 36881.41923436041 rows/sec., 2.47 MiB/sec.
7557 2024.10.03 20:34:51.474952 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2024.10.03 20:34:51.475038 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7559 2024.10.03 20:34:51.475344 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_16_3} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7560 2024.10.03 20:34:51.475511 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
7561 2024.10.03 20:34:51.475524 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Debug> DynamicQueryHandler: Done processing query
7562 2024.10.03 20:34:51.475615 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_16_3} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7563 2024.10.03 20:34:51.475627 [ 3 ] {f8686b1c-1461-4380-a350-d69905a1d754} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7564 2024.10.03 20:34:51.475710 [ 3 ] {} <Debug> HTTP-Session: 23b69c60-9536-4c90-88dd-352178533d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7565 2024.10.03 20:34:51.475893 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7566 2024.10.03 20:34:51.475980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7567 2024.10.03 20:34:51.476059 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7568 2024.10.03 20:34:51.476099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7569 2024.10.03 20:34:51.476120 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10246 rows starting from the beginning of the part
7570 2024.10.03 20:34:51.476153 [ 3 ] {} <Debug> HTTP-Session: 4fa5467b-71c6-4eb7-bb88-43c807cd0c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7571 2024.10.03 20:34:51.476216 [ 3 ] {} <Debug> HTTP-Session: 4fa5467b-71c6-4eb7-bb88-43c807cd0c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7572 2024.10.03 20:34:51.476330 [ 3 ] {} <Debug> HTTP-Session: 4fa5467b-71c6-4eb7-bb88-43c807cd0c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7573 2024.10.03 20:34:51.476375 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
7574 2024.10.03 20:34:51.476473 [ 3 ] {} <Trace> HTTP-Session: 4fa5467b-71c6-4eb7-bb88-43c807cd0c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7575 2024.10.03 20:34:51.476657 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
7576 2024.10.03 20:34:51.476928 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 238 rows starting from the beginning of the part
7577 2024.10.03 20:34:51.476934 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7578 2024.10.03 20:34:51.477159 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
7579 2024.10.03 20:34:51.477168 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7580 2024.10.03 20:34:51.477452 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
7581 2024.10.03 20:34:51.478218 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7582 2024.10.03 20:34:51.478857 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7583 2024.10.03 20:34:51.478896 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7584 2024.10.03 20:34:51.479462 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7585 2024.10.03 20:34:51.480420 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2024.10.03 20:34:51.480737 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003992 sec., 250.50100200400803 rows/sec., 16.88 KiB/sec.
7587 2024.10.03 20:34:51.480952 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Debug> DynamicQueryHandler: Done processing query
7588 2024.10.03 20:34:51.480977 [ 3 ] {0d247612-15db-4b94-a7fb-7e01dfc3e6e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7589 2024.10.03 20:34:51.480996 [ 3 ] {} <Debug> HTTP-Session: 4fa5467b-71c6-4eb7-bb88-43c807cd0c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7590 2024.10.03 20:34:51.481367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7591 2024.10.03 20:34:51.481487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7592 2024.10.03 20:34:51.481527 [ 3 ] {} <Debug> HTTP-Session: ba39b088-29e3-4872-95d3-e3ef059a36b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7593 2024.10.03 20:34:51.481546 [ 3 ] {} <Debug> HTTP-Session: ba39b088-29e3-4872-95d3-e3ef059a36b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7594 2024.10.03 20:34:51.481561 [ 3 ] {} <Debug> HTTP-Session: ba39b088-29e3-4872-95d3-e3ef059a36b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7595 2024.10.03 20:34:51.481596 [ 3 ] {} <Trace> HTTP-Session: ba39b088-29e3-4872-95d3-e3ef059a36b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7596 2024.10.03 20:34:51.482478 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7597 2024.10.03 20:34:51.482555 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7598 2024.10.03 20:34:51.483213 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11278 rows, containing 5 columns (5 merged, 0 gathered) in 0.007969079 sec., 1415220.002211046 rows/sec., 95.45 MiB/sec.
7599 2024.10.03 20:34:51.483557 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7600 2024.10.03 20:34:51.483646 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7601 2024.10.03 20:34:51.484224 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7602 2024.10.03 20:34:51.484314 [ 200 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7603 2024.10.03 20:34:51.484527 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
7604 2024.10.03 20:34:51.484725 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7605 2024.10.03 20:34:51.484763 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7606 2024.10.03 20:34:51.485436 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7607 2024.10.03 20:34:51.485859 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7608 2024.10.03 20:34:51.486076 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004308 sec., 7195.914577530176 rows/sec., 12.89 MiB/sec.
7609 2024.10.03 20:34:51.486640 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Debug> DynamicQueryHandler: Done processing query
7610 2024.10.03 20:34:51.486668 [ 3 ] {069dc5d4-c57d-49f5-8f6a-ade9e6c7c78d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
7611 2024.10.03 20:34:51.486686 [ 3 ] {} <Debug> HTTP-Session: ba39b088-29e3-4872-95d3-e3ef059a36b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7612 2024.10.03 20:34:51.486822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7613 2024.10.03 20:34:51.486871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7614 2024.10.03 20:34:51.486892 [ 3 ] {} <Debug> HTTP-Session: 0881537c-fd9f-4ca5-8beb-96d326ecb126 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7615 2024.10.03 20:34:51.486910 [ 3 ] {} <Debug> HTTP-Session: 0881537c-fd9f-4ca5-8beb-96d326ecb126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7616 2024.10.03 20:34:51.486925 [ 3 ] {} <Debug> HTTP-Session: 0881537c-fd9f-4ca5-8beb-96d326ecb126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7617 2024.10.03 20:34:51.486957 [ 3 ] {} <Trace> HTTP-Session: 0881537c-fd9f-4ca5-8beb-96d326ecb126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7618 2024.10.03 20:34:51.487099 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7619 2024.10.03 20:34:51.487147 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7620 2024.10.03 20:34:51.487297 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7621 2024.10.03 20:34:51.487604 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7622 2024.10.03 20:34:51.487641 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7623 2024.10.03 20:34:51.488009 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7624 2024.10.03 20:34:51.488331 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7625 2024.10.03 20:34:51.488490 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec.
7626 2024.10.03 20:34:51.488496 [ 93 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7627 2024.10.03 20:34:51.488584 [ 93 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7628 2024.10.03 20:34:51.488638 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7629 2024.10.03 20:34:51.488808 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Debug> DynamicQueryHandler: Done processing query
7630 2024.10.03 20:34:51.488885 [ 3 ] {398f802d-34b9-4bfc-baed-48ea7ad056c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7631 2024.10.03 20:34:51.488964 [ 3 ] {} <Debug> HTTP-Session: 0881537c-fd9f-4ca5-8beb-96d326ecb126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7632 2024.10.03 20:34:51.488990 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
7633 2024.10.03 20:34:51.489388 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7634 2024.10.03 20:34:51.489426 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1810 rows starting from the beginning of the part
7635 2024.10.03 20:34:51.489547 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
7636 2024.10.03 20:34:51.489760 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
7637 2024.10.03 20:34:51.489935 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
7638 2024.10.03 20:34:51.490089 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
7639 2024.10.03 20:34:51.490213 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::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
7640 2024.10.03 20:34:51.491642 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 4 columns (4 merged, 0 gathered) in 0.002931244 sec., 742346.9352943666 rows/sec., 48.26 MiB/sec.
7641 2024.10.03 20:34:51.491963 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7642 2024.10.03 20:34:51.492396 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7643 2024.10.03 20:34:51.492485 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_36_7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7644 2024.10.03 20:34:51.492579 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7645 2024.10.03 20:34:54.686663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 175929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7646 2024.10.03 20:34:54.686791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7647 2024.10.03 20:34:54.686821 [ 3 ] {} <Debug> HTTP-Session: 4758e52c-b4c4-4ec0-8505-11d7502fe211 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7648 2024.10.03 20:34:54.686848 [ 3 ] {} <Debug> HTTP-Session: 4758e52c-b4c4-4ec0-8505-11d7502fe211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7649 2024.10.03 20:34:54.686864 [ 3 ] {} <Debug> HTTP-Session: 4758e52c-b4c4-4ec0-8505-11d7502fe211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7650 2024.10.03 20:34:54.686914 [ 3 ] {} <Trace> HTTP-Session: 4758e52c-b4c4-4ec0-8505-11d7502fe211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7651 2024.10.03 20:34:54.687776 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7652 2024.10.03 20:34:54.687847 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7653 2024.10.03 20:34:54.688174 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7654 2024.10.03 20:34:54.689364 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7655 2024.10.03 20:34:54.689409 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7656 2024.10.03 20:34:54.689896 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7657 2024.10.03 20:34:54.690304 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2024.10.03 20:34:54.690479 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.003371 sec., 359537.22930881043 rows/sec., 29.71 MiB/sec.
7659 2024.10.03 20:34:54.690684 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Debug> DynamicQueryHandler: Done processing query
7660 2024.10.03 20:34:54.690711 [ 3 ] {27cecff5-6b7e-468c-8ea8-3ecb75eb73a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
7661 2024.10.03 20:34:54.690729 [ 3 ] {} <Debug> HTTP-Session: 4758e52c-b4c4-4ec0-8505-11d7502fe211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7662 2024.10.03 20:34:54.691075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7663 2024.10.03 20:34:54.691126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7664 2024.10.03 20:34:54.691147 [ 3 ] {} <Debug> HTTP-Session: 587077ab-7db0-4190-a81d-4b6f9496b793 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7665 2024.10.03 20:34:54.691165 [ 3 ] {} <Debug> HTTP-Session: 587077ab-7db0-4190-a81d-4b6f9496b793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7666 2024.10.03 20:34:54.691180 [ 3 ] {} <Debug> HTTP-Session: 587077ab-7db0-4190-a81d-4b6f9496b793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7667 2024.10.03 20:34:54.691215 [ 3 ] {} <Trace> HTTP-Session: 587077ab-7db0-4190-a81d-4b6f9496b793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7668 2024.10.03 20:34:54.691321 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7669 2024.10.03 20:34:54.691366 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7670 2024.10.03 20:34:54.691597 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7671 2024.10.03 20:34:54.691912 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7672 2024.10.03 20:34:54.691950 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7673 2024.10.03 20:34:54.692299 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7674 2024.10.03 20:34:54.692656 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7675 2024.10.03 20:34:54.692816 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001512 sec., 5291.005291005291 rows/sec., 397.86 KiB/sec.
7676 2024.10.03 20:34:54.692983 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Debug> DynamicQueryHandler: Done processing query
7677 2024.10.03 20:34:54.693009 [ 3 ] {ec867ce6-c8a9-4426-bac1-1e68b4cbeda9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7678 2024.10.03 20:34:54.693026 [ 3 ] {} <Debug> HTTP-Session: 587077ab-7db0-4190-a81d-4b6f9496b793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7679 2024.10.03 20:34:54.693195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7680 2024.10.03 20:34:54.693245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7681 2024.10.03 20:34:54.693265 [ 3 ] {} <Debug> HTTP-Session: 180a68b9-4043-490c-8391-e6a3cca962c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7682 2024.10.03 20:34:54.693284 [ 3 ] {} <Debug> HTTP-Session: 180a68b9-4043-490c-8391-e6a3cca962c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7683 2024.10.03 20:34:54.693300 [ 3 ] {} <Debug> HTTP-Session: 180a68b9-4043-490c-8391-e6a3cca962c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7684 2024.10.03 20:34:54.693332 [ 3 ] {} <Trace> HTTP-Session: 180a68b9-4043-490c-8391-e6a3cca962c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7685 2024.10.03 20:34:54.693529 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7686 2024.10.03 20:34:54.693574 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7687 2024.10.03 20:34:54.693801 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7688 2024.10.03 20:34:54.694234 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7689 2024.10.03 20:34:54.694274 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7690 2024.10.03 20:34:54.694651 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7691 2024.10.03 20:34:54.695018 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7692 2024.10.03 20:34:54.695189 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001767 sec., 129032.25806451614 rows/sec., 8.74 MiB/sec.
7693 2024.10.03 20:34:54.695191 [ 81 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7694 2024.10.03 20:34:54.695294 [ 81 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7695 2024.10.03 20:34:54.695341 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7696 2024.10.03 20:34:54.695466 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Debug> DynamicQueryHandler: Done processing query
7697 2024.10.03 20:34:54.695533 [ 3 ] {3b67aee4-a5c0-4701-9e46-8b15b6cc31e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
7698 2024.10.03 20:34:54.695574 [ 3 ] {} <Debug> HTTP-Session: 180a68b9-4043-490c-8391-e6a3cca962c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7699 2024.10.03 20:34:54.695602 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
7700 2024.10.03 20:34:54.695919 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7701 2024.10.03 20:34:54.695987 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
7702 2024.10.03 20:34:54.695943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7703 2024.10.03 20:34:54.696078 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part
7704 2024.10.03 20:34:54.696079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7705 2024.10.03 20:34:54.696166 [ 3 ] {} <Debug> HTTP-Session: 4460acf7-c61c-4cbd-9ca6-0065a49a44c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7706 2024.10.03 20:34:54.696266 [ 3 ] {} <Debug> HTTP-Session: 4460acf7-c61c-4cbd-9ca6-0065a49a44c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7707 2024.10.03 20:34:54.696369 [ 3 ] {} <Debug> HTTP-Session: 4460acf7-c61c-4cbd-9ca6-0065a49a44c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7708 2024.10.03 20:34:54.696435 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
7709 2024.10.03 20:34:54.696444 [ 3 ] {} <Trace> HTTP-Session: 4460acf7-c61c-4cbd-9ca6-0065a49a44c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7710 2024.10.03 20:34:54.696538 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
7711 2024.10.03 20:34:54.696701 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7712 2024.10.03 20:34:54.696816 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7713 2024.10.03 20:34:54.696983 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7714 2024.10.03 20:34:54.696996 [ 200 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part
7715 2024.10.03 20:34:54.697558 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7716 2024.10.03 20:34:54.698545 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7717 2024.10.03 20:34:54.698606 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7718 2024.10.03 20:34:54.698726 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003297442 sec., 224719.64631978364 rows/sec., 15.25 MiB/sec.
7719 2024.10.03 20:34:54.699013 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7720 2024.10.03 20:34:54.699364 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7721 2024.10.03 20:34:54.700121 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7722 2024.10.03 20:34:54.700285 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7723 2024.10.03 20:34:54.700313 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_21_4} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7724 2024.10.03 20:34:54.700495 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7725 2024.10.03 20:34:54.700608 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.004018 sec., 131408.66102538578 rows/sec., 9.73 MiB/sec.
7726 2024.10.03 20:34:54.700812 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Debug> DynamicQueryHandler: Done processing query
7727 2024.10.03 20:34:54.700839 [ 3 ] {bf0ca135-7cc0-4875-9ee6-279169556413} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7728 2024.10.03 20:34:54.700856 [ 3 ] {} <Debug> HTTP-Session: 4460acf7-c61c-4cbd-9ca6-0065a49a44c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7729 2024.10.03 20:34:54.701084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 180691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7730 2024.10.03 20:34:54.701133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7731 2024.10.03 20:34:54.701153 [ 3 ] {} <Debug> HTTP-Session: 9d8528b1-65a7-4b55-870d-a2bf898cad61 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7732 2024.10.03 20:34:54.701170 [ 3 ] {} <Debug> HTTP-Session: 9d8528b1-65a7-4b55-870d-a2bf898cad61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7733 2024.10.03 20:34:54.701185 [ 3 ] {} <Debug> HTTP-Session: 9d8528b1-65a7-4b55-870d-a2bf898cad61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7734 2024.10.03 20:34:54.701216 [ 3 ] {} <Trace> HTTP-Session: 9d8528b1-65a7-4b55-870d-a2bf898cad61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7735 2024.10.03 20:34:54.701634 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7736 2024.10.03 20:34:54.701684 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7737 2024.10.03 20:34:54.701836 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7738 2024.10.03 20:34:54.702715 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7739 2024.10.03 20:34:54.702753 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7740 2024.10.03 20:34:54.703191 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7741 2024.10.03 20:34:54.703552 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7742 2024.10.03 20:34:54.703708 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002326 sec., 409286.32846087706 rows/sec., 27.45 MiB/sec.
7743 2024.10.03 20:34:54.704020 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Debug> DynamicQueryHandler: Done processing query
7744 2024.10.03 20:34:54.704061 [ 3 ] {fd8bcc8c-44e8-46f2-8d6e-14f8469cbf97} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
7745 2024.10.03 20:34:54.704078 [ 3 ] {} <Debug> HTTP-Session: 9d8528b1-65a7-4b55-870d-a2bf898cad61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7746 2024.10.03 20:34:54.704424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7747 2024.10.03 20:34:54.704474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7748 2024.10.03 20:34:54.704494 [ 3 ] {} <Debug> HTTP-Session: bf9728de-cd33-4fe4-96b5-df02393eba0c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7749 2024.10.03 20:34:54.704511 [ 3 ] {} <Debug> HTTP-Session: bf9728de-cd33-4fe4-96b5-df02393eba0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7750 2024.10.03 20:34:54.704525 [ 3 ] {} <Debug> HTTP-Session: bf9728de-cd33-4fe4-96b5-df02393eba0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7751 2024.10.03 20:34:54.704556 [ 3 ] {} <Trace> HTTP-Session: bf9728de-cd33-4fe4-96b5-df02393eba0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7752 2024.10.03 20:34:54.704762 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7753 2024.10.03 20:34:54.704835 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7754 2024.10.03 20:34:54.705262 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7755 2024.10.03 20:34:54.705817 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7756 2024.10.03 20:34:54.705854 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7757 2024.10.03 20:34:54.706450 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7758 2024.10.03 20:34:54.706867 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7759 2024.10.03 20:34:54.707063 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec.
7760 2024.10.03 20:34:54.707582 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Debug> DynamicQueryHandler: Done processing query
7761 2024.10.03 20:34:54.707609 [ 3 ] {5cec639e-8685-4f03-b911-447cd0e10b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7762 2024.10.03 20:34:54.707626 [ 3 ] {} <Debug> HTTP-Session: bf9728de-cd33-4fe4-96b5-df02393eba0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7763 2024.10.03 20:34:54.707744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7764 2024.10.03 20:34:54.707794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7765 2024.10.03 20:34:54.707815 [ 3 ] {} <Debug> HTTP-Session: df77d0cf-63f8-428e-9677-cf5d0ec35028 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7766 2024.10.03 20:34:54.707832 [ 3 ] {} <Debug> HTTP-Session: df77d0cf-63f8-428e-9677-cf5d0ec35028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7767 2024.10.03 20:34:54.707846 [ 3 ] {} <Debug> HTTP-Session: df77d0cf-63f8-428e-9677-cf5d0ec35028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7768 2024.10.03 20:34:54.707877 [ 3 ] {} <Trace> HTTP-Session: df77d0cf-63f8-428e-9677-cf5d0ec35028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7769 2024.10.03 20:34:54.707992 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7770 2024.10.03 20:34:54.708039 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7771 2024.10.03 20:34:54.708192 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7772 2024.10.03 20:34:54.708497 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7773 2024.10.03 20:34:54.708534 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7774 2024.10.03 20:34:54.708901 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7775 2024.10.03 20:34:54.709230 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7776 2024.10.03 20:34:54.709382 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001421 sec., 28149.190710767067 rows/sec., 1.90 MiB/sec.
7777 2024.10.03 20:34:54.709559 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Debug> DynamicQueryHandler: Done processing query
7778 2024.10.03 20:34:54.709584 [ 3 ] {e7125f3a-58aa-42f7-893d-634bdffa907d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7779 2024.10.03 20:34:54.709599 [ 3 ] {} <Debug> HTTP-Session: df77d0cf-63f8-428e-9677-cf5d0ec35028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7780 2024.10.03 20:34:55.544437 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
7781 2024.10.03 20:34:55.544491 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
7782 2024.10.03 20:34:55.723806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 766
7783 2024.10.03 20:34:55.727585 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7784 2024.10.03 20:34:55.727635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7785 2024.10.03 20:34:55.729195 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7786 2024.10.03 20:34:55.730208 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7787 2024.10.03 20:34:55.731233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 766
7788 2024.10.03 20:34:56.432859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7789 2024.10.03 20:34:56.432979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7790 2024.10.03 20:34:56.433021 [ 3 ] {} <Debug> HTTP-Session: 9a9dfe41-0f10-4cd2-a01c-3e7f7777894e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7791 2024.10.03 20:34:56.433064 [ 3 ] {} <Debug> HTTP-Session: 9a9dfe41-0f10-4cd2-a01c-3e7f7777894e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7792 2024.10.03 20:34:56.433097 [ 3 ] {} <Debug> HTTP-Session: 9a9dfe41-0f10-4cd2-a01c-3e7f7777894e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7793 2024.10.03 20:34:56.433176 [ 3 ] {} <Trace> HTTP-Session: 9a9dfe41-0f10-4cd2-a01c-3e7f7777894e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7794 2024.10.03 20:34:56.433482 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7795 2024.10.03 20:34:56.433589 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7796 2024.10.03 20:34:56.434099 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7797 2024.10.03 20:34:56.434621 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7798 2024.10.03 20:34:56.434664 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7799 2024.10.03 20:34:56.435110 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7800 2024.10.03 20:34:56.435516 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7801 2024.10.03 20:34:56.435672 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0023 sec., 24347.826086956524 rows/sec., 1.87 MiB/sec.
7802 2024.10.03 20:34:56.435982 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Debug> DynamicQueryHandler: Done processing query
7803 2024.10.03 20:34:56.436023 [ 3 ] {24a03ea7-d5e6-4ce7-9304-102b2397a1df} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7804 2024.10.03 20:34:56.436042 [ 3 ] {} <Debug> HTTP-Session: 9a9dfe41-0f10-4cd2-a01c-3e7f7777894e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7805 2024.10.03 20:34:56.436173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7806 2024.10.03 20:34:56.436234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7807 2024.10.03 20:34:56.436254 [ 3 ] {} <Debug> HTTP-Session: 65495630-8940-498d-a56b-f56fca64e139 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7808 2024.10.03 20:34:56.436273 [ 3 ] {} <Debug> HTTP-Session: 65495630-8940-498d-a56b-f56fca64e139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7809 2024.10.03 20:34:56.436289 [ 3 ] {} <Debug> HTTP-Session: 65495630-8940-498d-a56b-f56fca64e139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7810 2024.10.03 20:34:56.436324 [ 3 ] {} <Trace> HTTP-Session: 65495630-8940-498d-a56b-f56fca64e139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7811 2024.10.03 20:34:56.436454 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7812 2024.10.03 20:34:56.436503 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7813 2024.10.03 20:34:56.436763 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7814 2024.10.03 20:34:56.437145 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7815 2024.10.03 20:34:56.437183 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7816 2024.10.03 20:34:56.437547 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7817 2024.10.03 20:34:56.437926 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7818 2024.10.03 20:34:56.438063 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001655 sec., 38670.69486404834 rows/sec., 3.02 MiB/sec.
7819 2024.10.03 20:34:56.438299 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Debug> DynamicQueryHandler: Done processing query
7820 2024.10.03 20:34:56.438325 [ 3 ] {176254a4-51b3-402e-805b-f127490611a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7821 2024.10.03 20:34:56.438342 [ 3 ] {} <Debug> HTTP-Session: 65495630-8940-498d-a56b-f56fca64e139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7822 2024.10.03 20:34:56.438473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7823 2024.10.03 20:34:56.438524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7824 2024.10.03 20:34:56.438544 [ 3 ] {} <Debug> HTTP-Session: 9078d179-67cf-43ec-b6fc-9b36b2b41079 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7825 2024.10.03 20:34:56.438562 [ 3 ] {} <Debug> HTTP-Session: 9078d179-67cf-43ec-b6fc-9b36b2b41079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7826 2024.10.03 20:34:56.438576 [ 3 ] {} <Debug> HTTP-Session: 9078d179-67cf-43ec-b6fc-9b36b2b41079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7827 2024.10.03 20:34:56.438608 [ 3 ] {} <Trace> HTTP-Session: 9078d179-67cf-43ec-b6fc-9b36b2b41079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7828 2024.10.03 20:34:56.438731 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7829 2024.10.03 20:34:56.438781 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7830 2024.10.03 20:34:56.438926 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7831 2024.10.03 20:34:56.439259 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2024.10.03 20:34:56.439295 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7833 2024.10.03 20:34:56.439671 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7834 2024.10.03 20:34:56.440022 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7835 2024.10.03 20:34:56.440153 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001469 sec., 36759.700476514634 rows/sec., 2.56 MiB/sec.
7836 2024.10.03 20:34:56.440328 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Debug> DynamicQueryHandler: Done processing query
7837 2024.10.03 20:34:56.440355 [ 3 ] {92efb545-ba31-4d13-9a64-6d055894f1c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7838 2024.10.03 20:34:56.440371 [ 3 ] {} <Debug> HTTP-Session: 9078d179-67cf-43ec-b6fc-9b36b2b41079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7839 2024.10.03 20:34:56.440524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7840 2024.10.03 20:34:56.440574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7841 2024.10.03 20:34:56.440595 [ 3 ] {} <Debug> HTTP-Session: 8152dd5a-2b2d-4580-b8ee-a51cfee9d1f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7842 2024.10.03 20:34:56.440612 [ 3 ] {} <Debug> HTTP-Session: 8152dd5a-2b2d-4580-b8ee-a51cfee9d1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7843 2024.10.03 20:34:56.440626 [ 3 ] {} <Debug> HTTP-Session: 8152dd5a-2b2d-4580-b8ee-a51cfee9d1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7844 2024.10.03 20:34:56.440657 [ 3 ] {} <Trace> HTTP-Session: 8152dd5a-2b2d-4580-b8ee-a51cfee9d1f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7845 2024.10.03 20:34:56.440770 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7846 2024.10.03 20:34:56.440817 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7847 2024.10.03 20:34:56.440946 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7848 2024.10.03 20:34:56.441220 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7849 2024.10.03 20:34:56.441258 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7850 2024.10.03 20:34:56.441610 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7851 2024.10.03 20:34:56.441949 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7852 2024.10.03 20:34:56.442087 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001345 sec., 14869.888475836431 rows/sec., 1022.30 KiB/sec.
7853 2024.10.03 20:34:56.442244 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Debug> DynamicQueryHandler: Done processing query
7854 2024.10.03 20:34:56.442269 [ 3 ] {3464e500-f080-4159-bfb5-55281390fa43} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7855 2024.10.03 20:34:56.442287 [ 3 ] {} <Debug> HTTP-Session: 8152dd5a-2b2d-4580-b8ee-a51cfee9d1f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7856 2024.10.03 20:35:01.443977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7857 2024.10.03 20:35:01.444120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7858 2024.10.03 20:35:01.444152 [ 3 ] {} <Debug> HTTP-Session: 9d64a8f6-14af-4882-b722-87e45f8abbff Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7859 2024.10.03 20:35:01.444183 [ 3 ] {} <Debug> HTTP-Session: 9d64a8f6-14af-4882-b722-87e45f8abbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7860 2024.10.03 20:35:01.444202 [ 3 ] {} <Debug> HTTP-Session: 9d64a8f6-14af-4882-b722-87e45f8abbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7861 2024.10.03 20:35:01.444259 [ 3 ] {} <Trace> HTTP-Session: 9d64a8f6-14af-4882-b722-87e45f8abbff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7862 2024.10.03 20:35:01.444563 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7863 2024.10.03 20:35:01.444641 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7864 2024.10.03 20:35:01.445027 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7865 2024.10.03 20:35:01.445688 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2024.10.03 20:35:01.445737 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7867 2024.10.03 20:35:01.446188 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7868 2024.10.03 20:35:01.446590 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2024.10.03 20:35:01.446759 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002322 sec., 108096.46856158484 rows/sec., 9.55 MiB/sec.
7870 2024.10.03 20:35:01.447127 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Debug> DynamicQueryHandler: Done processing query
7871 2024.10.03 20:35:01.447191 [ 3 ] {baa055b3-4c29-42e2-a1eb-8f4e02c913ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
7872 2024.10.03 20:35:01.447258 [ 3 ] {} <Debug> HTTP-Session: 9d64a8f6-14af-4882-b722-87e45f8abbff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7873 2024.10.03 20:35:01.447501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7874 2024.10.03 20:35:01.447560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7875 2024.10.03 20:35:01.447581 [ 3 ] {} <Debug> HTTP-Session: 2a663d5c-45d0-41b7-9ef1-65035df91b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7876 2024.10.03 20:35:01.447599 [ 3 ] {} <Debug> HTTP-Session: 2a663d5c-45d0-41b7-9ef1-65035df91b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7877 2024.10.03 20:35:01.447615 [ 3 ] {} <Debug> HTTP-Session: 2a663d5c-45d0-41b7-9ef1-65035df91b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7878 2024.10.03 20:35:01.447653 [ 3 ] {} <Trace> HTTP-Session: 2a663d5c-45d0-41b7-9ef1-65035df91b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7879 2024.10.03 20:35:01.447778 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7880 2024.10.03 20:35:01.447827 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7881 2024.10.03 20:35:01.448085 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7882 2024.10.03 20:35:01.448420 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7883 2024.10.03 20:35:01.448459 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7884 2024.10.03 20:35:01.448818 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7885 2024.10.03 20:35:01.449204 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7886 2024.10.03 20:35:01.449385 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001638 sec., 18925.518925518925 rows/sec., 1.39 MiB/sec.
7887 2024.10.03 20:35:01.449409 [ 82 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7888 2024.10.03 20:35:01.449574 [ 82 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7889 2024.10.03 20:35:01.449635 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7890 2024.10.03 20:35:01.449717 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Debug> DynamicQueryHandler: Done processing query
7891 2024.10.03 20:35:01.449795 [ 3 ] {fc0ee0a4-32e9-417e-b762-29ca24355c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7892 2024.10.03 20:35:01.449860 [ 3 ] {} <Debug> HTTP-Session: 2a663d5c-45d0-41b7-9ef1-65035df91b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7893 2024.10.03 20:35:01.449994 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
7894 2024.10.03 20:35:01.450119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7895 2024.10.03 20:35:01.450243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7896 2024.10.03 20:35:01.450304 [ 3 ] {} <Debug> HTTP-Session: 30618c20-9515-4a52-8411-5afdf67434b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7897 2024.10.03 20:35:01.450351 [ 3 ] {} <Debug> HTTP-Session: 30618c20-9515-4a52-8411-5afdf67434b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7898 2024.10.03 20:35:01.450400 [ 3 ] {} <Debug> HTTP-Session: 30618c20-9515-4a52-8411-5afdf67434b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7899 2024.10.03 20:35:01.450413 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7900 2024.10.03 20:35:01.450474 [ 3 ] {} <Trace> HTTP-Session: 30618c20-9515-4a52-8411-5afdf67434b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7901 2024.10.03 20:35:01.450493 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part
7902 2024.10.03 20:35:01.450751 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part
7903 2024.10.03 20:35:01.450789 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7904 2024.10.03 20:35:01.450965 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7905 2024.10.03 20:35:01.451018 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
7906 2024.10.03 20:35:01.451425 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part
7907 2024.10.03 20:35:01.451702 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
7908 2024.10.03 20:35:01.452061 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part
7909 2024.10.03 20:35:01.452806 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7910 2024.10.03 20:35:01.453686 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2024.10.03 20:35:01.453748 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7912 2024.10.03 20:35:01.454829 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7913 2024.10.03 20:35:01.455093 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005329723 sec., 31521.337975725943 rows/sec., 2.42 MiB/sec.
7914 2024.10.03 20:35:01.455363 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7915 2024.10.03 20:35:01.455724 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7916 2024.10.03 20:35:01.456217 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005545 sec., 2524.7971145175834 rows/sec., 176.82 KiB/sec.
7917 2024.10.03 20:35:01.456425 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7918 2024.10.03 20:35:01.456589 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_31_6} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7919 2024.10.03 20:35:01.456618 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Debug> DynamicQueryHandler: Done processing query
7920 2024.10.03 20:35:01.456685 [ 3 ] {050518c5-9224-427c-a224-59e385fc3e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7921 2024.10.03 20:35:01.456745 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7922 2024.10.03 20:35:01.456750 [ 3 ] {} <Debug> HTTP-Session: 30618c20-9515-4a52-8411-5afdf67434b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7923 2024.10.03 20:35:01.456903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7924 2024.10.03 20:35:01.456953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7925 2024.10.03 20:35:01.456971 [ 3 ] {} <Debug> HTTP-Session: a4341f9b-2c29-4675-aa29-4eda318b54db Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7926 2024.10.03 20:35:01.456988 [ 3 ] {} <Debug> HTTP-Session: a4341f9b-2c29-4675-aa29-4eda318b54db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7927 2024.10.03 20:35:01.457002 [ 3 ] {} <Debug> HTTP-Session: a4341f9b-2c29-4675-aa29-4eda318b54db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7928 2024.10.03 20:35:01.457037 [ 3 ] {} <Trace> HTTP-Session: a4341f9b-2c29-4675-aa29-4eda318b54db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7929 2024.10.03 20:35:01.457143 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7930 2024.10.03 20:35:01.457188 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7931 2024.10.03 20:35:01.457442 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7932 2024.10.03 20:35:01.457757 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7933 2024.10.03 20:35:01.457794 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7934 2024.10.03 20:35:01.458150 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7935 2024.10.03 20:35:01.458527 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7936 2024.10.03 20:35:01.458701 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 225.65 KiB/sec.
7937 2024.10.03 20:35:01.458713 [ 82 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
7938 2024.10.03 20:35:01.458814 [ 82 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7939 2024.10.03 20:35:01.458885 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7940 2024.10.03 20:35:01.459015 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Debug> DynamicQueryHandler: Done processing query
7941 2024.10.03 20:35:01.459076 [ 3 ] {3421ceb7-2231-43e0-93c1-ed85db961f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7942 2024.10.03 20:35:01.459130 [ 3 ] {} <Debug> HTTP-Session: a4341f9b-2c29-4675-aa29-4eda318b54db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7943 2024.10.03 20:35:01.459177 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7944 2024.10.03 20:35:01.459431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7945 2024.10.03 20:35:01.459451 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7946 2024.10.03 20:35:01.459538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7947 2024.10.03 20:35:01.459546 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7948 2024.10.03 20:35:01.459581 [ 3 ] {} <Debug> HTTP-Session: b7ab82f0-667f-496b-9bc5-d3131edaacaf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7949 2024.10.03 20:35:01.459607 [ 3 ] {} <Debug> HTTP-Session: b7ab82f0-667f-496b-9bc5-d3131edaacaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7950 2024.10.03 20:35:01.459637 [ 3 ] {} <Debug> HTTP-Session: b7ab82f0-667f-496b-9bc5-d3131edaacaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7951 2024.10.03 20:35:01.459754 [ 3 ] {} <Trace> HTTP-Session: b7ab82f0-667f-496b-9bc5-d3131edaacaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7952 2024.10.03 20:35:01.459905 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7953 2024.10.03 20:35:01.460167 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7954 2024.10.03 20:35:01.460224 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7955 2024.10.03 20:35:01.460373 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7956 2024.10.03 20:35:01.460573 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7957 2024.10.03 20:35:01.460926 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
7958 2024.10.03 20:35:01.461652 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7959 2024.10.03 20:35:01.462908 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7960 2024.10.03 20:35:01.462981 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7961 2024.10.03 20:35:01.463423 [ 194 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00440147 sec., 6815.904686388865 rows/sec., 432.65 KiB/sec.
7962 2024.10.03 20:35:01.463636 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
7963 2024.10.03 20:35:01.463745 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7964 2024.10.03 20:35:01.464461 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7965 2024.10.03 20:35:01.464505 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_17_4} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7966 2024.10.03 20:35:01.464649 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_17_4} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
7967 2024.10.03 20:35:01.464689 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004709 sec., 87704.39583775749 rows/sec., 6.26 MiB/sec.
7968 2024.10.03 20:35:01.464807 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7969 2024.10.03 20:35:01.464952 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Debug> DynamicQueryHandler: Done processing query
7970 2024.10.03 20:35:01.464977 [ 3 ] {aa1d6933-c8fa-4798-ab61-6c4ed95177c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7971 2024.10.03 20:35:01.464993 [ 3 ] {} <Debug> HTTP-Session: b7ab82f0-667f-496b-9bc5-d3131edaacaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7972 2024.10.03 20:35:01.465140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7973 2024.10.03 20:35:01.465189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7974 2024.10.03 20:35:01.465207 [ 3 ] {} <Debug> HTTP-Session: 67de9f53-58dd-4324-8e15-0a9887584b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7975 2024.10.03 20:35:01.465224 [ 3 ] {} <Debug> HTTP-Session: 67de9f53-58dd-4324-8e15-0a9887584b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7976 2024.10.03 20:35:01.465239 [ 3 ] {} <Debug> HTTP-Session: 67de9f53-58dd-4324-8e15-0a9887584b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7977 2024.10.03 20:35:01.465270 [ 3 ] {} <Trace> HTTP-Session: 67de9f53-58dd-4324-8e15-0a9887584b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7978 2024.10.03 20:35:01.465367 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7979 2024.10.03 20:35:01.465411 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7980 2024.10.03 20:35:01.465548 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7981 2024.10.03 20:35:01.465807 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7982 2024.10.03 20:35:01.465843 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
7983 2024.10.03 20:35:01.466196 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7984 2024.10.03 20:35:01.466519 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7985 2024.10.03 20:35:01.466670 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec.
7986 2024.10.03 20:35:01.466825 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Debug> DynamicQueryHandler: Done processing query
7987 2024.10.03 20:35:01.466849 [ 3 ] {ab401da2-a609-4f65-b6c1-6fffb8e4a916} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7988 2024.10.03 20:35:01.466864 [ 3 ] {} <Debug> HTTP-Session: 67de9f53-58dd-4324-8e15-0a9887584b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7989 2024.10.03 20:35:01.467009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7990 2024.10.03 20:35:01.467055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7991 2024.10.03 20:35:01.467074 [ 3 ] {} <Debug> HTTP-Session: 19c2cdf3-7771-4447-925e-7113f4bee857 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
7992 2024.10.03 20:35:01.467090 [ 3 ] {} <Debug> HTTP-Session: 19c2cdf3-7771-4447-925e-7113f4bee857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7993 2024.10.03 20:35:01.467104 [ 3 ] {} <Debug> HTTP-Session: 19c2cdf3-7771-4447-925e-7113f4bee857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7994 2024.10.03 20:35:01.467135 [ 3 ] {} <Trace> HTTP-Session: 19c2cdf3-7771-4447-925e-7113f4bee857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7995 2024.10.03 20:35:01.467310 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7996 2024.10.03 20:35:01.467357 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7997 2024.10.03 20:35:01.467505 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7998 2024.10.03 20:35:01.467945 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7999 2024.10.03 20:35:01.467980 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
8000 2024.10.03 20:35:01.468361 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8001 2024.10.03 20:35:01.468700 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8002 2024.10.03 20:35:01.468880 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec.
8003 2024.10.03 20:35:01.469054 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Debug> DynamicQueryHandler: Done processing query
8004 2024.10.03 20:35:01.469078 [ 3 ] {85109668-bd00-440c-9970-2f5a80a43fb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8005 2024.10.03 20:35:01.469094 [ 3 ] {} <Debug> HTTP-Session: 19c2cdf3-7771-4447-925e-7113f4bee857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8006 2024.10.03 20:35:01.469222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8007 2024.10.03 20:35:01.469271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8008 2024.10.03 20:35:01.469292 [ 3 ] {} <Debug> HTTP-Session: 0223400e-90db-48b9-b0b3-d83e1b511212 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8009 2024.10.03 20:35:01.469330 [ 3 ] {} <Debug> HTTP-Session: 0223400e-90db-48b9-b0b3-d83e1b511212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8010 2024.10.03 20:35:01.469345 [ 3 ] {} <Debug> HTTP-Session: 0223400e-90db-48b9-b0b3-d83e1b511212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8011 2024.10.03 20:35:01.469407 [ 3 ] {} <Trace> HTTP-Session: 0223400e-90db-48b9-b0b3-d83e1b511212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8012 2024.10.03 20:35:01.469503 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8013 2024.10.03 20:35:01.469548 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8014 2024.10.03 20:35:01.469679 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8015 2024.10.03 20:35:01.469935 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8016 2024.10.03 20:35:01.469971 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
8017 2024.10.03 20:35:01.470324 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8018 2024.10.03 20:35:01.470646 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8019 2024.10.03 20:35:01.470799 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec.
8020 2024.10.03 20:35:01.471098 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Debug> DynamicQueryHandler: Done processing query
8021 2024.10.03 20:35:01.471122 [ 3 ] {3d3815b5-58f7-410b-acda-dfc227474164} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8022 2024.10.03 20:35:01.471138 [ 3 ] {} <Debug> HTTP-Session: 0223400e-90db-48b9-b0b3-d83e1b511212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8023 2024.10.03 20:35:01.471281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8024 2024.10.03 20:35:01.471329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8025 2024.10.03 20:35:01.471349 [ 3 ] {} <Debug> HTTP-Session: 3234d5a6-f596-4ca8-ac18-222d3aeded9f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8026 2024.10.03 20:35:01.471365 [ 3 ] {} <Debug> HTTP-Session: 3234d5a6-f596-4ca8-ac18-222d3aeded9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8027 2024.10.03 20:35:01.471378 [ 3 ] {} <Debug> HTTP-Session: 3234d5a6-f596-4ca8-ac18-222d3aeded9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8028 2024.10.03 20:35:01.471409 [ 3 ] {} <Trace> HTTP-Session: 3234d5a6-f596-4ca8-ac18-222d3aeded9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2024.10.03 20:35:01.471719 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8030 2024.10.03 20:35:01.471791 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8031 2024.10.03 20:35:01.472240 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8032 2024.10.03 20:35:01.472992 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8033 2024.10.03 20:35:01.473028 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
8034 2024.10.03 20:35:01.473669 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8035 2024.10.03 20:35:01.474088 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8036 2024.10.03 20:35:01.474296 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002805 sec., 11051.69340463458 rows/sec., 19.80 MiB/sec.
8037 2024.10.03 20:35:01.474666 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Debug> DynamicQueryHandler: Done processing query
8038 2024.10.03 20:35:01.474691 [ 3 ] {3be6f1de-d79f-4e05-a7d2-646c9e605b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
8039 2024.10.03 20:35:01.474707 [ 3 ] {} <Debug> HTTP-Session: 3234d5a6-f596-4ca8-ac18-222d3aeded9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8040 2024.10.03 20:35:01.474848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8041 2024.10.03 20:35:01.474895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8042 2024.10.03 20:35:01.474915 [ 3 ] {} <Debug> HTTP-Session: 5347eec4-4077-4bbb-bcca-6e9abe915027 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8043 2024.10.03 20:35:01.474931 [ 3 ] {} <Debug> HTTP-Session: 5347eec4-4077-4bbb-bcca-6e9abe915027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8044 2024.10.03 20:35:01.474945 [ 3 ] {} <Debug> HTTP-Session: 5347eec4-4077-4bbb-bcca-6e9abe915027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8045 2024.10.03 20:35:01.474976 [ 3 ] {} <Trace> HTTP-Session: 5347eec4-4077-4bbb-bcca-6e9abe915027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8046 2024.10.03 20:35:01.475106 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8047 2024.10.03 20:35:01.475150 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8048 2024.10.03 20:35:01.475288 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8049 2024.10.03 20:35:01.475578 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8050 2024.10.03 20:35:01.475613 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
8051 2024.10.03 20:35:01.475967 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8052 2024.10.03 20:35:01.476282 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8053 2024.10.03 20:35:01.476441 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec.
8054 2024.10.03 20:35:01.476698 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Debug> DynamicQueryHandler: Done processing query
8055 2024.10.03 20:35:01.476748 [ 3 ] {4bc1f9cf-78d9-4115-bb2a-c7f98b608803} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8056 2024.10.03 20:35:01.476770 [ 3 ] {} <Debug> HTTP-Session: 5347eec4-4077-4bbb-bcca-6e9abe915027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8057 2024.10.03 20:35:05.731497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 794
8058 2024.10.03 20:35:05.734269 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8059 2024.10.03 20:35:05.734326 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8060 2024.10.03 20:35:05.735831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8061 2024.10.03 20:35:05.736820 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8062 2024.10.03 20:35:05.738253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 794
8063 2024.10.03 20:35:06.438443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8064 2024.10.03 20:35:06.438560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8065 2024.10.03 20:35:06.438584 [ 3 ] {} <Debug> HTTP-Session: 0405e796-7495-4ad0-9024-0ec21be158e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8066 2024.10.03 20:35:06.438609 [ 3 ] {} <Debug> HTTP-Session: 0405e796-7495-4ad0-9024-0ec21be158e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8067 2024.10.03 20:35:06.438623 [ 3 ] {} <Debug> HTTP-Session: 0405e796-7495-4ad0-9024-0ec21be158e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8068 2024.10.03 20:35:06.438673 [ 3 ] {} <Trace> HTTP-Session: 0405e796-7495-4ad0-9024-0ec21be158e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8069 2024.10.03 20:35:06.438885 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8070 2024.10.03 20:35:06.438955 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8071 2024.10.03 20:35:06.439290 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8072 2024.10.03 20:35:06.439860 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8073 2024.10.03 20:35:06.439910 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8074 2024.10.03 20:35:06.440343 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8075 2024.10.03 20:35:06.440747 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8076 2024.10.03 20:35:06.440920 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002105 sec., 34204.275534441804 rows/sec., 2.78 MiB/sec.
8077 2024.10.03 20:35:06.441258 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Debug> DynamicQueryHandler: Done processing query
8078 2024.10.03 20:35:06.441303 [ 3 ] {e58e41bf-f4ed-4861-9be7-8ac5e261d1e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8079 2024.10.03 20:35:06.441324 [ 3 ] {} <Debug> HTTP-Session: 0405e796-7495-4ad0-9024-0ec21be158e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8080 2024.10.03 20:35:06.441498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8081 2024.10.03 20:35:06.441555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8082 2024.10.03 20:35:06.441574 [ 3 ] {} <Debug> HTTP-Session: 6adf2fea-d983-436c-9636-6ea52b54549c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8083 2024.10.03 20:35:06.441594 [ 3 ] {} <Debug> HTTP-Session: 6adf2fea-d983-436c-9636-6ea52b54549c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8084 2024.10.03 20:35:06.441608 [ 3 ] {} <Debug> HTTP-Session: 6adf2fea-d983-436c-9636-6ea52b54549c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8085 2024.10.03 20:35:06.441645 [ 3 ] {} <Trace> HTTP-Session: 6adf2fea-d983-436c-9636-6ea52b54549c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8086 2024.10.03 20:35:06.441762 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8087 2024.10.03 20:35:06.441811 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8088 2024.10.03 20:35:06.442073 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8089 2024.10.03 20:35:06.442428 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8090 2024.10.03 20:35:06.442468 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8091 2024.10.03 20:35:06.442847 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8092 2024.10.03 20:35:06.443235 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8093 2024.10.03 20:35:06.443390 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001663 sec., 4810.583283223091 rows/sec., 361.73 KiB/sec.
8094 2024.10.03 20:35:06.443707 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Debug> DynamicQueryHandler: Done processing query
8095 2024.10.03 20:35:06.443746 [ 3 ] {aaf65064-b0fa-4b96-ba72-451a064c7a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8096 2024.10.03 20:35:06.443764 [ 3 ] {} <Debug> HTTP-Session: 6adf2fea-d983-436c-9636-6ea52b54549c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8097 2024.10.03 20:35:06.443926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8098 2024.10.03 20:35:06.443978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8099 2024.10.03 20:35:06.443998 [ 3 ] {} <Debug> HTTP-Session: 77a61d0c-bd5d-46ef-a368-133256ddd4b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8100 2024.10.03 20:35:06.444016 [ 3 ] {} <Debug> HTTP-Session: 77a61d0c-bd5d-46ef-a368-133256ddd4b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8101 2024.10.03 20:35:06.444030 [ 3 ] {} <Debug> HTTP-Session: 77a61d0c-bd5d-46ef-a368-133256ddd4b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8102 2024.10.03 20:35:06.444065 [ 3 ] {} <Trace> HTTP-Session: 77a61d0c-bd5d-46ef-a368-133256ddd4b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8103 2024.10.03 20:35:06.444199 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8104 2024.10.03 20:35:06.444248 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8105 2024.10.03 20:35:06.444508 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8106 2024.10.03 20:35:06.444886 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2024.10.03 20:35:06.444924 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8108 2024.10.03 20:35:06.445286 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8109 2024.10.03 20:35:06.445670 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8110 2024.10.03 20:35:06.445830 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001675 sec., 42985.07462686567 rows/sec., 3.36 MiB/sec.
8111 2024.10.03 20:35:06.446115 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Debug> DynamicQueryHandler: Done processing query
8112 2024.10.03 20:35:06.446153 [ 3 ] {cb8559cf-1efb-47bb-866c-6ba0f1247777} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8113 2024.10.03 20:35:06.446170 [ 3 ] {} <Debug> HTTP-Session: 77a61d0c-bd5d-46ef-a368-133256ddd4b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8114 2024.10.03 20:35:06.446353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8115 2024.10.03 20:35:06.446405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8116 2024.10.03 20:35:06.446425 [ 3 ] {} <Debug> HTTP-Session: a2775590-c0f6-40f4-a2d0-ab929e1eeb09 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8117 2024.10.03 20:35:06.446443 [ 3 ] {} <Debug> HTTP-Session: a2775590-c0f6-40f4-a2d0-ab929e1eeb09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8118 2024.10.03 20:35:06.446459 [ 3 ] {} <Debug> HTTP-Session: a2775590-c0f6-40f4-a2d0-ab929e1eeb09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8119 2024.10.03 20:35:06.446493 [ 3 ] {} <Trace> HTTP-Session: a2775590-c0f6-40f4-a2d0-ab929e1eeb09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8120 2024.10.03 20:35:06.446651 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8121 2024.10.03 20:35:06.446702 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8122 2024.10.03 20:35:06.446872 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8123 2024.10.03 20:35:06.447278 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8124 2024.10.03 20:35:06.447317 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8125 2024.10.03 20:35:06.447716 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8126 2024.10.03 20:35:06.448067 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8127 2024.10.03 20:35:06.448219 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec.
8128 2024.10.03 20:35:06.448403 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Debug> DynamicQueryHandler: Done processing query
8129 2024.10.03 20:35:06.448428 [ 3 ] {5cfa01f8-66e8-4234-b90d-b138e3cb4deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8130 2024.10.03 20:35:06.448444 [ 3 ] {} <Debug> HTTP-Session: a2775590-c0f6-40f4-a2d0-ab929e1eeb09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8131 2024.10.03 20:35:06.448608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8132 2024.10.03 20:35:06.448661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8133 2024.10.03 20:35:06.448681 [ 3 ] {} <Debug> HTTP-Session: 60ec769a-2a78-45e3-b0fa-abd48e17a9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8134 2024.10.03 20:35:06.448698 [ 3 ] {} <Debug> HTTP-Session: 60ec769a-2a78-45e3-b0fa-abd48e17a9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8135 2024.10.03 20:35:06.448712 [ 3 ] {} <Debug> HTTP-Session: 60ec769a-2a78-45e3-b0fa-abd48e17a9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8136 2024.10.03 20:35:06.448745 [ 3 ] {} <Trace> HTTP-Session: 60ec769a-2a78-45e3-b0fa-abd48e17a9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8137 2024.10.03 20:35:06.448907 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8138 2024.10.03 20:35:06.448973 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8139 2024.10.03 20:35:06.449417 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8140 2024.10.03 20:35:06.450044 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8141 2024.10.03 20:35:06.450081 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8142 2024.10.03 20:35:06.450704 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8143 2024.10.03 20:35:06.451135 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8144 2024.10.03 20:35:06.451328 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0025 sec., 3200 rows/sec., 5.73 MiB/sec.
8145 2024.10.03 20:35:06.451558 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Debug> DynamicQueryHandler: Done processing query
8146 2024.10.03 20:35:06.451583 [ 3 ] {3852aeda-646a-416c-b365-ed17276de285} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8147 2024.10.03 20:35:06.451599 [ 3 ] {} <Debug> HTTP-Session: 60ec769a-2a78-45e3-b0fa-abd48e17a9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8148 2024.10.03 20:35:06.451727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8149 2024.10.03 20:35:06.451776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8150 2024.10.03 20:35:06.451795 [ 3 ] {} <Debug> HTTP-Session: d1a5fbba-6f44-4469-8de5-e43c40cd73cc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8151 2024.10.03 20:35:06.451812 [ 3 ] {} <Debug> HTTP-Session: d1a5fbba-6f44-4469-8de5-e43c40cd73cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8152 2024.10.03 20:35:06.451826 [ 3 ] {} <Debug> HTTP-Session: d1a5fbba-6f44-4469-8de5-e43c40cd73cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8153 2024.10.03 20:35:06.451858 [ 3 ] {} <Trace> HTTP-Session: d1a5fbba-6f44-4469-8de5-e43c40cd73cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8154 2024.10.03 20:35:06.451979 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8155 2024.10.03 20:35:06.452025 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8156 2024.10.03 20:35:06.452159 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8157 2024.10.03 20:35:06.452511 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8158 2024.10.03 20:35:06.452558 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8159 2024.10.03 20:35:06.452927 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8160 2024.10.03 20:35:06.453245 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8161 2024.10.03 20:35:06.453405 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec.
8162 2024.10.03 20:35:06.453590 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Debug> DynamicQueryHandler: Done processing query
8163 2024.10.03 20:35:06.453626 [ 3 ] {bde371d6-6a5d-4036-b63a-e8580790a643} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8164 2024.10.03 20:35:06.453650 [ 3 ] {} <Debug> HTTP-Session: d1a5fbba-6f44-4469-8de5-e43c40cd73cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8165 2024.10.03 20:35:10.544541 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
8166 2024.10.03 20:35:10.544636 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
8167 2024.10.03 20:35:11.448934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8168 2024.10.03 20:35:11.449050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8169 2024.10.03 20:35:11.449074 [ 3 ] {} <Debug> HTTP-Session: f851bddf-ca4d-4ea1-a0ee-bab402c9c5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8170 2024.10.03 20:35:11.449098 [ 3 ] {} <Debug> HTTP-Session: f851bddf-ca4d-4ea1-a0ee-bab402c9c5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8171 2024.10.03 20:35:11.449113 [ 3 ] {} <Debug> HTTP-Session: f851bddf-ca4d-4ea1-a0ee-bab402c9c5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8172 2024.10.03 20:35:11.449162 [ 3 ] {} <Trace> HTTP-Session: f851bddf-ca4d-4ea1-a0ee-bab402c9c5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8173 2024.10.03 20:35:11.449345 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8174 2024.10.03 20:35:11.449420 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8175 2024.10.03 20:35:11.449757 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8176 2024.10.03 20:35:11.450188 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8177 2024.10.03 20:35:11.450236 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8178 2024.10.03 20:35:11.450642 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8179 2024.10.03 20:35:11.451028 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8180 2024.10.03 20:35:11.451184 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 258.87 KiB/sec.
8181 2024.10.03 20:35:11.451542 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Debug> DynamicQueryHandler: Done processing query
8182 2024.10.03 20:35:11.451569 [ 3 ] {6bbda092-5869-4cda-a377-88ebcedee87b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8183 2024.10.03 20:35:11.451585 [ 3 ] {} <Debug> HTTP-Session: f851bddf-ca4d-4ea1-a0ee-bab402c9c5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8184 2024.10.03 20:35:11.451785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8185 2024.10.03 20:35:11.451838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8186 2024.10.03 20:35:11.451859 [ 3 ] {} <Debug> HTTP-Session: 39efd216-a5fe-42b3-b893-55f084bddb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8187 2024.10.03 20:35:11.451878 [ 3 ] {} <Debug> HTTP-Session: 39efd216-a5fe-42b3-b893-55f084bddb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8188 2024.10.03 20:35:11.451891 [ 3 ] {} <Debug> HTTP-Session: 39efd216-a5fe-42b3-b893-55f084bddb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8189 2024.10.03 20:35:11.451926 [ 3 ] {} <Trace> HTTP-Session: 39efd216-a5fe-42b3-b893-55f084bddb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8190 2024.10.03 20:35:11.452109 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8191 2024.10.03 20:35:11.452157 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8192 2024.10.03 20:35:11.452419 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8193 2024.10.03 20:35:11.452916 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8194 2024.10.03 20:35:11.452955 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8195 2024.10.03 20:35:11.453331 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8196 2024.10.03 20:35:11.453700 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2024.10.03 20:35:11.453867 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Debug> executeQuery: Read 254 rows, 22.93 KiB in 0.001844 sec., 137744.03470715837 rows/sec., 12.15 MiB/sec.
8198 2024.10.03 20:35:11.453876 [ 70 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8199 2024.10.03 20:35:11.453984 [ 70 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8200 2024.10.03 20:35:11.454040 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8201 2024.10.03 20:35:11.454156 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Debug> DynamicQueryHandler: Done processing query
8202 2024.10.03 20:35:11.454215 [ 3 ] {2bcb3014-ecec-432f-8b53-8a7707b5a96d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
8203 2024.10.03 20:35:11.454250 [ 3 ] {} <Debug> HTTP-Session: 39efd216-a5fe-42b3-b893-55f084bddb49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8204 2024.10.03 20:35:11.454275 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
8205 2024.10.03 20:35:11.454430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 5334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8206 2024.10.03 20:35:11.454544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8207 2024.10.03 20:35:11.454600 [ 3 ] {} <Debug> HTTP-Session: 4195bb85-c76f-4a70-b4b8-467f5676ef5a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8208 2024.10.03 20:35:11.454614 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8209 2024.10.03 20:35:11.454635 [ 3 ] {} <Debug> HTTP-Session: 4195bb85-c76f-4a70-b4b8-467f5676ef5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8210 2024.10.03 20:35:11.454679 [ 3 ] {} <Debug> HTTP-Session: 4195bb85-c76f-4a70-b4b8-467f5676ef5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8211 2024.10.03 20:35:11.454689 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1417 rows starting from the beginning of the part
8212 2024.10.03 20:35:11.454751 [ 3 ] {} <Trace> HTTP-Session: 4195bb85-c76f-4a70-b4b8-467f5676ef5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8213 2024.10.03 20:35:11.454940 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1212 rows starting from the beginning of the part
8214 2024.10.03 20:35:11.455094 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8215 2024.10.03 20:35:11.455247 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8216 2024.10.03 20:35:11.455263 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
8217 2024.10.03 20:35:11.455588 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 251 rows starting from the beginning of the part
8218 2024.10.03 20:35:11.455906 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part
8219 2024.10.03 20:35:11.456270 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 254 rows starting from the beginning of the part
8220 2024.10.03 20:35:11.456954 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8221 2024.10.03 20:35:11.457634 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8222 2024.10.03 20:35:11.457695 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8223 2024.10.03 20:35:11.458586 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8224 2024.10.03 20:35:11.459298 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8225 2024.10.03 20:35:11.459655 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.00467 sec., 7922.9122055674525 rows/sec., 588.87 KiB/sec.
8226 2024.10.03 20:35:11.460357 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Debug> DynamicQueryHandler: Done processing query
8227 2024.10.03 20:35:11.460420 [ 3 ] {b39537fb-b498-40d5-b348-73891a5c858b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8228 2024.10.03 20:35:11.460483 [ 3 ] {} <Debug> HTTP-Session: 4195bb85-c76f-4a70-b4b8-467f5676ef5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8229 2024.10.03 20:35:11.460549 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3262 rows, containing 5 columns (5 merged, 0 gathered) in 0.00642181 sec., 507956.4795595011 rows/sec., 44.55 MiB/sec.
8230 2024.10.03 20:35:11.460646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8231 2024.10.03 20:35:11.460701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8232 2024.10.03 20:35:11.460728 [ 3 ] {} <Debug> HTTP-Session: 929e3534-7047-4e5a-801a-f408c82646d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8233 2024.10.03 20:35:11.460746 [ 3 ] {} <Debug> HTTP-Session: 929e3534-7047-4e5a-801a-f408c82646d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8234 2024.10.03 20:35:11.460763 [ 3 ] {} <Debug> HTTP-Session: 929e3534-7047-4e5a-801a-f408c82646d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8235 2024.10.03 20:35:11.460800 [ 3 ] {} <Trace> HTTP-Session: 929e3534-7047-4e5a-801a-f408c82646d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8236 2024.10.03 20:35:11.460807 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8237 2024.10.03 20:35:11.460921 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8238 2024.10.03 20:35:11.460970 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8239 2024.10.03 20:35:11.461415 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8240 2024.10.03 20:35:11.461500 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2024.10.03 20:35:11.461604 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_41_8} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8242 2024.10.03 20:35:11.461721 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8243 2024.10.03 20:35:11.461824 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2024.10.03 20:35:11.461861 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8245 2024.10.03 20:35:11.462217 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8246 2024.10.03 20:35:11.462574 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8247 2024.10.03 20:35:11.462730 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001835 sec., 7629.427792915531 rows/sec., 534.32 KiB/sec.
8248 2024.10.03 20:35:11.462900 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Debug> DynamicQueryHandler: Done processing query
8249 2024.10.03 20:35:11.462924 [ 3 ] {eebc7315-ae4a-4d04-9bc5-1be0c1b25489} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8250 2024.10.03 20:35:11.462942 [ 3 ] {} <Debug> HTTP-Session: 929e3534-7047-4e5a-801a-f408c82646d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8251 2024.10.03 20:35:11.463051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8252 2024.10.03 20:35:11.463098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8253 2024.10.03 20:35:11.463118 [ 3 ] {} <Debug> HTTP-Session: 7d7cf044-a686-4718-8dbc-454b85dd9863 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8254 2024.10.03 20:35:11.463135 [ 3 ] {} <Debug> HTTP-Session: 7d7cf044-a686-4718-8dbc-454b85dd9863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8255 2024.10.03 20:35:11.463149 [ 3 ] {} <Debug> HTTP-Session: 7d7cf044-a686-4718-8dbc-454b85dd9863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8256 2024.10.03 20:35:11.463180 [ 3 ] {} <Trace> HTTP-Session: 7d7cf044-a686-4718-8dbc-454b85dd9863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8257 2024.10.03 20:35:11.463276 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8258 2024.10.03 20:35:11.463320 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8259 2024.10.03 20:35:11.463548 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8260 2024.10.03 20:35:11.463844 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8261 2024.10.03 20:35:11.463880 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8262 2024.10.03 20:35:11.464225 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8263 2024.10.03 20:35:11.464590 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2024.10.03 20:35:11.464748 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec.
8265 2024.10.03 20:35:11.464918 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Debug> DynamicQueryHandler: Done processing query
8266 2024.10.03 20:35:11.464943 [ 3 ] {5cc743a6-c776-45f9-8ee0-b3c4bb2428a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8267 2024.10.03 20:35:11.464960 [ 3 ] {} <Debug> HTTP-Session: 7d7cf044-a686-4718-8dbc-454b85dd9863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8268 2024.10.03 20:35:11.465132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 68079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8269 2024.10.03 20:35:11.465180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8270 2024.10.03 20:35:11.465200 [ 3 ] {} <Debug> HTTP-Session: 6b4e89ef-9dab-481c-8d9c-e6ba21b41141 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8271 2024.10.03 20:35:11.465217 [ 3 ] {} <Debug> HTTP-Session: 6b4e89ef-9dab-481c-8d9c-e6ba21b41141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8272 2024.10.03 20:35:11.465232 [ 3 ] {} <Debug> HTTP-Session: 6b4e89ef-9dab-481c-8d9c-e6ba21b41141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8273 2024.10.03 20:35:11.465262 [ 3 ] {} <Trace> HTTP-Session: 6b4e89ef-9dab-481c-8d9c-e6ba21b41141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8274 2024.10.03 20:35:11.465520 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8275 2024.10.03 20:35:11.465564 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8276 2024.10.03 20:35:11.465789 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8277 2024.10.03 20:35:11.466343 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8278 2024.10.03 20:35:11.466381 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8279 2024.10.03 20:35:11.466747 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8280 2024.10.03 20:35:11.467104 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8281 2024.10.03 20:35:11.467261 [ 70 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8282 2024.10.03 20:35:11.467270 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001889 sec., 221810.48173636844 rows/sec., 15.85 MiB/sec.
8283 2024.10.03 20:35:11.467320 [ 70 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8284 2024.10.03 20:35:11.467397 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8285 2024.10.03 20:35:11.467619 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Debug> DynamicQueryHandler: Done processing query
8286 2024.10.03 20:35:11.467694 [ 3 ] {ee836e52-a7df-449f-810d-8e756a57e2f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8287 2024.10.03 20:35:11.467760 [ 3 ] {} <Debug> HTTP-Session: 6b4e89ef-9dab-481c-8d9c-e6ba21b41141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8288 2024.10.03 20:35:11.467900 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
8289 2024.10.03 20:35:11.468000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8290 2024.10.03 20:35:11.468165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8291 2024.10.03 20:35:11.468229 [ 3 ] {} <Debug> HTTP-Session: cb5a7597-0ad1-4d8f-a60d-37ed5d8434bc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8292 2024.10.03 20:35:11.468272 [ 3 ] {} <Debug> HTTP-Session: cb5a7597-0ad1-4d8f-a60d-37ed5d8434bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8293 2024.10.03 20:35:11.468377 [ 3 ] {} <Debug> HTTP-Session: cb5a7597-0ad1-4d8f-a60d-37ed5d8434bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8294 2024.10.03 20:35:11.468480 [ 3 ] {} <Trace> HTTP-Session: cb5a7597-0ad1-4d8f-a60d-37ed5d8434bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8295 2024.10.03 20:35:11.468515 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8296 2024.10.03 20:35:11.468589 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
8297 2024.10.03 20:35:11.468677 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8298 2024.10.03 20:35:11.468835 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8299 2024.10.03 20:35:11.468907 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 528 rows starting from the beginning of the part
8300 2024.10.03 20:35:11.469269 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
8301 2024.10.03 20:35:11.469603 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 413 rows starting from the beginning of the part
8302 2024.10.03 20:35:11.469990 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part
8303 2024.10.03 20:35:11.470036 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8304 2024.10.03 20:35:11.470294 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 419 rows starting from the beginning of the part
8305 2024.10.03 20:35:11.470987 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8306 2024.10.03 20:35:11.471048 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8307 2024.10.03 20:35:11.471936 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8308 2024.10.03 20:35:11.472870 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8309 2024.10.03 20:35:11.473081 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004462 sec., 1344.688480502017 rows/sec., 70.25 KiB/sec.
8310 2024.10.03 20:35:11.473332 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Debug> DynamicQueryHandler: Done processing query
8311 2024.10.03 20:35:11.473372 [ 3 ] {9d581ac8-16e7-4062-bfb8-eda0c7fd0813} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8312 2024.10.03 20:35:11.473411 [ 3 ] {} <Debug> HTTP-Session: cb5a7597-0ad1-4d8f-a60d-37ed5d8434bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8313 2024.10.03 20:35:11.473584 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604331 sec., 398622.60913307447 rows/sec., 30.57 MiB/sec.
8314 2024.10.03 20:35:11.473604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8315 2024.10.03 20:35:11.473679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8316 2024.10.03 20:35:11.473718 [ 3 ] {} <Debug> HTTP-Session: fd27dbfc-1929-4441-94e3-8928c4f6463a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8317 2024.10.03 20:35:11.473746 [ 3 ] {} <Debug> HTTP-Session: fd27dbfc-1929-4441-94e3-8928c4f6463a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8318 2024.10.03 20:35:11.473765 [ 3 ] {} <Debug> HTTP-Session: fd27dbfc-1929-4441-94e3-8928c4f6463a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8319 2024.10.03 20:35:11.473810 [ 3 ] {} <Trace> HTTP-Session: fd27dbfc-1929-4441-94e3-8928c4f6463a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8320 2024.10.03 20:35:11.473819 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8321 2024.10.03 20:35:11.474214 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8322 2024.10.03 20:35:11.474316 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8323 2024.10.03 20:35:11.474593 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8324 2024.10.03 20:35:11.474776 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8325 2024.10.03 20:35:11.474828 [ 201 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_41_8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8326 2024.10.03 20:35:11.474965 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8327 2024.10.03 20:35:11.475296 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8328 2024.10.03 20:35:11.475337 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8329 2024.10.03 20:35:11.475744 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8330 2024.10.03 20:35:11.476091 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8331 2024.10.03 20:35:11.476251 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8332 2024.10.03 20:35:11.476260 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.0023 sec., 104347.82608695653 rows/sec., 7.00 MiB/sec.
8333 2024.10.03 20:35:11.476296 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2024.10.03 20:35:11.476363 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8335 2024.10.03 20:35:11.476654 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
8336 2024.10.03 20:35:11.476692 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Debug> DynamicQueryHandler: Done processing query
8337 2024.10.03 20:35:11.476788 [ 3 ] {eb15a8ac-ae0e-4d9c-a864-9016df6ad752} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8338 2024.10.03 20:35:11.476860 [ 3 ] {} <Debug> HTTP-Session: fd27dbfc-1929-4441-94e3-8928c4f6463a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8339 2024.10.03 20:35:11.477135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8340 2024.10.03 20:35:11.477298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8341 2024.10.03 20:35:11.477384 [ 3 ] {} <Debug> HTTP-Session: 148fdfd8-79d4-4d73-af2c-f6601ddd12e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8342 2024.10.03 20:35:11.477449 [ 3 ] {} <Debug> HTTP-Session: 148fdfd8-79d4-4d73-af2c-f6601ddd12e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8343 2024.10.03 20:35:11.477487 [ 3 ] {} <Debug> HTTP-Session: 148fdfd8-79d4-4d73-af2c-f6601ddd12e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8344 2024.10.03 20:35:11.477530 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8345 2024.10.03 20:35:11.477552 [ 3 ] {} <Trace> HTTP-Session: 148fdfd8-79d4-4d73-af2c-f6601ddd12e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8346 2024.10.03 20:35:11.477613 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11278 rows starting from the beginning of the part
8347 2024.10.03 20:35:11.477815 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8348 2024.10.03 20:35:11.477917 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 952 rows starting from the beginning of the part
8349 2024.10.03 20:35:11.477968 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8350 2024.10.03 20:35:11.478268 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 54 rows starting from the beginning of the part
8351 2024.10.03 20:35:11.478659 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
8352 2024.10.03 20:35:11.479017 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
8353 2024.10.03 20:35:11.479397 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8354 2024.10.03 20:35:11.479427 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 240 rows starting from the beginning of the part
8355 2024.10.03 20:35:11.480375 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8356 2024.10.03 20:35:11.480443 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8357 2024.10.03 20:35:11.481149 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8358 2024.10.03 20:35:11.481857 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8359 2024.10.03 20:35:11.482263 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004555 sec., 219.53896816684963 rows/sec., 14.79 KiB/sec.
8360 2024.10.03 20:35:11.482984 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Debug> DynamicQueryHandler: Done processing query
8361 2024.10.03 20:35:11.483034 [ 3 ] {1f328fb6-2978-4bb8-aa31-285d079cfee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8362 2024.10.03 20:35:11.483084 [ 3 ] {} <Debug> HTTP-Session: 148fdfd8-79d4-4d73-af2c-f6601ddd12e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8363 2024.10.03 20:35:11.483279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8364 2024.10.03 20:35:11.483338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8365 2024.10.03 20:35:11.483371 [ 3 ] {} <Debug> HTTP-Session: 27e65d90-9ff5-4cac-8723-c8e72662f8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8366 2024.10.03 20:35:11.483389 [ 3 ] {} <Debug> HTTP-Session: 27e65d90-9ff5-4cac-8723-c8e72662f8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8367 2024.10.03 20:35:11.483404 [ 3 ] {} <Debug> HTTP-Session: 27e65d90-9ff5-4cac-8723-c8e72662f8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8368 2024.10.03 20:35:11.483456 [ 3 ] {} <Trace> HTTP-Session: 27e65d90-9ff5-4cac-8723-c8e72662f8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8369 2024.10.03 20:35:11.483896 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8370 2024.10.03 20:35:11.483981 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8371 2024.10.03 20:35:11.484850 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8372 2024.10.03 20:35:11.486080 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12921 rows, containing 5 columns (5 merged, 0 gathered) in 0.009612789 sec., 1344146.8443757582 rows/sec., 90.65 MiB/sec.
8373 2024.10.03 20:35:11.486155 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8374 2024.10.03 20:35:11.486194 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8375 2024.10.03 20:35:11.486473 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8376 2024.10.03 20:35:11.487199 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8377 2024.10.03 20:35:11.487218 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8378 2024.10.03 20:35:11.487290 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8379 2024.10.03 20:35:11.487408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
8380 2024.10.03 20:35:11.487740 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2024.10.03 20:35:11.487925 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8382 2024.10.03 20:35:11.487954 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004372 sec., 7090.576395242452 rows/sec., 12.71 MiB/sec.
8383 2024.10.03 20:35:11.487992 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8384 2024.10.03 20:35:11.488068 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8385 2024.10.03 20:35:11.488470 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
8386 2024.10.03 20:35:11.488866 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Debug> DynamicQueryHandler: Done processing query
8387 2024.10.03 20:35:11.488954 [ 3 ] {83e5d7c7-c28f-4fda-8c15-e64767224c20} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
8388 2024.10.03 20:35:11.489015 [ 3 ] {} <Debug> HTTP-Session: 27e65d90-9ff5-4cac-8723-c8e72662f8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8389 2024.10.03 20:35:11.489261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8390 2024.10.03 20:35:11.489323 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8391 2024.10.03 20:35:11.489354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8392 2024.10.03 20:35:11.489415 [ 3 ] {} <Debug> HTTP-Session: 95c31d3f-7571-4ace-bdd4-561e8500d414 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8393 2024.10.03 20:35:11.489464 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 457 rows starting from the beginning of the part
8394 2024.10.03 20:35:11.489469 [ 3 ] {} <Debug> HTTP-Session: 95c31d3f-7571-4ace-bdd4-561e8500d414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8395 2024.10.03 20:35:11.489527 [ 3 ] {} <Debug> HTTP-Session: 95c31d3f-7571-4ace-bdd4-561e8500d414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8396 2024.10.03 20:35:11.489621 [ 3 ] {} <Trace> HTTP-Session: 95c31d3f-7571-4ace-bdd4-561e8500d414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8397 2024.10.03 20:35:11.490064 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8398 2024.10.03 20:35:11.490209 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part
8399 2024.10.03 20:35:11.490219 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8400 2024.10.03 20:35:11.491131 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
8401 2024.10.03 20:35:11.491183 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8402 2024.10.03 20:35:11.491703 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part
8403 2024.10.03 20:35:11.492434 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8404 2024.10.03 20:35:11.492457 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
8405 2024.10.03 20:35:11.492508 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8406 2024.10.03 20:35:11.493054 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part
8407 2024.10.03 20:35:11.493994 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8408 2024.10.03 20:35:11.494815 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8409 2024.10.03 20:35:11.495183 [ 70 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8410 2024.10.03 20:35:11.495230 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005379 sec., 15244.469232199293 rows/sec., 991.45 KiB/sec.
8411 2024.10.03 20:35:11.495274 [ 70 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8412 2024.10.03 20:35:11.495350 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8413 2024.10.03 20:35:11.495550 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::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
8414 2024.10.03 20:35:11.495611 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Debug> DynamicQueryHandler: Done processing query
8415 2024.10.03 20:35:11.495665 [ 3 ] {f6d36f91-6312-4767-bd2c-05b0cabe987e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8416 2024.10.03 20:35:11.495696 [ 3 ] {} <Debug> HTTP-Session: 95c31d3f-7571-4ace-bdd4-561e8500d414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8417 2024.10.03 20:35:11.495755 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8418 2024.10.03 20:35:11.495786 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2176 rows starting from the beginning of the part
8419 2024.10.03 20:35:11.495874 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8420 2024.10.03 20:35:11.496176 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
8421 2024.10.03 20:35:11.496398 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
8422 2024.10.03 20:35:11.496689 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
8423 2024.10.03 20:35:11.496945 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
8424 2024.10.03 20:35:11.500861 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 4 columns (4 merged, 0 gathered) in 0.005369124 sec., 458175.30010482157 rows/sec., 29.80 MiB/sec.
8425 2024.10.03 20:35:11.501143 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8426 2024.10.03 20:35:11.501818 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8427 2024.10.03 20:35:11.501893 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_41_8} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8428 2024.10.03 20:35:11.502021 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8429 2024.10.03 20:35:11.520375 [ 193 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 19 columns (19 merged, 0 gathered) in 0.03213872 sec., 17611.1556402993 rows/sec., 31.56 MiB/sec.
8430 2024.10.03 20:35:11.521290 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8431 2024.10.03 20:35:11.521922 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8432 2024.10.03 20:35:11.522010 [ 186 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8433 2024.10.03 20:35:11.522165 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
8434 2024.10.03 20:35:12.000217 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.96 MiB, peak 167.24 MiB, free memory in arenas 0.00 B, will set to 159.92 MiB (RSS), difference: 1.96 MiB
8435 2024.10.03 20:35:15.738499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 828
8436 2024.10.03 20:35:15.741716 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8437 2024.10.03 20:35:15.741770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8438 2024.10.03 20:35:15.743277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8439 2024.10.03 20:35:15.744250 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8440 2024.10.03 20:35:15.744785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828
8441 2024.10.03 20:35:16.438583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8442 2024.10.03 20:35:16.438719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8443 2024.10.03 20:35:16.438754 [ 3 ] {} <Debug> HTTP-Session: 1f84a2e3-76b1-4410-93e1-94e656c11132 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8444 2024.10.03 20:35:16.438783 [ 3 ] {} <Debug> HTTP-Session: 1f84a2e3-76b1-4410-93e1-94e656c11132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8445 2024.10.03 20:35:16.438803 [ 3 ] {} <Debug> HTTP-Session: 1f84a2e3-76b1-4410-93e1-94e656c11132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8446 2024.10.03 20:35:16.438860 [ 3 ] {} <Trace> HTTP-Session: 1f84a2e3-76b1-4410-93e1-94e656c11132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8447 2024.10.03 20:35:16.439051 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8448 2024.10.03 20:35:16.439122 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8449 2024.10.03 20:35:16.439470 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8450 2024.10.03 20:35:16.439915 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8451 2024.10.03 20:35:16.439965 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8452 2024.10.03 20:35:16.440398 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8453 2024.10.03 20:35:16.440815 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8454 2024.10.03 20:35:16.441008 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002004 sec., 998.003992015968 rows/sec., 81.38 KiB/sec.
8455 2024.10.03 20:35:16.441284 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Debug> DynamicQueryHandler: Done processing query
8456 2024.10.03 20:35:16.441313 [ 3 ] {c007f0c1-43b9-47bb-b3e7-b290671824cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8457 2024.10.03 20:35:16.441330 [ 3 ] {} <Debug> HTTP-Session: 1f84a2e3-76b1-4410-93e1-94e656c11132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8458 2024.10.03 20:35:16.441498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8459 2024.10.03 20:35:16.441561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8460 2024.10.03 20:35:16.441582 [ 3 ] {} <Debug> HTTP-Session: 3605c8eb-6778-428b-9984-540f74e68040 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8461 2024.10.03 20:35:16.441601 [ 3 ] {} <Debug> HTTP-Session: 3605c8eb-6778-428b-9984-540f74e68040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8462 2024.10.03 20:35:16.441617 [ 3 ] {} <Debug> HTTP-Session: 3605c8eb-6778-428b-9984-540f74e68040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8463 2024.10.03 20:35:16.441655 [ 3 ] {} <Trace> HTTP-Session: 3605c8eb-6778-428b-9984-540f74e68040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8464 2024.10.03 20:35:16.441786 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8465 2024.10.03 20:35:16.441835 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8466 2024.10.03 20:35:16.442076 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8467 2024.10.03 20:35:16.442446 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8468 2024.10.03 20:35:16.442486 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8469 2024.10.03 20:35:16.442862 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8470 2024.10.03 20:35:16.443247 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8471 2024.10.03 20:35:16.443413 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001672 sec., 43660.28708133971 rows/sec., 3.54 MiB/sec.
8472 2024.10.03 20:35:16.443605 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Debug> DynamicQueryHandler: Done processing query
8473 2024.10.03 20:35:16.443631 [ 3 ] {c3a8baa2-549a-460c-8e0a-c0c2da504832} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8474 2024.10.03 20:35:16.443648 [ 3 ] {} <Debug> HTTP-Session: 3605c8eb-6778-428b-9984-540f74e68040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8475 2024.10.03 20:35:16.443786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8476 2024.10.03 20:35:16.443839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8477 2024.10.03 20:35:16.443859 [ 3 ] {} <Debug> HTTP-Session: bc5d7db8-1ce4-46ad-ac2f-37d9b9ec4d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8478 2024.10.03 20:35:16.443877 [ 3 ] {} <Debug> HTTP-Session: bc5d7db8-1ce4-46ad-ac2f-37d9b9ec4d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8479 2024.10.03 20:35:16.443892 [ 3 ] {} <Debug> HTTP-Session: bc5d7db8-1ce4-46ad-ac2f-37d9b9ec4d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8480 2024.10.03 20:35:16.443925 [ 3 ] {} <Trace> HTTP-Session: bc5d7db8-1ce4-46ad-ac2f-37d9b9ec4d20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8481 2024.10.03 20:35:16.444027 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8482 2024.10.03 20:35:16.444073 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8483 2024.10.03 20:35:16.444313 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8484 2024.10.03 20:35:16.444621 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8485 2024.10.03 20:35:16.444660 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8486 2024.10.03 20:35:16.445032 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8487 2024.10.03 20:35:16.445408 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8488 2024.10.03 20:35:16.445574 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 473.01 KiB/sec.
8489 2024.10.03 20:35:16.445758 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Debug> DynamicQueryHandler: Done processing query
8490 2024.10.03 20:35:16.445783 [ 3 ] {f7356411-ed6f-4d1a-8a5c-00ca3473eb68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8491 2024.10.03 20:35:16.445801 [ 3 ] {} <Debug> HTTP-Session: bc5d7db8-1ce4-46ad-ac2f-37d9b9ec4d20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8492 2024.10.03 20:35:16.445929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8493 2024.10.03 20:35:16.445981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8494 2024.10.03 20:35:16.446002 [ 3 ] {} <Debug> HTTP-Session: 2631451a-ae3f-4064-abd8-a753801213fe Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8495 2024.10.03 20:35:16.446020 [ 3 ] {} <Debug> HTTP-Session: 2631451a-ae3f-4064-abd8-a753801213fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8496 2024.10.03 20:35:16.446035 [ 3 ] {} <Debug> HTTP-Session: 2631451a-ae3f-4064-abd8-a753801213fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8497 2024.10.03 20:35:16.446067 [ 3 ] {} <Trace> HTTP-Session: 2631451a-ae3f-4064-abd8-a753801213fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8498 2024.10.03 20:35:16.446192 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8499 2024.10.03 20:35:16.446237 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8500 2024.10.03 20:35:16.446468 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8501 2024.10.03 20:35:16.446822 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8502 2024.10.03 20:35:16.446861 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8503 2024.10.03 20:35:16.447228 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8504 2024.10.03 20:35:16.447609 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8505 2024.10.03 20:35:16.447768 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001615 sec., 45820.43343653251 rows/sec., 3.58 MiB/sec.
8506 2024.10.03 20:35:16.447952 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Debug> DynamicQueryHandler: Done processing query
8507 2024.10.03 20:35:16.447979 [ 3 ] {6fe5f9ea-d281-41c4-b7e0-47c9d0eced0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8508 2024.10.03 20:35:16.447996 [ 3 ] {} <Debug> HTTP-Session: 2631451a-ae3f-4064-abd8-a753801213fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8509 2024.10.03 20:35:16.448146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8510 2024.10.03 20:35:16.448198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8511 2024.10.03 20:35:16.448219 [ 3 ] {} <Debug> HTTP-Session: 2be233a7-ae32-4451-9c14-bc4e55c6ddf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8512 2024.10.03 20:35:16.448237 [ 3 ] {} <Debug> HTTP-Session: 2be233a7-ae32-4451-9c14-bc4e55c6ddf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8513 2024.10.03 20:35:16.448252 [ 3 ] {} <Debug> HTTP-Session: 2be233a7-ae32-4451-9c14-bc4e55c6ddf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8514 2024.10.03 20:35:16.448284 [ 3 ] {} <Trace> HTTP-Session: 2be233a7-ae32-4451-9c14-bc4e55c6ddf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8515 2024.10.03 20:35:16.448438 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8516 2024.10.03 20:35:16.448489 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8517 2024.10.03 20:35:16.448640 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8518 2024.10.03 20:35:16.449024 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8519 2024.10.03 20:35:16.449061 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8520 2024.10.03 20:35:16.449462 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8521 2024.10.03 20:35:16.449829 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8522 2024.10.03 20:35:16.449997 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001623 sec., 99199.01417128774 rows/sec., 6.91 MiB/sec.
8523 2024.10.03 20:35:16.450177 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Debug> DynamicQueryHandler: Done processing query
8524 2024.10.03 20:35:16.450204 [ 3 ] {5437c431-082f-4bc7-a525-ae31557bb5bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8525 2024.10.03 20:35:16.450220 [ 3 ] {} <Debug> HTTP-Session: 2be233a7-ae32-4451-9c14-bc4e55c6ddf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8526 2024.10.03 20:35:16.450382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8527 2024.10.03 20:35:16.450432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8528 2024.10.03 20:35:16.450453 [ 3 ] {} <Debug> HTTP-Session: 5eace312-00c2-440d-b91c-ce69b773fd8e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8529 2024.10.03 20:35:16.450471 [ 3 ] {} <Debug> HTTP-Session: 5eace312-00c2-440d-b91c-ce69b773fd8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8530 2024.10.03 20:35:16.450485 [ 3 ] {} <Debug> HTTP-Session: 5eace312-00c2-440d-b91c-ce69b773fd8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8531 2024.10.03 20:35:16.450516 [ 3 ] {} <Trace> HTTP-Session: 5eace312-00c2-440d-b91c-ce69b773fd8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8532 2024.10.03 20:35:16.450680 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8533 2024.10.03 20:35:16.450748 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8534 2024.10.03 20:35:16.451191 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8535 2024.10.03 20:35:16.451788 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8536 2024.10.03 20:35:16.451827 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8537 2024.10.03 20:35:16.452459 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8538 2024.10.03 20:35:16.452894 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8539 2024.10.03 20:35:16.453090 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002495 sec., 3206.4128256513027 rows/sec., 5.75 MiB/sec.
8540 2024.10.03 20:35:16.453327 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Debug> DynamicQueryHandler: Done processing query
8541 2024.10.03 20:35:16.453352 [ 3 ] {d67dbe35-e313-4ca1-8159-e146bd239c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8542 2024.10.03 20:35:16.453369 [ 3 ] {} <Debug> HTTP-Session: 5eace312-00c2-440d-b91c-ce69b773fd8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8543 2024.10.03 20:35:16.453498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8544 2024.10.03 20:35:16.453549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8545 2024.10.03 20:35:16.453569 [ 3 ] {} <Debug> HTTP-Session: 09654dd8-b622-4faa-92a0-615e801ac5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8546 2024.10.03 20:35:16.453587 [ 3 ] {} <Debug> HTTP-Session: 09654dd8-b622-4faa-92a0-615e801ac5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8547 2024.10.03 20:35:16.453602 [ 3 ] {} <Debug> HTTP-Session: 09654dd8-b622-4faa-92a0-615e801ac5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8548 2024.10.03 20:35:16.453634 [ 3 ] {} <Trace> HTTP-Session: 09654dd8-b622-4faa-92a0-615e801ac5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8549 2024.10.03 20:35:16.453752 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8550 2024.10.03 20:35:16.453800 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8551 2024.10.03 20:35:16.453934 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8552 2024.10.03 20:35:16.454243 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8553 2024.10.03 20:35:16.454281 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8554 2024.10.03 20:35:16.454651 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8555 2024.10.03 20:35:16.454987 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8556 2024.10.03 20:35:16.455149 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec.
8557 2024.10.03 20:35:16.455437 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Debug> DynamicQueryHandler: Done processing query
8558 2024.10.03 20:35:16.455492 [ 3 ] {b35dc31c-c4d7-4ad7-9f79-4ea4feb89c42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8559 2024.10.03 20:35:16.455529 [ 3 ] {} <Debug> HTTP-Session: 09654dd8-b622-4faa-92a0-615e801ac5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8560 2024.10.03 20:35:21.444445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8561 2024.10.03 20:35:21.444580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8562 2024.10.03 20:35:21.444605 [ 3 ] {} <Debug> HTTP-Session: cc3ce993-0762-4795-a424-094937633d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8563 2024.10.03 20:35:21.444630 [ 3 ] {} <Debug> HTTP-Session: cc3ce993-0762-4795-a424-094937633d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8564 2024.10.03 20:35:21.444647 [ 3 ] {} <Debug> HTTP-Session: cc3ce993-0762-4795-a424-094937633d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8565 2024.10.03 20:35:21.444695 [ 3 ] {} <Trace> HTTP-Session: cc3ce993-0762-4795-a424-094937633d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8566 2024.10.03 20:35:21.444877 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8567 2024.10.03 20:35:21.444946 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8568 2024.10.03 20:35:21.445282 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8569 2024.10.03 20:35:21.445762 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8570 2024.10.03 20:35:21.445811 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8571 2024.10.03 20:35:21.446229 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8572 2024.10.03 20:35:21.446654 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2024.10.03 20:35:21.446819 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001992 sec., 1004.0160642570282 rows/sec., 81.87 KiB/sec.
8574 2024.10.03 20:35:21.446849 [ 46 ] {} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8575 2024.10.03 20:35:21.446968 [ 46 ] {} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8576 2024.10.03 20:35:21.447016 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8577 2024.10.03 20:35:21.447142 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Debug> DynamicQueryHandler: Done processing query
8578 2024.10.03 20:35:21.447174 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8579 2024.10.03 20:35:21.447180 [ 3 ] {9d8b634f-3366-4e56-b828-9cbc9ca079e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8580 2024.10.03 20:35:21.447225 [ 3 ] {} <Debug> HTTP-Session: cc3ce993-0762-4795-a424-094937633d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8581 2024.10.03 20:35:21.447340 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8582 2024.10.03 20:35:21.447379 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8583 2024.10.03 20:35:21.447479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8584 2024.10.03 20:35:21.447494 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8585 2024.10.03 20:35:21.447575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8586 2024.10.03 20:35:21.447625 [ 3 ] {} <Debug> HTTP-Session: 4b1604a9-d9a8-4fa1-9953-87d0e537855b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8587 2024.10.03 20:35:21.447772 [ 3 ] {} <Debug> HTTP-Session: 4b1604a9-d9a8-4fa1-9953-87d0e537855b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8588 2024.10.03 20:35:21.447774 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8589 2024.10.03 20:35:21.447840 [ 3 ] {} <Debug> HTTP-Session: 4b1604a9-d9a8-4fa1-9953-87d0e537855b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8590 2024.10.03 20:35:21.447974 [ 3 ] {} <Trace> HTTP-Session: 4b1604a9-d9a8-4fa1-9953-87d0e537855b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8591 2024.10.03 20:35:21.448127 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8592 2024.10.03 20:35:21.448263 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
8593 2024.10.03 20:35:21.448345 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8594 2024.10.03 20:35:21.448413 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
8595 2024.10.03 20:35:21.448438 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8596 2024.10.03 20:35:21.449040 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8597 2024.10.03 20:35:21.449890 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8598 2024.10.03 20:35:21.449937 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8599 2024.10.03 20:35:21.450177 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.003078736 sec., 10393.875928303045 rows/sec., 888.15 KiB/sec.
8600 2024.10.03 20:35:21.450294 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8601 2024.10.03 20:35:21.450487 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8602 2024.10.03 20:35:21.450855 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8603 2024.10.03 20:35:21.450951 [ 200 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_15_3} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8604 2024.10.03 20:35:21.451028 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8605 2024.10.03 20:35:21.451049 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8606 2024.10.03 20:35:21.451198 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Debug> executeQuery: Read 252 rows, 22.79 KiB in 0.002995 sec., 84140.23372287146 rows/sec., 7.43 MiB/sec.
8607 2024.10.03 20:35:21.451568 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Debug> DynamicQueryHandler: Done processing query
8608 2024.10.03 20:35:21.451631 [ 3 ] {3bb4c75d-4601-44d3-be44-facd95ae2eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
8609 2024.10.03 20:35:21.451673 [ 3 ] {} <Debug> HTTP-Session: 4b1604a9-d9a8-4fa1-9953-87d0e537855b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8610 2024.10.03 20:35:21.451835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8611 2024.10.03 20:35:21.451890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8612 2024.10.03 20:35:21.451911 [ 3 ] {} <Debug> HTTP-Session: 0e49d5ef-b8c9-480d-bc85-0dfeec88a86b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8613 2024.10.03 20:35:21.451931 [ 3 ] {} <Debug> HTTP-Session: 0e49d5ef-b8c9-480d-bc85-0dfeec88a86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8614 2024.10.03 20:35:21.451946 [ 3 ] {} <Debug> HTTP-Session: 0e49d5ef-b8c9-480d-bc85-0dfeec88a86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8615 2024.10.03 20:35:21.451981 [ 3 ] {} <Trace> HTTP-Session: 0e49d5ef-b8c9-480d-bc85-0dfeec88a86b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8616 2024.10.03 20:35:21.452102 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8617 2024.10.03 20:35:21.452152 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8618 2024.10.03 20:35:21.452409 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8619 2024.10.03 20:35:21.452775 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8620 2024.10.03 20:35:21.452813 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8621 2024.10.03 20:35:21.453165 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8622 2024.10.03 20:35:21.453527 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8623 2024.10.03 20:35:21.453687 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001622 sec., 20345.25277435265 rows/sec., 1.49 MiB/sec.
8624 2024.10.03 20:35:21.453865 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Debug> DynamicQueryHandler: Done processing query
8625 2024.10.03 20:35:21.453890 [ 3 ] {947adb16-d99c-4084-a742-76fbc4b1ae1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8626 2024.10.03 20:35:21.453907 [ 3 ] {} <Debug> HTTP-Session: 0e49d5ef-b8c9-480d-bc85-0dfeec88a86b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8627 2024.10.03 20:35:21.454029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8628 2024.10.03 20:35:21.454079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8629 2024.10.03 20:35:21.454099 [ 3 ] {} <Debug> HTTP-Session: 55abe08f-342f-47c5-a7e0-4d07cd0df131 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8630 2024.10.03 20:35:21.454117 [ 3 ] {} <Debug> HTTP-Session: 55abe08f-342f-47c5-a7e0-4d07cd0df131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8631 2024.10.03 20:35:21.454132 [ 3 ] {} <Debug> HTTP-Session: 55abe08f-342f-47c5-a7e0-4d07cd0df131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8632 2024.10.03 20:35:21.454164 [ 3 ] {} <Trace> HTTP-Session: 55abe08f-342f-47c5-a7e0-4d07cd0df131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8633 2024.10.03 20:35:21.454265 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8634 2024.10.03 20:35:21.454310 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8635 2024.10.03 20:35:21.454535 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8636 2024.10.03 20:35:21.454845 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8637 2024.10.03 20:35:21.454883 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8638 2024.10.03 20:35:21.455242 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8639 2024.10.03 20:35:21.455607 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8640 2024.10.03 20:35:21.455769 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec.
8641 2024.10.03 20:35:21.455943 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Debug> DynamicQueryHandler: Done processing query
8642 2024.10.03 20:35:21.455969 [ 3 ] {af931d80-6717-4b2c-bb6d-8de5518c1b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8643 2024.10.03 20:35:21.455986 [ 3 ] {} <Debug> HTTP-Session: 55abe08f-342f-47c5-a7e0-4d07cd0df131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8644 2024.10.03 20:35:21.456098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8645 2024.10.03 20:35:21.456148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8646 2024.10.03 20:35:21.456168 [ 3 ] {} <Debug> HTTP-Session: a406ee7d-d7b2-44ee-ae52-ac4ca57bfc4c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8647 2024.10.03 20:35:21.456186 [ 3 ] {} <Debug> HTTP-Session: a406ee7d-d7b2-44ee-ae52-ac4ca57bfc4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8648 2024.10.03 20:35:21.456200 [ 3 ] {} <Debug> HTTP-Session: a406ee7d-d7b2-44ee-ae52-ac4ca57bfc4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8649 2024.10.03 20:35:21.456230 [ 3 ] {} <Trace> HTTP-Session: a406ee7d-d7b2-44ee-ae52-ac4ca57bfc4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8650 2024.10.03 20:35:21.456333 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8651 2024.10.03 20:35:21.456377 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8652 2024.10.03 20:35:21.456609 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8653 2024.10.03 20:35:21.456911 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8654 2024.10.03 20:35:21.456949 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8655 2024.10.03 20:35:21.457293 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8656 2024.10.03 20:35:21.457658 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8657 2024.10.03 20:35:21.457821 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 236.01 KiB/sec.
8658 2024.10.03 20:35:21.457990 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Debug> DynamicQueryHandler: Done processing query
8659 2024.10.03 20:35:21.458015 [ 3 ] {4f18fa78-539f-43b9-8776-6d3f18c21427} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8660 2024.10.03 20:35:21.458032 [ 3 ] {} <Debug> HTTP-Session: a406ee7d-d7b2-44ee-ae52-ac4ca57bfc4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8661 2024.10.03 20:35:21.458285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8662 2024.10.03 20:35:21.458335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8663 2024.10.03 20:35:21.458354 [ 3 ] {} <Debug> HTTP-Session: 42d69844-182d-4b03-8513-3bdeadc3f730 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8664 2024.10.03 20:35:21.458372 [ 3 ] {} <Debug> HTTP-Session: 42d69844-182d-4b03-8513-3bdeadc3f730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8665 2024.10.03 20:35:21.458387 [ 3 ] {} <Debug> HTTP-Session: 42d69844-182d-4b03-8513-3bdeadc3f730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8666 2024.10.03 20:35:21.458419 [ 3 ] {} <Trace> HTTP-Session: 42d69844-182d-4b03-8513-3bdeadc3f730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8667 2024.10.03 20:35:21.458644 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8668 2024.10.03 20:35:21.458688 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8669 2024.10.03 20:35:21.458916 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8670 2024.10.03 20:35:21.459480 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8671 2024.10.03 20:35:21.459517 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8672 2024.10.03 20:35:21.459895 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8673 2024.10.03 20:35:21.460274 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8674 2024.10.03 20:35:21.460433 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001893 sec., 219228.73745377708 rows/sec., 15.65 MiB/sec.
8675 2024.10.03 20:35:21.460608 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Debug> DynamicQueryHandler: Done processing query
8676 2024.10.03 20:35:21.460633 [ 3 ] {4fa49208-6ec0-4b82-8499-a9e57c264251} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8677 2024.10.03 20:35:21.460649 [ 3 ] {} <Debug> HTTP-Session: 42d69844-182d-4b03-8513-3bdeadc3f730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8678 2024.10.03 20:35:21.460780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8679 2024.10.03 20:35:21.460830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8680 2024.10.03 20:35:21.460850 [ 3 ] {} <Debug> HTTP-Session: b0486a0c-de79-4926-93ad-e2f9dcf110ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8681 2024.10.03 20:35:21.460867 [ 3 ] {} <Debug> HTTP-Session: b0486a0c-de79-4926-93ad-e2f9dcf110ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8682 2024.10.03 20:35:21.460881 [ 3 ] {} <Debug> HTTP-Session: b0486a0c-de79-4926-93ad-e2f9dcf110ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8683 2024.10.03 20:35:21.460913 [ 3 ] {} <Trace> HTTP-Session: b0486a0c-de79-4926-93ad-e2f9dcf110ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8684 2024.10.03 20:35:21.461011 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8685 2024.10.03 20:35:21.461058 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8686 2024.10.03 20:35:21.461189 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8687 2024.10.03 20:35:21.461484 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8688 2024.10.03 20:35:21.461522 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8689 2024.10.03 20:35:21.461884 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8690 2024.10.03 20:35:21.462243 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8691 2024.10.03 20:35:21.462525 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec.
8692 2024.10.03 20:35:21.462700 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Debug> DynamicQueryHandler: Done processing query
8693 2024.10.03 20:35:21.462725 [ 3 ] {7b60d0a6-a269-414f-8efe-ae332610a946} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8694 2024.10.03 20:35:21.462742 [ 3 ] {} <Debug> HTTP-Session: b0486a0c-de79-4926-93ad-e2f9dcf110ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8695 2024.10.03 20:35:21.462890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8696 2024.10.03 20:35:21.462940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8697 2024.10.03 20:35:21.462960 [ 3 ] {} <Debug> HTTP-Session: 493f9c57-ce81-4938-8136-2852fe3ee32f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8698 2024.10.03 20:35:21.462977 [ 3 ] {} <Debug> HTTP-Session: 493f9c57-ce81-4938-8136-2852fe3ee32f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8699 2024.10.03 20:35:21.462991 [ 3 ] {} <Debug> HTTP-Session: 493f9c57-ce81-4938-8136-2852fe3ee32f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8700 2024.10.03 20:35:21.463022 [ 3 ] {} <Trace> HTTP-Session: 493f9c57-ce81-4938-8136-2852fe3ee32f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8701 2024.10.03 20:35:21.463198 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8702 2024.10.03 20:35:21.463246 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8703 2024.10.03 20:35:21.463392 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8704 2024.10.03 20:35:21.463829 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2024.10.03 20:35:21.463866 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8706 2024.10.03 20:35:21.464259 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8707 2024.10.03 20:35:21.464608 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.10.03 20:35:21.464764 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001648 sec., 144417.47572815535 rows/sec., 9.68 MiB/sec.
8709 2024.10.03 20:35:21.465024 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Debug> DynamicQueryHandler: Done processing query
8710 2024.10.03 20:35:21.465069 [ 3 ] {1d706e7a-abdb-4534-afa3-15512355bd6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8711 2024.10.03 20:35:21.465104 [ 3 ] {} <Debug> HTTP-Session: 493f9c57-ce81-4938-8136-2852fe3ee32f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8712 2024.10.03 20:35:21.465231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8713 2024.10.03 20:35:21.465281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8714 2024.10.03 20:35:21.465301 [ 3 ] {} <Debug> HTTP-Session: 81defa7c-bdff-4fb6-837f-997b34b819c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8715 2024.10.03 20:35:21.465318 [ 3 ] {} <Debug> HTTP-Session: 81defa7c-bdff-4fb6-837f-997b34b819c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8716 2024.10.03 20:35:21.465332 [ 3 ] {} <Debug> HTTP-Session: 81defa7c-bdff-4fb6-837f-997b34b819c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8717 2024.10.03 20:35:21.465362 [ 3 ] {} <Trace> HTTP-Session: 81defa7c-bdff-4fb6-837f-997b34b819c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8718 2024.10.03 20:35:21.465491 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8719 2024.10.03 20:35:21.465540 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8720 2024.10.03 20:35:21.465689 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8721 2024.10.03 20:35:21.465970 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8722 2024.10.03 20:35:21.466006 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8723 2024.10.03 20:35:21.466355 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8724 2024.10.03 20:35:21.466695 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8725 2024.10.03 20:35:21.466848 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec.
8726 2024.10.03 20:35:21.467051 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Debug> DynamicQueryHandler: Done processing query
8727 2024.10.03 20:35:21.467076 [ 3 ] {33945478-3981-4dd1-97fd-09f5e6b8a888} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8728 2024.10.03 20:35:21.467092 [ 3 ] {} <Debug> HTTP-Session: 81defa7c-bdff-4fb6-837f-997b34b819c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8729 2024.10.03 20:35:21.467255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8730 2024.10.03 20:35:21.467304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8731 2024.10.03 20:35:21.467322 [ 3 ] {} <Debug> HTTP-Session: ddeb72d9-d882-465a-a596-bedcaf7101d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8732 2024.10.03 20:35:21.467340 [ 3 ] {} <Debug> HTTP-Session: ddeb72d9-d882-465a-a596-bedcaf7101d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8733 2024.10.03 20:35:21.467357 [ 3 ] {} <Debug> HTTP-Session: ddeb72d9-d882-465a-a596-bedcaf7101d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8734 2024.10.03 20:35:21.467387 [ 3 ] {} <Trace> HTTP-Session: ddeb72d9-d882-465a-a596-bedcaf7101d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8735 2024.10.03 20:35:21.467750 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8736 2024.10.03 20:35:21.467817 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8737 2024.10.03 20:35:21.468245 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8738 2024.10.03 20:35:21.468995 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8739 2024.10.03 20:35:21.469033 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8740 2024.10.03 20:35:21.469775 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8741 2024.10.03 20:35:21.470267 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8742 2024.10.03 20:35:21.470466 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002977 sec., 10413.167618407793 rows/sec., 18.66 MiB/sec.
8743 2024.10.03 20:35:21.470702 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Debug> DynamicQueryHandler: Done processing query
8744 2024.10.03 20:35:21.470728 [ 3 ] {b3ef846d-3c10-406b-8da9-262f562e9c16} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
8745 2024.10.03 20:35:21.470746 [ 3 ] {} <Debug> HTTP-Session: ddeb72d9-d882-465a-a596-bedcaf7101d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8746 2024.10.03 20:35:21.470885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8747 2024.10.03 20:35:21.470936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8748 2024.10.03 20:35:21.470955 [ 3 ] {} <Debug> HTTP-Session: 72f8e671-bcd6-406d-b635-31d72007187e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8749 2024.10.03 20:35:21.470973 [ 3 ] {} <Debug> HTTP-Session: 72f8e671-bcd6-406d-b635-31d72007187e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8750 2024.10.03 20:35:21.470987 [ 3 ] {} <Debug> HTTP-Session: 72f8e671-bcd6-406d-b635-31d72007187e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8751 2024.10.03 20:35:21.471019 [ 3 ] {} <Trace> HTTP-Session: 72f8e671-bcd6-406d-b635-31d72007187e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8752 2024.10.03 20:35:21.471153 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8753 2024.10.03 20:35:21.471199 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8754 2024.10.03 20:35:21.471332 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8755 2024.10.03 20:35:21.471654 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8756 2024.10.03 20:35:21.471690 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
8757 2024.10.03 20:35:21.472065 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8758 2024.10.03 20:35:21.472396 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2024.10.03 20:35:21.472550 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec.
8760 2024.10.03 20:35:21.472745 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Debug> DynamicQueryHandler: Done processing query
8761 2024.10.03 20:35:21.472779 [ 3 ] {e98d229b-94b6-44a0-963a-73f69da4b9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8762 2024.10.03 20:35:21.472800 [ 3 ] {} <Debug> HTTP-Session: 72f8e671-bcd6-406d-b635-31d72007187e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8763 2024.10.03 20:35:24.726790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8764 2024.10.03 20:35:24.727053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8765 2024.10.03 20:35:24.727148 [ 3 ] {} <Debug> HTTP-Session: 5317182e-9c25-4575-b314-4e7292e6175b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8766 2024.10.03 20:35:24.727210 [ 3 ] {} <Debug> HTTP-Session: 5317182e-9c25-4575-b314-4e7292e6175b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8767 2024.10.03 20:35:24.727228 [ 3 ] {} <Debug> HTTP-Session: 5317182e-9c25-4575-b314-4e7292e6175b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8768 2024.10.03 20:35:24.727277 [ 3 ] {} <Trace> HTTP-Session: 5317182e-9c25-4575-b314-4e7292e6175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8769 2024.10.03 20:35:24.727462 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8770 2024.10.03 20:35:24.727532 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8771 2024.10.03 20:35:24.727875 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8772 2024.10.03 20:35:24.728346 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8773 2024.10.03 20:35:24.728392 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8774 2024.10.03 20:35:24.728827 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8775 2024.10.03 20:35:24.729233 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8776 2024.10.03 20:35:24.729468 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00201 sec., 2985.0746268656717 rows/sec., 243.41 KiB/sec.
8777 2024.10.03 20:35:24.729697 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Debug> DynamicQueryHandler: Done processing query
8778 2024.10.03 20:35:24.729726 [ 3 ] {63ed6125-c3f4-4853-8dbd-f04ac96e42d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8779 2024.10.03 20:35:24.729744 [ 3 ] {} <Debug> HTTP-Session: 5317182e-9c25-4575-b314-4e7292e6175b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8780 2024.10.03 20:35:24.729991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 176329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8781 2024.10.03 20:35:24.730048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8782 2024.10.03 20:35:24.730069 [ 3 ] {} <Debug> HTTP-Session: dfefff75-d2ee-4951-81b2-19ec1a6dfd7e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8783 2024.10.03 20:35:24.730089 [ 3 ] {} <Debug> HTTP-Session: dfefff75-d2ee-4951-81b2-19ec1a6dfd7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8784 2024.10.03 20:35:24.730103 [ 3 ] {} <Debug> HTTP-Session: dfefff75-d2ee-4951-81b2-19ec1a6dfd7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8785 2024.10.03 20:35:24.730138 [ 3 ] {} <Trace> HTTP-Session: dfefff75-d2ee-4951-81b2-19ec1a6dfd7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8786 2024.10.03 20:35:24.730620 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8787 2024.10.03 20:35:24.730669 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8788 2024.10.03 20:35:24.730914 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8789 2024.10.03 20:35:24.732185 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8790 2024.10.03 20:35:24.732225 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8791 2024.10.03 20:35:24.732676 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8792 2024.10.03 20:35:24.733056 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8793 2024.10.03 20:35:24.733226 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Debug> executeQuery: Read 1215 rows, 102.77 KiB in 0.002926 sec., 415242.65208475734 rows/sec., 34.30 MiB/sec.
8794 2024.10.03 20:35:24.733439 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Debug> DynamicQueryHandler: Done processing query
8795 2024.10.03 20:35:24.733475 [ 3 ] {8772e4f5-0a4d-4726-b303-8afe6ba0b564} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
8796 2024.10.03 20:35:24.733502 [ 3 ] {} <Debug> HTTP-Session: dfefff75-d2ee-4951-81b2-19ec1a6dfd7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8797 2024.10.03 20:35:24.733886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8798 2024.10.03 20:35:24.733939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8799 2024.10.03 20:35:24.733960 [ 3 ] {} <Debug> HTTP-Session: f465b73d-e5b3-4bb3-853e-6b91e3c07209 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8800 2024.10.03 20:35:24.733979 [ 3 ] {} <Debug> HTTP-Session: f465b73d-e5b3-4bb3-853e-6b91e3c07209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8801 2024.10.03 20:35:24.733994 [ 3 ] {} <Debug> HTTP-Session: f465b73d-e5b3-4bb3-853e-6b91e3c07209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8802 2024.10.03 20:35:24.734027 [ 3 ] {} <Trace> HTTP-Session: f465b73d-e5b3-4bb3-853e-6b91e3c07209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8803 2024.10.03 20:35:24.734133 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8804 2024.10.03 20:35:24.734179 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8805 2024.10.03 20:35:24.734410 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8806 2024.10.03 20:35:24.734736 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8807 2024.10.03 20:35:24.734773 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8808 2024.10.03 20:35:24.735125 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8809 2024.10.03 20:35:24.735499 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2024.10.03 20:35:24.735662 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001548 sec., 9043.927648578812 rows/sec., 659.24 KiB/sec.
8811 2024.10.03 20:35:24.735674 [ 38 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8812 2024.10.03 20:35:24.735786 [ 38 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8813 2024.10.03 20:35:24.735828 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8814 2024.10.03 20:35:24.735938 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Debug> DynamicQueryHandler: Done processing query
8815 2024.10.03 20:35:24.735997 [ 3 ] {e8bca468-3fd5-4ea6-bd03-dae27197c97c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8816 2024.10.03 20:35:24.736028 [ 3 ] {} <Debug> HTTP-Session: f465b73d-e5b3-4bb3-853e-6b91e3c07209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8817 2024.10.03 20:35:24.736034 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
8818 2024.10.03 20:35:24.736234 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8819 2024.10.03 20:35:24.736293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8820 2024.10.03 20:35:24.736300 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part
8821 2024.10.03 20:35:24.736385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8822 2024.10.03 20:35:24.736444 [ 3 ] {} <Debug> HTTP-Session: 302747f6-6a31-4c43-abe4-03f789df0715 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8823 2024.10.03 20:35:24.736524 [ 3 ] {} <Debug> HTTP-Session: 302747f6-6a31-4c43-abe4-03f789df0715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8824 2024.10.03 20:35:24.736577 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
8825 2024.10.03 20:35:24.736596 [ 3 ] {} <Debug> HTTP-Session: 302747f6-6a31-4c43-abe4-03f789df0715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8826 2024.10.03 20:35:24.736730 [ 3 ] {} <Trace> HTTP-Session: 302747f6-6a31-4c43-abe4-03f789df0715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8827 2024.10.03 20:35:24.736893 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part
8828 2024.10.03 20:35:24.737223 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8829 2024.10.03 20:35:24.737231 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part
8830 2024.10.03 20:35:24.737333 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8831 2024.10.03 20:35:24.737582 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part
8832 2024.10.03 20:35:24.737883 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
8833 2024.10.03 20:35:24.738711 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8834 2024.10.03 20:35:24.739843 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8835 2024.10.03 20:35:24.739919 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8836 2024.10.03 20:35:24.740760 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856841 sec., 32737.32864633617 rows/sec., 2.49 MiB/sec.
8837 2024.10.03 20:35:24.740970 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8838 2024.10.03 20:35:24.740984 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8839 2024.10.03 20:35:24.742197 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8840 2024.10.03 20:35:24.742211 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8841 2024.10.03 20:35:24.742366 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_36_7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8842 2024.10.03 20:35:24.742626 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8843 2024.10.03 20:35:24.742626 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005614 sec., 40612.75382971144 rows/sec., 2.75 MiB/sec.
8844 2024.10.03 20:35:24.742848 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Debug> DynamicQueryHandler: Done processing query
8845 2024.10.03 20:35:24.742874 [ 3 ] {cc56a1a4-9c5b-4225-a3cf-ffb4ca715bff} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8846 2024.10.03 20:35:24.742891 [ 3 ] {} <Debug> HTTP-Session: 302747f6-6a31-4c43-abe4-03f789df0715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8847 2024.10.03 20:35:24.743172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 88266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8848 2024.10.03 20:35:24.743222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8849 2024.10.03 20:35:24.743242 [ 3 ] {} <Debug> HTTP-Session: 9cc4732e-7748-4009-8403-4bf29a82f426 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8850 2024.10.03 20:35:24.743259 [ 3 ] {} <Debug> HTTP-Session: 9cc4732e-7748-4009-8403-4bf29a82f426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8851 2024.10.03 20:35:24.743273 [ 3 ] {} <Debug> HTTP-Session: 9cc4732e-7748-4009-8403-4bf29a82f426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8852 2024.10.03 20:35:24.743306 [ 3 ] {} <Trace> HTTP-Session: 9cc4732e-7748-4009-8403-4bf29a82f426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8853 2024.10.03 20:35:24.743682 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8854 2024.10.03 20:35:24.743726 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8855 2024.10.03 20:35:24.743960 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8856 2024.10.03 20:35:24.744605 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8857 2024.10.03 20:35:24.744643 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8858 2024.10.03 20:35:24.745027 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8859 2024.10.03 20:35:24.745401 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8860 2024.10.03 20:35:24.745552 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.00212 sec., 251886.7924528302 rows/sec., 18.67 MiB/sec.
8861 2024.10.03 20:35:24.745730 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Debug> DynamicQueryHandler: Done processing query
8862 2024.10.03 20:35:24.745756 [ 3 ] {b49cec70-e370-4d02-9a33-1bb582508d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8863 2024.10.03 20:35:24.745772 [ 3 ] {} <Debug> HTTP-Session: 9cc4732e-7748-4009-8403-4bf29a82f426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8864 2024.10.03 20:35:24.746107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 181293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8865 2024.10.03 20:35:24.746157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8866 2024.10.03 20:35:24.746177 [ 3 ] {} <Debug> HTTP-Session: aed7e02f-773d-4f4b-b429-12b7a86720e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8867 2024.10.03 20:35:24.746195 [ 3 ] {} <Debug> HTTP-Session: aed7e02f-773d-4f4b-b429-12b7a86720e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8868 2024.10.03 20:35:24.746209 [ 3 ] {} <Debug> HTTP-Session: aed7e02f-773d-4f4b-b429-12b7a86720e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8869 2024.10.03 20:35:24.746240 [ 3 ] {} <Trace> HTTP-Session: aed7e02f-773d-4f4b-b429-12b7a86720e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8870 2024.10.03 20:35:24.746723 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8871 2024.10.03 20:35:24.746773 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8872 2024.10.03 20:35:24.746919 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8873 2024.10.03 20:35:24.747746 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8874 2024.10.03 20:35:24.747782 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8875 2024.10.03 20:35:24.748221 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8876 2024.10.03 20:35:24.748574 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8877 2024.10.03 20:35:24.748724 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Debug> executeQuery: Read 955 rows, 65.60 KiB in 0.002327 sec., 410399.6562097121 rows/sec., 27.53 MiB/sec.
8878 2024.10.03 20:35:24.748892 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Debug> DynamicQueryHandler: Done processing query
8879 2024.10.03 20:35:24.748917 [ 3 ] {697cc80d-131e-4b2c-87fd-e195f41619a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
8880 2024.10.03 20:35:24.748933 [ 3 ] {} <Debug> HTTP-Session: aed7e02f-773d-4f4b-b429-12b7a86720e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8881 2024.10.03 20:35:24.749267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8882 2024.10.03 20:35:24.749314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8883 2024.10.03 20:35:24.749334 [ 3 ] {} <Debug> HTTP-Session: fc491574-023f-4cde-8336-da1ea00c5cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8884 2024.10.03 20:35:24.749350 [ 3 ] {} <Debug> HTTP-Session: fc491574-023f-4cde-8336-da1ea00c5cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8885 2024.10.03 20:35:24.749365 [ 3 ] {} <Debug> HTTP-Session: fc491574-023f-4cde-8336-da1ea00c5cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8886 2024.10.03 20:35:24.749396 [ 3 ] {} <Trace> HTTP-Session: fc491574-023f-4cde-8336-da1ea00c5cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8887 2024.10.03 20:35:24.749541 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8888 2024.10.03 20:35:24.749605 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8889 2024.10.03 20:35:24.750037 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8890 2024.10.03 20:35:24.750539 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8891 2024.10.03 20:35:24.750575 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8892 2024.10.03 20:35:24.751189 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8893 2024.10.03 20:35:24.751607 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8894 2024.10.03 20:35:24.751795 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002322 sec., 3445.3057708871665 rows/sec., 6.17 MiB/sec.
8895 2024.10.03 20:35:24.752019 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Debug> DynamicQueryHandler: Done processing query
8896 2024.10.03 20:35:24.752044 [ 3 ] {1ce1ad61-43df-4323-85d7-25307409728e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8897 2024.10.03 20:35:24.752061 [ 3 ] {} <Debug> HTTP-Session: fc491574-023f-4cde-8336-da1ea00c5cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8898 2024.10.03 20:35:24.752190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8899 2024.10.03 20:35:24.752238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8900 2024.10.03 20:35:24.752257 [ 3 ] {} <Debug> HTTP-Session: 13956978-c9e4-4fc8-8b6b-6bfdceb5e31d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8901 2024.10.03 20:35:24.752274 [ 3 ] {} <Debug> HTTP-Session: 13956978-c9e4-4fc8-8b6b-6bfdceb5e31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8902 2024.10.03 20:35:24.752289 [ 3 ] {} <Debug> HTTP-Session: 13956978-c9e4-4fc8-8b6b-6bfdceb5e31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8903 2024.10.03 20:35:24.752320 [ 3 ] {} <Trace> HTTP-Session: 13956978-c9e4-4fc8-8b6b-6bfdceb5e31d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8904 2024.10.03 20:35:24.752429 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8905 2024.10.03 20:35:24.752475 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8906 2024.10.03 20:35:24.752606 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8907 2024.10.03 20:35:24.752893 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8908 2024.10.03 20:35:24.752929 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8909 2024.10.03 20:35:24.753285 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8910 2024.10.03 20:35:24.753616 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8911 2024.10.03 20:35:24.753774 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001365 sec., 29304.029304029307 rows/sec., 1.98 MiB/sec.
8912 2024.10.03 20:35:24.753967 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Debug> DynamicQueryHandler: Done processing query
8913 2024.10.03 20:35:24.753995 [ 3 ] {f4871b12-4594-4cda-b334-878b3aebd2bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8914 2024.10.03 20:35:24.754014 [ 3 ] {} <Debug> HTTP-Session: 13956978-c9e4-4fc8-8b6b-6bfdceb5e31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8915 2024.10.03 20:35:25.544896 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
8916 2024.10.03 20:35:25.544954 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
8917 2024.10.03 20:35:25.745062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 880
8918 2024.10.03 20:35:25.748326 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8919 2024.10.03 20:35:25.748378 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8920 2024.10.03 20:35:25.749882 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8921 2024.10.03 20:35:25.750856 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8922 2024.10.03 20:35:25.751373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 880
8923 2024.10.03 20:35:26.433444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8924 2024.10.03 20:35:26.433560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8925 2024.10.03 20:35:26.433586 [ 3 ] {} <Debug> HTTP-Session: ed380f28-41ec-4214-a686-55f24bbae63b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8926 2024.10.03 20:35:26.433611 [ 3 ] {} <Debug> HTTP-Session: ed380f28-41ec-4214-a686-55f24bbae63b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8927 2024.10.03 20:35:26.433626 [ 3 ] {} <Debug> HTTP-Session: ed380f28-41ec-4214-a686-55f24bbae63b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8928 2024.10.03 20:35:26.433676 [ 3 ] {} <Trace> HTTP-Session: ed380f28-41ec-4214-a686-55f24bbae63b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8929 2024.10.03 20:35:26.433870 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8930 2024.10.03 20:35:26.433935 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8931 2024.10.03 20:35:26.434265 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8932 2024.10.03 20:35:26.434724 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8933 2024.10.03 20:35:26.434762 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8934 2024.10.03 20:35:26.435200 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8935 2024.10.03 20:35:26.435610 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8936 2024.10.03 20:35:26.435763 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec.
8937 2024.10.03 20:35:26.435971 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Debug> DynamicQueryHandler: Done processing query
8938 2024.10.03 20:35:26.435998 [ 3 ] {3dc99d01-dfd8-45d8-b4a1-2bb422916ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8939 2024.10.03 20:35:26.436016 [ 3 ] {} <Debug> HTTP-Session: ed380f28-41ec-4214-a686-55f24bbae63b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8940 2024.10.03 20:35:26.436166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8941 2024.10.03 20:35:26.436216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8942 2024.10.03 20:35:26.436237 [ 3 ] {} <Debug> HTTP-Session: 7e7c1a98-f661-4cf8-9387-af53340f8020 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8943 2024.10.03 20:35:26.436254 [ 3 ] {} <Debug> HTTP-Session: 7e7c1a98-f661-4cf8-9387-af53340f8020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8944 2024.10.03 20:35:26.436270 [ 3 ] {} <Debug> HTTP-Session: 7e7c1a98-f661-4cf8-9387-af53340f8020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8945 2024.10.03 20:35:26.436302 [ 3 ] {} <Trace> HTTP-Session: 7e7c1a98-f661-4cf8-9387-af53340f8020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8946 2024.10.03 20:35:26.436419 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8947 2024.10.03 20:35:26.436465 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8948 2024.10.03 20:35:26.436689 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8949 2024.10.03 20:35:26.437103 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8950 2024.10.03 20:35:26.437141 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8951 2024.10.03 20:35:26.437500 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8952 2024.10.03 20:35:26.437870 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8953 2024.10.03 20:35:26.438004 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 3.08 MiB/sec.
8954 2024.10.03 20:35:26.438176 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Debug> DynamicQueryHandler: Done processing query
8955 2024.10.03 20:35:26.438201 [ 3 ] {b0e172e1-12a0-4f11-8386-fa9d66503748} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8956 2024.10.03 20:35:26.438217 [ 3 ] {} <Debug> HTTP-Session: 7e7c1a98-f661-4cf8-9387-af53340f8020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8957 2024.10.03 20:35:26.438410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8958 2024.10.03 20:35:26.438464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8959 2024.10.03 20:35:26.438484 [ 3 ] {} <Debug> HTTP-Session: 2aa260b6-1c9c-45eb-aece-4205b37bb81a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8960 2024.10.03 20:35:26.438501 [ 3 ] {} <Debug> HTTP-Session: 2aa260b6-1c9c-45eb-aece-4205b37bb81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8961 2024.10.03 20:35:26.438517 [ 3 ] {} <Debug> HTTP-Session: 2aa260b6-1c9c-45eb-aece-4205b37bb81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8962 2024.10.03 20:35:26.438550 [ 3 ] {} <Trace> HTTP-Session: 2aa260b6-1c9c-45eb-aece-4205b37bb81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8963 2024.10.03 20:35:26.438667 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8964 2024.10.03 20:35:26.438716 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8965 2024.10.03 20:35:26.438862 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8966 2024.10.03 20:35:26.439190 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8967 2024.10.03 20:35:26.439227 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8968 2024.10.03 20:35:26.439603 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8969 2024.10.03 20:35:26.439962 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8970 2024.10.03 20:35:26.440096 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.00147 sec., 36734.69387755102 rows/sec., 2.56 MiB/sec.
8971 2024.10.03 20:35:26.440368 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Debug> DynamicQueryHandler: Done processing query
8972 2024.10.03 20:35:26.440424 [ 3 ] {b229182d-42c6-4173-acb7-3ccea39064fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8973 2024.10.03 20:35:26.440477 [ 3 ] {} <Debug> HTTP-Session: 2aa260b6-1c9c-45eb-aece-4205b37bb81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8974 2024.10.03 20:35:26.440641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8975 2024.10.03 20:35:26.440689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8976 2024.10.03 20:35:26.440709 [ 3 ] {} <Debug> HTTP-Session: 7d541ea4-3f06-48be-8108-0f1c8a56aef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8977 2024.10.03 20:35:26.440726 [ 3 ] {} <Debug> HTTP-Session: 7d541ea4-3f06-48be-8108-0f1c8a56aef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8978 2024.10.03 20:35:26.440741 [ 3 ] {} <Debug> HTTP-Session: 7d541ea4-3f06-48be-8108-0f1c8a56aef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8979 2024.10.03 20:35:26.440773 [ 3 ] {} <Trace> HTTP-Session: 7d541ea4-3f06-48be-8108-0f1c8a56aef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8980 2024.10.03 20:35:26.440881 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8981 2024.10.03 20:35:26.440928 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8982 2024.10.03 20:35:26.441074 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8983 2024.10.03 20:35:26.441386 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8984 2024.10.03 20:35:26.441423 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8985 2024.10.03 20:35:26.441790 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8986 2024.10.03 20:35:26.442121 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8987 2024.10.03 20:35:26.442252 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001401 sec., 14275.517487508923 rows/sec., 981.44 KiB/sec.
8988 2024.10.03 20:35:26.442419 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Debug> DynamicQueryHandler: Done processing query
8989 2024.10.03 20:35:26.442444 [ 3 ] {430fa51f-08b2-4d23-aa15-37940c7b1079} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8990 2024.10.03 20:35:26.442460 [ 3 ] {} <Debug> HTTP-Session: 7d541ea4-3f06-48be-8108-0f1c8a56aef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8991 2024.10.03 20:35:31.444046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8992 2024.10.03 20:35:31.444193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8993 2024.10.03 20:35:31.444225 [ 3 ] {} <Debug> HTTP-Session: 87f3652f-e8d3-4e85-9163-e24631a457fe Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
8994 2024.10.03 20:35:31.444255 [ 3 ] {} <Debug> HTTP-Session: 87f3652f-e8d3-4e85-9163-e24631a457fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8995 2024.10.03 20:35:31.444273 [ 3 ] {} <Debug> HTTP-Session: 87f3652f-e8d3-4e85-9163-e24631a457fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8996 2024.10.03 20:35:31.444329 [ 3 ] {} <Trace> HTTP-Session: 87f3652f-e8d3-4e85-9163-e24631a457fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8997 2024.10.03 20:35:31.444618 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8998 2024.10.03 20:35:31.444688 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8999 2024.10.03 20:35:31.445023 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9000 2024.10.03 20:35:31.445589 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9001 2024.10.03 20:35:31.445632 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9002 2024.10.03 20:35:31.446068 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9003 2024.10.03 20:35:31.446484 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9004 2024.10.03 20:35:31.446638 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002138 sec., 117399.43872778297 rows/sec., 10.38 MiB/sec.
9005 2024.10.03 20:35:31.446647 [ 32 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9006 2024.10.03 20:35:31.446699 [ 32 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9007 2024.10.03 20:35:31.446732 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9008 2024.10.03 20:35:31.446905 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Debug> DynamicQueryHandler: Done processing query
9009 2024.10.03 20:35:31.446963 [ 3 ] {dbd44101-7e4d-440f-9434-9240c73667bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
9010 2024.10.03 20:35:31.446982 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
9011 2024.10.03 20:35:31.447028 [ 3 ] {} <Debug> HTTP-Session: 87f3652f-e8d3-4e85-9163-e24631a457fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9012 2024.10.03 20:35:31.447431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9013 2024.10.03 20:35:31.447493 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9014 2024.10.03 20:35:31.447532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9015 2024.10.03 20:35:31.447588 [ 3 ] {} <Debug> HTTP-Session: d846c038-f89e-4e8a-85aa-d084f13f55cf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9016 2024.10.03 20:35:31.447594 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1417 rows starting from the beginning of the part
9017 2024.10.03 20:35:31.447615 [ 3 ] {} <Debug> HTTP-Session: d846c038-f89e-4e8a-85aa-d084f13f55cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9018 2024.10.03 20:35:31.447649 [ 3 ] {} <Debug> HTTP-Session: d846c038-f89e-4e8a-85aa-d084f13f55cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9019 2024.10.03 20:35:31.447740 [ 3 ] {} <Trace> HTTP-Session: d846c038-f89e-4e8a-85aa-d084f13f55cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9020 2024.10.03 20:35:31.448017 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 73 rows starting from the beginning of the part
9021 2024.10.03 20:35:31.448061 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9022 2024.10.03 20:35:31.448187 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9023 2024.10.03 20:35:31.448517 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 252 rows starting from the beginning of the part
9024 2024.10.03 20:35:31.449032 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1215 rows starting from the beginning of the part
9025 2024.10.03 20:35:31.449337 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9026 2024.10.03 20:35:31.449544 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
9027 2024.10.03 20:35:31.449835 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 251 rows starting from the beginning of the part
9028 2024.10.03 20:35:31.450612 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9029 2024.10.03 20:35:31.450658 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9030 2024.10.03 20:35:31.451801 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9031 2024.10.03 20:35:31.452889 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9032 2024.10.03 20:35:31.453057 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005078 sec., 6104.765655769988 rows/sec., 459.05 KiB/sec.
9033 2024.10.03 20:35:31.453723 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Debug> DynamicQueryHandler: Done processing query
9034 2024.10.03 20:35:31.453853 [ 3 ] {13128fd1-3a9d-4d95-a1ae-a5fd2ee28d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9035 2024.10.03 20:35:31.453996 [ 3 ] {} <Debug> HTTP-Session: d846c038-f89e-4e8a-85aa-d084f13f55cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9036 2024.10.03 20:35:31.454129 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3264 rows, containing 5 columns (5 merged, 0 gathered) in 0.007305131 sec., 446809.23586449027 rows/sec., 39.18 MiB/sec.
9037 2024.10.03 20:35:31.454234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9038 2024.10.03 20:35:31.454310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9039 2024.10.03 20:35:31.454344 [ 3 ] {} <Debug> HTTP-Session: 8c0b92e3-6a4a-46ed-872e-08730c48d6ee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9040 2024.10.03 20:35:31.454363 [ 3 ] {} <Debug> HTTP-Session: 8c0b92e3-6a4a-46ed-872e-08730c48d6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9041 2024.10.03 20:35:31.454380 [ 3 ] {} <Debug> HTTP-Session: 8c0b92e3-6a4a-46ed-872e-08730c48d6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9042 2024.10.03 20:35:31.454429 [ 3 ] {} <Trace> HTTP-Session: 8c0b92e3-6a4a-46ed-872e-08730c48d6ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9043 2024.10.03 20:35:31.454448 [ 194 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9044 2024.10.03 20:35:31.454652 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9045 2024.10.03 20:35:31.454713 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9046 2024.10.03 20:35:31.455675 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9047 2024.10.03 20:35:31.455822 [ 194 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9048 2024.10.03 20:35:31.455988 [ 194 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_46_9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9049 2024.10.03 20:35:31.456180 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
9050 2024.10.03 20:35:31.456284 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9051 2024.10.03 20:35:31.456325 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9052 2024.10.03 20:35:31.456697 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
9053 2024.10.03 20:35:31.457070 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9054 2024.10.03 20:35:31.457191 [ 32 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
9055 2024.10.03 20:35:31.457199 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002656 sec., 5271.084337349398 rows/sec., 369.15 KiB/sec.
9056 2024.10.03 20:35:31.457222 [ 32 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9057 2024.10.03 20:35:31.457254 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9058 2024.10.03 20:35:31.457520 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
9059 2024.10.03 20:35:31.457629 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Debug> DynamicQueryHandler: Done processing query
9060 2024.10.03 20:35:31.457742 [ 3 ] {84121925-34f0-459c-a974-32d047b59e3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9061 2024.10.03 20:35:31.457843 [ 3 ] {} <Debug> HTTP-Session: 8c0b92e3-6a4a-46ed-872e-08730c48d6ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9062 2024.10.03 20:35:31.457961 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9063 2024.10.03 20:35:31.458034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9064 2024.10.03 20:35:31.458050 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part
9065 2024.10.03 20:35:31.458127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9066 2024.10.03 20:35:31.458197 [ 3 ] {} <Debug> HTTP-Session: 4f45be5a-c91f-4c23-84ff-180b11edbdcc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9067 2024.10.03 20:35:31.458289 [ 3 ] {} <Debug> HTTP-Session: 4f45be5a-c91f-4c23-84ff-180b11edbdcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9068 2024.10.03 20:35:31.458366 [ 3 ] {} <Debug> HTTP-Session: 4f45be5a-c91f-4c23-84ff-180b11edbdcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9069 2024.10.03 20:35:31.458413 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
9070 2024.10.03 20:35:31.458455 [ 3 ] {} <Trace> HTTP-Session: 4f45be5a-c91f-4c23-84ff-180b11edbdcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9071 2024.10.03 20:35:31.458694 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
9072 2024.10.03 20:35:31.458748 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9073 2024.10.03 20:35:31.458910 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9074 2024.10.03 20:35:31.459003 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
9075 2024.10.03 20:35:31.459409 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part
9076 2024.10.03 20:35:31.459760 [ 201 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
9077 2024.10.03 20:35:31.460586 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9078 2024.10.03 20:35:31.461493 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9079 2024.10.03 20:35:31.461576 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9080 2024.10.03 20:35:31.462594 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9081 2024.10.03 20:35:31.462794 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426255 sec., 97120.3896610093 rows/sec., 6.60 MiB/sec.
9082 2024.10.03 20:35:31.463141 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
9083 2024.10.03 20:35:31.463352 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9084 2024.10.03 20:35:31.463638 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004983 sec., 1204.0939193257075 rows/sec., 71.14 KiB/sec.
9085 2024.10.03 20:35:31.464133 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Debug> DynamicQueryHandler: Done processing query
9086 2024.10.03 20:35:31.464179 [ 3 ] {5ff205f9-c251-47e8-a20d-b978664bc377} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9087 2024.10.03 20:35:31.464208 [ 3 ] {} <Debug> HTTP-Session: 4f45be5a-c91f-4c23-84ff-180b11edbdcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9088 2024.10.03 20:35:31.464322 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9089 2024.10.03 20:35:31.464417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9090 2024.10.03 20:35:31.464447 [ 187 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_26_5} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
9091 2024.10.03 20:35:31.464486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9092 2024.10.03 20:35:31.464545 [ 3 ] {} <Debug> HTTP-Session: 51a72785-4398-4e5c-bb72-59ac1f0851ac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9093 2024.10.03 20:35:31.464588 [ 3 ] {} <Debug> HTTP-Session: 51a72785-4398-4e5c-bb72-59ac1f0851ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9094 2024.10.03 20:35:31.464604 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9095 2024.10.03 20:35:31.464612 [ 3 ] {} <Debug> HTTP-Session: 51a72785-4398-4e5c-bb72-59ac1f0851ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9096 2024.10.03 20:35:31.464668 [ 3 ] {} <Trace> HTTP-Session: 51a72785-4398-4e5c-bb72-59ac1f0851ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9097 2024.10.03 20:35:31.464918 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9098 2024.10.03 20:35:31.464962 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9099 2024.10.03 20:35:31.465213 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9100 2024.10.03 20:35:31.465780 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9101 2024.10.03 20:35:31.465817 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9102 2024.10.03 20:35:31.466209 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9103 2024.10.03 20:35:31.466590 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9104 2024.10.03 20:35:31.466719 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001943 sec., 212557.9001544004 rows/sec., 15.16 MiB/sec.
9105 2024.10.03 20:35:31.466720 [ 32 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9106 2024.10.03 20:35:31.466784 [ 32 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9107 2024.10.03 20:35:31.466819 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9108 2024.10.03 20:35:31.466958 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Debug> DynamicQueryHandler: Done processing query
9109 2024.10.03 20:35:31.467042 [ 3 ] {38aa1ce7-8273-4c5f-9c39-2a5a755cfd81} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9110 2024.10.03 20:35:31.467111 [ 3 ] {} <Debug> HTTP-Session: 51a72785-4398-4e5c-bb72-59ac1f0851ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9111 2024.10.03 20:35:31.467249 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
9112 2024.10.03 20:35:31.467487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9113 2024.10.03 20:35:31.467615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9114 2024.10.03 20:35:31.467644 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9115 2024.10.03 20:35:31.467658 [ 3 ] {} <Debug> HTTP-Session: 11bf2a0f-0c1e-43a4-bfcc-a675a30425fd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9116 2024.10.03 20:35:31.467705 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
9117 2024.10.03 20:35:31.467709 [ 3 ] {} <Debug> HTTP-Session: 11bf2a0f-0c1e-43a4-bfcc-a675a30425fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9118 2024.10.03 20:35:31.467759 [ 3 ] {} <Debug> HTTP-Session: 11bf2a0f-0c1e-43a4-bfcc-a675a30425fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9119 2024.10.03 20:35:31.467885 [ 3 ] {} <Trace> HTTP-Session: 11bf2a0f-0c1e-43a4-bfcc-a675a30425fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2024.10.03 20:35:31.467971 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part
9121 2024.10.03 20:35:31.468256 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9122 2024.10.03 20:35:31.468300 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
9123 2024.10.03 20:35:31.468409 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9124 2024.10.03 20:35:31.468637 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 534 rows starting from the beginning of the part
9125 2024.10.03 20:35:31.468985 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
9126 2024.10.03 20:35:31.469343 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 413 rows starting from the beginning of the part
9127 2024.10.03 20:35:31.469694 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9128 2024.10.03 20:35:31.470568 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9129 2024.10.03 20:35:31.470624 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9130 2024.10.03 20:35:31.471689 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9131 2024.10.03 20:35:31.472236 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9132 2024.10.03 20:35:31.472616 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005706382 sec., 422859.87864114245 rows/sec., 32.43 MiB/sec.
9133 2024.10.03 20:35:31.472649 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004555 sec., 1317.2338090010976 rows/sec., 68.82 KiB/sec.
9134 2024.10.03 20:35:31.472929 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9135 2024.10.03 20:35:31.472948 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Debug> DynamicQueryHandler: Done processing query
9136 2024.10.03 20:35:31.473000 [ 3 ] {cb63fd7d-d95f-4b26-91c4-b4d14e431922} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9137 2024.10.03 20:35:31.473058 [ 3 ] {} <Debug> HTTP-Session: 11bf2a0f-0c1e-43a4-bfcc-a675a30425fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9138 2024.10.03 20:35:31.473308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9139 2024.10.03 20:35:31.473422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9140 2024.10.03 20:35:31.473488 [ 3 ] {} <Debug> HTTP-Session: ba0c522e-0384-4d59-be32-93d34882f2ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9141 2024.10.03 20:35:31.473538 [ 3 ] {} <Debug> HTTP-Session: ba0c522e-0384-4d59-be32-93d34882f2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9142 2024.10.03 20:35:31.473554 [ 3 ] {} <Debug> HTTP-Session: ba0c522e-0384-4d59-be32-93d34882f2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9143 2024.10.03 20:35:31.473606 [ 3 ] {} <Trace> HTTP-Session: ba0c522e-0384-4d59-be32-93d34882f2ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9144 2024.10.03 20:35:31.473777 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9145 2024.10.03 20:35:31.473865 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_46_9} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9146 2024.10.03 20:35:31.473981 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9147 2024.10.03 20:35:31.473994 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9148 2024.10.03 20:35:31.474056 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9149 2024.10.03 20:35:31.474223 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9150 2024.10.03 20:35:31.474647 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9151 2024.10.03 20:35:31.474684 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9152 2024.10.03 20:35:31.475076 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9153 2024.10.03 20:35:31.475429 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9154 2024.10.03 20:35:31.475556 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9155 2024.10.03 20:35:31.475561 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001823 sec., 130005.48546352168 rows/sec., 8.71 MiB/sec.
9156 2024.10.03 20:35:31.475588 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9157 2024.10.03 20:35:31.475630 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9158 2024.10.03 20:35:31.475765 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
9159 2024.10.03 20:35:31.475782 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Debug> DynamicQueryHandler: Done processing query
9160 2024.10.03 20:35:31.475822 [ 3 ] {93e3fe10-0fa8-49ad-bdea-a13f982c30b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9161 2024.10.03 20:35:31.475846 [ 3 ] {} <Debug> HTTP-Session: ba0c522e-0384-4d59-be32-93d34882f2ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9162 2024.10.03 20:35:31.475940 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9163 2024.10.03 20:35:31.475978 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12921 rows starting from the beginning of the part
9164 2024.10.03 20:35:31.476029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9165 2024.10.03 20:35:31.476153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9166 2024.10.03 20:35:31.476159 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
9167 2024.10.03 20:35:31.476197 [ 3 ] {} <Debug> HTTP-Session: dafccd3d-482c-4669-84ec-c1700e3cafbe Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9168 2024.10.03 20:35:31.476222 [ 3 ] {} <Debug> HTTP-Session: dafccd3d-482c-4669-84ec-c1700e3cafbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9169 2024.10.03 20:35:31.476280 [ 3 ] {} <Debug> HTTP-Session: dafccd3d-482c-4669-84ec-c1700e3cafbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9170 2024.10.03 20:35:31.476338 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 238 rows starting from the beginning of the part
9171 2024.10.03 20:35:31.476360 [ 3 ] {} <Trace> HTTP-Session: dafccd3d-482c-4669-84ec-c1700e3cafbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2024.10.03 20:35:31.476507 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 955 rows starting from the beginning of the part
9173 2024.10.03 20:35:31.476561 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9174 2024.10.03 20:35:31.476637 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 54 rows starting from the beginning of the part
9175 2024.10.03 20:35:31.476671 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9176 2024.10.03 20:35:31.476848 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
9177 2024.10.03 20:35:31.477272 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9178 2024.10.03 20:35:31.477696 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9179 2024.10.03 20:35:31.477731 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9180 2024.10.03 20:35:31.478127 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9181 2024.10.03 20:35:31.478625 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9182 2024.10.03 20:35:31.478811 [ 32 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
9183 2024.10.03 20:35:31.478857 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002355 sec., 424.6284501061571 rows/sec., 28.61 KiB/sec.
9184 2024.10.03 20:35:31.478866 [ 32 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2024.10.03 20:35:31.478918 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9186 2024.10.03 20:35:31.479479 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Debug> DynamicQueryHandler: Done processing query
9187 2024.10.03 20:35:31.479550 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9188 2024.10.03 20:35:31.479618 [ 3 ] {205c99dd-04ac-4784-a4be-2efeefe74f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9189 2024.10.03 20:35:31.479741 [ 3 ] {} <Debug> HTTP-Session: dafccd3d-482c-4669-84ec-c1700e3cafbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9190 2024.10.03 20:35:31.480136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9191 2024.10.03 20:35:31.480346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9192 2024.10.03 20:35:31.480424 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9193 2024.10.03 20:35:31.480450 [ 3 ] {} <Debug> HTTP-Session: cf83e351-25c0-41a5-995a-c0477733a917 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9194 2024.10.03 20:35:31.480539 [ 3 ] {} <Debug> HTTP-Session: cf83e351-25c0-41a5-995a-c0477733a917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9195 2024.10.03 20:35:31.480562 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part
9196 2024.10.03 20:35:31.480617 [ 3 ] {} <Debug> HTTP-Session: cf83e351-25c0-41a5-995a-c0477733a917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9197 2024.10.03 20:35:31.480886 [ 3 ] {} <Trace> HTTP-Session: cf83e351-25c0-41a5-995a-c0477733a917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9198 2024.10.03 20:35:31.481132 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9199 2024.10.03 20:35:31.481530 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9200 2024.10.03 20:35:31.481636 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9201 2024.10.03 20:35:31.481922 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9202 2024.10.03 20:35:31.482032 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9203 2024.10.03 20:35:31.482147 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::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
9204 2024.10.03 20:35:31.482777 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9205 2024.10.03 20:35:31.485462 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9206 2024.10.03 20:35:31.486621 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14566 rows, containing 5 columns (5 merged, 0 gathered) in 0.010904652 sec., 1335760.187486955 rows/sec., 90.07 MiB/sec.
9207 2024.10.03 20:35:31.487684 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.008566974 sec., 2451.273927059893 rows/sec., 164.72 KiB/sec.
9208 2024.10.03 20:35:31.487720 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9209 2024.10.03 20:35:31.488031 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
9210 2024.10.03 20:35:31.488285 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2024.10.03 20:35:31.488376 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9212 2024.10.03 20:35:31.489740 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9213 2024.10.03 20:35:31.490143 [ 193 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_20_4} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
9214 2024.10.03 20:35:31.490259 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9215 2024.10.03 20:35:31.490452 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9216 2024.10.03 20:35:31.490609 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9217 2024.10.03 20:35:31.490821 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
9218 2024.10.03 20:35:31.491123 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9219 2024.10.03 20:35:31.491566 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9220 2024.10.03 20:35:31.491760 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.010448 sec., 2967.075038284839 rows/sec., 5.32 MiB/sec.
9221 2024.10.03 20:35:31.492018 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Debug> DynamicQueryHandler: Done processing query
9222 2024.10.03 20:35:31.492044 [ 3 ] {28043c16-b767-45ad-b4b5-805ad0b63ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
9223 2024.10.03 20:35:31.492062 [ 3 ] {} <Debug> HTTP-Session: cf83e351-25c0-41a5-995a-c0477733a917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9224 2024.10.03 20:35:31.492198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9225 2024.10.03 20:35:31.492246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9226 2024.10.03 20:35:31.492265 [ 3 ] {} <Debug> HTTP-Session: fd193098-58bd-4c90-af7a-38abafcfe302 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9227 2024.10.03 20:35:31.492283 [ 3 ] {} <Debug> HTTP-Session: fd193098-58bd-4c90-af7a-38abafcfe302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9228 2024.10.03 20:35:31.492298 [ 3 ] {} <Debug> HTTP-Session: fd193098-58bd-4c90-af7a-38abafcfe302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9229 2024.10.03 20:35:31.492333 [ 3 ] {} <Trace> HTTP-Session: fd193098-58bd-4c90-af7a-38abafcfe302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9230 2024.10.03 20:35:31.492471 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9231 2024.10.03 20:35:31.492515 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9232 2024.10.03 20:35:31.492648 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9233 2024.10.03 20:35:31.493013 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9234 2024.10.03 20:35:31.493049 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9235 2024.10.03 20:35:31.493412 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9236 2024.10.03 20:35:31.493744 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9237 2024.10.03 20:35:31.493903 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec.
9238 2024.10.03 20:35:31.493903 [ 31 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9239 2024.10.03 20:35:31.493997 [ 31 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9240 2024.10.03 20:35:31.494043 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9241 2024.10.03 20:35:31.494208 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Debug> DynamicQueryHandler: Done processing query
9242 2024.10.03 20:35:31.494289 [ 3 ] {62aa1882-4640-4f54-8b32-9e91d7a275bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9243 2024.10.03 20:35:31.494347 [ 3 ] {} <Debug> HTTP-Session: fd193098-58bd-4c90-af7a-38abafcfe302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9244 2024.10.03 20:35:31.494403 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::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
9245 2024.10.03 20:35:31.494914 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9246 2024.10.03 20:35:31.494971 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2460 rows starting from the beginning of the part
9247 2024.10.03 20:35:31.495083 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::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
9248 2024.10.03 20:35:31.495274 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::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
9249 2024.10.03 20:35:31.495474 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::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
9250 2024.10.03 20:35:31.495653 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
9251 2024.10.03 20:35:31.495784 [ 195 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
9252 2024.10.03 20:35:31.497289 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2744 rows, containing 4 columns (4 merged, 0 gathered) in 0.003162579 sec., 867646.3101791291 rows/sec., 56.43 MiB/sec.
9253 2024.10.03 20:35:31.497639 [ 186 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9254 2024.10.03 20:35:31.498104 [ 186 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9255 2024.10.03 20:35:31.498195 [ 186 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_46_9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9256 2024.10.03 20:35:31.498295 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
9257 2024.10.03 20:35:35.751636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 908
9258 2024.10.03 20:35:35.754535 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9259 2024.10.03 20:35:35.754580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9260 2024.10.03 20:35:35.756070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9261 2024.10.03 20:35:35.757043 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9262 2024.10.03 20:35:35.757263 [ 25 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
9263 2024.10.03 20:35:35.757386 [ 25 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2024.10.03 20:35:35.757450 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9265 2024.10.03 20:35:35.757973 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
9266 2024.10.03 20:35:35.758457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908
9267 2024.10.03 20:35:35.759262 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9268 2024.10.03 20:35:35.759445 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 720 rows starting from the beginning of the part
9269 2024.10.03 20:35:35.760042 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part
9270 2024.10.03 20:35:35.760623 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part
9271 2024.10.03 20:35:35.761194 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
9272 2024.10.03 20:35:35.761717 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part
9273 2024.10.03 20:35:35.762201 [ 195 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part
9274 2024.10.03 20:35:35.770275 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 72 columns (72 merged, 0 gathered) in 0.012636304 sec., 71856.4542290214 rows/sec., 50.62 MiB/sec.
9275 2024.10.03 20:35:35.771347 [ 199 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
9276 2024.10.03 20:35:35.772796 [ 199 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9277 2024.10.03 20:35:35.772883 [ 199 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_21_4} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
9278 2024.10.03 20:35:35.773099 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB.
9279 2024.10.03 20:35:36.438712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9280 2024.10.03 20:35:36.438839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9281 2024.10.03 20:35:36.438870 [ 3 ] {} <Debug> HTTP-Session: c47002dd-74c9-40a9-899e-59442f524f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9282 2024.10.03 20:35:36.438900 [ 3 ] {} <Debug> HTTP-Session: c47002dd-74c9-40a9-899e-59442f524f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9283 2024.10.03 20:35:36.438920 [ 3 ] {} <Debug> HTTP-Session: c47002dd-74c9-40a9-899e-59442f524f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9284 2024.10.03 20:35:36.438976 [ 3 ] {} <Trace> HTTP-Session: c47002dd-74c9-40a9-899e-59442f524f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9285 2024.10.03 20:35:36.439201 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9286 2024.10.03 20:35:36.439275 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9287 2024.10.03 20:35:36.439653 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9288 2024.10.03 20:35:36.440173 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9289 2024.10.03 20:35:36.440218 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9290 2024.10.03 20:35:36.440655 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9291 2024.10.03 20:35:36.441044 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9292 2024.10.03 20:35:36.441195 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002075 sec., 34698.79518072289 rows/sec., 2.82 MiB/sec.
9293 2024.10.03 20:35:36.441422 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Debug> DynamicQueryHandler: Done processing query
9294 2024.10.03 20:35:36.441450 [ 3 ] {b90dc58c-b4a7-4b8d-adb9-efcf6be27ed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9295 2024.10.03 20:35:36.441468 [ 3 ] {} <Debug> HTTP-Session: c47002dd-74c9-40a9-899e-59442f524f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9296 2024.10.03 20:35:36.441641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9297 2024.10.03 20:35:36.441698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9298 2024.10.03 20:35:36.441720 [ 3 ] {} <Debug> HTTP-Session: 3e0da615-a8f2-4b37-9571-1b20c261c2d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9299 2024.10.03 20:35:36.441739 [ 3 ] {} <Debug> HTTP-Session: 3e0da615-a8f2-4b37-9571-1b20c261c2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9300 2024.10.03 20:35:36.441755 [ 3 ] {} <Debug> HTTP-Session: 3e0da615-a8f2-4b37-9571-1b20c261c2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9301 2024.10.03 20:35:36.441792 [ 3 ] {} <Trace> HTTP-Session: 3e0da615-a8f2-4b37-9571-1b20c261c2d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9302 2024.10.03 20:35:36.441900 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9303 2024.10.03 20:35:36.441948 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9304 2024.10.03 20:35:36.442187 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9305 2024.10.03 20:35:36.442523 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9306 2024.10.03 20:35:36.442561 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9307 2024.10.03 20:35:36.442916 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9308 2024.10.03 20:35:36.443281 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9309 2024.10.03 20:35:36.443414 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001545 sec., 5177.993527508091 rows/sec., 389.36 KiB/sec.
9310 2024.10.03 20:35:36.443590 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Debug> DynamicQueryHandler: Done processing query
9311 2024.10.03 20:35:36.443614 [ 3 ] {9384b34c-b6a5-4f44-9622-98789f1d5a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9312 2024.10.03 20:35:36.443631 [ 3 ] {} <Debug> HTTP-Session: 3e0da615-a8f2-4b37-9571-1b20c261c2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9313 2024.10.03 20:35:36.443788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9314 2024.10.03 20:35:36.443838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9315 2024.10.03 20:35:36.443858 [ 3 ] {} <Debug> HTTP-Session: d30a5bca-5966-45db-84e2-af3200438e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9316 2024.10.03 20:35:36.443876 [ 3 ] {} <Debug> HTTP-Session: d30a5bca-5966-45db-84e2-af3200438e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9317 2024.10.03 20:35:36.443890 [ 3 ] {} <Debug> HTTP-Session: d30a5bca-5966-45db-84e2-af3200438e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9318 2024.10.03 20:35:36.443923 [ 3 ] {} <Trace> HTTP-Session: d30a5bca-5966-45db-84e2-af3200438e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9319 2024.10.03 20:35:36.444040 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9320 2024.10.03 20:35:36.444085 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9321 2024.10.03 20:35:36.444306 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9322 2024.10.03 20:35:36.444659 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9323 2024.10.03 20:35:36.444696 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9324 2024.10.03 20:35:36.445052 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9325 2024.10.03 20:35:36.445412 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9326 2024.10.03 20:35:36.445538 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001541 sec., 46722.90720311486 rows/sec., 3.65 MiB/sec.
9327 2024.10.03 20:35:36.445712 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Debug> DynamicQueryHandler: Done processing query
9328 2024.10.03 20:35:36.445738 [ 3 ] {0007231c-62eb-466f-be65-f7e44bb9f1fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9329 2024.10.03 20:35:36.445755 [ 3 ] {} <Debug> HTTP-Session: d30a5bca-5966-45db-84e2-af3200438e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9330 2024.10.03 20:35:36.445919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9331 2024.10.03 20:35:36.445969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9332 2024.10.03 20:35:36.445988 [ 3 ] {} <Debug> HTTP-Session: 7edea5ec-b4a7-4c7e-91f8-2adb2826c9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9333 2024.10.03 20:35:36.446006 [ 3 ] {} <Debug> HTTP-Session: 7edea5ec-b4a7-4c7e-91f8-2adb2826c9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9334 2024.10.03 20:35:36.446021 [ 3 ] {} <Debug> HTTP-Session: 7edea5ec-b4a7-4c7e-91f8-2adb2826c9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9335 2024.10.03 20:35:36.446053 [ 3 ] {} <Trace> HTTP-Session: 7edea5ec-b4a7-4c7e-91f8-2adb2826c9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9336 2024.10.03 20:35:36.446200 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9337 2024.10.03 20:35:36.446248 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9338 2024.10.03 20:35:36.446390 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9339 2024.10.03 20:35:36.446774 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9340 2024.10.03 20:35:36.446810 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9341 2024.10.03 20:35:36.447192 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9342 2024.10.03 20:35:36.447532 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9343 2024.10.03 20:35:36.447664 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec.
9344 2024.10.03 20:35:36.447833 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Debug> DynamicQueryHandler: Done processing query
9345 2024.10.03 20:35:36.447858 [ 3 ] {cf75560b-4b46-4d08-bb48-303c2542a820} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9346 2024.10.03 20:35:36.447874 [ 3 ] {} <Debug> HTTP-Session: 7edea5ec-b4a7-4c7e-91f8-2adb2826c9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9347 2024.10.03 20:35:36.448026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9348 2024.10.03 20:35:36.448078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9349 2024.10.03 20:35:36.448098 [ 3 ] {} <Debug> HTTP-Session: 33d82621-a832-4dcc-a6bc-e9bd3a87c2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9350 2024.10.03 20:35:36.448115 [ 3 ] {} <Debug> HTTP-Session: 33d82621-a832-4dcc-a6bc-e9bd3a87c2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9351 2024.10.03 20:35:36.448131 [ 3 ] {} <Debug> HTTP-Session: 33d82621-a832-4dcc-a6bc-e9bd3a87c2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9352 2024.10.03 20:35:36.448162 [ 3 ] {} <Trace> HTTP-Session: 33d82621-a832-4dcc-a6bc-e9bd3a87c2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9353 2024.10.03 20:35:36.448336 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9354 2024.10.03 20:35:36.448398 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9355 2024.10.03 20:35:36.448814 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9356 2024.10.03 20:35:36.449335 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9357 2024.10.03 20:35:36.449370 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9358 2024.10.03 20:35:36.449964 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9359 2024.10.03 20:35:36.450382 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9360 2024.10.03 20:35:36.450510 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9361 2024.10.03 20:35:36.450530 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002294 sec., 3487.3583260680034 rows/sec., 6.25 MiB/sec.
9362 2024.10.03 20:35:36.450552 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9363 2024.10.03 20:35:36.450587 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9364 2024.10.03 20:35:36.450899 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
9365 2024.10.03 20:35:36.450974 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Debug> DynamicQueryHandler: Done processing query
9366 2024.10.03 20:35:36.451015 [ 3 ] {e2c8c29f-4ea7-46c7-9af9-cd610b66cc3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9367 2024.10.03 20:35:36.451073 [ 3 ] {} <Debug> HTTP-Session: 33d82621-a832-4dcc-a6bc-e9bd3a87c2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9368 2024.10.03 20:35:36.451300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9369 2024.10.03 20:35:36.451406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9370 2024.10.03 20:35:36.451464 [ 3 ] {} <Debug> HTTP-Session: a971d74f-1ff2-4eab-a49b-430ee7a2420c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9371 2024.10.03 20:35:36.451513 [ 3 ] {} <Debug> HTTP-Session: a971d74f-1ff2-4eab-a49b-430ee7a2420c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9372 2024.10.03 20:35:36.451557 [ 3 ] {} <Debug> HTTP-Session: a971d74f-1ff2-4eab-a49b-430ee7a2420c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9373 2024.10.03 20:35:36.451638 [ 3 ] {} <Trace> HTTP-Session: a971d74f-1ff2-4eab-a49b-430ee7a2420c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9374 2024.10.03 20:35:36.451664 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9375 2024.10.03 20:35:36.451793 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 566 rows starting from the beginning of the part
9376 2024.10.03 20:35:36.451849 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9377 2024.10.03 20:35:36.451951 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9378 2024.10.03 20:35:36.452544 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
9379 2024.10.03 20:35:36.452795 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9380 2024.10.03 20:35:36.453246 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part
9381 2024.10.03 20:35:36.453938 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
9382 2024.10.03 20:35:36.454048 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9383 2024.10.03 20:35:36.454122 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9384 2024.10.03 20:35:36.454564 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part
9385 2024.10.03 20:35:36.455189 [ 191 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
9386 2024.10.03 20:35:36.455692 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9387 2024.10.03 20:35:36.456686 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9388 2024.10.03 20:35:36.457021 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005245 sec., 11439.466158245948 rows/sec., 789.44 KiB/sec.
9389 2024.10.03 20:35:36.457435 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Debug> DynamicQueryHandler: Done processing query
9390 2024.10.03 20:35:36.457482 [ 3 ] {935b3580-a078-4cce-b2ea-3e46e470214a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9391 2024.10.03 20:35:36.457524 [ 3 ] {} <Debug> HTTP-Session: a971d74f-1ff2-4eab-a49b-430ee7a2420c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9392 2024.10.03 20:35:36.460233 [ 190 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 19 columns (19 merged, 0 gathered) in 0.009511626 sec., 68547.69100467155 rows/sec., 122.83 MiB/sec.
9393 2024.10.03 20:35:36.461254 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9394 2024.10.03 20:35:36.461861 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2024.10.03 20:35:36.461937 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9396 2024.10.03 20:35:36.462071 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB.
9397 2024.10.03 20:35:40.545210 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
9398 2024.10.03 20:35:40.545287 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
9399 2024.10.03 20:35:41.444406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9400 2024.10.03 20:35:41.444537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9401 2024.10.03 20:35:41.444567 [ 3 ] {} <Debug> HTTP-Session: e9e25cb2-e806-4767-8984-2eee70e093b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9402 2024.10.03 20:35:41.444596 [ 3 ] {} <Debug> HTTP-Session: e9e25cb2-e806-4767-8984-2eee70e093b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9403 2024.10.03 20:35:41.444616 [ 3 ] {} <Debug> HTTP-Session: e9e25cb2-e806-4767-8984-2eee70e093b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9404 2024.10.03 20:35:41.444672 [ 3 ] {} <Trace> HTTP-Session: e9e25cb2-e806-4767-8984-2eee70e093b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9405 2024.10.03 20:35:41.444876 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9406 2024.10.03 20:35:41.444942 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9407 2024.10.03 20:35:41.445276 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9408 2024.10.03 20:35:41.445697 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9409 2024.10.03 20:35:41.445740 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9410 2024.10.03 20:35:41.446149 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9411 2024.10.03 20:35:41.446547 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9412 2024.10.03 20:35:41.446732 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001905 sec., 1049.8687664041995 rows/sec., 85.61 KiB/sec.
9413 2024.10.03 20:35:41.446934 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Debug> DynamicQueryHandler: Done processing query
9414 2024.10.03 20:35:41.446961 [ 3 ] {b693ad0f-4a60-4752-b0cb-c49e64d2bc1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9415 2024.10.03 20:35:41.446979 [ 3 ] {} <Debug> HTTP-Session: e9e25cb2-e806-4767-8984-2eee70e093b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9416 2024.10.03 20:35:41.447180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9417 2024.10.03 20:35:41.447230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9418 2024.10.03 20:35:41.447251 [ 3 ] {} <Debug> HTTP-Session: 78b2d13d-7fa2-4ee4-8d49-f20f0efd65d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9419 2024.10.03 20:35:41.447269 [ 3 ] {} <Debug> HTTP-Session: 78b2d13d-7fa2-4ee4-8d49-f20f0efd65d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9420 2024.10.03 20:35:41.447286 [ 3 ] {} <Debug> HTTP-Session: 78b2d13d-7fa2-4ee4-8d49-f20f0efd65d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9421 2024.10.03 20:35:41.447319 [ 3 ] {} <Trace> HTTP-Session: 78b2d13d-7fa2-4ee4-8d49-f20f0efd65d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9422 2024.10.03 20:35:41.447486 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9423 2024.10.03 20:35:41.447531 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9424 2024.10.03 20:35:41.447758 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9425 2024.10.03 20:35:41.448290 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9426 2024.10.03 20:35:41.448328 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9427 2024.10.03 20:35:41.448703 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9428 2024.10.03 20:35:41.449095 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9429 2024.10.03 20:35:41.449256 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Debug> executeQuery: Read 252 rows, 22.79 KiB in 0.001846 sec., 136511.37594799566 rows/sec., 12.06 MiB/sec.
9430 2024.10.03 20:35:41.449438 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Debug> DynamicQueryHandler: Done processing query
9431 2024.10.03 20:35:41.449464 [ 3 ] {35ea7cfb-8a60-438a-a71e-a2aa997768f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
9432 2024.10.03 20:35:41.449481 [ 3 ] {} <Debug> HTTP-Session: 78b2d13d-7fa2-4ee4-8d49-f20f0efd65d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9433 2024.10.03 20:35:41.449627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9434 2024.10.03 20:35:41.449677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9435 2024.10.03 20:35:41.449700 [ 3 ] {} <Debug> HTTP-Session: 9e1fdc3a-0d73-4fef-912d-1fcdc6160cac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9436 2024.10.03 20:35:41.449718 [ 3 ] {} <Debug> HTTP-Session: 9e1fdc3a-0d73-4fef-912d-1fcdc6160cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9437 2024.10.03 20:35:41.449762 [ 3 ] {} <Debug> HTTP-Session: 9e1fdc3a-0d73-4fef-912d-1fcdc6160cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9438 2024.10.03 20:35:41.449796 [ 3 ] {} <Trace> HTTP-Session: 9e1fdc3a-0d73-4fef-912d-1fcdc6160cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9439 2024.10.03 20:35:41.449902 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9440 2024.10.03 20:35:41.449947 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9441 2024.10.03 20:35:41.450177 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9442 2024.10.03 20:35:41.450493 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9443 2024.10.03 20:35:41.450531 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9444 2024.10.03 20:35:41.450886 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9445 2024.10.03 20:35:41.451244 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2024.10.03 20:35:41.451404 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001532 sec., 21540.46997389034 rows/sec., 1.57 MiB/sec.
9447 2024.10.03 20:35:41.451570 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Debug> DynamicQueryHandler: Done processing query
9448 2024.10.03 20:35:41.451595 [ 3 ] {9ce6e5d8-cfe1-443f-8818-4fd167b5a9e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9449 2024.10.03 20:35:41.451613 [ 3 ] {} <Debug> HTTP-Session: 9e1fdc3a-0d73-4fef-912d-1fcdc6160cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9450 2024.10.03 20:35:41.451732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9451 2024.10.03 20:35:41.451782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9452 2024.10.03 20:35:41.451803 [ 3 ] {} <Debug> HTTP-Session: 23fe2ac7-69dc-41da-afe9-e897a45c8153 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9453 2024.10.03 20:35:41.451821 [ 3 ] {} <Debug> HTTP-Session: 23fe2ac7-69dc-41da-afe9-e897a45c8153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9454 2024.10.03 20:35:41.451836 [ 3 ] {} <Debug> HTTP-Session: 23fe2ac7-69dc-41da-afe9-e897a45c8153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9455 2024.10.03 20:35:41.451868 [ 3 ] {} <Trace> HTTP-Session: 23fe2ac7-69dc-41da-afe9-e897a45c8153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9456 2024.10.03 20:35:41.451967 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9457 2024.10.03 20:35:41.452011 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9458 2024.10.03 20:35:41.452237 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9459 2024.10.03 20:35:41.452550 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9460 2024.10.03 20:35:41.452587 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9461 2024.10.03 20:35:41.452942 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9462 2024.10.03 20:35:41.453298 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9463 2024.10.03 20:35:41.453449 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
9464 2024.10.03 20:35:41.453622 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Debug> DynamicQueryHandler: Done processing query
9465 2024.10.03 20:35:41.453647 [ 3 ] {17a552d6-afd1-40e5-8118-a8681b2afe45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9466 2024.10.03 20:35:41.453665 [ 3 ] {} <Debug> HTTP-Session: 23fe2ac7-69dc-41da-afe9-e897a45c8153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9467 2024.10.03 20:35:41.453777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9468 2024.10.03 20:35:41.453827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9469 2024.10.03 20:35:41.453848 [ 3 ] {} <Debug> HTTP-Session: 4c6ce967-78b3-4979-9b4a-48c06e374ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9470 2024.10.03 20:35:41.453866 [ 3 ] {} <Debug> HTTP-Session: 4c6ce967-78b3-4979-9b4a-48c06e374ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9471 2024.10.03 20:35:41.453882 [ 3 ] {} <Debug> HTTP-Session: 4c6ce967-78b3-4979-9b4a-48c06e374ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9472 2024.10.03 20:35:41.453915 [ 3 ] {} <Trace> HTTP-Session: 4c6ce967-78b3-4979-9b4a-48c06e374ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9473 2024.10.03 20:35:41.454013 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9474 2024.10.03 20:35:41.454057 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9475 2024.10.03 20:35:41.454285 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9476 2024.10.03 20:35:41.454635 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9477 2024.10.03 20:35:41.454673 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9478 2024.10.03 20:35:41.455031 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9479 2024.10.03 20:35:41.455389 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9480 2024.10.03 20:35:41.455552 [ 138 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
9481 2024.10.03 20:35:41.455555 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 227.68 KiB/sec.
9482 2024.10.03 20:35:41.455645 [ 138 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9483 2024.10.03 20:35:41.455726 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9484 2024.10.03 20:35:41.455938 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Debug> DynamicQueryHandler: Done processing query
9485 2024.10.03 20:35:41.455938 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9486 2024.10.03 20:35:41.455973 [ 3 ] {0d729cd4-4b60-42da-8455-f51969340376} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9487 2024.10.03 20:35:41.456030 [ 3 ] {} <Debug> HTTP-Session: 4c6ce967-78b3-4979-9b4a-48c06e374ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9488 2024.10.03 20:35:41.456176 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9489 2024.10.03 20:35:41.456221 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9490 2024.10.03 20:35:41.456281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9491 2024.10.03 20:35:41.456411 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9492 2024.10.03 20:35:41.456434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9493 2024.10.03 20:35:41.456528 [ 3 ] {} <Debug> HTTP-Session: ee261645-e29c-49fa-96bb-92fbd75158b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9494 2024.10.03 20:35:41.456633 [ 3 ] {} <Debug> HTTP-Session: ee261645-e29c-49fa-96bb-92fbd75158b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9495 2024.10.03 20:35:41.456710 [ 3 ] {} <Debug> HTTP-Session: ee261645-e29c-49fa-96bb-92fbd75158b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9496 2024.10.03 20:35:41.456790 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9497 2024.10.03 20:35:41.456837 [ 3 ] {} <Trace> HTTP-Session: ee261645-e29c-49fa-96bb-92fbd75158b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9498 2024.10.03 20:35:41.457080 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9499 2024.10.03 20:35:41.457333 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9500 2024.10.03 20:35:41.457382 [ 193 ] {81273fed-b96e-4c69-9a52-80e554abd388::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
9501 2024.10.03 20:35:41.457466 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9502 2024.10.03 20:35:41.458381 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9503 2024.10.03 20:35:41.459690 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9504 2024.10.03 20:35:41.459790 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9505 2024.10.03 20:35:41.459938 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004094342 sec., 7327.184685597833 rows/sec., 465.10 KiB/sec.
9506 2024.10.03 20:35:41.460206 [ 190 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
9507 2024.10.03 20:35:41.460597 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9508 2024.10.03 20:35:41.461451 [ 190 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_21_5} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9509 2024.10.03 20:35:41.461633 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9510 2024.10.03 20:35:41.461651 [ 190 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_21_5} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
9511 2024.10.03 20:35:41.461845 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9512 2024.10.03 20:35:41.461956 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.004901 sec., 84676.59661293613 rows/sec., 6.04 MiB/sec.
9513 2024.10.03 20:35:41.462150 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Debug> DynamicQueryHandler: Done processing query
9514 2024.10.03 20:35:41.462176 [ 3 ] {7f5c9d16-440b-43ec-9c46-b9165de1ceb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9515 2024.10.03 20:35:41.462194 [ 3 ] {} <Debug> HTTP-Session: ee261645-e29c-49fa-96bb-92fbd75158b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9516 2024.10.03 20:35:41.462333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9517 2024.10.03 20:35:41.462382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9518 2024.10.03 20:35:41.462403 [ 3 ] {} <Debug> HTTP-Session: 04243050-8e18-4473-994c-1c2e693ed3be Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9519 2024.10.03 20:35:41.462422 [ 3 ] {} <Debug> HTTP-Session: 04243050-8e18-4473-994c-1c2e693ed3be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9520 2024.10.03 20:35:41.462438 [ 3 ] {} <Debug> HTTP-Session: 04243050-8e18-4473-994c-1c2e693ed3be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9521 2024.10.03 20:35:41.462470 [ 3 ] {} <Trace> HTTP-Session: 04243050-8e18-4473-994c-1c2e693ed3be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9522 2024.10.03 20:35:41.462569 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9523 2024.10.03 20:35:41.462615 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9524 2024.10.03 20:35:41.462753 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9525 2024.10.03 20:35:41.463032 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9526 2024.10.03 20:35:41.463068 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9527 2024.10.03 20:35:41.463429 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9528 2024.10.03 20:35:41.463780 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9529 2024.10.03 20:35:41.463930 [ 138 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
9530 2024.10.03 20:35:41.463939 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec.
9531 2024.10.03 20:35:41.463989 [ 138 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9532 2024.10.03 20:35:41.464069 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9533 2024.10.03 20:35:41.464319 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Debug> DynamicQueryHandler: Done processing query
9534 2024.10.03 20:35:41.464412 [ 3 ] {f216ae92-d268-4b2f-8d5c-afc6a6616acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9535 2024.10.03 20:35:41.464496 [ 3 ] {} <Debug> HTTP-Session: 04243050-8e18-4473-994c-1c2e693ed3be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9536 2024.10.03 20:35:41.464544 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9537 2024.10.03 20:35:41.464815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9538 2024.10.03 20:35:41.464865 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9539 2024.10.03 20:35:41.464922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9540 2024.10.03 20:35:41.464928 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9541 2024.10.03 20:35:41.464962 [ 3 ] {} <Debug> HTTP-Session: b2acd46e-0ace-49a5-8d36-3259af356751 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9542 2024.10.03 20:35:41.465014 [ 3 ] {} <Debug> HTTP-Session: b2acd46e-0ace-49a5-8d36-3259af356751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9543 2024.10.03 20:35:41.465088 [ 3 ] {} <Debug> HTTP-Session: b2acd46e-0ace-49a5-8d36-3259af356751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9544 2024.10.03 20:35:41.465174 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9545 2024.10.03 20:35:41.465212 [ 3 ] {} <Trace> HTTP-Session: b2acd46e-0ace-49a5-8d36-3259af356751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9546 2024.10.03 20:35:41.465370 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9547 2024.10.03 20:35:41.465558 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9548 2024.10.03 20:35:41.465807 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9549 2024.10.03 20:35:41.465845 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9550 2024.10.03 20:35:41.466027 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9551 2024.10.03 20:35:41.466093 [ 190 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
9552 2024.10.03 20:35:41.466895 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9553 2024.10.03 20:35:41.468015 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9554 2024.10.03 20:35:41.468087 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9555 2024.10.03 20:35:41.468801 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004610595 sec., 27328.360005595805 rows/sec., 1.39 MiB/sec.
9556 2024.10.03 20:35:41.469045 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
9557 2024.10.03 20:35:41.469110 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9558 2024.10.03 20:35:41.470026 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9559 2024.10.03 20:35:41.470056 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_21_4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9560 2024.10.03 20:35:41.470316 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_21_4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
9561 2024.10.03 20:35:41.470360 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004867 sec., 48900.76022190261 rows/sec., 3.28 MiB/sec.
9562 2024.10.03 20:35:41.470833 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9563 2024.10.03 20:35:41.470952 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Debug> DynamicQueryHandler: Done processing query
9564 2024.10.03 20:35:41.471015 [ 3 ] {09e6986f-aa71-40fe-9be0-300bce39875c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9565 2024.10.03 20:35:41.471061 [ 3 ] {} <Debug> HTTP-Session: b2acd46e-0ace-49a5-8d36-3259af356751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9566 2024.10.03 20:35:41.471209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9567 2024.10.03 20:35:41.471258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9568 2024.10.03 20:35:41.471278 [ 3 ] {} <Debug> HTTP-Session: a0f3476a-4831-40a0-8c03-574a58d0be37 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9569 2024.10.03 20:35:41.471295 [ 3 ] {} <Debug> HTTP-Session: a0f3476a-4831-40a0-8c03-574a58d0be37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9570 2024.10.03 20:35:41.471310 [ 3 ] {} <Debug> HTTP-Session: a0f3476a-4831-40a0-8c03-574a58d0be37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9571 2024.10.03 20:35:41.471341 [ 3 ] {} <Trace> HTTP-Session: a0f3476a-4831-40a0-8c03-574a58d0be37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9572 2024.10.03 20:35:41.471439 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9573 2024.10.03 20:35:41.471488 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9574 2024.10.03 20:35:41.471644 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9575 2024.10.03 20:35:41.471919 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9576 2024.10.03 20:35:41.471955 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9577 2024.10.03 20:35:41.472308 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9578 2024.10.03 20:35:41.472636 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9579 2024.10.03 20:35:41.472796 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec.
9580 2024.10.03 20:35:41.472965 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Debug> DynamicQueryHandler: Done processing query
9581 2024.10.03 20:35:41.472989 [ 3 ] {0bfc6673-0da6-4af8-8724-ec7977ece877} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9582 2024.10.03 20:35:41.473006 [ 3 ] {} <Debug> HTTP-Session: a0f3476a-4831-40a0-8c03-574a58d0be37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9583 2024.10.03 20:35:41.473185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9584 2024.10.03 20:35:41.473233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9585 2024.10.03 20:35:41.473252 [ 3 ] {} <Debug> HTTP-Session: 0b37ef59-6337-4b95-9606-e4914d97fa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9586 2024.10.03 20:35:41.473270 [ 3 ] {} <Debug> HTTP-Session: 0b37ef59-6337-4b95-9606-e4914d97fa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9587 2024.10.03 20:35:41.473285 [ 3 ] {} <Debug> HTTP-Session: 0b37ef59-6337-4b95-9606-e4914d97fa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9588 2024.10.03 20:35:41.473316 [ 3 ] {} <Trace> HTTP-Session: 0b37ef59-6337-4b95-9606-e4914d97fa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9589 2024.10.03 20:35:41.473628 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9590 2024.10.03 20:35:41.473693 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9591 2024.10.03 20:35:41.474120 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9592 2024.10.03 20:35:41.474874 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9593 2024.10.03 20:35:41.474910 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9594 2024.10.03 20:35:41.475554 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9595 2024.10.03 20:35:41.475994 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9596 2024.10.03 20:35:41.476187 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002773 sec., 11179.228272628923 rows/sec., 20.03 MiB/sec.
9597 2024.10.03 20:35:41.476415 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Debug> DynamicQueryHandler: Done processing query
9598 2024.10.03 20:35:41.476440 [ 3 ] {ec89dd5d-f193-47c2-9e1e-5eccb75e36e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
9599 2024.10.03 20:35:41.476457 [ 3 ] {} <Debug> HTTP-Session: 0b37ef59-6337-4b95-9606-e4914d97fa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9600 2024.10.03 20:35:41.476585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9601 2024.10.03 20:35:41.476634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9602 2024.10.03 20:35:41.476654 [ 3 ] {} <Debug> HTTP-Session: 86fc4912-78df-4600-8061-8ec7a6f9ae1c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9603 2024.10.03 20:35:41.476671 [ 3 ] {} <Debug> HTTP-Session: 86fc4912-78df-4600-8061-8ec7a6f9ae1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9604 2024.10.03 20:35:41.476686 [ 3 ] {} <Debug> HTTP-Session: 86fc4912-78df-4600-8061-8ec7a6f9ae1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9605 2024.10.03 20:35:41.476717 [ 3 ] {} <Trace> HTTP-Session: 86fc4912-78df-4600-8061-8ec7a6f9ae1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9606 2024.10.03 20:35:41.476851 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9607 2024.10.03 20:35:41.476896 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9608 2024.10.03 20:35:41.477028 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9609 2024.10.03 20:35:41.477339 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9610 2024.10.03 20:35:41.477375 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
9611 2024.10.03 20:35:41.477731 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9612 2024.10.03 20:35:41.478052 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9613 2024.10.03 20:35:41.478219 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec.
9614 2024.10.03 20:35:41.478477 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Debug> DynamicQueryHandler: Done processing query
9615 2024.10.03 20:35:41.478530 [ 3 ] {cbcfa0ac-40cf-450c-a037-b35a4f75044a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9616 2024.10.03 20:35:41.478580 [ 3 ] {} <Debug> HTTP-Session: 86fc4912-78df-4600-8061-8ec7a6f9ae1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9617 2024.10.03 20:35:45.758706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 942
9618 2024.10.03 20:35:45.761761 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9619 2024.10.03 20:35:45.761815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9620 2024.10.03 20:35:45.763369 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9621 2024.10.03 20:35:45.764354 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9622 2024.10.03 20:35:45.764908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942
9623 2024.10.03 20:35:46.438954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9624 2024.10.03 20:35:46.439125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9625 2024.10.03 20:35:46.439171 [ 3 ] {} <Debug> HTTP-Session: 39557966-c730-4c55-8b2f-520f10529602 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9626 2024.10.03 20:35:46.439214 [ 3 ] {} <Debug> HTTP-Session: 39557966-c730-4c55-8b2f-520f10529602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9627 2024.10.03 20:35:46.439245 [ 3 ] {} <Debug> HTTP-Session: 39557966-c730-4c55-8b2f-520f10529602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9628 2024.10.03 20:35:46.439324 [ 3 ] {} <Trace> HTTP-Session: 39557966-c730-4c55-8b2f-520f10529602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9629 2024.10.03 20:35:46.439638 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9630 2024.10.03 20:35:46.439746 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9631 2024.10.03 20:35:46.440197 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9632 2024.10.03 20:35:46.440702 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2024.10.03 20:35:46.440744 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9634 2024.10.03 20:35:46.441162 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9635 2024.10.03 20:35:46.441547 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2024.10.03 20:35:46.441702 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002181 sec., 33012.379642365886 rows/sec., 2.68 MiB/sec.
9637 2024.10.03 20:35:46.441964 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Debug> DynamicQueryHandler: Done processing query
9638 2024.10.03 20:35:46.442003 [ 3 ] {63bc5441-5c8d-42e5-9cd0-18c25d7ae003} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9639 2024.10.03 20:35:46.442027 [ 3 ] {} <Debug> HTTP-Session: 39557966-c730-4c55-8b2f-520f10529602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9640 2024.10.03 20:35:46.442197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9641 2024.10.03 20:35:46.442247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9642 2024.10.03 20:35:46.442267 [ 3 ] {} <Debug> HTTP-Session: 8d7ffda4-8742-4174-846d-af0cddf2dc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9643 2024.10.03 20:35:46.442284 [ 3 ] {} <Debug> HTTP-Session: 8d7ffda4-8742-4174-846d-af0cddf2dc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9644 2024.10.03 20:35:46.442298 [ 3 ] {} <Debug> HTTP-Session: 8d7ffda4-8742-4174-846d-af0cddf2dc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9645 2024.10.03 20:35:46.442329 [ 3 ] {} <Trace> HTTP-Session: 8d7ffda4-8742-4174-846d-af0cddf2dc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9646 2024.10.03 20:35:46.442436 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9647 2024.10.03 20:35:46.442479 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9648 2024.10.03 20:35:46.442700 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9649 2024.10.03 20:35:46.443032 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2024.10.03 20:35:46.443068 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9651 2024.10.03 20:35:46.443411 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9652 2024.10.03 20:35:46.443771 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2024.10.03 20:35:46.443931 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001515 sec., 5280.52805280528 rows/sec., 397.07 KiB/sec.
9654 2024.10.03 20:35:46.444140 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Debug> DynamicQueryHandler: Done processing query
9655 2024.10.03 20:35:46.444173 [ 3 ] {f71e1e1c-c17d-499c-be6c-67fdb5c5acbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9656 2024.10.03 20:35:46.444190 [ 3 ] {} <Debug> HTTP-Session: 8d7ffda4-8742-4174-846d-af0cddf2dc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9657 2024.10.03 20:35:46.444331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9658 2024.10.03 20:35:46.444377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9659 2024.10.03 20:35:46.444396 [ 3 ] {} <Debug> HTTP-Session: 8f570976-3fbc-4e38-958e-0aa3545fbcee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9660 2024.10.03 20:35:46.444412 [ 3 ] {} <Debug> HTTP-Session: 8f570976-3fbc-4e38-958e-0aa3545fbcee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9661 2024.10.03 20:35:46.444427 [ 3 ] {} <Debug> HTTP-Session: 8f570976-3fbc-4e38-958e-0aa3545fbcee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9662 2024.10.03 20:35:46.444457 [ 3 ] {} <Trace> HTTP-Session: 8f570976-3fbc-4e38-958e-0aa3545fbcee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9663 2024.10.03 20:35:46.444572 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9664 2024.10.03 20:35:46.444615 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9665 2024.10.03 20:35:46.444836 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9666 2024.10.03 20:35:46.445192 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9667 2024.10.03 20:35:46.445228 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9668 2024.10.03 20:35:46.445593 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9669 2024.10.03 20:35:46.445953 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9670 2024.10.03 20:35:46.446104 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001568 sec., 45918.36734693878 rows/sec., 3.58 MiB/sec.
9671 2024.10.03 20:35:46.446280 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Debug> DynamicQueryHandler: Done processing query
9672 2024.10.03 20:35:46.446305 [ 3 ] {6b0cfd88-26a4-44af-b3f9-36e4253092a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9673 2024.10.03 20:35:46.446321 [ 3 ] {} <Debug> HTTP-Session: 8f570976-3fbc-4e38-958e-0aa3545fbcee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9674 2024.10.03 20:35:46.446474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9675 2024.10.03 20:35:46.446521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9676 2024.10.03 20:35:46.446540 [ 3 ] {} <Debug> HTTP-Session: eef7f3a7-cb7d-44f8-9002-b2e949babecd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9677 2024.10.03 20:35:46.446562 [ 3 ] {} <Debug> HTTP-Session: eef7f3a7-cb7d-44f8-9002-b2e949babecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9678 2024.10.03 20:35:46.446576 [ 3 ] {} <Debug> HTTP-Session: eef7f3a7-cb7d-44f8-9002-b2e949babecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9679 2024.10.03 20:35:46.446607 [ 3 ] {} <Trace> HTTP-Session: eef7f3a7-cb7d-44f8-9002-b2e949babecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9680 2024.10.03 20:35:46.446752 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9681 2024.10.03 20:35:46.446799 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9682 2024.10.03 20:35:46.446943 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9683 2024.10.03 20:35:46.447354 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9684 2024.10.03 20:35:46.447390 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9685 2024.10.03 20:35:46.447770 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9686 2024.10.03 20:35:46.448105 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9687 2024.10.03 20:35:46.448254 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec.
9688 2024.10.03 20:35:46.448427 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Debug> DynamicQueryHandler: Done processing query
9689 2024.10.03 20:35:46.448451 [ 3 ] {cc2f31a3-db6a-47f0-835e-c61fcc8aa967} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9690 2024.10.03 20:35:46.448467 [ 3 ] {} <Debug> HTTP-Session: eef7f3a7-cb7d-44f8-9002-b2e949babecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9691 2024.10.03 20:35:46.448598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9692 2024.10.03 20:35:46.448644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9693 2024.10.03 20:35:46.448662 [ 3 ] {} <Debug> HTTP-Session: 1a1b6410-fc02-4ff0-9093-ab0bcb6e5374 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9694 2024.10.03 20:35:46.448679 [ 3 ] {} <Debug> HTTP-Session: 1a1b6410-fc02-4ff0-9093-ab0bcb6e5374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9695 2024.10.03 20:35:46.448692 [ 3 ] {} <Debug> HTTP-Session: 1a1b6410-fc02-4ff0-9093-ab0bcb6e5374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9696 2024.10.03 20:35:46.448723 [ 3 ] {} <Trace> HTTP-Session: 1a1b6410-fc02-4ff0-9093-ab0bcb6e5374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9697 2024.10.03 20:35:46.448867 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9698 2024.10.03 20:35:46.448931 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9699 2024.10.03 20:35:46.449359 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9700 2024.10.03 20:35:46.449842 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9701 2024.10.03 20:35:46.449879 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9702 2024.10.03 20:35:46.450464 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9703 2024.10.03 20:35:46.450871 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9704 2024.10.03 20:35:46.451079 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002282 sec., 3505.6967572304993 rows/sec., 6.28 MiB/sec.
9705 2024.10.03 20:35:46.451453 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Debug> DynamicQueryHandler: Done processing query
9706 2024.10.03 20:35:46.451477 [ 3 ] {a7f58a92-f94f-4ef8-8d40-e16f94681b4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9707 2024.10.03 20:35:46.451493 [ 3 ] {} <Debug> HTTP-Session: 1a1b6410-fc02-4ff0-9093-ab0bcb6e5374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9708 2024.10.03 20:35:46.451621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9709 2024.10.03 20:35:46.451667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9710 2024.10.03 20:35:46.451686 [ 3 ] {} <Debug> HTTP-Session: 7ac35dd2-d40b-42c4-b54a-61c7495b864b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9711 2024.10.03 20:35:46.451702 [ 3 ] {} <Debug> HTTP-Session: 7ac35dd2-d40b-42c4-b54a-61c7495b864b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9712 2024.10.03 20:35:46.451717 [ 3 ] {} <Debug> HTTP-Session: 7ac35dd2-d40b-42c4-b54a-61c7495b864b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9713 2024.10.03 20:35:46.451748 [ 3 ] {} <Trace> HTTP-Session: 7ac35dd2-d40b-42c4-b54a-61c7495b864b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9714 2024.10.03 20:35:46.451867 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9715 2024.10.03 20:35:46.451914 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9716 2024.10.03 20:35:46.452041 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9717 2024.10.03 20:35:46.452327 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9718 2024.10.03 20:35:46.452361 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9719 2024.10.03 20:35:46.452716 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9720 2024.10.03 20:35:46.453039 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9721 2024.10.03 20:35:46.453183 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
9722 2024.10.03 20:35:46.453347 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Debug> DynamicQueryHandler: Done processing query
9723 2024.10.03 20:35:46.453370 [ 3 ] {3e4e9bb3-ca8b-436c-8a8e-84913e45e586} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9724 2024.10.03 20:35:46.453386 [ 3 ] {} <Debug> HTTP-Session: 7ac35dd2-d40b-42c4-b54a-61c7495b864b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9725 2024.10.03 20:35:51.444540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9726 2024.10.03 20:35:51.444673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9727 2024.10.03 20:35:51.444698 [ 3 ] {} <Debug> HTTP-Session: 2edcaaf4-a443-4c07-beb6-af8d22edf40e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9728 2024.10.03 20:35:51.444722 [ 3 ] {} <Debug> HTTP-Session: 2edcaaf4-a443-4c07-beb6-af8d22edf40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9729 2024.10.03 20:35:51.444737 [ 3 ] {} <Debug> HTTP-Session: 2edcaaf4-a443-4c07-beb6-af8d22edf40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9730 2024.10.03 20:35:51.444786 [ 3 ] {} <Trace> HTTP-Session: 2edcaaf4-a443-4c07-beb6-af8d22edf40e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9731 2024.10.03 20:35:51.445048 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9732 2024.10.03 20:35:51.445115 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9733 2024.10.03 20:35:51.445449 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9734 2024.10.03 20:35:51.446053 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9735 2024.10.03 20:35:51.446101 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9736 2024.10.03 20:35:51.446533 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9737 2024.10.03 20:35:51.446922 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9738 2024.10.03 20:35:51.447090 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002153 sec., 116581.51416627961 rows/sec., 10.30 MiB/sec.
9739 2024.10.03 20:35:51.447314 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Debug> DynamicQueryHandler: Done processing query
9740 2024.10.03 20:35:51.447341 [ 3 ] {f9b0dc54-8dfc-414e-8270-58614af52704} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
9741 2024.10.03 20:35:51.447358 [ 3 ] {} <Debug> HTTP-Session: 2edcaaf4-a443-4c07-beb6-af8d22edf40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9742 2024.10.03 20:35:51.447533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9743 2024.10.03 20:35:51.447588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9744 2024.10.03 20:35:51.447608 [ 3 ] {} <Debug> HTTP-Session: 92b4f38e-ada4-4e1d-9c2f-d1fc03e77f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9745 2024.10.03 20:35:51.447627 [ 3 ] {} <Debug> HTTP-Session: 92b4f38e-ada4-4e1d-9c2f-d1fc03e77f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9746 2024.10.03 20:35:51.447641 [ 3 ] {} <Debug> HTTP-Session: 92b4f38e-ada4-4e1d-9c2f-d1fc03e77f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9747 2024.10.03 20:35:51.447676 [ 3 ] {} <Trace> HTTP-Session: 92b4f38e-ada4-4e1d-9c2f-d1fc03e77f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9748 2024.10.03 20:35:51.447787 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9749 2024.10.03 20:35:51.447834 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9750 2024.10.03 20:35:51.448068 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9751 2024.10.03 20:35:51.448424 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9752 2024.10.03 20:35:51.448462 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9753 2024.10.03 20:35:51.448809 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9754 2024.10.03 20:35:51.449171 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9755 2024.10.03 20:35:51.449324 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001564 sec., 19820.971867007673 rows/sec., 1.46 MiB/sec.
9756 2024.10.03 20:35:51.449424 [ 86 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9757 2024.10.03 20:35:51.449549 [ 86 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9758 2024.10.03 20:35:51.449589 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Debug> DynamicQueryHandler: Done processing query
9759 2024.10.03 20:35:51.449618 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9760 2024.10.03 20:35:51.449632 [ 3 ] {bae7e99b-0d1c-421d-9714-200ba8937efc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9761 2024.10.03 20:35:51.449680 [ 3 ] {} <Debug> HTTP-Session: 92b4f38e-ada4-4e1d-9c2f-d1fc03e77f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9762 2024.10.03 20:35:51.449853 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
9763 2024.10.03 20:35:51.449886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9764 2024.10.03 20:35:51.449962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9765 2024.10.03 20:35:51.450014 [ 3 ] {} <Debug> HTTP-Session: 7a45e389-26da-4685-b9ee-6e23ea655caf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9766 2024.10.03 20:35:51.450070 [ 3 ] {} <Debug> HTTP-Session: 7a45e389-26da-4685-b9ee-6e23ea655caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9767 2024.10.03 20:35:51.450113 [ 3 ] {} <Debug> HTTP-Session: 7a45e389-26da-4685-b9ee-6e23ea655caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9768 2024.10.03 20:35:51.450208 [ 3 ] {} <Trace> HTTP-Session: 7a45e389-26da-4685-b9ee-6e23ea655caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9769 2024.10.03 20:35:51.450305 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9770 2024.10.03 20:35:51.450380 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 57 rows starting from the beginning of the part
9771 2024.10.03 20:35:51.450415 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9772 2024.10.03 20:35:51.450562 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9773 2024.10.03 20:35:51.450597 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part
9774 2024.10.03 20:35:51.451018 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
9775 2024.10.03 20:35:51.451346 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part
9776 2024.10.03 20:35:51.451678 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
9777 2024.10.03 20:35:51.452068 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part
9778 2024.10.03 20:35:51.452619 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9779 2024.10.03 20:35:51.453419 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9780 2024.10.03 20:35:51.453489 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9781 2024.10.03 20:35:51.454590 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9782 2024.10.03 20:35:51.455032 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263401 sec., 31918.52568329869 rows/sec., 2.45 MiB/sec.
9783 2024.10.03 20:35:51.455280 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9784 2024.10.03 20:35:51.455553 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9785 2024.10.03 20:35:51.456160 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005791 sec., 2417.5444655499914 rows/sec., 169.31 KiB/sec.
9786 2024.10.03 20:35:51.456681 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9787 2024.10.03 20:35:51.456889 [ 190 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_41_8} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9788 2024.10.03 20:35:51.456922 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Debug> DynamicQueryHandler: Done processing query
9789 2024.10.03 20:35:51.457005 [ 3 ] {86d3ce85-0068-4204-b2aa-336738699dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9790 2024.10.03 20:35:51.457031 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9791 2024.10.03 20:35:51.457040 [ 3 ] {} <Debug> HTTP-Session: 7a45e389-26da-4685-b9ee-6e23ea655caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9792 2024.10.03 20:35:51.457223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9793 2024.10.03 20:35:51.457272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9794 2024.10.03 20:35:51.457291 [ 3 ] {} <Debug> HTTP-Session: 8087081e-f9a9-4fa9-a45b-dc96e1dd460d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9795 2024.10.03 20:35:51.457308 [ 3 ] {} <Debug> HTTP-Session: 8087081e-f9a9-4fa9-a45b-dc96e1dd460d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9796 2024.10.03 20:35:51.457322 [ 3 ] {} <Debug> HTTP-Session: 8087081e-f9a9-4fa9-a45b-dc96e1dd460d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9797 2024.10.03 20:35:51.457356 [ 3 ] {} <Trace> HTTP-Session: 8087081e-f9a9-4fa9-a45b-dc96e1dd460d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9798 2024.10.03 20:35:51.457460 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9799 2024.10.03 20:35:51.457505 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9800 2024.10.03 20:35:51.457765 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9801 2024.10.03 20:35:51.458076 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2024.10.03 20:35:51.458113 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9803 2024.10.03 20:35:51.458466 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9804 2024.10.03 20:35:51.458836 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2024.10.03 20:35:51.458993 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 228.26 KiB/sec.
9806 2024.10.03 20:35:51.459210 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Debug> DynamicQueryHandler: Done processing query
9807 2024.10.03 20:35:51.459237 [ 3 ] {e492d983-f49d-4218-b5da-2e02fd296bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9808 2024.10.03 20:35:51.459253 [ 3 ] {} <Debug> HTTP-Session: 8087081e-f9a9-4fa9-a45b-dc96e1dd460d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9809 2024.10.03 20:35:51.459572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9810 2024.10.03 20:35:51.459670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9811 2024.10.03 20:35:51.459700 [ 3 ] {} <Debug> HTTP-Session: 1704a28e-85c9-4a03-b526-b11a0ec80200 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9812 2024.10.03 20:35:51.459722 [ 3 ] {} <Debug> HTTP-Session: 1704a28e-85c9-4a03-b526-b11a0ec80200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9813 2024.10.03 20:35:51.459739 [ 3 ] {} <Debug> HTTP-Session: 1704a28e-85c9-4a03-b526-b11a0ec80200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9814 2024.10.03 20:35:51.459778 [ 3 ] {} <Trace> HTTP-Session: 1704a28e-85c9-4a03-b526-b11a0ec80200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9815 2024.10.03 20:35:51.460052 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9816 2024.10.03 20:35:51.460107 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9817 2024.10.03 20:35:51.460368 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9818 2024.10.03 20:35:51.460911 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9819 2024.10.03 20:35:51.460950 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9820 2024.10.03 20:35:51.461340 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9821 2024.10.03 20:35:51.461706 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9822 2024.10.03 20:35:51.461873 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001951 sec., 211686.31471040493 rows/sec., 15.10 MiB/sec.
9823 2024.10.03 20:35:51.462147 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Debug> DynamicQueryHandler: Done processing query
9824 2024.10.03 20:35:51.462201 [ 3 ] {98f3de5b-4387-4304-8307-e2373f19a997} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9825 2024.10.03 20:35:51.462237 [ 3 ] {} <Debug> HTTP-Session: 1704a28e-85c9-4a03-b526-b11a0ec80200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9826 2024.10.03 20:35:51.462421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9827 2024.10.03 20:35:51.462470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9828 2024.10.03 20:35:51.462490 [ 3 ] {} <Debug> HTTP-Session: 956d64d0-7809-40f7-b057-6a1f3083b8a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9829 2024.10.03 20:35:51.462507 [ 3 ] {} <Debug> HTTP-Session: 956d64d0-7809-40f7-b057-6a1f3083b8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9830 2024.10.03 20:35:51.462522 [ 3 ] {} <Debug> HTTP-Session: 956d64d0-7809-40f7-b057-6a1f3083b8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9831 2024.10.03 20:35:51.462553 [ 3 ] {} <Trace> HTTP-Session: 956d64d0-7809-40f7-b057-6a1f3083b8a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9832 2024.10.03 20:35:51.462655 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9833 2024.10.03 20:35:51.462703 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9834 2024.10.03 20:35:51.462849 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9835 2024.10.03 20:35:51.463118 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9836 2024.10.03 20:35:51.463155 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9837 2024.10.03 20:35:51.463528 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9838 2024.10.03 20:35:51.463863 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9839 2024.10.03 20:35:51.464026 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec.
9840 2024.10.03 20:35:51.464234 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Debug> DynamicQueryHandler: Done processing query
9841 2024.10.03 20:35:51.464259 [ 3 ] {773b8c13-32f9-4845-a2ba-ed7d51e4904c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9842 2024.10.03 20:35:51.464276 [ 3 ] {} <Debug> HTTP-Session: 956d64d0-7809-40f7-b057-6a1f3083b8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9843 2024.10.03 20:35:51.464427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9844 2024.10.03 20:35:51.464475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9845 2024.10.03 20:35:51.464495 [ 3 ] {} <Debug> HTTP-Session: e58ffb16-18c7-4cf9-8880-101098cd6c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9846 2024.10.03 20:35:51.464512 [ 3 ] {} <Debug> HTTP-Session: e58ffb16-18c7-4cf9-8880-101098cd6c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9847 2024.10.03 20:35:51.464526 [ 3 ] {} <Debug> HTTP-Session: e58ffb16-18c7-4cf9-8880-101098cd6c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9848 2024.10.03 20:35:51.464556 [ 3 ] {} <Trace> HTTP-Session: e58ffb16-18c7-4cf9-8880-101098cd6c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9849 2024.10.03 20:35:51.464762 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9850 2024.10.03 20:35:51.464810 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9851 2024.10.03 20:35:51.464956 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9852 2024.10.03 20:35:51.465460 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9853 2024.10.03 20:35:51.465497 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9854 2024.10.03 20:35:51.465900 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9855 2024.10.03 20:35:51.466242 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9856 2024.10.03 20:35:51.466409 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00177 sec., 133898.30508474575 rows/sec., 8.97 MiB/sec.
9857 2024.10.03 20:35:51.466596 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Debug> DynamicQueryHandler: Done processing query
9858 2024.10.03 20:35:51.466620 [ 3 ] {80bedbe9-cdf3-49fd-a740-d866eea15213} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9859 2024.10.03 20:35:51.466637 [ 3 ] {} <Debug> HTTP-Session: e58ffb16-18c7-4cf9-8880-101098cd6c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9860 2024.10.03 20:35:51.466806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9861 2024.10.03 20:35:51.466855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9862 2024.10.03 20:35:51.466874 [ 3 ] {} <Debug> HTTP-Session: 6818c4e7-bb7e-4d5a-be2c-25cb0e7e7b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9863 2024.10.03 20:35:51.466890 [ 3 ] {} <Debug> HTTP-Session: 6818c4e7-bb7e-4d5a-be2c-25cb0e7e7b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9864 2024.10.03 20:35:51.466904 [ 3 ] {} <Debug> HTTP-Session: 6818c4e7-bb7e-4d5a-be2c-25cb0e7e7b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9865 2024.10.03 20:35:51.466935 [ 3 ] {} <Trace> HTTP-Session: 6818c4e7-bb7e-4d5a-be2c-25cb0e7e7b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9866 2024.10.03 20:35:51.467028 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9867 2024.10.03 20:35:51.467073 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9868 2024.10.03 20:35:51.467202 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9869 2024.10.03 20:35:51.467468 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9870 2024.10.03 20:35:51.467505 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9871 2024.10.03 20:35:51.467857 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9872 2024.10.03 20:35:51.468197 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9873 2024.10.03 20:35:51.468339 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec.
9874 2024.10.03 20:35:51.468518 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Debug> DynamicQueryHandler: Done processing query
9875 2024.10.03 20:35:51.468542 [ 3 ] {4430bcd4-64ac-4296-b5ca-ee63153cd6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9876 2024.10.03 20:35:51.468558 [ 3 ] {} <Debug> HTTP-Session: 6818c4e7-bb7e-4d5a-be2c-25cb0e7e7b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9877 2024.10.03 20:35:51.468731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9878 2024.10.03 20:35:51.468779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9879 2024.10.03 20:35:51.468797 [ 3 ] {} <Debug> HTTP-Session: e54802fc-1f6e-40f5-bc56-d8b7dd4cc5db Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9880 2024.10.03 20:35:51.468814 [ 3 ] {} <Debug> HTTP-Session: e54802fc-1f6e-40f5-bc56-d8b7dd4cc5db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9881 2024.10.03 20:35:51.468828 [ 3 ] {} <Debug> HTTP-Session: e54802fc-1f6e-40f5-bc56-d8b7dd4cc5db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9882 2024.10.03 20:35:51.468858 [ 3 ] {} <Trace> HTTP-Session: e54802fc-1f6e-40f5-bc56-d8b7dd4cc5db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9883 2024.10.03 20:35:51.469177 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9884 2024.10.03 20:35:51.469242 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9885 2024.10.03 20:35:51.469691 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9886 2024.10.03 20:35:51.470413 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2024.10.03 20:35:51.470451 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9888 2024.10.03 20:35:51.471102 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9889 2024.10.03 20:35:51.471515 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2024.10.03 20:35:51.471699 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002752 sec., 11264.53488372093 rows/sec., 20.19 MiB/sec.
9891 2024.10.03 20:35:51.471923 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Debug> DynamicQueryHandler: Done processing query
9892 2024.10.03 20:35:51.471948 [ 3 ] {c0ce9174-9030-41a0-b538-52021029f065} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
9893 2024.10.03 20:35:51.471963 [ 3 ] {} <Debug> HTTP-Session: e54802fc-1f6e-40f5-bc56-d8b7dd4cc5db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9894 2024.10.03 20:35:51.472107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9895 2024.10.03 20:35:51.472156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9896 2024.10.03 20:35:51.472175 [ 3 ] {} <Debug> HTTP-Session: 25a24cfd-d5bf-4998-badd-3c43bb7dcb08 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9897 2024.10.03 20:35:51.472192 [ 3 ] {} <Debug> HTTP-Session: 25a24cfd-d5bf-4998-badd-3c43bb7dcb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9898 2024.10.03 20:35:51.472206 [ 3 ] {} <Debug> HTTP-Session: 25a24cfd-d5bf-4998-badd-3c43bb7dcb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9899 2024.10.03 20:35:51.472236 [ 3 ] {} <Trace> HTTP-Session: 25a24cfd-d5bf-4998-badd-3c43bb7dcb08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9900 2024.10.03 20:35:51.472365 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9901 2024.10.03 20:35:51.472409 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9902 2024.10.03 20:35:51.472537 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9903 2024.10.03 20:35:51.472883 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9904 2024.10.03 20:35:51.472921 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9905 2024.10.03 20:35:51.473283 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9906 2024.10.03 20:35:51.473612 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9907 2024.10.03 20:35:51.473772 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec.
9908 2024.10.03 20:35:51.473940 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Debug> DynamicQueryHandler: Done processing query
9909 2024.10.03 20:35:51.473965 [ 3 ] {5108ee60-de75-4f65-bd6c-db5162c6f5cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9910 2024.10.03 20:35:51.473980 [ 3 ] {} <Debug> HTTP-Session: 25a24cfd-d5bf-4998-badd-3c43bb7dcb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9911 2024.10.03 20:35:54.728656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 175929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9912 2024.10.03 20:35:54.728799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9913 2024.10.03 20:35:54.728831 [ 3 ] {} <Debug> HTTP-Session: 663ce7b9-28ac-42f2-8b8a-130c79f86ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9914 2024.10.03 20:35:54.728860 [ 3 ] {} <Debug> HTTP-Session: 663ce7b9-28ac-42f2-8b8a-130c79f86ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9915 2024.10.03 20:35:54.728878 [ 3 ] {} <Debug> HTTP-Session: 663ce7b9-28ac-42f2-8b8a-130c79f86ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9916 2024.10.03 20:35:54.728932 [ 3 ] {} <Trace> HTTP-Session: 663ce7b9-28ac-42f2-8b8a-130c79f86ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9917 2024.10.03 20:35:54.729573 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9918 2024.10.03 20:35:54.729644 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9919 2024.10.03 20:35:54.729976 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9920 2024.10.03 20:35:54.731297 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9921 2024.10.03 20:35:54.731352 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9922 2024.10.03 20:35:54.731870 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9923 2024.10.03 20:35:54.732273 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9924 2024.10.03 20:35:54.732425 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.00328 sec., 369512.1951219512 rows/sec., 30.53 MiB/sec.
9925 2024.10.03 20:35:54.732432 [ 76 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9926 2024.10.03 20:35:54.732488 [ 76 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9927 2024.10.03 20:35:54.732520 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9928 2024.10.03 20:35:54.732655 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
9929 2024.10.03 20:35:54.732677 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Debug> DynamicQueryHandler: Done processing query
9930 2024.10.03 20:35:54.732712 [ 3 ] {e9071546-6c16-43e5-829d-dff5291869fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
9931 2024.10.03 20:35:54.732734 [ 3 ] {} <Debug> HTTP-Session: 663ce7b9-28ac-42f2-8b8a-130c79f86ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9932 2024.10.03 20:35:54.732820 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9933 2024.10.03 20:35:54.732856 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1417 rows starting from the beginning of the part
9934 2024.10.03 20:35:54.732935 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part
9935 2024.10.03 20:35:54.733135 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 252 rows starting from the beginning of the part
9936 2024.10.03 20:35:54.733232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9937 2024.10.03 20:35:54.733442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9938 2024.10.03 20:35:54.733533 [ 3 ] {} <Debug> HTTP-Session: d8796de7-09ab-470d-ac6c-2373e36389f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9939 2024.10.03 20:35:54.733557 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part
9940 2024.10.03 20:35:54.733586 [ 3 ] {} <Debug> HTTP-Session: d8796de7-09ab-470d-ac6c-2373e36389f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9941 2024.10.03 20:35:54.733648 [ 3 ] {} <Debug> HTTP-Session: d8796de7-09ab-470d-ac6c-2373e36389f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9942 2024.10.03 20:35:54.733783 [ 3 ] {} <Trace> HTTP-Session: d8796de7-09ab-470d-ac6c-2373e36389f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9943 2024.10.03 20:35:54.733818 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 251 rows starting from the beginning of the part
9944 2024.10.03 20:35:54.734049 [ 196 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1212 rows starting from the beginning of the part
9945 2024.10.03 20:35:54.734073 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9946 2024.10.03 20:35:54.734222 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9947 2024.10.03 20:35:54.734878 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9948 2024.10.03 20:35:54.735433 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9949 2024.10.03 20:35:54.735480 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9950 2024.10.03 20:35:54.735962 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9951 2024.10.03 20:35:54.736438 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2024.10.03 20:35:54.736568 [ 192 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3276 rows, containing 5 columns (5 merged, 0 gathered) in 0.003977139 sec., 823707.6954061701 rows/sec., 72.30 MiB/sec.
9953 2024.10.03 20:35:54.736651 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002658 sec., 3009.7817908201655 rows/sec., 226.32 KiB/sec.
9954 2024.10.03 20:35:54.736842 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Debug> DynamicQueryHandler: Done processing query
9955 2024.10.03 20:35:54.736854 [ 192 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9956 2024.10.03 20:35:54.736872 [ 3 ] {bf54ca78-4d58-44af-9be4-bb8970785ec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9957 2024.10.03 20:35:54.736899 [ 3 ] {} <Debug> HTTP-Session: d8796de7-09ab-470d-ac6c-2373e36389f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9958 2024.10.03 20:35:54.737097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9959 2024.10.03 20:35:54.737177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9960 2024.10.03 20:35:54.737206 [ 3 ] {} <Debug> HTTP-Session: 4c87bc1d-4c04-405f-ab69-b4ea8171ce60 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9961 2024.10.03 20:35:54.737232 [ 3 ] {} <Debug> HTTP-Session: 4c87bc1d-4c04-405f-ab69-b4ea8171ce60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9962 2024.10.03 20:35:54.737254 [ 3 ] {} <Debug> HTTP-Session: 4c87bc1d-4c04-405f-ab69-b4ea8171ce60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9963 2024.10.03 20:35:54.737297 [ 3 ] {} <Trace> HTTP-Session: 4c87bc1d-4c04-405f-ab69-b4ea8171ce60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9964 2024.10.03 20:35:54.737448 [ 192 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9965 2024.10.03 20:35:54.737462 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9966 2024.10.03 20:35:54.737525 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9967 2024.10.03 20:35:54.737557 [ 192 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_51_10} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9968 2024.10.03 20:35:54.737647 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
9969 2024.10.03 20:35:54.737794 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9970 2024.10.03 20:35:54.738238 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9971 2024.10.03 20:35:54.738275 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9972 2024.10.03 20:35:54.738643 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9973 2024.10.03 20:35:54.739001 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9974 2024.10.03 20:35:54.739129 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001745 sec., 130659.02578796561 rows/sec., 8.85 MiB/sec.
9975 2024.10.03 20:35:54.739309 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Debug> DynamicQueryHandler: Done processing query
9976 2024.10.03 20:35:54.739334 [ 3 ] {1debc8a0-7dd8-407a-a96d-3a968a15b916} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
9977 2024.10.03 20:35:54.739350 [ 3 ] {} <Debug> HTTP-Session: 4c87bc1d-4c04-405f-ab69-b4ea8171ce60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9978 2024.10.03 20:35:54.739638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9979 2024.10.03 20:35:54.739687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9980 2024.10.03 20:35:54.739707 [ 3 ] {} <Debug> HTTP-Session: 0110e738-42cd-4506-97ab-047b0cdd1566 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
9981 2024.10.03 20:35:54.739724 [ 3 ] {} <Debug> HTTP-Session: 0110e738-42cd-4506-97ab-047b0cdd1566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9982 2024.10.03 20:35:54.739740 [ 3 ] {} <Debug> HTTP-Session: 0110e738-42cd-4506-97ab-047b0cdd1566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9983 2024.10.03 20:35:54.739772 [ 3 ] {} <Trace> HTTP-Session: 0110e738-42cd-4506-97ab-047b0cdd1566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9984 2024.10.03 20:35:54.740050 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9985 2024.10.03 20:35:54.740096 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9986 2024.10.03 20:35:54.740332 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9987 2024.10.03 20:35:54.741068 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9988 2024.10.03 20:35:54.741105 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9989 2024.10.03 20:35:54.741498 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9990 2024.10.03 20:35:54.741861 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9991 2024.10.03 20:35:54.741992 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002107 sec., 250593.26056003798 rows/sec., 18.56 MiB/sec.
9992 2024.10.03 20:35:54.741992 [ 76 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9993 2024.10.03 20:35:54.742065 [ 76 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2024.10.03 20:35:54.742106 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
9995 2024.10.03 20:35:54.742243 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Debug> DynamicQueryHandler: Done processing query
9996 2024.10.03 20:35:54.742328 [ 3 ] {518bd103-db3e-4f73-8395-44acdc434bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
9997 2024.10.03 20:35:54.742402 [ 3 ] {} <Debug> HTTP-Session: 0110e738-42cd-4506-97ab-047b0cdd1566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9998 2024.10.03 20:35:54.742482 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
9999 2024.10.03 20:35:54.742802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 180773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10000 2024.10.03 20:35:54.742882 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10001 2024.10.03 20:35:54.742898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10002 2024.10.03 20:35:54.742954 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
10003 2024.10.03 20:35:54.742961 [ 3 ] {} <Debug> HTTP-Session: d452f2fc-569a-455d-9075-22a72b562ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10004 2024.10.03 20:35:54.743017 [ 3 ] {} <Debug> HTTP-Session: d452f2fc-569a-455d-9075-22a72b562ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10005 2024.10.03 20:35:54.743062 [ 3 ] {} <Debug> HTTP-Session: d452f2fc-569a-455d-9075-22a72b562ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10006 2024.10.03 20:35:54.743197 [ 3 ] {} <Trace> HTTP-Session: d452f2fc-569a-455d-9075-22a72b562ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10007 2024.10.03 20:35:54.743236 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part
10008 2024.10.03 20:35:54.743512 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 415 rows starting from the beginning of the part
10009 2024.10.03 20:35:54.743739 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part
10010 2024.10.03 20:35:54.743882 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10011 2024.10.03 20:35:54.744017 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 413 rows starting from the beginning of the part
10012 2024.10.03 20:35:54.744077 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10013 2024.10.03 20:35:54.744449 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 528 rows starting from the beginning of the part
10014 2024.10.03 20:35:54.745022 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10015 2024.10.03 20:35:54.746356 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10016 2024.10.03 20:35:54.746409 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10017 2024.10.03 20:35:54.747110 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.004920563 sec., 490391.03858643817 rows/sec., 37.61 MiB/sec.
10018 2024.10.03 20:35:54.747154 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10019 2024.10.03 20:35:54.747323 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10020 2024.10.03 20:35:54.748060 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10021 2024.10.03 20:35:54.748334 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10022 2024.10.03 20:35:54.748361 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.00489 sec., 194683.02658486707 rows/sec., 13.06 MiB/sec.
10023 2024.10.03 20:35:54.748411 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10024 2024.10.03 20:35:54.748503 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10025 2024.10.03 20:35:54.748646 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10026 2024.10.03 20:35:54.748873 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Debug> DynamicQueryHandler: Done processing query
10027 2024.10.03 20:35:54.748882 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
10028 2024.10.03 20:35:54.748939 [ 3 ] {f858952e-16c6-44e9-ab07-ce5e1cec9a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
10029 2024.10.03 20:35:54.748986 [ 3 ] {} <Debug> HTTP-Session: d452f2fc-569a-455d-9075-22a72b562ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10030 2024.10.03 20:35:54.748982 [ 197 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_51_10} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10031 2024.10.03 20:35:54.749199 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
10032 2024.10.03 20:35:54.749217 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10033 2024.10.03 20:35:54.749264 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14566 rows starting from the beginning of the part
10034 2024.10.03 20:35:54.749337 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
10035 2024.10.03 20:35:54.749396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10036 2024.10.03 20:35:54.749515 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 238 rows starting from the beginning of the part
10037 2024.10.03 20:35:54.749542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10038 2024.10.03 20:35:54.749620 [ 3 ] {} <Debug> HTTP-Session: c8d99fe5-00dc-466a-9e51-908aafd9700f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10039 2024.10.03 20:35:54.749748 [ 3 ] {} <Debug> HTTP-Session: c8d99fe5-00dc-466a-9e51-908aafd9700f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10040 2024.10.03 20:35:54.749851 [ 3 ] {} <Debug> HTTP-Session: c8d99fe5-00dc-466a-9e51-908aafd9700f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10041 2024.10.03 20:35:54.749892 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
10042 2024.10.03 20:35:54.749930 [ 3 ] {} <Trace> HTTP-Session: c8d99fe5-00dc-466a-9e51-908aafd9700f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10043 2024.10.03 20:35:54.750024 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
10044 2024.10.03 20:35:54.750146 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 952 rows starting from the beginning of the part
10045 2024.10.03 20:35:54.750281 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10046 2024.10.03 20:35:54.750414 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10047 2024.10.03 20:35:54.751113 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10048 2024.10.03 20:35:54.751831 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10049 2024.10.03 20:35:54.751877 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10050 2024.10.03 20:35:54.753104 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10051 2024.10.03 20:35:54.753553 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10052 2024.10.03 20:35:54.753986 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003908 sec., 2047.0829068577277 rows/sec., 3.67 MiB/sec.
10053 2024.10.03 20:35:54.754195 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Debug> DynamicQueryHandler: Done processing query
10054 2024.10.03 20:35:54.754221 [ 3 ] {633a20ec-f89b-44de-b664-e6541deeee1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
10055 2024.10.03 20:35:54.754239 [ 3 ] {} <Debug> HTTP-Session: c8d99fe5-00dc-466a-9e51-908aafd9700f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10056 2024.10.03 20:35:54.754369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10057 2024.10.03 20:35:54.754418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10058 2024.10.03 20:35:54.754441 [ 3 ] {} <Debug> HTTP-Session: 28856027-b429-4f08-9503-5806c07b1727 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10059 2024.10.03 20:35:54.754460 [ 3 ] {} <Debug> HTTP-Session: 28856027-b429-4f08-9503-5806c07b1727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10060 2024.10.03 20:35:54.754476 [ 3 ] {} <Debug> HTTP-Session: 28856027-b429-4f08-9503-5806c07b1727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10061 2024.10.03 20:35:54.754517 [ 3 ] {} <Trace> HTTP-Session: 28856027-b429-4f08-9503-5806c07b1727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10062 2024.10.03 20:35:54.754635 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10063 2024.10.03 20:35:54.754682 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10064 2024.10.03 20:35:54.754837 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10065 2024.10.03 20:35:54.755168 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10066 2024.10.03 20:35:54.755205 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10067 2024.10.03 20:35:54.755704 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10068 2024.10.03 20:35:54.755774 [ 194 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007133688 sec., 2286755.4622517833 rows/sec., 154.23 MiB/sec.
10069 2024.10.03 20:35:54.756096 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10070 2024.10.03 20:35:54.756240 [ 76 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10071 2024.10.03 20:35:54.756253 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001651 sec., 24227.740763173835 rows/sec., 1.64 MiB/sec.
10072 2024.10.03 20:35:54.756289 [ 76 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10073 2024.10.03 20:35:54.756365 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10074 2024.10.03 20:35:54.756523 [ 194 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10075 2024.10.03 20:35:54.756722 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
10076 2024.10.03 20:35:54.756776 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Debug> DynamicQueryHandler: Done processing query
10077 2024.10.03 20:35:54.756841 [ 3 ] {b1bbced7-0491-4713-81df-9a5b840f0c33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
10078 2024.10.03 20:35:54.756942 [ 3 ] {} <Debug> HTTP-Session: 28856027-b429-4f08-9503-5806c07b1727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10079 2024.10.03 20:35:54.757145 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10080 2024.10.03 20:35:54.757204 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2744 rows starting from the beginning of the part
10081 2024.10.03 20:35:54.757359 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
10082 2024.10.03 20:35:54.757655 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
10083 2024.10.03 20:35:54.757698 [ 194 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10084 2024.10.03 20:35:54.757928 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
10085 2024.10.03 20:35:54.758081 [ 194 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10086 2024.10.03 20:35:54.758149 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::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
10087 2024.10.03 20:35:54.758490 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
10088 2024.10.03 20:35:54.758511 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part
10089 2024.10.03 20:35:54.760178 [ 188 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3068 rows, containing 4 columns (4 merged, 0 gathered) in 0.003695032 sec., 830304.04066866 rows/sec., 54.04 MiB/sec.
10090 2024.10.03 20:35:54.760409 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10091 2024.10.03 20:35:54.760797 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10092 2024.10.03 20:35:54.760883 [ 198 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_51_10} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10093 2024.10.03 20:35:54.760966 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
10094 2024.10.03 20:35:55.000224 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.68 MiB, peak 173.69 MiB, free memory in arenas 0.00 B, will set to 163.73 MiB (RSS), difference: 1.05 MiB
10095 2024.10.03 20:35:55.545351 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
10096 2024.10.03 20:35:55.545410 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
10097 2024.10.03 20:35:55.765108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 988
10098 2024.10.03 20:35:55.768237 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10099 2024.10.03 20:35:55.768279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10100 2024.10.03 20:35:55.769852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10101 2024.10.03 20:35:55.770844 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10102 2024.10.03 20:35:55.771976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988
10103 2024.10.03 20:35:56.001281 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000894552 sec.
10104 2024.10.03 20:35:56.433443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10105 2024.10.03 20:35:56.433559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10106 2024.10.03 20:35:56.433586 [ 3 ] {} <Debug> HTTP-Session: 82751f28-879a-45d5-98dc-6ef6068171e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10107 2024.10.03 20:35:56.433612 [ 3 ] {} <Debug> HTTP-Session: 82751f28-879a-45d5-98dc-6ef6068171e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10108 2024.10.03 20:35:56.433629 [ 3 ] {} <Debug> HTTP-Session: 82751f28-879a-45d5-98dc-6ef6068171e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10109 2024.10.03 20:35:56.433686 [ 3 ] {} <Trace> HTTP-Session: 82751f28-879a-45d5-98dc-6ef6068171e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10110 2024.10.03 20:35:56.433888 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10111 2024.10.03 20:35:56.433959 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10112 2024.10.03 20:35:56.434300 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10113 2024.10.03 20:35:56.434785 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10114 2024.10.03 20:35:56.434834 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10115 2024.10.03 20:35:56.435274 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10116 2024.10.03 20:35:56.435678 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10117 2024.10.03 20:35:56.435852 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.12 MiB/sec.
10118 2024.10.03 20:35:56.436076 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Debug> DynamicQueryHandler: Done processing query
10119 2024.10.03 20:35:56.436104 [ 3 ] {84abb518-2a03-49fa-bfbc-b1fe0baf348b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10120 2024.10.03 20:35:56.436122 [ 3 ] {} <Debug> HTTP-Session: 82751f28-879a-45d5-98dc-6ef6068171e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10121 2024.10.03 20:35:56.436265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10122 2024.10.03 20:35:56.436321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10123 2024.10.03 20:35:56.436343 [ 3 ] {} <Debug> HTTP-Session: b8075c2d-ac22-4747-9321-8d15470b7b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10124 2024.10.03 20:35:56.436364 [ 3 ] {} <Debug> HTTP-Session: b8075c2d-ac22-4747-9321-8d15470b7b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10125 2024.10.03 20:35:56.436380 [ 3 ] {} <Debug> HTTP-Session: b8075c2d-ac22-4747-9321-8d15470b7b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10126 2024.10.03 20:35:56.436418 [ 3 ] {} <Trace> HTTP-Session: b8075c2d-ac22-4747-9321-8d15470b7b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10127 2024.10.03 20:35:56.436549 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10128 2024.10.03 20:35:56.436599 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10129 2024.10.03 20:35:56.436839 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10130 2024.10.03 20:35:56.437265 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10131 2024.10.03 20:35:56.437306 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10132 2024.10.03 20:35:56.437673 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10133 2024.10.03 20:35:56.438053 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2024.10.03 20:35:56.438209 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001702 sec., 37602.820211515864 rows/sec., 2.93 MiB/sec.
10135 2024.10.03 20:35:56.438388 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Debug> DynamicQueryHandler: Done processing query
10136 2024.10.03 20:35:56.438413 [ 3 ] {c8855648-cf56-4929-87be-b80d27f76a30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10137 2024.10.03 20:35:56.438431 [ 3 ] {} <Debug> HTTP-Session: b8075c2d-ac22-4747-9321-8d15470b7b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10138 2024.10.03 20:35:56.438601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10139 2024.10.03 20:35:56.438650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10140 2024.10.03 20:35:56.438671 [ 3 ] {} <Debug> HTTP-Session: 6ae71fdf-956b-44dc-83d3-320f24ba6f29 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10141 2024.10.03 20:35:56.438690 [ 3 ] {} <Debug> HTTP-Session: 6ae71fdf-956b-44dc-83d3-320f24ba6f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10142 2024.10.03 20:35:56.438734 [ 3 ] {} <Debug> HTTP-Session: 6ae71fdf-956b-44dc-83d3-320f24ba6f29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10143 2024.10.03 20:35:56.438766 [ 3 ] {} <Trace> HTTP-Session: 6ae71fdf-956b-44dc-83d3-320f24ba6f29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10144 2024.10.03 20:35:56.438885 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10145 2024.10.03 20:35:56.438935 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10146 2024.10.03 20:35:56.439083 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10147 2024.10.03 20:35:56.439441 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10148 2024.10.03 20:35:56.439480 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10149 2024.10.03 20:35:56.439874 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10150 2024.10.03 20:35:56.440251 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10151 2024.10.03 20:35:56.440410 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001566 sec., 34482.75862068966 rows/sec., 2.40 MiB/sec.
10152 2024.10.03 20:35:56.440593 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Debug> DynamicQueryHandler: Done processing query
10153 2024.10.03 20:35:56.440619 [ 3 ] {05b90ea8-1c66-4b57-af91-3531919e5c78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10154 2024.10.03 20:35:56.440637 [ 3 ] {} <Debug> HTTP-Session: 6ae71fdf-956b-44dc-83d3-320f24ba6f29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10155 2024.10.03 20:35:56.440751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10156 2024.10.03 20:35:56.440801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10157 2024.10.03 20:35:56.440821 [ 3 ] {} <Debug> HTTP-Session: d3f0104c-4885-42d4-a4c3-e66d1eaad713 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10158 2024.10.03 20:35:56.440839 [ 3 ] {} <Debug> HTTP-Session: d3f0104c-4885-42d4-a4c3-e66d1eaad713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10159 2024.10.03 20:35:56.440855 [ 3 ] {} <Debug> HTTP-Session: d3f0104c-4885-42d4-a4c3-e66d1eaad713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10160 2024.10.03 20:35:56.440887 [ 3 ] {} <Trace> HTTP-Session: d3f0104c-4885-42d4-a4c3-e66d1eaad713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10161 2024.10.03 20:35:56.440993 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10162 2024.10.03 20:35:56.441038 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10163 2024.10.03 20:35:56.441171 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10164 2024.10.03 20:35:56.441489 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10165 2024.10.03 20:35:56.441527 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10166 2024.10.03 20:35:56.441894 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10167 2024.10.03 20:35:56.442219 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10168 2024.10.03 20:35:56.442366 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.0014 sec., 14285.714285714286 rows/sec., 982.14 KiB/sec.
10169 2024.10.03 20:35:56.442541 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Debug> DynamicQueryHandler: Done processing query
10170 2024.10.03 20:35:56.442568 [ 3 ] {5ae6d8db-b5b4-4278-914d-48b081e3cf2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10171 2024.10.03 20:35:56.442592 [ 3 ] {} <Debug> HTTP-Session: d3f0104c-4885-42d4-a4c3-e66d1eaad713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10172 2024.10.03 20:36:01.444743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 37967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10173 2024.10.03 20:36:01.444860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10174 2024.10.03 20:36:01.444887 [ 3 ] {} <Debug> HTTP-Session: 223bd913-ac16-4ba8-8051-60a8a408798d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10175 2024.10.03 20:36:01.444912 [ 3 ] {} <Debug> HTTP-Session: 223bd913-ac16-4ba8-8051-60a8a408798d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10176 2024.10.03 20:36:01.444929 [ 3 ] {} <Debug> HTTP-Session: 223bd913-ac16-4ba8-8051-60a8a408798d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10177 2024.10.03 20:36:01.444978 [ 3 ] {} <Trace> HTTP-Session: 223bd913-ac16-4ba8-8051-60a8a408798d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10178 2024.10.03 20:36:01.445231 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10179 2024.10.03 20:36:01.445298 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10180 2024.10.03 20:36:01.445623 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10181 2024.10.03 20:36:01.446267 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10182 2024.10.03 20:36:01.446309 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10183 2024.10.03 20:36:01.446751 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10184 2024.10.03 20:36:01.447152 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10185 2024.10.03 20:36:01.447305 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Debug> executeQuery: Read 251 rows, 22.71 KiB in 0.002189 sec., 114664.2302421197 rows/sec., 10.13 MiB/sec.
10186 2024.10.03 20:36:01.447537 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Debug> DynamicQueryHandler: Done processing query
10187 2024.10.03 20:36:01.447567 [ 3 ] {6b1e47f8-7cf1-437b-81fe-75c21de8b381} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
10188 2024.10.03 20:36:01.447584 [ 3 ] {} <Debug> HTTP-Session: 223bd913-ac16-4ba8-8051-60a8a408798d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10189 2024.10.03 20:36:01.447777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 4493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10190 2024.10.03 20:36:01.447834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10191 2024.10.03 20:36:01.447854 [ 3 ] {} <Debug> HTTP-Session: 83331d8f-6120-4230-8a0a-7451c491935d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10192 2024.10.03 20:36:01.447874 [ 3 ] {} <Debug> HTTP-Session: 83331d8f-6120-4230-8a0a-7451c491935d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10193 2024.10.03 20:36:01.447889 [ 3 ] {} <Debug> HTTP-Session: 83331d8f-6120-4230-8a0a-7451c491935d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10194 2024.10.03 20:36:01.447926 [ 3 ] {} <Trace> HTTP-Session: 83331d8f-6120-4230-8a0a-7451c491935d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10195 2024.10.03 20:36:01.448039 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10196 2024.10.03 20:36:01.448088 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10197 2024.10.03 20:36:01.448321 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10198 2024.10.03 20:36:01.448713 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10199 2024.10.03 20:36:01.448750 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10200 2024.10.03 20:36:01.449107 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10201 2024.10.03 20:36:01.449469 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10202 2024.10.03 20:36:01.449601 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001599 sec., 19387.11694809256 rows/sec., 1.42 MiB/sec.
10203 2024.10.03 20:36:01.449780 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Debug> DynamicQueryHandler: Done processing query
10204 2024.10.03 20:36:01.449806 [ 3 ] {0b90a845-1015-4c8f-bec7-0e844921f514} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10205 2024.10.03 20:36:01.449823 [ 3 ] {} <Debug> HTTP-Session: 83331d8f-6120-4230-8a0a-7451c491935d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10206 2024.10.03 20:36:01.449943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10207 2024.10.03 20:36:01.449993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10208 2024.10.03 20:36:01.450013 [ 3 ] {} <Debug> HTTP-Session: 780ab1e6-b1ba-426a-9482-141cf44d1a0d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10209 2024.10.03 20:36:01.450031 [ 3 ] {} <Debug> HTTP-Session: 780ab1e6-b1ba-426a-9482-141cf44d1a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10210 2024.10.03 20:36:01.450047 [ 3 ] {} <Debug> HTTP-Session: 780ab1e6-b1ba-426a-9482-141cf44d1a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10211 2024.10.03 20:36:01.450079 [ 3 ] {} <Trace> HTTP-Session: 780ab1e6-b1ba-426a-9482-141cf44d1a0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10212 2024.10.03 20:36:01.450182 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10213 2024.10.03 20:36:01.450227 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10214 2024.10.03 20:36:01.450451 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10215 2024.10.03 20:36:01.450761 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10216 2024.10.03 20:36:01.450797 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10217 2024.10.03 20:36:01.451144 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10218 2024.10.03 20:36:01.451500 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10219 2024.10.03 20:36:01.451629 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001477 sec., 9478.67298578199 rows/sec., 663.82 KiB/sec.
10220 2024.10.03 20:36:01.451897 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Debug> DynamicQueryHandler: Done processing query
10221 2024.10.03 20:36:01.451943 [ 3 ] {46499a6d-de76-4eb7-b539-f3be4c97c875} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10222 2024.10.03 20:36:01.451970 [ 3 ] {} <Debug> HTTP-Session: 780ab1e6-b1ba-426a-9482-141cf44d1a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10223 2024.10.03 20:36:01.452102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10224 2024.10.03 20:36:01.452153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10225 2024.10.03 20:36:01.452173 [ 3 ] {} <Debug> HTTP-Session: 9c2cf952-988d-4b86-83db-bb7ef40f435d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10226 2024.10.03 20:36:01.452191 [ 3 ] {} <Debug> HTTP-Session: 9c2cf952-988d-4b86-83db-bb7ef40f435d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10227 2024.10.03 20:36:01.452205 [ 3 ] {} <Debug> HTTP-Session: 9c2cf952-988d-4b86-83db-bb7ef40f435d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10228 2024.10.03 20:36:01.452238 [ 3 ] {} <Trace> HTTP-Session: 9c2cf952-988d-4b86-83db-bb7ef40f435d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10229 2024.10.03 20:36:01.452338 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10230 2024.10.03 20:36:01.452382 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10231 2024.10.03 20:36:01.452624 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10232 2024.10.03 20:36:01.452924 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10233 2024.10.03 20:36:01.452960 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10234 2024.10.03 20:36:01.453311 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10235 2024.10.03 20:36:01.453667 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2024.10.03 20:36:01.453805 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec.
10237 2024.10.03 20:36:01.454143 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Debug> DynamicQueryHandler: Done processing query
10238 2024.10.03 20:36:01.454168 [ 3 ] {2bb302b7-794b-45bf-8c9d-c076b675df90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10239 2024.10.03 20:36:01.454185 [ 3 ] {} <Debug> HTTP-Session: 9c2cf952-988d-4b86-83db-bb7ef40f435d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10240 2024.10.03 20:36:01.454418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 67052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10241 2024.10.03 20:36:01.454469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10242 2024.10.03 20:36:01.454489 [ 3 ] {} <Debug> HTTP-Session: 86f7f433-d3dd-45ef-b75d-7ebe900b7a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10243 2024.10.03 20:36:01.454506 [ 3 ] {} <Debug> HTTP-Session: 86f7f433-d3dd-45ef-b75d-7ebe900b7a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10244 2024.10.03 20:36:01.454521 [ 3 ] {} <Debug> HTTP-Session: 86f7f433-d3dd-45ef-b75d-7ebe900b7a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10245 2024.10.03 20:36:01.454553 [ 3 ] {} <Trace> HTTP-Session: 86f7f433-d3dd-45ef-b75d-7ebe900b7a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10246 2024.10.03 20:36:01.454776 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10247 2024.10.03 20:36:01.454820 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10248 2024.10.03 20:36:01.455068 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10249 2024.10.03 20:36:01.455652 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10250 2024.10.03 20:36:01.455689 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10251 2024.10.03 20:36:01.456059 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10252 2024.10.03 20:36:01.456410 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10253 2024.10.03 20:36:01.456550 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001881 sec., 219564.06166932482 rows/sec., 15.66 MiB/sec.
10254 2024.10.03 20:36:01.456826 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Debug> DynamicQueryHandler: Done processing query
10255 2024.10.03 20:36:01.456882 [ 3 ] {b1f380e1-2bab-451a-8b3c-08d629219d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10256 2024.10.03 20:36:01.456929 [ 3 ] {} <Debug> HTTP-Session: 86f7f433-d3dd-45ef-b75d-7ebe900b7a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10257 2024.10.03 20:36:01.457079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10258 2024.10.03 20:36:01.457131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10259 2024.10.03 20:36:01.457152 [ 3 ] {} <Debug> HTTP-Session: c628c559-cb31-4a9d-b6b5-5d008c93a388 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10260 2024.10.03 20:36:01.457170 [ 3 ] {} <Debug> HTTP-Session: c628c559-cb31-4a9d-b6b5-5d008c93a388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10261 2024.10.03 20:36:01.457185 [ 3 ] {} <Debug> HTTP-Session: c628c559-cb31-4a9d-b6b5-5d008c93a388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10262 2024.10.03 20:36:01.457219 [ 3 ] {} <Trace> HTTP-Session: c628c559-cb31-4a9d-b6b5-5d008c93a388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10263 2024.10.03 20:36:01.457317 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10264 2024.10.03 20:36:01.457363 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10265 2024.10.03 20:36:01.457513 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10266 2024.10.03 20:36:01.457790 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10267 2024.10.03 20:36:01.457826 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10268 2024.10.03 20:36:01.458175 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10269 2024.10.03 20:36:01.458497 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10270 2024.10.03 20:36:01.458645 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec.
10271 2024.10.03 20:36:01.458812 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Debug> DynamicQueryHandler: Done processing query
10272 2024.10.03 20:36:01.458837 [ 3 ] {d5750f30-d510-44ce-8124-c2ac3835eeab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10273 2024.10.03 20:36:01.458854 [ 3 ] {} <Debug> HTTP-Session: c628c559-cb31-4a9d-b6b5-5d008c93a388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10274 2024.10.03 20:36:01.459063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10275 2024.10.03 20:36:01.459111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10276 2024.10.03 20:36:01.459131 [ 3 ] {} <Debug> HTTP-Session: 820011fb-4fdd-4c91-9df0-ff91a095b2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10277 2024.10.03 20:36:01.459148 [ 3 ] {} <Debug> HTTP-Session: 820011fb-4fdd-4c91-9df0-ff91a095b2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10278 2024.10.03 20:36:01.459164 [ 3 ] {} <Debug> HTTP-Session: 820011fb-4fdd-4c91-9df0-ff91a095b2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10279 2024.10.03 20:36:01.459195 [ 3 ] {} <Trace> HTTP-Session: 820011fb-4fdd-4c91-9df0-ff91a095b2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10280 2024.10.03 20:36:01.459420 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10281 2024.10.03 20:36:01.459466 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10282 2024.10.03 20:36:01.459609 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10283 2024.10.03 20:36:01.460031 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10284 2024.10.03 20:36:01.460067 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10285 2024.10.03 20:36:01.460443 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10286 2024.10.03 20:36:01.460773 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10287 2024.10.03 20:36:01.460928 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec.
10288 2024.10.03 20:36:01.461099 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Debug> DynamicQueryHandler: Done processing query
10289 2024.10.03 20:36:01.461123 [ 3 ] {3b929b32-b770-4598-b51f-f2ea5201dae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10290 2024.10.03 20:36:01.461140 [ 3 ] {} <Debug> HTTP-Session: 820011fb-4fdd-4c91-9df0-ff91a095b2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10291 2024.10.03 20:36:01.461259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10292 2024.10.03 20:36:01.461306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10293 2024.10.03 20:36:01.461326 [ 3 ] {} <Debug> HTTP-Session: 822f2e01-5fd4-461c-acc7-8831142782ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10294 2024.10.03 20:36:01.461343 [ 3 ] {} <Debug> HTTP-Session: 822f2e01-5fd4-461c-acc7-8831142782ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10295 2024.10.03 20:36:01.461358 [ 3 ] {} <Debug> HTTP-Session: 822f2e01-5fd4-461c-acc7-8831142782ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10296 2024.10.03 20:36:01.461389 [ 3 ] {} <Trace> HTTP-Session: 822f2e01-5fd4-461c-acc7-8831142782ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10297 2024.10.03 20:36:01.461481 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10298 2024.10.03 20:36:01.461526 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10299 2024.10.03 20:36:01.461655 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10300 2024.10.03 20:36:01.461914 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10301 2024.10.03 20:36:01.461949 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10302 2024.10.03 20:36:01.462296 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10303 2024.10.03 20:36:01.462611 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10304 2024.10.03 20:36:01.462763 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec.
10305 2024.10.03 20:36:01.462929 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Debug> DynamicQueryHandler: Done processing query
10306 2024.10.03 20:36:01.462954 [ 3 ] {6a70fd9f-e782-4bef-a266-a605154f3f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10307 2024.10.03 20:36:01.462970 [ 3 ] {} <Debug> HTTP-Session: 822f2e01-5fd4-461c-acc7-8831142782ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10308 2024.10.03 20:36:01.463130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10309 2024.10.03 20:36:01.463179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10310 2024.10.03 20:36:01.463198 [ 3 ] {} <Debug> HTTP-Session: 1495c55a-bf5e-4bef-ad6f-17d32a2d9580 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10311 2024.10.03 20:36:01.463215 [ 3 ] {} <Debug> HTTP-Session: 1495c55a-bf5e-4bef-ad6f-17d32a2d9580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10312 2024.10.03 20:36:01.463231 [ 3 ] {} <Debug> HTTP-Session: 1495c55a-bf5e-4bef-ad6f-17d32a2d9580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10313 2024.10.03 20:36:01.463262 [ 3 ] {} <Trace> HTTP-Session: 1495c55a-bf5e-4bef-ad6f-17d32a2d9580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10314 2024.10.03 20:36:01.463582 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10315 2024.10.03 20:36:01.463647 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10316 2024.10.03 20:36:01.464077 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10317 2024.10.03 20:36:01.464686 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10318 2024.10.03 20:36:01.464722 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10319 2024.10.03 20:36:01.465341 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10320 2024.10.03 20:36:01.465754 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10321 2024.10.03 20:36:01.465937 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10322 2024.10.03 20:36:01.465957 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002604 sec., 11904.761904761905 rows/sec., 21.33 MiB/sec.
10323 2024.10.03 20:36:01.466012 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10324 2024.10.03 20:36:01.466078 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
10325 2024.10.03 20:36:01.466412 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
10326 2024.10.03 20:36:01.466491 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Debug> DynamicQueryHandler: Done processing query
10327 2024.10.03 20:36:01.466536 [ 3 ] {f729541c-9974-4020-87e7-3f3d745821be} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
10328 2024.10.03 20:36:01.466588 [ 3 ] {} <Debug> HTTP-Session: 1495c55a-bf5e-4bef-ad6f-17d32a2d9580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10329 2024.10.03 20:36:01.466791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10330 2024.10.03 20:36:01.466915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10331 2024.10.03 20:36:01.466978 [ 3 ] {} <Debug> HTTP-Session: bb3a566a-5a9d-4a60-b61c-77b812886b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10332 2024.10.03 20:36:01.467034 [ 3 ] {} <Debug> HTTP-Session: bb3a566a-5a9d-4a60-b61c-77b812886b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10333 2024.10.03 20:36:01.467085 [ 3 ] {} <Debug> HTTP-Session: bb3a566a-5a9d-4a60-b61c-77b812886b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10334 2024.10.03 20:36:01.467106 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10335 2024.10.03 20:36:01.467158 [ 3 ] {} <Trace> HTTP-Session: bb3a566a-5a9d-4a60-b61c-77b812886b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10336 2024.10.03 20:36:01.467261 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 652 rows starting from the beginning of the part
10337 2024.10.03 20:36:01.467589 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10338 2024.10.03 20:36:01.467853 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10339 2024.10.03 20:36:01.467908 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part
10340 2024.10.03 20:36:01.468811 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
10341 2024.10.03 20:36:01.468872 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10342 2024.10.03 20:36:01.469428 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part
10343 2024.10.03 20:36:01.470132 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
10344 2024.10.03 20:36:01.470284 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2024.10.03 20:36:01.470389 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10346 2024.10.03 20:36:01.470835 [ 194 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part
10347 2024.10.03 20:36:01.471942 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10348 2024.10.03 20:36:01.472748 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10349 2024.10.03 20:36:01.473150 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005779 sec., 14189.306108323239 rows/sec., 922.83 KiB/sec.
10350 2024.10.03 20:36:01.473556 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Debug> DynamicQueryHandler: Done processing query
10351 2024.10.03 20:36:01.473632 [ 3 ] {459a8d6b-9296-4a19-ad72-82fcdc0d13e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10352 2024.10.03 20:36:01.473709 [ 3 ] {} <Debug> HTTP-Session: bb3a566a-5a9d-4a60-b61c-77b812886b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10353 2024.10.03 20:36:01.477053 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 19 columns (19 merged, 0 gathered) in 0.010828389 sec., 70278.22882979175 rows/sec., 125.94 MiB/sec.
10354 2024.10.03 20:36:01.478080 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10355 2024.10.03 20:36:01.478677 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10356 2024.10.03 20:36:01.478762 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10357 2024.10.03 20:36:01.478914 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB.
10358 2024.10.03 20:36:05.772255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1016
10359 2024.10.03 20:36:05.775257 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10360 2024.10.03 20:36:05.775301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10361 2024.10.03 20:36:05.776794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10362 2024.10.03 20:36:05.777770 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10363 2024.10.03 20:36:05.778604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1016
10364 2024.10.03 20:36:06.439480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10365 2024.10.03 20:36:06.439597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10366 2024.10.03 20:36:06.439622 [ 3 ] {} <Debug> HTTP-Session: 7b7deb56-6ca9-402e-862f-dea724bd18dc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10367 2024.10.03 20:36:06.439648 [ 3 ] {} <Debug> HTTP-Session: 7b7deb56-6ca9-402e-862f-dea724bd18dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10368 2024.10.03 20:36:06.439664 [ 3 ] {} <Debug> HTTP-Session: 7b7deb56-6ca9-402e-862f-dea724bd18dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10369 2024.10.03 20:36:06.439714 [ 3 ] {} <Trace> HTTP-Session: 7b7deb56-6ca9-402e-862f-dea724bd18dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10370 2024.10.03 20:36:06.439919 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10371 2024.10.03 20:36:06.439993 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10372 2024.10.03 20:36:06.440365 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10373 2024.10.03 20:36:06.440885 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10374 2024.10.03 20:36:06.440941 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10375 2024.10.03 20:36:06.441449 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10376 2024.10.03 20:36:06.441893 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10377 2024.10.03 20:36:06.442042 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002194 sec., 32816.77301731996 rows/sec., 2.67 MiB/sec.
10378 2024.10.03 20:36:06.442251 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Debug> DynamicQueryHandler: Done processing query
10379 2024.10.03 20:36:06.442278 [ 3 ] {17f12354-17ab-4590-b7a3-8f0c2e8ec805} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10380 2024.10.03 20:36:06.442295 [ 3 ] {} <Debug> HTTP-Session: 7b7deb56-6ca9-402e-862f-dea724bd18dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10381 2024.10.03 20:36:06.442458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10382 2024.10.03 20:36:06.442511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10383 2024.10.03 20:36:06.442532 [ 3 ] {} <Debug> HTTP-Session: afe94cd6-7e8a-46dc-9115-58280265551b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10384 2024.10.03 20:36:06.442550 [ 3 ] {} <Debug> HTTP-Session: afe94cd6-7e8a-46dc-9115-58280265551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10385 2024.10.03 20:36:06.442564 [ 3 ] {} <Debug> HTTP-Session: afe94cd6-7e8a-46dc-9115-58280265551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10386 2024.10.03 20:36:06.442599 [ 3 ] {} <Trace> HTTP-Session: afe94cd6-7e8a-46dc-9115-58280265551b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10387 2024.10.03 20:36:06.442705 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10388 2024.10.03 20:36:06.442751 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10389 2024.10.03 20:36:06.442982 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10390 2024.10.03 20:36:06.443319 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2024.10.03 20:36:06.443356 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10392 2024.10.03 20:36:06.443704 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10393 2024.10.03 20:36:06.444060 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2024.10.03 20:36:06.444187 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001512 sec., 5291.005291005291 rows/sec., 397.86 KiB/sec.
10395 2024.10.03 20:36:06.444357 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Debug> DynamicQueryHandler: Done processing query
10396 2024.10.03 20:36:06.444381 [ 3 ] {cd13e5e3-dacb-4758-9e76-675a9f1547e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10397 2024.10.03 20:36:06.444397 [ 3 ] {} <Debug> HTTP-Session: afe94cd6-7e8a-46dc-9115-58280265551b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10398 2024.10.03 20:36:06.444543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10399 2024.10.03 20:36:06.444593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10400 2024.10.03 20:36:06.444612 [ 3 ] {} <Debug> HTTP-Session: 9f2d07c1-fa31-4590-b274-4767a8d827a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10401 2024.10.03 20:36:06.444630 [ 3 ] {} <Debug> HTTP-Session: 9f2d07c1-fa31-4590-b274-4767a8d827a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10402 2024.10.03 20:36:06.444644 [ 3 ] {} <Debug> HTTP-Session: 9f2d07c1-fa31-4590-b274-4767a8d827a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10403 2024.10.03 20:36:06.444676 [ 3 ] {} <Trace> HTTP-Session: 9f2d07c1-fa31-4590-b274-4767a8d827a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10404 2024.10.03 20:36:06.444796 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10405 2024.10.03 20:36:06.444840 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10406 2024.10.03 20:36:06.445062 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10407 2024.10.03 20:36:06.445403 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10408 2024.10.03 20:36:06.445439 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10409 2024.10.03 20:36:06.445804 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10410 2024.10.03 20:36:06.446162 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10411 2024.10.03 20:36:06.446303 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001549 sec., 46481.60103292447 rows/sec., 3.63 MiB/sec.
10412 2024.10.03 20:36:06.446564 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Debug> DynamicQueryHandler: Done processing query
10413 2024.10.03 20:36:06.446621 [ 3 ] {10fee39c-1f20-41d1-a63c-acf50ca0e45d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10414 2024.10.03 20:36:06.446672 [ 3 ] {} <Debug> HTTP-Session: 9f2d07c1-fa31-4590-b274-4767a8d827a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10415 2024.10.03 20:36:06.446902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10416 2024.10.03 20:36:06.446954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10417 2024.10.03 20:36:06.446973 [ 3 ] {} <Debug> HTTP-Session: 232fc8d2-bf6e-4905-a133-6640a62d84d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10418 2024.10.03 20:36:06.446990 [ 3 ] {} <Debug> HTTP-Session: 232fc8d2-bf6e-4905-a133-6640a62d84d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10419 2024.10.03 20:36:06.447004 [ 3 ] {} <Debug> HTTP-Session: 232fc8d2-bf6e-4905-a133-6640a62d84d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10420 2024.10.03 20:36:06.447036 [ 3 ] {} <Trace> HTTP-Session: 232fc8d2-bf6e-4905-a133-6640a62d84d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10421 2024.10.03 20:36:06.447189 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10422 2024.10.03 20:36:06.447238 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10423 2024.10.03 20:36:06.447401 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10424 2024.10.03 20:36:06.447798 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10425 2024.10.03 20:36:06.447834 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10426 2024.10.03 20:36:06.448248 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10427 2024.10.03 20:36:06.448611 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10428 2024.10.03 20:36:06.448788 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec.
10429 2024.10.03 20:36:06.449122 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Debug> DynamicQueryHandler: Done processing query
10430 2024.10.03 20:36:06.449177 [ 3 ] {07a47a54-ab4f-4478-be02-edcb03c65a69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10431 2024.10.03 20:36:06.449209 [ 3 ] {} <Debug> HTTP-Session: 232fc8d2-bf6e-4905-a133-6640a62d84d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10432 2024.10.03 20:36:06.449346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10433 2024.10.03 20:36:06.449395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10434 2024.10.03 20:36:06.449413 [ 3 ] {} <Debug> HTTP-Session: 9f93540c-bbe5-4c17-b89e-f75e3df8c676 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10435 2024.10.03 20:36:06.449431 [ 3 ] {} <Debug> HTTP-Session: 9f93540c-bbe5-4c17-b89e-f75e3df8c676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10436 2024.10.03 20:36:06.449446 [ 3 ] {} <Debug> HTTP-Session: 9f93540c-bbe5-4c17-b89e-f75e3df8c676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10437 2024.10.03 20:36:06.449477 [ 3 ] {} <Trace> HTTP-Session: 9f93540c-bbe5-4c17-b89e-f75e3df8c676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10438 2024.10.03 20:36:06.449645 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10439 2024.10.03 20:36:06.449711 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10440 2024.10.03 20:36:06.450157 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10441 2024.10.03 20:36:06.450630 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10442 2024.10.03 20:36:06.450666 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10443 2024.10.03 20:36:06.451266 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10444 2024.10.03 20:36:06.451682 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10445 2024.10.03 20:36:06.451901 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002337 sec., 3423.1921266581085 rows/sec., 6.13 MiB/sec.
10446 2024.10.03 20:36:06.452445 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Debug> DynamicQueryHandler: Done processing query
10447 2024.10.03 20:36:06.452471 [ 3 ] {bc5838d2-c477-496a-8abf-c6c63855948c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
10448 2024.10.03 20:36:06.452488 [ 3 ] {} <Debug> HTTP-Session: 9f93540c-bbe5-4c17-b89e-f75e3df8c676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10449 2024.10.03 20:36:06.452617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10450 2024.10.03 20:36:06.452665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10451 2024.10.03 20:36:06.452685 [ 3 ] {} <Debug> HTTP-Session: 8806bee1-6196-47f8-917f-0e13ed910dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10452 2024.10.03 20:36:06.452702 [ 3 ] {} <Debug> HTTP-Session: 8806bee1-6196-47f8-917f-0e13ed910dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10453 2024.10.03 20:36:06.452716 [ 3 ] {} <Debug> HTTP-Session: 8806bee1-6196-47f8-917f-0e13ed910dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10454 2024.10.03 20:36:06.452747 [ 3 ] {} <Trace> HTTP-Session: 8806bee1-6196-47f8-917f-0e13ed910dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10455 2024.10.03 20:36:06.452864 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10456 2024.10.03 20:36:06.452911 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10457 2024.10.03 20:36:06.453061 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10458 2024.10.03 20:36:06.453374 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10459 2024.10.03 20:36:06.453410 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10460 2024.10.03 20:36:06.453763 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10461 2024.10.03 20:36:06.454079 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10462 2024.10.03 20:36:06.454228 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec.
10463 2024.10.03 20:36:06.454412 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Debug> DynamicQueryHandler: Done processing query
10464 2024.10.03 20:36:06.454438 [ 3 ] {3e73b5d7-cbf0-499b-b579-64164d21edb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10465 2024.10.03 20:36:06.454455 [ 3 ] {} <Debug> HTTP-Session: 8806bee1-6196-47f8-917f-0e13ed910dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10466 2024.10.03 20:36:10.545452 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
10467 2024.10.03 20:36:10.545517 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
10468 2024.10.03 20:36:11.444999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10469 2024.10.03 20:36:11.445100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10470 2024.10.03 20:36:11.445125 [ 3 ] {} <Debug> HTTP-Session: 2aaacf5f-01e6-4f72-bd4e-0250a907988d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10471 2024.10.03 20:36:11.445153 [ 3 ] {} <Debug> HTTP-Session: 2aaacf5f-01e6-4f72-bd4e-0250a907988d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10472 2024.10.03 20:36:11.445169 [ 3 ] {} <Debug> HTTP-Session: 2aaacf5f-01e6-4f72-bd4e-0250a907988d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10473 2024.10.03 20:36:11.445218 [ 3 ] {} <Trace> HTTP-Session: 2aaacf5f-01e6-4f72-bd4e-0250a907988d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10474 2024.10.03 20:36:11.445393 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10475 2024.10.03 20:36:11.445461 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10476 2024.10.03 20:36:11.445797 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10477 2024.10.03 20:36:11.446210 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10478 2024.10.03 20:36:11.446252 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10479 2024.10.03 20:36:11.446660 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10480 2024.10.03 20:36:11.447053 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10481 2024.10.03 20:36:11.447228 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001881 sec., 3189.7926634768737 rows/sec., 260.11 KiB/sec.
10482 2024.10.03 20:36:11.447510 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Debug> DynamicQueryHandler: Done processing query
10483 2024.10.03 20:36:11.447537 [ 3 ] {294b0b6d-a392-4409-b56c-f3ccf4e9e833} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10484 2024.10.03 20:36:11.447555 [ 3 ] {} <Debug> HTTP-Session: 2aaacf5f-01e6-4f72-bd4e-0250a907988d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10485 2024.10.03 20:36:11.447798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 38368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10486 2024.10.03 20:36:11.447847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10487 2024.10.03 20:36:11.447867 [ 3 ] {} <Debug> HTTP-Session: 411794c5-759b-4a62-ab64-07511a1137e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10488 2024.10.03 20:36:11.447883 [ 3 ] {} <Debug> HTTP-Session: 411794c5-759b-4a62-ab64-07511a1137e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10489 2024.10.03 20:36:11.447898 [ 3 ] {} <Debug> HTTP-Session: 411794c5-759b-4a62-ab64-07511a1137e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10490 2024.10.03 20:36:11.447930 [ 3 ] {} <Trace> HTTP-Session: 411794c5-759b-4a62-ab64-07511a1137e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10491 2024.10.03 20:36:11.448112 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10492 2024.10.03 20:36:11.448156 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10493 2024.10.03 20:36:11.448409 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10494 2024.10.03 20:36:11.448919 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10495 2024.10.03 20:36:11.448956 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10496 2024.10.03 20:36:11.449332 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10497 2024.10.03 20:36:11.449694 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10498 2024.10.03 20:36:11.449869 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Debug> executeQuery: Read 254 rows, 22.93 KiB in 0.001842 sec., 137893.59391965254 rows/sec., 12.16 MiB/sec.
10499 2024.10.03 20:36:11.450180 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Debug> DynamicQueryHandler: Done processing query
10500 2024.10.03 20:36:11.450246 [ 3 ] {5a3421d3-ab22-4f3e-94c8-4c6cb3d77e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
10501 2024.10.03 20:36:11.450281 [ 3 ] {} <Debug> HTTP-Session: 411794c5-759b-4a62-ab64-07511a1137e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10502 2024.10.03 20:36:11.450428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 5334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10503 2024.10.03 20:36:11.450482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10504 2024.10.03 20:36:11.450502 [ 3 ] {} <Debug> HTTP-Session: 7b69b48a-637b-47f5-8e6c-ed86c09dd3e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10505 2024.10.03 20:36:11.450520 [ 3 ] {} <Debug> HTTP-Session: 7b69b48a-637b-47f5-8e6c-ed86c09dd3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10506 2024.10.03 20:36:11.450534 [ 3 ] {} <Debug> HTTP-Session: 7b69b48a-637b-47f5-8e6c-ed86c09dd3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10507 2024.10.03 20:36:11.450565 [ 3 ] {} <Trace> HTTP-Session: 7b69b48a-637b-47f5-8e6c-ed86c09dd3e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10508 2024.10.03 20:36:11.450679 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10509 2024.10.03 20:36:11.450725 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10510 2024.10.03 20:36:11.450975 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10511 2024.10.03 20:36:11.451309 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10512 2024.10.03 20:36:11.451347 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10513 2024.10.03 20:36:11.451698 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10514 2024.10.03 20:36:11.452059 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10515 2024.10.03 20:36:11.452232 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001574 sec., 23506.988564167725 rows/sec., 1.71 MiB/sec.
10516 2024.10.03 20:36:11.452396 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Debug> DynamicQueryHandler: Done processing query
10517 2024.10.03 20:36:11.452420 [ 3 ] {ba5722e5-81e8-4f8d-8477-899c6072e988} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10518 2024.10.03 20:36:11.452437 [ 3 ] {} <Debug> HTTP-Session: 7b69b48a-637b-47f5-8e6c-ed86c09dd3e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10519 2024.10.03 20:36:11.452573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10520 2024.10.03 20:36:11.452620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10521 2024.10.03 20:36:11.452639 [ 3 ] {} <Debug> HTTP-Session: 99b7105c-4784-4aa9-81b3-30737971627c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10522 2024.10.03 20:36:11.452656 [ 3 ] {} <Debug> HTTP-Session: 99b7105c-4784-4aa9-81b3-30737971627c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10523 2024.10.03 20:36:11.452670 [ 3 ] {} <Debug> HTTP-Session: 99b7105c-4784-4aa9-81b3-30737971627c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10524 2024.10.03 20:36:11.452701 [ 3 ] {} <Trace> HTTP-Session: 99b7105c-4784-4aa9-81b3-30737971627c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10525 2024.10.03 20:36:11.452802 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10526 2024.10.03 20:36:11.452845 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10527 2024.10.03 20:36:11.453084 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10528 2024.10.03 20:36:11.453468 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10529 2024.10.03 20:36:11.453518 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10530 2024.10.03 20:36:11.453938 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10531 2024.10.03 20:36:11.454302 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10532 2024.10.03 20:36:11.454456 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001675 sec., 8358.20895522388 rows/sec., 585.35 KiB/sec.
10533 2024.10.03 20:36:11.454469 [ 53 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10534 2024.10.03 20:36:11.454562 [ 53 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10535 2024.10.03 20:36:11.454624 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10536 2024.10.03 20:36:11.454748 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Debug> DynamicQueryHandler: Done processing query
10537 2024.10.03 20:36:11.454805 [ 3 ] {b8a73262-ff81-4458-be95-a6abbaa670fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10538 2024.10.03 20:36:11.454825 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
10539 2024.10.03 20:36:11.454839 [ 3 ] {} <Debug> HTTP-Session: 99b7105c-4784-4aa9-81b3-30737971627c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10540 2024.10.03 20:36:11.455026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10541 2024.10.03 20:36:11.455093 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10542 2024.10.03 20:36:11.455113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10543 2024.10.03 20:36:11.455163 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part
10544 2024.10.03 20:36:11.455169 [ 3 ] {} <Debug> HTTP-Session: 233ef325-06a0-4e35-a946-177bebe418d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10545 2024.10.03 20:36:11.455222 [ 3 ] {} <Debug> HTTP-Session: 233ef325-06a0-4e35-a946-177bebe418d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10546 2024.10.03 20:36:11.455261 [ 3 ] {} <Debug> HTTP-Session: 233ef325-06a0-4e35-a946-177bebe418d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10547 2024.10.03 20:36:11.455396 [ 3 ] {} <Trace> HTTP-Session: 233ef325-06a0-4e35-a946-177bebe418d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10548 2024.10.03 20:36:11.455419 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
10549 2024.10.03 20:36:11.455684 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10550 2024.10.03 20:36:11.455726 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
10551 2024.10.03 20:36:11.455781 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10552 2024.10.03 20:36:11.456055 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part
10553 2024.10.03 20:36:11.456364 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
10554 2024.10.03 20:36:11.456696 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
10555 2024.10.03 20:36:11.457296 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10556 2024.10.03 20:36:11.458056 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2024.10.03 20:36:11.458118 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10558 2024.10.03 20:36:11.459126 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10559 2024.10.03 20:36:11.459917 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00520521 sec., 101244.71443034959 rows/sec., 6.88 MiB/sec.
10560 2024.10.03 20:36:11.460155 [ 191 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10561 2024.10.03 20:36:11.460235 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10562 2024.10.03 20:36:11.460600 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005029 sec., 1193.0801352157487 rows/sec., 70.49 KiB/sec.
10563 2024.10.03 20:36:11.461449 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Debug> DynamicQueryHandler: Done processing query
10564 2024.10.03 20:36:11.461501 [ 3 ] {d8b1b1ff-f6c5-4a45-999f-760dc31a009f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10565 2024.10.03 20:36:11.461529 [ 3 ] {} <Debug> HTTP-Session: 233ef325-06a0-4e35-a946-177bebe418d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10566 2024.10.03 20:36:11.461731 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10567 2024.10.03 20:36:11.461814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 68079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10568 2024.10.03 20:36:11.461891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10569 2024.10.03 20:36:11.461909 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_31_6} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10570 2024.10.03 20:36:11.461922 [ 3 ] {} <Debug> HTTP-Session: cfbd9abb-942b-4514-851b-a62efd02f442 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10571 2024.10.03 20:36:11.461955 [ 3 ] {} <Debug> HTTP-Session: cfbd9abb-942b-4514-851b-a62efd02f442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10572 2024.10.03 20:36:11.461993 [ 3 ] {} <Debug> HTTP-Session: cfbd9abb-942b-4514-851b-a62efd02f442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10573 2024.10.03 20:36:11.462068 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
10574 2024.10.03 20:36:11.462070 [ 3 ] {} <Trace> HTTP-Session: cfbd9abb-942b-4514-851b-a62efd02f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10575 2024.10.03 20:36:11.462322 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10576 2024.10.03 20:36:11.462366 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10577 2024.10.03 20:36:11.462622 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10578 2024.10.03 20:36:11.463203 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10579 2024.10.03 20:36:11.463240 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10580 2024.10.03 20:36:11.463622 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10581 2024.10.03 20:36:11.463990 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10582 2024.10.03 20:36:11.464151 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001938 sec., 216202.27038183695 rows/sec., 15.45 MiB/sec.
10583 2024.10.03 20:36:11.464326 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Debug> DynamicQueryHandler: Done processing query
10584 2024.10.03 20:36:11.464350 [ 3 ] {65660988-d955-40e1-b330-2c140acb94cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10585 2024.10.03 20:36:11.464367 [ 3 ] {} <Debug> HTTP-Session: cfbd9abb-942b-4514-851b-a62efd02f442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10586 2024.10.03 20:36:11.464489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10587 2024.10.03 20:36:11.464563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10588 2024.10.03 20:36:11.464583 [ 3 ] {} <Debug> HTTP-Session: 3f4ac2b6-3506-4fda-8b59-9fe85ec73bd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10589 2024.10.03 20:36:11.464599 [ 3 ] {} <Debug> HTTP-Session: 3f4ac2b6-3506-4fda-8b59-9fe85ec73bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10590 2024.10.03 20:36:11.464613 [ 3 ] {} <Debug> HTTP-Session: 3f4ac2b6-3506-4fda-8b59-9fe85ec73bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10591 2024.10.03 20:36:11.464643 [ 3 ] {} <Trace> HTTP-Session: 3f4ac2b6-3506-4fda-8b59-9fe85ec73bd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10592 2024.10.03 20:36:11.464741 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10593 2024.10.03 20:36:11.464785 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10594 2024.10.03 20:36:11.464940 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10595 2024.10.03 20:36:11.465219 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10596 2024.10.03 20:36:11.465255 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10597 2024.10.03 20:36:11.465612 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10598 2024.10.03 20:36:11.465937 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10599 2024.10.03 20:36:11.466095 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec.
10600 2024.10.03 20:36:11.466251 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Debug> DynamicQueryHandler: Done processing query
10601 2024.10.03 20:36:11.466274 [ 3 ] {c7d97c75-1aa8-480d-bed0-42bacd065d70} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10602 2024.10.03 20:36:11.466290 [ 3 ] {} <Debug> HTTP-Session: 3f4ac2b6-3506-4fda-8b59-9fe85ec73bd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10603 2024.10.03 20:36:11.466452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10604 2024.10.03 20:36:11.466522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10605 2024.10.03 20:36:11.466542 [ 3 ] {} <Debug> HTTP-Session: 492392d6-3493-4385-9f70-d960ea746c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10606 2024.10.03 20:36:11.466559 [ 3 ] {} <Debug> HTTP-Session: 492392d6-3493-4385-9f70-d960ea746c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10607 2024.10.03 20:36:11.466572 [ 3 ] {} <Debug> HTTP-Session: 492392d6-3493-4385-9f70-d960ea746c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10608 2024.10.03 20:36:11.466603 [ 3 ] {} <Trace> HTTP-Session: 492392d6-3493-4385-9f70-d960ea746c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10609 2024.10.03 20:36:11.466782 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10610 2024.10.03 20:36:11.466829 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10611 2024.10.03 20:36:11.466978 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10612 2024.10.03 20:36:11.467421 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10613 2024.10.03 20:36:11.467458 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10614 2024.10.03 20:36:11.467854 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10615 2024.10.03 20:36:11.468201 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10616 2024.10.03 20:36:11.468364 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.00167 sec., 143712.5748502994 rows/sec., 9.64 MiB/sec.
10617 2024.10.03 20:36:11.468714 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Debug> DynamicQueryHandler: Done processing query
10618 2024.10.03 20:36:11.468748 [ 3 ] {b25cefe9-59e5-41d8-b00c-3e5b96baa71b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10619 2024.10.03 20:36:11.468780 [ 3 ] {} <Debug> HTTP-Session: 492392d6-3493-4385-9f70-d960ea746c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10620 2024.10.03 20:36:11.468891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10621 2024.10.03 20:36:11.468939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10622 2024.10.03 20:36:11.468959 [ 3 ] {} <Debug> HTTP-Session: b7c77512-a50d-4627-9c97-2207dff49dee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10623 2024.10.03 20:36:11.468975 [ 3 ] {} <Debug> HTTP-Session: b7c77512-a50d-4627-9c97-2207dff49dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10624 2024.10.03 20:36:11.468989 [ 3 ] {} <Debug> HTTP-Session: b7c77512-a50d-4627-9c97-2207dff49dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10625 2024.10.03 20:36:11.469021 [ 3 ] {} <Trace> HTTP-Session: b7c77512-a50d-4627-9c97-2207dff49dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10626 2024.10.03 20:36:11.469118 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10627 2024.10.03 20:36:11.469168 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10628 2024.10.03 20:36:11.469323 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10629 2024.10.03 20:36:11.469599 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10630 2024.10.03 20:36:11.469636 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10631 2024.10.03 20:36:11.469989 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10632 2024.10.03 20:36:11.470317 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10633 2024.10.03 20:36:11.470480 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec.
10634 2024.10.03 20:36:11.470799 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Debug> DynamicQueryHandler: Done processing query
10635 2024.10.03 20:36:11.470824 [ 3 ] {bd707144-4976-472a-9441-495cb23323d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10636 2024.10.03 20:36:11.470840 [ 3 ] {} <Debug> HTTP-Session: b7c77512-a50d-4627-9c97-2207dff49dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10637 2024.10.03 20:36:11.470992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 50956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10638 2024.10.03 20:36:11.471041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10639 2024.10.03 20:36:11.471061 [ 3 ] {} <Debug> HTTP-Session: 3d797ea3-b7b7-4147-a097-d60cbd5cb125 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10640 2024.10.03 20:36:11.471079 [ 3 ] {} <Debug> HTTP-Session: 3d797ea3-b7b7-4147-a097-d60cbd5cb125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10641 2024.10.03 20:36:11.471093 [ 3 ] {} <Debug> HTTP-Session: 3d797ea3-b7b7-4147-a097-d60cbd5cb125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10642 2024.10.03 20:36:11.471123 [ 3 ] {} <Trace> HTTP-Session: 3d797ea3-b7b7-4147-a097-d60cbd5cb125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10643 2024.10.03 20:36:11.471446 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10644 2024.10.03 20:36:11.471520 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10645 2024.10.03 20:36:11.471967 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10646 2024.10.03 20:36:11.472689 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10647 2024.10.03 20:36:11.472726 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10648 2024.10.03 20:36:11.473379 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10649 2024.10.03 20:36:11.473807 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10650 2024.10.03 20:36:11.473989 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002779 sec., 11155.091759625766 rows/sec., 19.99 MiB/sec.
10651 2024.10.03 20:36:11.474490 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Debug> DynamicQueryHandler: Done processing query
10652 2024.10.03 20:36:11.474515 [ 3 ] {7fa1284b-cf63-4920-b1d6-af17d3913c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
10653 2024.10.03 20:36:11.474531 [ 3 ] {} <Debug> HTTP-Session: 3d797ea3-b7b7-4147-a097-d60cbd5cb125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10654 2024.10.03 20:36:11.474652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10655 2024.10.03 20:36:11.474702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10656 2024.10.03 20:36:11.474721 [ 3 ] {} <Debug> HTTP-Session: 0a57ed6c-3f30-4505-9b31-fdc2fae2b023 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10657 2024.10.03 20:36:11.474737 [ 3 ] {} <Debug> HTTP-Session: 0a57ed6c-3f30-4505-9b31-fdc2fae2b023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10658 2024.10.03 20:36:11.474751 [ 3 ] {} <Debug> HTTP-Session: 0a57ed6c-3f30-4505-9b31-fdc2fae2b023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10659 2024.10.03 20:36:11.474783 [ 3 ] {} <Trace> HTTP-Session: 0a57ed6c-3f30-4505-9b31-fdc2fae2b023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10660 2024.10.03 20:36:11.474904 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10661 2024.10.03 20:36:11.474961 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10662 2024.10.03 20:36:11.475112 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10663 2024.10.03 20:36:11.475428 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10664 2024.10.03 20:36:11.475462 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10665 2024.10.03 20:36:11.475824 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10666 2024.10.03 20:36:11.476156 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10667 2024.10.03 20:36:11.476311 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec.
10668 2024.10.03 20:36:11.476503 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Debug> DynamicQueryHandler: Done processing query
10669 2024.10.03 20:36:11.476539 [ 3 ] {bf19d236-9259-42f0-ad8f-dca736928709} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10670 2024.10.03 20:36:11.476564 [ 3 ] {} <Debug> HTTP-Session: 0a57ed6c-3f30-4505-9b31-fdc2fae2b023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10671 2024.10.03 20:36:15.778783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1050
10672 2024.10.03 20:36:15.781724 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2024.10.03 20:36:15.781771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10674 2024.10.03 20:36:15.783254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
10675 2024.10.03 20:36:15.784226 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10676 2024.10.03 20:36:15.785097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1050
10677 2024.10.03 20:36:16.438779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10678 2024.10.03 20:36:16.438897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10679 2024.10.03 20:36:16.438922 [ 3 ] {} <Debug> HTTP-Session: 131019af-0046-482d-abfd-c1aab33bbaf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10680 2024.10.03 20:36:16.438947 [ 3 ] {} <Debug> HTTP-Session: 131019af-0046-482d-abfd-c1aab33bbaf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10681 2024.10.03 20:36:16.438962 [ 3 ] {} <Debug> HTTP-Session: 131019af-0046-482d-abfd-c1aab33bbaf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10682 2024.10.03 20:36:16.439011 [ 3 ] {} <Trace> HTTP-Session: 131019af-0046-482d-abfd-c1aab33bbaf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10683 2024.10.03 20:36:16.439191 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10684 2024.10.03 20:36:16.439263 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10685 2024.10.03 20:36:16.439610 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10686 2024.10.03 20:36:16.440051 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10687 2024.10.03 20:36:16.440097 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10688 2024.10.03 20:36:16.440520 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10689 2024.10.03 20:36:16.440929 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10690 2024.10.03 20:36:16.441078 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001938 sec., 1031.9917440660474 rows/sec., 84.15 KiB/sec.
10691 2024.10.03 20:36:16.441298 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Debug> DynamicQueryHandler: Done processing query
10692 2024.10.03 20:36:16.441325 [ 3 ] {d6ddda2c-54e7-4b54-947f-4c29d391398d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10693 2024.10.03 20:36:16.441343 [ 3 ] {} <Debug> HTTP-Session: 131019af-0046-482d-abfd-c1aab33bbaf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10694 2024.10.03 20:36:16.441518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10695 2024.10.03 20:36:16.441572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10696 2024.10.03 20:36:16.441592 [ 3 ] {} <Debug> HTTP-Session: 87bdb084-bb75-4066-ad64-9d9ecb6b3335 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10697 2024.10.03 20:36:16.441611 [ 3 ] {} <Debug> HTTP-Session: 87bdb084-bb75-4066-ad64-9d9ecb6b3335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10698 2024.10.03 20:36:16.441625 [ 3 ] {} <Debug> HTTP-Session: 87bdb084-bb75-4066-ad64-9d9ecb6b3335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10699 2024.10.03 20:36:16.441661 [ 3 ] {} <Trace> HTTP-Session: 87bdb084-bb75-4066-ad64-9d9ecb6b3335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10700 2024.10.03 20:36:16.441792 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10701 2024.10.03 20:36:16.441839 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10702 2024.10.03 20:36:16.442080 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10703 2024.10.03 20:36:16.442459 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2024.10.03 20:36:16.442496 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10705 2024.10.03 20:36:16.442865 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10706 2024.10.03 20:36:16.443239 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10707 2024.10.03 20:36:16.443371 [ 68 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10708 2024.10.03 20:36:16.443375 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001628 sec., 44840.29484029484 rows/sec., 3.64 MiB/sec.
10709 2024.10.03 20:36:16.443412 [ 68 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10710 2024.10.03 20:36:16.443443 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10711 2024.10.03 20:36:16.443638 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
10712 2024.10.03 20:36:16.443656 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Debug> DynamicQueryHandler: Done processing query
10713 2024.10.03 20:36:16.443710 [ 3 ] {66ec2302-df5a-41d8-b693-6c2b18dfafe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10714 2024.10.03 20:36:16.443736 [ 3 ] {} <Debug> HTTP-Session: 87bdb084-bb75-4066-ad64-9d9ecb6b3335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10715 2024.10.03 20:36:16.443858 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10716 2024.10.03 20:36:16.443894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10717 2024.10.03 20:36:16.443920 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::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
10718 2024.10.03 20:36:16.443986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10719 2024.10.03 20:36:16.444076 [ 3 ] {} <Debug> HTTP-Session: 92bc4b84-2e38-47a8-a413-9f72b40e33b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10720 2024.10.03 20:36:16.444150 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part
10721 2024.10.03 20:36:16.444157 [ 3 ] {} <Debug> HTTP-Session: 92bc4b84-2e38-47a8-a413-9f72b40e33b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10722 2024.10.03 20:36:16.444231 [ 3 ] {} <Debug> HTTP-Session: 92bc4b84-2e38-47a8-a413-9f72b40e33b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10723 2024.10.03 20:36:16.444400 [ 3 ] {} <Trace> HTTP-Session: 92bc4b84-2e38-47a8-a413-9f72b40e33b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10724 2024.10.03 20:36:16.444418 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 251 rows starting from the beginning of the part
10725 2024.10.03 20:36:16.444746 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part
10726 2024.10.03 20:36:16.444908 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10727 2024.10.03 20:36:16.445082 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 254 rows starting from the beginning of the part
10728 2024.10.03 20:36:16.445120 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10729 2024.10.03 20:36:16.445396 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 73 rows starting from the beginning of the part
10730 2024.10.03 20:36:16.446402 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10731 2024.10.03 20:36:16.447205 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10732 2024.10.03 20:36:16.447263 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10733 2024.10.03 20:36:16.448112 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10734 2024.10.03 20:36:16.448840 [ 199 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2123 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288911 sec., 401405.8848787586 rows/sec., 35.45 MiB/sec.
10735 2024.10.03 20:36:16.448961 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10736 2024.10.03 20:36:16.449161 [ 68 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10737 2024.10.03 20:36:16.449194 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.004533 sec., 2206.0445621001545 rows/sec., 163.51 KiB/sec.
10738 2024.10.03 20:36:16.449216 [ 68 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10739 2024.10.03 20:36:16.449221 [ 199 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10740 2024.10.03 20:36:16.449267 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10741 2024.10.03 20:36:16.449771 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
10742 2024.10.03 20:36:16.449792 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Debug> DynamicQueryHandler: Done processing query
10743 2024.10.03 20:36:16.449877 [ 3 ] {bc5544a1-fd96-4e64-9513-96ea940bfa89} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10744 2024.10.03 20:36:16.449977 [ 3 ] {} <Debug> HTTP-Session: 92bc4b84-2e38-47a8-a413-9f72b40e33b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10745 2024.10.03 20:36:16.450296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10746 2024.10.03 20:36:16.450473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10747 2024.10.03 20:36:16.450556 [ 3 ] {} <Debug> HTTP-Session: a21cc46b-663a-4b05-b011-247bd4884937 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10748 2024.10.03 20:36:16.450627 [ 3 ] {} <Debug> HTTP-Session: a21cc46b-663a-4b05-b011-247bd4884937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10749 2024.10.03 20:36:16.450684 [ 3 ] {} <Debug> HTTP-Session: a21cc46b-663a-4b05-b011-247bd4884937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10750 2024.10.03 20:36:16.450685 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10751 2024.10.03 20:36:16.450783 [ 3 ] {} <Trace> HTTP-Session: a21cc46b-663a-4b05-b011-247bd4884937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10752 2024.10.03 20:36:16.450811 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 57 rows starting from the beginning of the part
10753 2024.10.03 20:36:16.450948 [ 199 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10754 2024.10.03 20:36:16.451242 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
10755 2024.10.03 20:36:16.451409 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10756 2024.10.03 20:36:16.451492 [ 199 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_56_11} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10757 2024.10.03 20:36:16.451638 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10758 2024.10.03 20:36:16.451692 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part
10759 2024.10.03 20:36:16.451929 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
10760 2024.10.03 20:36:16.452217 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
10761 2024.10.03 20:36:16.452536 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 37 rows starting from the beginning of the part
10762 2024.10.03 20:36:16.452833 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part
10763 2024.10.03 20:36:16.454237 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10764 2024.10.03 20:36:16.455752 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10765 2024.10.03 20:36:16.455818 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10766 2024.10.03 20:36:16.456678 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.007169919 sec., 21060.210024687865 rows/sec., 1.61 MiB/sec.
10767 2024.10.03 20:36:16.456802 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10768 2024.10.03 20:36:16.456856 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10769 2024.10.03 20:36:16.457895 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10770 2024.10.03 20:36:16.457980 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10771 2024.10.03 20:36:16.458157 [ 68 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10772 2024.10.03 20:36:16.458229 [ 68 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10773 2024.10.03 20:36:16.458230 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.007194 sec., 10286.34973589102 rows/sec., 822.76 KiB/sec.
10774 2024.10.03 20:36:16.458259 [ 186 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_46_9} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10775 2024.10.03 20:36:16.458286 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10776 2024.10.03 20:36:16.458688 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10777 2024.10.03 20:36:16.458739 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Debug> DynamicQueryHandler: Done processing query
10778 2024.10.03 20:36:16.458785 [ 3 ] {fad75224-73d7-4f8b-96a4-46b1e843f9df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
10779 2024.10.03 20:36:16.458786 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
10780 2024.10.03 20:36:16.458806 [ 3 ] {} <Debug> HTTP-Session: a21cc46b-663a-4b05-b011-247bd4884937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10781 2024.10.03 20:36:16.459055 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10782 2024.10.03 20:36:16.459055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10783 2024.10.03 20:36:16.459119 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::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
10784 2024.10.03 20:36:16.459161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10785 2024.10.03 20:36:16.459210 [ 3 ] {} <Debug> HTTP-Session: fd3a75ad-b299-4649-9d78-b9b629edb3aa Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10786 2024.10.03 20:36:16.459277 [ 3 ] {} <Debug> HTTP-Session: fd3a75ad-b299-4649-9d78-b9b629edb3aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10787 2024.10.03 20:36:16.459348 [ 3 ] {} <Debug> HTTP-Session: fd3a75ad-b299-4649-9d78-b9b629edb3aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10788 2024.10.03 20:36:16.459416 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part
10789 2024.10.03 20:36:16.459461 [ 3 ] {} <Trace> HTTP-Session: fd3a75ad-b299-4649-9d78-b9b629edb3aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10790 2024.10.03 20:36:16.459748 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 413 rows starting from the beginning of the part
10791 2024.10.03 20:36:16.459890 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10792 2024.10.03 20:36:16.460076 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part
10793 2024.10.03 20:36:16.460099 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10794 2024.10.03 20:36:16.460517 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 419 rows starting from the beginning of the part
10795 2024.10.03 20:36:16.460907 [ 193 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part
10796 2024.10.03 20:36:16.461172 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10797 2024.10.03 20:36:16.462295 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10798 2024.10.03 20:36:16.462359 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10799 2024.10.03 20:36:16.463518 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10800 2024.10.03 20:36:16.464239 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10801 2024.10.03 20:36:16.464353 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005878436 sec., 332571.4526789098 rows/sec., 25.46 MiB/sec.
10802 2024.10.03 20:36:16.464491 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10803 2024.10.03 20:36:16.464525 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004845 sec., 33230.134158926725 rows/sec., 2.31 MiB/sec.
10804 2024.10.03 20:36:16.464543 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10805 2024.10.03 20:36:16.464609 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10806 2024.10.03 20:36:16.464825 [ 187 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10807 2024.10.03 20:36:16.465292 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Debug> DynamicQueryHandler: Done processing query
10808 2024.10.03 20:36:16.465464 [ 3 ] {4a88ffb1-a9f3-4973-a2e2-7cae66fdecff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
10809 2024.10.03 20:36:16.465628 [ 3 ] {} <Debug> HTTP-Session: fd3a75ad-b299-4649-9d78-b9b629edb3aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10810 2024.10.03 20:36:16.465827 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::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
10811 2024.10.03 20:36:16.466070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10812 2024.10.03 20:36:16.466362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10813 2024.10.03 20:36:16.466459 [ 3 ] {} <Debug> HTTP-Session: 64f8ba27-7253-45ed-9306-c7d536e73ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10814 2024.10.03 20:36:16.466527 [ 3 ] {} <Debug> HTTP-Session: 64f8ba27-7253-45ed-9306-c7d536e73ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10815 2024.10.03 20:36:16.466594 [ 3 ] {} <Debug> HTTP-Session: 64f8ba27-7253-45ed-9306-c7d536e73ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10816 2024.10.03 20:36:16.466741 [ 3 ] {} <Trace> HTTP-Session: 64f8ba27-7253-45ed-9306-c7d536e73ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10817 2024.10.03 20:36:16.467051 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10818 2024.10.03 20:36:16.467121 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10819 2024.10.03 20:36:16.467173 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16313 rows starting from the beginning of the part
10820 2024.10.03 20:36:16.467189 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10821 2024.10.03 20:36:16.467529 [ 200 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_56_11} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10822 2024.10.03 20:36:16.467604 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part
10823 2024.10.03 20:36:16.467679 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10824 2024.10.03 20:36:16.467997 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
10825 2024.10.03 20:36:16.468193 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
10826 2024.10.03 20:36:16.468761 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
10827 2024.10.03 20:36:16.469144 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 240 rows starting from the beginning of the part
10828 2024.10.03 20:36:16.469489 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part
10829 2024.10.03 20:36:16.471098 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10830 2024.10.03 20:36:16.471725 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10831 2024.10.03 20:36:16.471798 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10832 2024.10.03 20:36:16.473253 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10833 2024.10.03 20:36:16.474383 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10834 2024.10.03 20:36:16.474554 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007593 sec., 1053.6020018438035 rows/sec., 1.89 MiB/sec.
10835 2024.10.03 20:36:16.475005 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Debug> DynamicQueryHandler: Done processing query
10836 2024.10.03 20:36:16.475080 [ 3 ] {54a7bb91-573b-42dc-9665-ce05d16e3952} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
10837 2024.10.03 20:36:16.475147 [ 3 ] {} <Debug> HTTP-Session: 64f8ba27-7253-45ed-9306-c7d536e73ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10838 2024.10.03 20:36:16.475277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10839 2024.10.03 20:36:16.475331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10840 2024.10.03 20:36:16.475354 [ 3 ] {} <Debug> HTTP-Session: 8c8805a8-a552-4baf-8253-179f1ba5c54a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10841 2024.10.03 20:36:16.475372 [ 3 ] {} <Debug> HTTP-Session: 8c8805a8-a552-4baf-8253-179f1ba5c54a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10842 2024.10.03 20:36:16.475389 [ 3 ] {} <Debug> HTTP-Session: 8c8805a8-a552-4baf-8253-179f1ba5c54a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10843 2024.10.03 20:36:16.475423 [ 3 ] {} <Trace> HTTP-Session: 8c8805a8-a552-4baf-8253-179f1ba5c54a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10844 2024.10.03 20:36:16.475571 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10845 2024.10.03 20:36:16.475634 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10846 2024.10.03 20:36:16.475780 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10847 2024.10.03 20:36:16.476178 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10848 2024.10.03 20:36:16.476214 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10849 2024.10.03 20:36:16.476819 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10850 2024.10.03 20:36:16.477459 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10851 2024.10.03 20:36:16.477700 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17165 rows, containing 5 columns (5 merged, 0 gathered) in 0.01285249 sec., 1335538.8722340963 rows/sec., 90.12 MiB/sec.
10852 2024.10.03 20:36:16.477859 [ 68 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10853 2024.10.03 20:36:16.477873 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002365 sec., 25369.97885835095 rows/sec., 1.71 MiB/sec.
10854 2024.10.03 20:36:16.477944 [ 68 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10855 2024.10.03 20:36:16.478017 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
10856 2024.10.03 20:36:16.478153 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10857 2024.10.03 20:36:16.478259 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::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
10858 2024.10.03 20:36:16.478304 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Debug> DynamicQueryHandler: Done processing query
10859 2024.10.03 20:36:16.478399 [ 3 ] {626bd935-57a9-4fa9-a88c-d19464409860} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10860 2024.10.03 20:36:16.478496 [ 3 ] {} <Debug> HTTP-Session: 8c8805a8-a552-4baf-8253-179f1ba5c54a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10861 2024.10.03 20:36:16.478646 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10862 2024.10.03 20:36:16.478701 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3068 rows starting from the beginning of the part
10863 2024.10.03 20:36:16.479095 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 20 rows starting from the beginning of the part
10864 2024.10.03 20:36:16.479375 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
10865 2024.10.03 20:36:16.479516 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
10866 2024.10.03 20:36:16.479735 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10867 2024.10.03 20:36:16.479818 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
10868 2024.10.03 20:36:16.480024 [ 200 ] {ba240737-a167-4682-9981-23aff74142ca::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
10869 2024.10.03 20:36:16.480103 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10870 2024.10.03 20:36:16.480446 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
10871 2024.10.03 20:36:16.481781 [ 197 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.00362309 sec., 930697.2777380634 rows/sec., 60.59 MiB/sec.
10872 2024.10.03 20:36:16.482191 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10873 2024.10.03 20:36:16.482597 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10874 2024.10.03 20:36:16.482685 [ 201 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_56_11} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10875 2024.10.03 20:36:16.482774 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
10876 2024.10.03 20:36:17.000156 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.59 MiB, peak 176.08 MiB, free memory in arenas 0.00 B, will set to 166.68 MiB (RSS), difference: 1.09 MiB
10877 2024.10.03 20:36:21.445170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10878 2024.10.03 20:36:21.445302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10879 2024.10.03 20:36:21.445330 [ 3 ] {} <Debug> HTTP-Session: 75b1cee4-b65b-4fcc-8e1a-eee8792066af Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10880 2024.10.03 20:36:21.445357 [ 3 ] {} <Debug> HTTP-Session: 75b1cee4-b65b-4fcc-8e1a-eee8792066af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10881 2024.10.03 20:36:21.445374 [ 3 ] {} <Debug> HTTP-Session: 75b1cee4-b65b-4fcc-8e1a-eee8792066af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10882 2024.10.03 20:36:21.445426 [ 3 ] {} <Trace> HTTP-Session: 75b1cee4-b65b-4fcc-8e1a-eee8792066af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10883 2024.10.03 20:36:21.445612 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
10884 2024.10.03 20:36:21.445682 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10885 2024.10.03 20:36:21.446032 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10886 2024.10.03 20:36:21.446466 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10887 2024.10.03 20:36:21.446515 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10888 2024.10.03 20:36:21.446970 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10889 2024.10.03 20:36:21.447404 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10890 2024.10.03 20:36:21.447600 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002032 sec., 984.2519685039371 rows/sec., 80.26 KiB/sec.
10891 2024.10.03 20:36:21.447617 [ 98 ] {} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
10892 2024.10.03 20:36:21.447732 [ 98 ] {} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10893 2024.10.03 20:36:21.447795 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10894 2024.10.03 20:36:21.447971 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Debug> DynamicQueryHandler: Done processing query
10895 2024.10.03 20:36:21.448031 [ 3 ] {aeaeca85-d687-4fc3-af91-4d7f38da003e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
10896 2024.10.03 20:36:21.448066 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
10897 2024.10.03 20:36:21.448094 [ 3 ] {} <Debug> HTTP-Session: 75b1cee4-b65b-4fcc-8e1a-eee8792066af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10898 2024.10.03 20:36:21.448450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 40260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10899 2024.10.03 20:36:21.448511 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10900 2024.10.03 20:36:21.448537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10901 2024.10.03 20:36:21.448553 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
10902 2024.10.03 20:36:21.448564 [ 3 ] {} <Debug> HTTP-Session: 16d03d22-2444-4c80-9d84-1a34604d0405 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10903 2024.10.03 20:36:21.448591 [ 3 ] {} <Debug> HTTP-Session: 16d03d22-2444-4c80-9d84-1a34604d0405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10904 2024.10.03 20:36:21.448614 [ 3 ] {} <Debug> HTTP-Session: 16d03d22-2444-4c80-9d84-1a34604d0405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10905 2024.10.03 20:36:21.448667 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
10906 2024.10.03 20:36:21.448682 [ 3 ] {} <Trace> HTTP-Session: 16d03d22-2444-4c80-9d84-1a34604d0405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10907 2024.10.03 20:36:21.448844 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::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
10908 2024.10.03 20:36:21.448969 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
10909 2024.10.03 20:36:21.449090 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
10910 2024.10.03 20:36:21.449349 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10911 2024.10.03 20:36:21.449390 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
10912 2024.10.03 20:36:21.449626 [ 196 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
10913 2024.10.03 20:36:21.450118 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10914 2024.10.03 20:36:21.450848 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10915 2024.10.03 20:36:21.450898 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10916 2024.10.03 20:36:21.451229 [ 197 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003340453 sec., 10776.981445330917 rows/sec., 920.88 KiB/sec.
10917 2024.10.03 20:36:21.451423 [ 192 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
10918 2024.10.03 20:36:21.451584 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10919 2024.10.03 20:36:21.452065 [ 192 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10920 2024.10.03 20:36:21.452179 [ 192 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_20_4} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
10921 2024.10.03 20:36:21.452179 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10922 2024.10.03 20:36:21.452284 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10923 2024.10.03 20:36:21.452401 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Debug> executeQuery: Read 266 rows, 24.10 KiB in 0.003515 sec., 75675.67567567568 rows/sec., 6.70 MiB/sec.
10924 2024.10.03 20:36:21.452739 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Debug> DynamicQueryHandler: Done processing query
10925 2024.10.03 20:36:21.452801 [ 3 ] {757609a0-7d8b-4dec-ba28-cfffc02d525c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
10926 2024.10.03 20:36:21.452847 [ 3 ] {} <Debug> HTTP-Session: 16d03d22-2444-4c80-9d84-1a34604d0405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10927 2024.10.03 20:36:21.453007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 5775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10928 2024.10.03 20:36:21.453063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10929 2024.10.03 20:36:21.453083 [ 3 ] {} <Debug> HTTP-Session: 08be4262-4140-4d8d-ad3d-db6e62e4c64c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10930 2024.10.03 20:36:21.453104 [ 3 ] {} <Debug> HTTP-Session: 08be4262-4140-4d8d-ad3d-db6e62e4c64c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10931 2024.10.03 20:36:21.453120 [ 3 ] {} <Debug> HTTP-Session: 08be4262-4140-4d8d-ad3d-db6e62e4c64c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10932 2024.10.03 20:36:21.453155 [ 3 ] {} <Trace> HTTP-Session: 08be4262-4140-4d8d-ad3d-db6e62e4c64c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10933 2024.10.03 20:36:21.453283 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
10934 2024.10.03 20:36:21.453333 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10935 2024.10.03 20:36:21.453586 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10936 2024.10.03 20:36:21.453936 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10937 2024.10.03 20:36:21.453977 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10938 2024.10.03 20:36:21.454466 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10939 2024.10.03 20:36:21.454869 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10940 2024.10.03 20:36:21.455040 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Debug> executeQuery: Read 40 rows, 3.00 KiB in 0.00179 sec., 22346.3687150838 rows/sec., 1.64 MiB/sec.
10941 2024.10.03 20:36:21.455227 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Debug> DynamicQueryHandler: Done processing query
10942 2024.10.03 20:36:21.455254 [ 3 ] {e7c808ae-7ea1-412e-8461-b363ad35281d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10943 2024.10.03 20:36:21.455271 [ 3 ] {} <Debug> HTTP-Session: 08be4262-4140-4d8d-ad3d-db6e62e4c64c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10944 2024.10.03 20:36:21.455422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10945 2024.10.03 20:36:21.455472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10946 2024.10.03 20:36:21.455494 [ 3 ] {} <Debug> HTTP-Session: b90f36f5-30b7-41f5-9227-2f4709d18042 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10947 2024.10.03 20:36:21.455512 [ 3 ] {} <Debug> HTTP-Session: b90f36f5-30b7-41f5-9227-2f4709d18042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10948 2024.10.03 20:36:21.455529 [ 3 ] {} <Debug> HTTP-Session: b90f36f5-30b7-41f5-9227-2f4709d18042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10949 2024.10.03 20:36:21.455563 [ 3 ] {} <Trace> HTTP-Session: b90f36f5-30b7-41f5-9227-2f4709d18042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10950 2024.10.03 20:36:21.455669 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10951 2024.10.03 20:36:21.455717 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10952 2024.10.03 20:36:21.455947 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10953 2024.10.03 20:36:21.456273 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10954 2024.10.03 20:36:21.456311 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10955 2024.10.03 20:36:21.456696 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10956 2024.10.03 20:36:21.457097 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10957 2024.10.03 20:36:21.457264 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec.
10958 2024.10.03 20:36:21.457433 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Debug> DynamicQueryHandler: Done processing query
10959 2024.10.03 20:36:21.457459 [ 3 ] {2d4ad48b-536f-4f1d-94f5-fdd31d78080f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10960 2024.10.03 20:36:21.457478 [ 3 ] {} <Debug> HTTP-Session: b90f36f5-30b7-41f5-9227-2f4709d18042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10961 2024.10.03 20:36:21.457611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10962 2024.10.03 20:36:21.457659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10963 2024.10.03 20:36:21.457681 [ 3 ] {} <Debug> HTTP-Session: 02d415ca-a85a-43e2-8796-e7d7fac750fe Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10964 2024.10.03 20:36:21.457702 [ 3 ] {} <Debug> HTTP-Session: 02d415ca-a85a-43e2-8796-e7d7fac750fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10965 2024.10.03 20:36:21.457718 [ 3 ] {} <Debug> HTTP-Session: 02d415ca-a85a-43e2-8796-e7d7fac750fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10966 2024.10.03 20:36:21.457751 [ 3 ] {} <Trace> HTTP-Session: 02d415ca-a85a-43e2-8796-e7d7fac750fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10967 2024.10.03 20:36:21.457857 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10968 2024.10.03 20:36:21.457905 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10969 2024.10.03 20:36:21.458134 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10970 2024.10.03 20:36:21.458485 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10971 2024.10.03 20:36:21.458526 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10972 2024.10.03 20:36:21.458902 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
10973 2024.10.03 20:36:21.459298 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10974 2024.10.03 20:36:21.459469 [ 98 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
10975 2024.10.03 20:36:21.459476 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 216.95 KiB/sec.
10976 2024.10.03 20:36:21.459532 [ 98 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10977 2024.10.03 20:36:21.459614 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10978 2024.10.03 20:36:21.459790 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
10979 2024.10.03 20:36:21.459797 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Debug> DynamicQueryHandler: Done processing query
10980 2024.10.03 20:36:21.459847 [ 3 ] {c413fa11-77f1-4dac-98ac-50905606b7f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10981 2024.10.03 20:36:21.459870 [ 3 ] {} <Debug> HTTP-Session: 02d415ca-a85a-43e2-8796-e7d7fac750fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10982 2024.10.03 20:36:21.459964 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10983 2024.10.03 20:36:21.460006 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part
10984 2024.10.03 20:36:21.460114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 69627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10985 2024.10.03 20:36:21.460165 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
10986 2024.10.03 20:36:21.460200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10987 2024.10.03 20:36:21.460227 [ 3 ] {} <Debug> HTTP-Session: fe1db5e1-645a-4b83-baf3-e52e5f1aca54 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
10988 2024.10.03 20:36:21.460271 [ 3 ] {} <Debug> HTTP-Session: fe1db5e1-645a-4b83-baf3-e52e5f1aca54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10989 2024.10.03 20:36:21.460324 [ 3 ] {} <Debug> HTTP-Session: fe1db5e1-645a-4b83-baf3-e52e5f1aca54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10990 2024.10.03 20:36:21.460371 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
10991 2024.10.03 20:36:21.460390 [ 3 ] {} <Trace> HTTP-Session: fe1db5e1-645a-4b83-baf3-e52e5f1aca54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10992 2024.10.03 20:36:21.460558 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
10993 2024.10.03 20:36:21.460718 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
10994 2024.10.03 20:36:21.460721 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10995 2024.10.03 20:36:21.460807 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10996 2024.10.03 20:36:21.461538 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10997 2024.10.03 20:36:21.462384 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10998 2024.10.03 20:36:21.462402 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002681267 sec., 11188.740248546676 rows/sec., 710.22 KiB/sec.
10999 2024.10.03 20:36:21.462435 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11000 2024.10.03 20:36:21.462659 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11001 2024.10.03 20:36:21.463269 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11002 2024.10.03 20:36:21.463721 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11003 2024.10.03 20:36:21.463921 [ 197 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_25_6} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11004 2024.10.03 20:36:21.464098 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11005 2024.10.03 20:36:21.464178 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11006 2024.10.03 20:36:21.464363 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Debug> executeQuery: Read 428 rows, 31.40 KiB in 0.003822 sec., 111983.2548403977 rows/sec., 8.02 MiB/sec.
11007 2024.10.03 20:36:21.464546 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Debug> DynamicQueryHandler: Done processing query
11008 2024.10.03 20:36:21.464573 [ 3 ] {e173dae7-cc48-448c-90c7-b3f8a5a4f075} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
11009 2024.10.03 20:36:21.464590 [ 3 ] {} <Debug> HTTP-Session: fe1db5e1-645a-4b83-baf3-e52e5f1aca54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11010 2024.10.03 20:36:21.464732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11011 2024.10.03 20:36:21.464784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11012 2024.10.03 20:36:21.464806 [ 3 ] {} <Debug> HTTP-Session: 2732dc94-dac7-4313-8abd-b329dd2f96e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11013 2024.10.03 20:36:21.464824 [ 3 ] {} <Debug> HTTP-Session: 2732dc94-dac7-4313-8abd-b329dd2f96e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11014 2024.10.03 20:36:21.464840 [ 3 ] {} <Debug> HTTP-Session: 2732dc94-dac7-4313-8abd-b329dd2f96e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11015 2024.10.03 20:36:21.464872 [ 3 ] {} <Trace> HTTP-Session: 2732dc94-dac7-4313-8abd-b329dd2f96e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11016 2024.10.03 20:36:21.464974 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11017 2024.10.03 20:36:21.465022 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11018 2024.10.03 20:36:21.465178 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11019 2024.10.03 20:36:21.465487 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2024.10.03 20:36:21.465527 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11021 2024.10.03 20:36:21.465920 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11022 2024.10.03 20:36:21.466284 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11023 2024.10.03 20:36:21.466461 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec.
11024 2024.10.03 20:36:21.466711 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Debug> DynamicQueryHandler: Done processing query
11025 2024.10.03 20:36:21.466744 [ 3 ] {93126eeb-ad66-413e-a2c5-50b009efde9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11026 2024.10.03 20:36:21.466770 [ 3 ] {} <Debug> HTTP-Session: 2732dc94-dac7-4313-8abd-b329dd2f96e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11027 2024.10.03 20:36:21.467005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11028 2024.10.03 20:36:21.467067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11029 2024.10.03 20:36:21.467096 [ 3 ] {} <Debug> HTTP-Session: f3378334-84e1-42c8-8cbf-8f6f45cd5176 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11030 2024.10.03 20:36:21.467123 [ 3 ] {} <Debug> HTTP-Session: f3378334-84e1-42c8-8cbf-8f6f45cd5176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11031 2024.10.03 20:36:21.467147 [ 3 ] {} <Debug> HTTP-Session: f3378334-84e1-42c8-8cbf-8f6f45cd5176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11032 2024.10.03 20:36:21.467190 [ 3 ] {} <Trace> HTTP-Session: f3378334-84e1-42c8-8cbf-8f6f45cd5176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11033 2024.10.03 20:36:21.467462 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11034 2024.10.03 20:36:21.467523 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11035 2024.10.03 20:36:21.467734 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11036 2024.10.03 20:36:21.468198 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11037 2024.10.03 20:36:21.468238 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11038 2024.10.03 20:36:21.468645 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11039 2024.10.03 20:36:21.469008 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11040 2024.10.03 20:36:21.469170 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001874 sec., 127001.06723585913 rows/sec., 8.51 MiB/sec.
11041 2024.10.03 20:36:21.469356 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Debug> DynamicQueryHandler: Done processing query
11042 2024.10.03 20:36:21.469383 [ 3 ] {b069846f-75d8-4b69-93ff-b8a23f731001} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11043 2024.10.03 20:36:21.469399 [ 3 ] {} <Debug> HTTP-Session: f3378334-84e1-42c8-8cbf-8f6f45cd5176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11044 2024.10.03 20:36:21.469512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11045 2024.10.03 20:36:21.469563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11046 2024.10.03 20:36:21.469583 [ 3 ] {} <Debug> HTTP-Session: 06344af6-db1d-465b-9897-418b02e90b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11047 2024.10.03 20:36:21.469603 [ 3 ] {} <Debug> HTTP-Session: 06344af6-db1d-465b-9897-418b02e90b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11048 2024.10.03 20:36:21.469617 [ 3 ] {} <Debug> HTTP-Session: 06344af6-db1d-465b-9897-418b02e90b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11049 2024.10.03 20:36:21.469649 [ 3 ] {} <Trace> HTTP-Session: 06344af6-db1d-465b-9897-418b02e90b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11050 2024.10.03 20:36:21.469749 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11051 2024.10.03 20:36:21.469798 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11052 2024.10.03 20:36:21.469931 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11053 2024.10.03 20:36:21.470198 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11054 2024.10.03 20:36:21.470235 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11055 2024.10.03 20:36:21.470594 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11056 2024.10.03 20:36:21.470957 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11057 2024.10.03 20:36:21.471100 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec.
11058 2024.10.03 20:36:21.471126 [ 125 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
11059 2024.10.03 20:36:21.471203 [ 125 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11060 2024.10.03 20:36:21.471256 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11061 2024.10.03 20:36:21.471369 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Debug> DynamicQueryHandler: Done processing query
11062 2024.10.03 20:36:21.471459 [ 3 ] {dbbddc9e-5cb9-4d52-ad48-7b047b77939d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11063 2024.10.03 20:36:21.471539 [ 3 ] {} <Debug> HTTP-Session: 06344af6-db1d-465b-9897-418b02e90b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11064 2024.10.03 20:36:21.471672 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
11065 2024.10.03 20:36:21.471902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 62247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11066 2024.10.03 20:36:21.471964 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11067 2024.10.03 20:36:21.471995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11068 2024.10.03 20:36:21.472026 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part
11069 2024.10.03 20:36:21.472040 [ 3 ] {} <Debug> HTTP-Session: 47ad092b-92b7-45db-b27f-dbdcddab2b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11070 2024.10.03 20:36:21.472086 [ 3 ] {} <Debug> HTTP-Session: 47ad092b-92b7-45db-b27f-dbdcddab2b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11071 2024.10.03 20:36:21.472139 [ 3 ] {} <Debug> HTTP-Session: 47ad092b-92b7-45db-b27f-dbdcddab2b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11072 2024.10.03 20:36:21.472237 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
11073 2024.10.03 20:36:21.472293 [ 3 ] {} <Trace> HTTP-Session: 47ad092b-92b7-45db-b27f-dbdcddab2b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2024.10.03 20:36:21.472476 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
11075 2024.10.03 20:36:21.472713 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
11076 2024.10.03 20:36:21.472813 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
11077 2024.10.03 20:36:21.472893 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
11078 2024.10.03 20:36:21.473176 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11079 2024.10.03 20:36:21.473337 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11080 2024.10.03 20:36:21.475364 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11081 2024.10.03 20:36:21.476191 [ 198 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004851911 sec., 5358.713298739403 rows/sec., 360.28 KiB/sec.
11082 2024.10.03 20:36:21.476467 [ 188 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
11083 2024.10.03 20:36:21.476660 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11084 2024.10.03 20:36:21.476700 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11085 2024.10.03 20:36:21.477189 [ 188 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11086 2024.10.03 20:36:21.477294 [ 188 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_25_5} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
11087 2024.10.03 20:36:21.477401 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11088 2024.10.03 20:36:21.477688 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11089 2024.10.03 20:36:21.478142 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11090 2024.10.03 20:36:21.478346 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.005752 sec., 6606.397774687065 rows/sec., 11.84 MiB/sec.
11091 2024.10.03 20:36:21.478615 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Debug> DynamicQueryHandler: Done processing query
11092 2024.10.03 20:36:21.478643 [ 3 ] {04fe6a21-65a4-4703-8421-4e87d07ca5fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
11093 2024.10.03 20:36:21.478660 [ 3 ] {} <Debug> HTTP-Session: 47ad092b-92b7-45db-b27f-dbdcddab2b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11094 2024.10.03 20:36:21.478791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11095 2024.10.03 20:36:21.478842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11096 2024.10.03 20:36:21.478864 [ 3 ] {} <Debug> HTTP-Session: db99c8f6-f24d-497c-968a-32050a4a38a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11097 2024.10.03 20:36:21.478883 [ 3 ] {} <Debug> HTTP-Session: db99c8f6-f24d-497c-968a-32050a4a38a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11098 2024.10.03 20:36:21.478900 [ 3 ] {} <Debug> HTTP-Session: db99c8f6-f24d-497c-968a-32050a4a38a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11099 2024.10.03 20:36:21.478934 [ 3 ] {} <Trace> HTTP-Session: db99c8f6-f24d-497c-968a-32050a4a38a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11100 2024.10.03 20:36:21.479038 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
11101 2024.10.03 20:36:21.479087 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
11102 2024.10.03 20:36:21.479222 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11103 2024.10.03 20:36:21.479515 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11104 2024.10.03 20:36:21.479555 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11105 2024.10.03 20:36:21.479927 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
11106 2024.10.03 20:36:21.480282 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11107 2024.10.03 20:36:21.480441 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 316.85 KiB/sec.
11108 2024.10.03 20:36:21.480647 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Debug> DynamicQueryHandler: Done processing query
11109 2024.10.03 20:36:21.480674 [ 3 ] {753b6599-bfc7-4edd-a3dc-5ee9b379cc47} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11110 2024.10.03 20:36:21.480690 [ 3 ] {} <Debug> HTTP-Session: db99c8f6-f24d-497c-968a-32050a4a38a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11111 2024.10.03 20:36:21.480822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11112 2024.10.03 20:36:21.480871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11113 2024.10.03 20:36:21.480892 [ 3 ] {} <Debug> HTTP-Session: 3803f599-f1dd-41c6-a332-baa080179c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11114 2024.10.03 20:36:21.480909 [ 3 ] {} <Debug> HTTP-Session: 3803f599-f1dd-41c6-a332-baa080179c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11115 2024.10.03 20:36:21.480926 [ 3 ] {} <Debug> HTTP-Session: 3803f599-f1dd-41c6-a332-baa080179c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11116 2024.10.03 20:36:21.480958 [ 3 ] {} <Trace> HTTP-Session: 3803f599-f1dd-41c6-a332-baa080179c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11117 2024.10.03 20:36:21.481079 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11118 2024.10.03 20:36:21.481124 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11119 2024.10.03 20:36:21.481257 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11120 2024.10.03 20:36:21.481570 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11121 2024.10.03 20:36:21.481609 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11122 2024.10.03 20:36:21.481987 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11123 2024.10.03 20:36:21.482368 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11124 2024.10.03 20:36:21.482527 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001486 sec., 55181.69582772544 rows/sec., 3.50 MiB/sec.
11125 2024.10.03 20:36:21.482703 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Debug> DynamicQueryHandler: Done processing query
11126 2024.10.03 20:36:21.482729 [ 3 ] {ba142096-ddc4-4335-bf0a-e2feeabd7cfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11127 2024.10.03 20:36:21.482746 [ 3 ] {} <Debug> HTTP-Session: 3803f599-f1dd-41c6-a332-baa080179c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11128 2024.10.03 20:36:22.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.68 MiB, peak 176.09 MiB, free memory in arenas 0.00 B, will set to 166.68 MiB (RSS), difference: -1.01 MiB
11129 2024.10.03 20:36:24.727514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11130 2024.10.03 20:36:24.727651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11131 2024.10.03 20:36:24.727682 [ 3 ] {} <Debug> HTTP-Session: 2ed4fd31-0ab1-4bd4-85d3-ebc0363e59b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11132 2024.10.03 20:36:24.727714 [ 3 ] {} <Debug> HTTP-Session: 2ed4fd31-0ab1-4bd4-85d3-ebc0363e59b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11133 2024.10.03 20:36:24.727734 [ 3 ] {} <Debug> HTTP-Session: 2ed4fd31-0ab1-4bd4-85d3-ebc0363e59b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11134 2024.10.03 20:36:24.727789 [ 3 ] {} <Trace> HTTP-Session: 2ed4fd31-0ab1-4bd4-85d3-ebc0363e59b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11135 2024.10.03 20:36:24.728115 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11136 2024.10.03 20:36:24.728193 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11137 2024.10.03 20:36:24.728573 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11138 2024.10.03 20:36:24.728991 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11139 2024.10.03 20:36:24.729032 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11140 2024.10.03 20:36:24.729442 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
11141 2024.10.03 20:36:24.729852 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11142 2024.10.03 20:36:24.729998 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001943 sec., 3088.0082346886256 rows/sec., 251.81 KiB/sec.
11143 2024.10.03 20:36:24.730360 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Debug> DynamicQueryHandler: Done processing query
11144 2024.10.03 20:36:24.730388 [ 3 ] {a026e467-571e-4015-9d85-c38f3eb2c7dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11145 2024.10.03 20:36:24.730405 [ 3 ] {} <Debug> HTTP-Session: 2ed4fd31-0ab1-4bd4-85d3-ebc0363e59b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11146 2024.10.03 20:36:24.730759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 176329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11147 2024.10.03 20:36:24.730824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11148 2024.10.03 20:36:24.730852 [ 3 ] {} <Debug> HTTP-Session: a6bbc5bb-b1bf-4677-bd44-95c6b241c2ea Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11149 2024.10.03 20:36:24.730877 [ 3 ] {} <Debug> HTTP-Session: a6bbc5bb-b1bf-4677-bd44-95c6b241c2ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11150 2024.10.03 20:36:24.730898 [ 3 ] {} <Debug> HTTP-Session: a6bbc5bb-b1bf-4677-bd44-95c6b241c2ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11151 2024.10.03 20:36:24.730941 [ 3 ] {} <Trace> HTTP-Session: a6bbc5bb-b1bf-4677-bd44-95c6b241c2ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11152 2024.10.03 20:36:24.731591 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11153 2024.10.03 20:36:24.731655 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11154 2024.10.03 20:36:24.732004 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11155 2024.10.03 20:36:24.733222 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11156 2024.10.03 20:36:24.733260 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11157 2024.10.03 20:36:24.733691 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11158 2024.10.03 20:36:24.734070 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11159 2024.10.03 20:36:24.734207 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Debug> executeQuery: Read 1215 rows, 102.77 KiB in 0.003096 sec., 392441.86046511633 rows/sec., 32.42 MiB/sec.
11160 2024.10.03 20:36:24.734478 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Debug> DynamicQueryHandler: Done processing query
11161 2024.10.03 20:36:24.734538 [ 3 ] {c84dd0fc-661b-46d6-b809-b907474722fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
11162 2024.10.03 20:36:24.734600 [ 3 ] {} <Debug> HTTP-Session: a6bbc5bb-b1bf-4677-bd44-95c6b241c2ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11163 2024.10.03 20:36:24.734814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11164 2024.10.03 20:36:24.734866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11165 2024.10.03 20:36:24.734885 [ 3 ] {} <Debug> HTTP-Session: 7fd52c89-e5dd-493c-a322-19d918b8cceb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11166 2024.10.03 20:36:24.734903 [ 3 ] {} <Debug> HTTP-Session: 7fd52c89-e5dd-493c-a322-19d918b8cceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11167 2024.10.03 20:36:24.734917 [ 3 ] {} <Debug> HTTP-Session: 7fd52c89-e5dd-493c-a322-19d918b8cceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11168 2024.10.03 20:36:24.734949 [ 3 ] {} <Trace> HTTP-Session: 7fd52c89-e5dd-493c-a322-19d918b8cceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11169 2024.10.03 20:36:24.735056 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11170 2024.10.03 20:36:24.735100 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11171 2024.10.03 20:36:24.735344 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11172 2024.10.03 20:36:24.735655 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11173 2024.10.03 20:36:24.735690 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11174 2024.10.03 20:36:24.736038 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11175 2024.10.03 20:36:24.736405 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11176 2024.10.03 20:36:24.736547 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001519 sec., 9216.589861751152 rows/sec., 671.83 KiB/sec.
11177 2024.10.03 20:36:24.736724 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Debug> DynamicQueryHandler: Done processing query
11178 2024.10.03 20:36:24.736747 [ 3 ] {50dd84db-4eb8-4335-9961-d0dde6a9363f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11179 2024.10.03 20:36:24.736763 [ 3 ] {} <Debug> HTTP-Session: 7fd52c89-e5dd-493c-a322-19d918b8cceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11180 2024.10.03 20:36:24.736909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11181 2024.10.03 20:36:24.736955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11182 2024.10.03 20:36:24.736974 [ 3 ] {} <Debug> HTTP-Session: 3c16ac84-6310-4d0c-8239-6391bdc60b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11183 2024.10.03 20:36:24.736990 [ 3 ] {} <Debug> HTTP-Session: 3c16ac84-6310-4d0c-8239-6391bdc60b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11184 2024.10.03 20:36:24.737003 [ 3 ] {} <Debug> HTTP-Session: 3c16ac84-6310-4d0c-8239-6391bdc60b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11185 2024.10.03 20:36:24.737035 [ 3 ] {} <Trace> HTTP-Session: 3c16ac84-6310-4d0c-8239-6391bdc60b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11186 2024.10.03 20:36:24.737267 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11187 2024.10.03 20:36:24.737310 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11188 2024.10.03 20:36:24.737535 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11189 2024.10.03 20:36:24.738029 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11190 2024.10.03 20:36:24.738066 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11191 2024.10.03 20:36:24.738438 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11192 2024.10.03 20:36:24.738809 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11193 2024.10.03 20:36:24.738994 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001873 sec., 121729.84516817938 rows/sec., 8.24 MiB/sec.
11194 2024.10.03 20:36:24.739187 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Debug> DynamicQueryHandler: Done processing query
11195 2024.10.03 20:36:24.739212 [ 3 ] {177174be-bf5a-4ed8-a179-e98cfd717f12} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
11196 2024.10.03 20:36:24.739228 [ 3 ] {} <Debug> HTTP-Session: 3c16ac84-6310-4d0c-8239-6391bdc60b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11197 2024.10.03 20:36:24.739408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 88266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11198 2024.10.03 20:36:24.739454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11199 2024.10.03 20:36:24.739473 [ 3 ] {} <Debug> HTTP-Session: 10ffee73-57b4-4f3a-9827-23701b8625e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11200 2024.10.03 20:36:24.739490 [ 3 ] {} <Debug> HTTP-Session: 10ffee73-57b4-4f3a-9827-23701b8625e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11201 2024.10.03 20:36:24.739504 [ 3 ] {} <Debug> HTTP-Session: 10ffee73-57b4-4f3a-9827-23701b8625e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11202 2024.10.03 20:36:24.739535 [ 3 ] {} <Trace> HTTP-Session: 10ffee73-57b4-4f3a-9827-23701b8625e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11203 2024.10.03 20:36:24.739866 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11204 2024.10.03 20:36:24.739908 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11205 2024.10.03 20:36:24.740133 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11206 2024.10.03 20:36:24.740775 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11207 2024.10.03 20:36:24.740812 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11208 2024.10.03 20:36:24.741185 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11209 2024.10.03 20:36:24.741558 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11210 2024.10.03 20:36:24.741709 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.002082 sec., 256484.14985590777 rows/sec., 19.01 MiB/sec.
11211 2024.10.03 20:36:24.741883 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Debug> DynamicQueryHandler: Done processing query
11212 2024.10.03 20:36:24.741907 [ 3 ] {c0a66292-a908-431f-903e-c4d08f85745a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
11213 2024.10.03 20:36:24.741923 [ 3 ] {} <Debug> HTTP-Session: 10ffee73-57b4-4f3a-9827-23701b8625e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11214 2024.10.03 20:36:24.742186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 181377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11215 2024.10.03 20:36:24.742234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11216 2024.10.03 20:36:24.742253 [ 3 ] {} <Debug> HTTP-Session: 57c67f4e-ca25-4ab8-8ad4-95128e901044 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11217 2024.10.03 20:36:24.742269 [ 3 ] {} <Debug> HTTP-Session: 57c67f4e-ca25-4ab8-8ad4-95128e901044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11218 2024.10.03 20:36:24.742283 [ 3 ] {} <Debug> HTTP-Session: 57c67f4e-ca25-4ab8-8ad4-95128e901044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11219 2024.10.03 20:36:24.742314 [ 3 ] {} <Trace> HTTP-Session: 57c67f4e-ca25-4ab8-8ad4-95128e901044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11220 2024.10.03 20:36:24.742817 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11221 2024.10.03 20:36:24.742865 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11222 2024.10.03 20:36:24.743010 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11223 2024.10.03 20:36:24.743869 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11224 2024.10.03 20:36:24.743906 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11225 2024.10.03 20:36:24.744340 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11226 2024.10.03 20:36:24.744688 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11227 2024.10.03 20:36:24.744849 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Debug> executeQuery: Read 955 rows, 65.60 KiB in 0.002404 sec., 397254.57570715476 rows/sec., 26.65 MiB/sec.
11228 2024.10.03 20:36:24.745121 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Debug> DynamicQueryHandler: Done processing query
11229 2024.10.03 20:36:24.745181 [ 3 ] {7ff53780-2d97-4385-aa00-1b0aa16d8034} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
11230 2024.10.03 20:36:24.745236 [ 3 ] {} <Debug> HTTP-Session: 57c67f4e-ca25-4ab8-8ad4-95128e901044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11231 2024.10.03 20:36:24.745444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11232 2024.10.03 20:36:24.745495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11233 2024.10.03 20:36:24.745514 [ 3 ] {} <Debug> HTTP-Session: 21a9fb9f-09da-49dd-9d04-37d3060f9c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11234 2024.10.03 20:36:24.745532 [ 3 ] {} <Debug> HTTP-Session: 21a9fb9f-09da-49dd-9d04-37d3060f9c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11235 2024.10.03 20:36:24.745546 [ 3 ] {} <Debug> HTTP-Session: 21a9fb9f-09da-49dd-9d04-37d3060f9c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11236 2024.10.03 20:36:24.745579 [ 3 ] {} <Trace> HTTP-Session: 21a9fb9f-09da-49dd-9d04-37d3060f9c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11237 2024.10.03 20:36:24.745780 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11238 2024.10.03 20:36:24.745853 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11239 2024.10.03 20:36:24.746297 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11240 2024.10.03 20:36:24.746829 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11241 2024.10.03 20:36:24.746865 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11242 2024.10.03 20:36:24.747461 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11243 2024.10.03 20:36:24.747889 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11244 2024.10.03 20:36:24.748073 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11245 2024.10.03 20:36:24.748091 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002427 sec., 3296.250515039143 rows/sec., 5.91 MiB/sec.
11246 2024.10.03 20:36:24.748160 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11247 2024.10.03 20:36:24.748241 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11248 2024.10.03 20:36:24.748592 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
11249 2024.10.03 20:36:24.748641 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Debug> DynamicQueryHandler: Done processing query
11250 2024.10.03 20:36:24.748682 [ 3 ] {6196fffa-9ae2-4e36-8693-26b8020f1d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
11251 2024.10.03 20:36:24.748722 [ 3 ] {} <Debug> HTTP-Session: 21a9fb9f-09da-49dd-9d04-37d3060f9c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11252 2024.10.03 20:36:24.748933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11253 2024.10.03 20:36:24.749053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11254 2024.10.03 20:36:24.749104 [ 3 ] {} <Debug> HTTP-Session: e12a0855-c733-4eed-91ad-68280f74245a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11255 2024.10.03 20:36:24.749156 [ 3 ] {} <Debug> HTTP-Session: e12a0855-c733-4eed-91ad-68280f74245a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11256 2024.10.03 20:36:24.749207 [ 3 ] {} <Debug> HTTP-Session: e12a0855-c733-4eed-91ad-68280f74245a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11257 2024.10.03 20:36:24.749305 [ 3 ] {} <Trace> HTTP-Session: e12a0855-c733-4eed-91ad-68280f74245a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11258 2024.10.03 20:36:24.749486 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11259 2024.10.03 20:36:24.749562 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11260 2024.10.03 20:36:24.749648 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 761 rows starting from the beginning of the part
11261 2024.10.03 20:36:24.749673 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11262 2024.10.03 20:36:24.750582 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
11263 2024.10.03 20:36:24.750665 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11264 2024.10.03 20:36:24.751183 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part
11265 2024.10.03 20:36:24.751973 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
11266 2024.10.03 20:36:24.752031 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11267 2024.10.03 20:36:24.752113 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11268 2024.10.03 20:36:24.752596 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 38 rows starting from the beginning of the part
11269 2024.10.03 20:36:24.753142 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part
11270 2024.10.03 20:36:24.753769 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11271 2024.10.03 20:36:24.754601 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11272 2024.10.03 20:36:24.755021 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005556 sec., 7199.424046076314 rows/sec., 497.77 KiB/sec.
11273 2024.10.03 20:36:24.755335 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Debug> DynamicQueryHandler: Done processing query
11274 2024.10.03 20:36:24.755364 [ 3 ] {b1806b90-7c1a-47e8-8e4a-6545158bb4f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
11275 2024.10.03 20:36:24.755381 [ 3 ] {} <Debug> HTTP-Session: e12a0855-c733-4eed-91ad-68280f74245a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11276 2024.10.03 20:36:24.766331 [ 197 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 19 columns (19 merged, 0 gathered) in 0.017942336 sec., 47596.92383422092 rows/sec., 85.29 MiB/sec.
11277 2024.10.03 20:36:24.767417 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11278 2024.10.03 20:36:24.768103 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11279 2024.10.03 20:36:24.768199 [ 199 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11280 2024.10.03 20:36:24.768365 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB.
11281 2024.10.03 20:36:25.545558 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
11282 2024.10.03 20:36:25.545633 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
11283 2024.10.03 20:36:25.785335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1104
11284 2024.10.03 20:36:25.788664 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11285 2024.10.03 20:36:25.788709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11286 2024.10.03 20:36:25.790213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11287 2024.10.03 20:36:25.791204 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11288 2024.10.03 20:36:25.791426 [ 95 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
11289 2024.10.03 20:36:25.791548 [ 95 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11290 2024.10.03 20:36:25.791618 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11291 2024.10.03 20:36:25.792160 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
11292 2024.10.03 20:36:25.793398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1104
11293 2024.10.03 20:36:25.793934 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11294 2024.10.03 20:36:25.794075 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part
11295 2024.10.03 20:36:25.794512 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
11296 2024.10.03 20:36:25.794918 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part
11297 2024.10.03 20:36:25.795306 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part
11298 2024.10.03 20:36:25.795688 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
11299 2024.10.03 20:36:25.796056 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 54 rows starting from the beginning of the part
11300 2024.10.03 20:36:25.804366 [ 187 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 72 columns (72 merged, 0 gathered) in 0.012601194 sec., 87610.74545793042 rows/sec., 59.89 MiB/sec.
11301 2024.10.03 20:36:25.806066 [ 200 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
11302 2024.10.03 20:36:25.807859 [ 200 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11303 2024.10.03 20:36:25.807961 [ 200 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_26_5} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
11304 2024.10.03 20:36:25.808339 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB.
11305 2024.10.03 20:36:26.433182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11306 2024.10.03 20:36:26.433350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11307 2024.10.03 20:36:26.433396 [ 3 ] {} <Debug> HTTP-Session: c60ae209-fddf-4ea0-82a7-8da5eb2c1d16 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11308 2024.10.03 20:36:26.433439 [ 3 ] {} <Debug> HTTP-Session: c60ae209-fddf-4ea0-82a7-8da5eb2c1d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11309 2024.10.03 20:36:26.433469 [ 3 ] {} <Debug> HTTP-Session: c60ae209-fddf-4ea0-82a7-8da5eb2c1d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11310 2024.10.03 20:36:26.433552 [ 3 ] {} <Trace> HTTP-Session: c60ae209-fddf-4ea0-82a7-8da5eb2c1d16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11311 2024.10.03 20:36:26.433782 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11312 2024.10.03 20:36:26.433848 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11313 2024.10.03 20:36:26.434182 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11314 2024.10.03 20:36:26.434747 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11315 2024.10.03 20:36:26.434786 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11316 2024.10.03 20:36:26.435241 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11317 2024.10.03 20:36:26.435648 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11318 2024.10.03 20:36:26.435800 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002093 sec., 26755.852842809367 rows/sec., 2.06 MiB/sec.
11319 2024.10.03 20:36:26.436099 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Debug> DynamicQueryHandler: Done processing query
11320 2024.10.03 20:36:26.436135 [ 3 ] {073c2593-46ef-4c34-8c2c-a85320dd0550} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11321 2024.10.03 20:36:26.436156 [ 3 ] {} <Debug> HTTP-Session: c60ae209-fddf-4ea0-82a7-8da5eb2c1d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11322 2024.10.03 20:36:26.436317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11323 2024.10.03 20:36:26.436380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11324 2024.10.03 20:36:26.436404 [ 3 ] {} <Debug> HTTP-Session: b6a9cdc8-e5bd-4532-b315-d7a99e99dbcd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11325 2024.10.03 20:36:26.436424 [ 3 ] {} <Debug> HTTP-Session: b6a9cdc8-e5bd-4532-b315-d7a99e99dbcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11326 2024.10.03 20:36:26.436441 [ 3 ] {} <Debug> HTTP-Session: b6a9cdc8-e5bd-4532-b315-d7a99e99dbcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11327 2024.10.03 20:36:26.436480 [ 3 ] {} <Trace> HTTP-Session: b6a9cdc8-e5bd-4532-b315-d7a99e99dbcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11328 2024.10.03 20:36:26.436630 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11329 2024.10.03 20:36:26.436675 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11330 2024.10.03 20:36:26.436906 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11331 2024.10.03 20:36:26.437300 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11332 2024.10.03 20:36:26.437338 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11333 2024.10.03 20:36:26.437696 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11334 2024.10.03 20:36:26.438068 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11335 2024.10.03 20:36:26.438200 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 3.08 MiB/sec.
11336 2024.10.03 20:36:26.438389 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Debug> DynamicQueryHandler: Done processing query
11337 2024.10.03 20:36:26.438415 [ 3 ] {fe8a2b05-03d4-4811-9a0b-5bfd967190f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11338 2024.10.03 20:36:26.438432 [ 3 ] {} <Debug> HTTP-Session: b6a9cdc8-e5bd-4532-b315-d7a99e99dbcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11339 2024.10.03 20:36:26.438601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11340 2024.10.03 20:36:26.438651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11341 2024.10.03 20:36:26.438670 [ 3 ] {} <Debug> HTTP-Session: e9ed9b7b-2688-4666-a26a-e4ff036a7277 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11342 2024.10.03 20:36:26.438687 [ 3 ] {} <Debug> HTTP-Session: e9ed9b7b-2688-4666-a26a-e4ff036a7277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11343 2024.10.03 20:36:26.438701 [ 3 ] {} <Debug> HTTP-Session: e9ed9b7b-2688-4666-a26a-e4ff036a7277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11344 2024.10.03 20:36:26.438734 [ 3 ] {} <Trace> HTTP-Session: e9ed9b7b-2688-4666-a26a-e4ff036a7277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11345 2024.10.03 20:36:26.438856 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11346 2024.10.03 20:36:26.438904 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11347 2024.10.03 20:36:26.439050 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11348 2024.10.03 20:36:26.439396 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11349 2024.10.03 20:36:26.439431 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11350 2024.10.03 20:36:26.439819 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11351 2024.10.03 20:36:26.440170 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11352 2024.10.03 20:36:26.440299 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001487 sec., 36314.7276395427 rows/sec., 2.53 MiB/sec.
11353 2024.10.03 20:36:26.440482 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Debug> DynamicQueryHandler: Done processing query
11354 2024.10.03 20:36:26.440507 [ 3 ] {980cd453-2ea7-4dc0-8082-f494d422b493} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11355 2024.10.03 20:36:26.440523 [ 3 ] {} <Debug> HTTP-Session: e9ed9b7b-2688-4666-a26a-e4ff036a7277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11356 2024.10.03 20:36:26.440636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11357 2024.10.03 20:36:26.440685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11358 2024.10.03 20:36:26.440705 [ 3 ] {} <Debug> HTTP-Session: 283ccfc9-1916-41ef-a484-9035f4fd23fb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11359 2024.10.03 20:36:26.440722 [ 3 ] {} <Debug> HTTP-Session: 283ccfc9-1916-41ef-a484-9035f4fd23fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11360 2024.10.03 20:36:26.440736 [ 3 ] {} <Debug> HTTP-Session: 283ccfc9-1916-41ef-a484-9035f4fd23fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11361 2024.10.03 20:36:26.440767 [ 3 ] {} <Trace> HTTP-Session: 283ccfc9-1916-41ef-a484-9035f4fd23fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11362 2024.10.03 20:36:26.440866 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11363 2024.10.03 20:36:26.440911 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11364 2024.10.03 20:36:26.441040 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11365 2024.10.03 20:36:26.441326 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11366 2024.10.03 20:36:26.441361 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11367 2024.10.03 20:36:26.441716 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11368 2024.10.03 20:36:26.442046 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11369 2024.10.03 20:36:26.442192 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00135 sec., 14814.814814814814 rows/sec., 1018.52 KiB/sec.
11370 2024.10.03 20:36:26.442366 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Debug> DynamicQueryHandler: Done processing query
11371 2024.10.03 20:36:26.442392 [ 3 ] {2870a364-93df-42b8-b3b4-f389b4661e8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11372 2024.10.03 20:36:26.442407 [ 3 ] {} <Debug> HTTP-Session: 283ccfc9-1916-41ef-a484-9035f4fd23fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11373 2024.10.03 20:36:31.444832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 41991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11374 2024.10.03 20:36:31.444979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11375 2024.10.03 20:36:31.445010 [ 3 ] {} <Debug> HTTP-Session: 57b4a498-03c0-4411-9d12-bc9804751a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11376 2024.10.03 20:36:31.445039 [ 3 ] {} <Debug> HTTP-Session: 57b4a498-03c0-4411-9d12-bc9804751a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11377 2024.10.03 20:36:31.445057 [ 3 ] {} <Debug> HTTP-Session: 57b4a498-03c0-4411-9d12-bc9804751a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11378 2024.10.03 20:36:31.445114 [ 3 ] {} <Trace> HTTP-Session: 57b4a498-03c0-4411-9d12-bc9804751a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11379 2024.10.03 20:36:31.445408 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11380 2024.10.03 20:36:31.445481 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11381 2024.10.03 20:36:31.445854 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11382 2024.10.03 20:36:31.446596 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11383 2024.10.03 20:36:31.446636 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11384 2024.10.03 20:36:31.447084 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11385 2024.10.03 20:36:31.447491 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11386 2024.10.03 20:36:31.447650 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Debug> executeQuery: Read 277 rows, 25.17 KiB in 0.002381 sec., 116337.67324653508 rows/sec., 10.32 MiB/sec.
11387 2024.10.03 20:36:31.447862 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Debug> DynamicQueryHandler: Done processing query
11388 2024.10.03 20:36:31.447895 [ 3 ] {d7068475-60c4-42d6-b68e-4ffeb956bee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
11389 2024.10.03 20:36:31.447920 [ 3 ] {} <Debug> HTTP-Session: 57b4a498-03c0-4411-9d12-bc9804751a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11390 2024.10.03 20:36:31.448104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11391 2024.10.03 20:36:31.448168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11392 2024.10.03 20:36:31.448195 [ 3 ] {} <Debug> HTTP-Session: a5d27b1f-0623-48b3-91c1-35e14e12c41d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11393 2024.10.03 20:36:31.448218 [ 3 ] {} <Debug> HTTP-Session: a5d27b1f-0623-48b3-91c1-35e14e12c41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11394 2024.10.03 20:36:31.448238 [ 3 ] {} <Debug> HTTP-Session: a5d27b1f-0623-48b3-91c1-35e14e12c41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11395 2024.10.03 20:36:31.448280 [ 3 ] {} <Trace> HTTP-Session: a5d27b1f-0623-48b3-91c1-35e14e12c41d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11396 2024.10.03 20:36:31.448416 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11397 2024.10.03 20:36:31.448471 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11398 2024.10.03 20:36:31.448777 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11399 2024.10.03 20:36:31.449188 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11400 2024.10.03 20:36:31.449233 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11401 2024.10.03 20:36:31.449696 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11402 2024.10.03 20:36:31.450220 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11403 2024.10.03 20:36:31.450386 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.002015 sec., 21836.228287841193 rows/sec., 1.60 MiB/sec.
11404 2024.10.03 20:36:31.450575 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Debug> DynamicQueryHandler: Done processing query
11405 2024.10.03 20:36:31.450603 [ 3 ] {24779787-417e-43c8-8a98-71fa6cd8f2f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11406 2024.10.03 20:36:31.450620 [ 3 ] {} <Debug> HTTP-Session: a5d27b1f-0623-48b3-91c1-35e14e12c41d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11407 2024.10.03 20:36:31.450779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11408 2024.10.03 20:36:31.450828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11409 2024.10.03 20:36:31.450847 [ 3 ] {} <Debug> HTTP-Session: 10f0d55d-9691-46d3-b770-cc1330eea332 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11410 2024.10.03 20:36:31.450863 [ 3 ] {} <Debug> HTTP-Session: 10f0d55d-9691-46d3-b770-cc1330eea332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11411 2024.10.03 20:36:31.450877 [ 3 ] {} <Debug> HTTP-Session: 10f0d55d-9691-46d3-b770-cc1330eea332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11412 2024.10.03 20:36:31.450909 [ 3 ] {} <Trace> HTTP-Session: 10f0d55d-9691-46d3-b770-cc1330eea332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11413 2024.10.03 20:36:31.451013 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11414 2024.10.03 20:36:31.451058 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11415 2024.10.03 20:36:31.451283 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11416 2024.10.03 20:36:31.451634 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11417 2024.10.03 20:36:31.451670 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11418 2024.10.03 20:36:31.452051 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11419 2024.10.03 20:36:31.452423 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11420 2024.10.03 20:36:31.452555 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec.
11421 2024.10.03 20:36:31.452723 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Debug> DynamicQueryHandler: Done processing query
11422 2024.10.03 20:36:31.452748 [ 3 ] {4f477437-7fc6-4b3a-ac22-b8ccfd3a600d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11423 2024.10.03 20:36:31.452764 [ 3 ] {} <Debug> HTTP-Session: 10f0d55d-9691-46d3-b770-cc1330eea332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11424 2024.10.03 20:36:31.452904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11425 2024.10.03 20:36:31.452952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11426 2024.10.03 20:36:31.452971 [ 3 ] {} <Debug> HTTP-Session: e9e6fc06-8d2f-4bac-aafa-0d6000cfcc98 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11427 2024.10.03 20:36:31.452987 [ 3 ] {} <Debug> HTTP-Session: e9e6fc06-8d2f-4bac-aafa-0d6000cfcc98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11428 2024.10.03 20:36:31.453000 [ 3 ] {} <Debug> HTTP-Session: e9e6fc06-8d2f-4bac-aafa-0d6000cfcc98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11429 2024.10.03 20:36:31.453032 [ 3 ] {} <Trace> HTTP-Session: e9e6fc06-8d2f-4bac-aafa-0d6000cfcc98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11430 2024.10.03 20:36:31.453126 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11431 2024.10.03 20:36:31.453171 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11432 2024.10.03 20:36:31.453395 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11433 2024.10.03 20:36:31.453698 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11434 2024.10.03 20:36:31.453736 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11435 2024.10.03 20:36:31.454090 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11436 2024.10.03 20:36:31.454454 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11437 2024.10.03 20:36:31.454582 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec.
11438 2024.10.03 20:36:31.454736 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Debug> DynamicQueryHandler: Done processing query
11439 2024.10.03 20:36:31.454760 [ 3 ] {378eb89a-214e-4e63-99c6-72ae19177ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11440 2024.10.03 20:36:31.454776 [ 3 ] {} <Debug> HTTP-Session: e9e6fc06-8d2f-4bac-aafa-0d6000cfcc98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11441 2024.10.03 20:36:31.454985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 70780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11442 2024.10.03 20:36:31.455033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11443 2024.10.03 20:36:31.455052 [ 3 ] {} <Debug> HTTP-Session: 882446e4-f6a7-4ffc-8e9b-9f2395d17dce Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11444 2024.10.03 20:36:31.455068 [ 3 ] {} <Debug> HTTP-Session: 882446e4-f6a7-4ffc-8e9b-9f2395d17dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11445 2024.10.03 20:36:31.455082 [ 3 ] {} <Debug> HTTP-Session: 882446e4-f6a7-4ffc-8e9b-9f2395d17dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11446 2024.10.03 20:36:31.455112 [ 3 ] {} <Trace> HTTP-Session: 882446e4-f6a7-4ffc-8e9b-9f2395d17dce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11447 2024.10.03 20:36:31.455335 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11448 2024.10.03 20:36:31.455379 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11449 2024.10.03 20:36:31.455603 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11450 2024.10.03 20:36:31.456190 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11451 2024.10.03 20:36:31.456227 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11452 2024.10.03 20:36:31.456605 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11453 2024.10.03 20:36:31.456977 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11454 2024.10.03 20:36:31.457107 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Debug> executeQuery: Read 435 rows, 31.93 KiB in 0.001885 sec., 230769.23076923078 rows/sec., 16.54 MiB/sec.
11455 2024.10.03 20:36:31.457364 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Debug> DynamicQueryHandler: Done processing query
11456 2024.10.03 20:36:31.457421 [ 3 ] {9bea30a3-3f35-4216-a042-4fe3ce15f847} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
11457 2024.10.03 20:36:31.457472 [ 3 ] {} <Debug> HTTP-Session: 882446e4-f6a7-4ffc-8e9b-9f2395d17dce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11458 2024.10.03 20:36:31.457648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11459 2024.10.03 20:36:31.457701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11460 2024.10.03 20:36:31.457720 [ 3 ] {} <Debug> HTTP-Session: 5ac97e62-84b0-4ce9-a1aa-b7af3bf83013 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11461 2024.10.03 20:36:31.457738 [ 3 ] {} <Debug> HTTP-Session: 5ac97e62-84b0-4ce9-a1aa-b7af3bf83013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11462 2024.10.03 20:36:31.457752 [ 3 ] {} <Debug> HTTP-Session: 5ac97e62-84b0-4ce9-a1aa-b7af3bf83013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11463 2024.10.03 20:36:31.457784 [ 3 ] {} <Trace> HTTP-Session: 5ac97e62-84b0-4ce9-a1aa-b7af3bf83013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11464 2024.10.03 20:36:31.457887 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11465 2024.10.03 20:36:31.457932 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11466 2024.10.03 20:36:31.458080 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11467 2024.10.03 20:36:31.458412 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11468 2024.10.03 20:36:31.458449 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11469 2024.10.03 20:36:31.458818 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11470 2024.10.03 20:36:31.459149 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11471 2024.10.03 20:36:31.459277 [ 140 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
11472 2024.10.03 20:36:31.459282 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec.
11473 2024.10.03 20:36:31.459327 [ 140 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11474 2024.10.03 20:36:31.459368 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11475 2024.10.03 20:36:31.459555 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Debug> DynamicQueryHandler: Done processing query
11476 2024.10.03 20:36:31.459643 [ 3 ] {a0aeb3d0-7ba1-4f2d-80be-5d8de934c6d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11477 2024.10.03 20:36:31.459724 [ 3 ] {} <Debug> HTTP-Session: 5ac97e62-84b0-4ce9-a1aa-b7af3bf83013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11478 2024.10.03 20:36:31.459728 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
11479 2024.10.03 20:36:31.459985 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11480 2024.10.03 20:36:31.460009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11481 2024.10.03 20:36:31.460039 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
11482 2024.10.03 20:36:31.460104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11483 2024.10.03 20:36:31.460170 [ 3 ] {} <Debug> HTTP-Session: 438914ff-8dcb-45fd-b21d-8c06c90daf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11484 2024.10.03 20:36:31.460191 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
11485 2024.10.03 20:36:31.460227 [ 3 ] {} <Debug> HTTP-Session: 438914ff-8dcb-45fd-b21d-8c06c90daf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11486 2024.10.03 20:36:31.460303 [ 3 ] {} <Debug> HTTP-Session: 438914ff-8dcb-45fd-b21d-8c06c90daf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11487 2024.10.03 20:36:31.460505 [ 3 ] {} <Trace> HTTP-Session: 438914ff-8dcb-45fd-b21d-8c06c90daf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11488 2024.10.03 20:36:31.460555 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
11489 2024.10.03 20:36:31.461070 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11490 2024.10.03 20:36:31.461093 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
11491 2024.10.03 20:36:31.461231 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11492 2024.10.03 20:36:31.461381 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
11493 2024.10.03 20:36:31.461790 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
11494 2024.10.03 20:36:31.462499 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11495 2024.10.03 20:36:31.463403 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11496 2024.10.03 20:36:31.463484 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11497 2024.10.03 20:36:31.464616 [ 193 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005145928 sec., 30315.2317716066 rows/sec., 1.55 MiB/sec.
11498 2024.10.03 20:36:31.464740 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11499 2024.10.03 20:36:31.464851 [ 187 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
11500 2024.10.03 20:36:31.465568 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11501 2024.10.03 20:36:31.465866 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005062 sec., 46819.43895693402 rows/sec., 3.14 MiB/sec.
11502 2024.10.03 20:36:31.465945 [ 187 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11503 2024.10.03 20:36:31.466314 [ 187 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_26_5} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
11504 2024.10.03 20:36:31.466504 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Debug> DynamicQueryHandler: Done processing query
11505 2024.10.03 20:36:31.466561 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11506 2024.10.03 20:36:31.466587 [ 3 ] {64a6c2f7-46de-4d92-a734-15357ac7f44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11507 2024.10.03 20:36:31.466663 [ 3 ] {} <Debug> HTTP-Session: 438914ff-8dcb-45fd-b21d-8c06c90daf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11508 2024.10.03 20:36:31.466833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11509 2024.10.03 20:36:31.466884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11510 2024.10.03 20:36:31.466903 [ 3 ] {} <Debug> HTTP-Session: 0194ce4e-7c2a-4a51-a42c-ad31daddb001 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11511 2024.10.03 20:36:31.466919 [ 3 ] {} <Debug> HTTP-Session: 0194ce4e-7c2a-4a51-a42c-ad31daddb001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11512 2024.10.03 20:36:31.466933 [ 3 ] {} <Debug> HTTP-Session: 0194ce4e-7c2a-4a51-a42c-ad31daddb001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11513 2024.10.03 20:36:31.466965 [ 3 ] {} <Trace> HTTP-Session: 0194ce4e-7c2a-4a51-a42c-ad31daddb001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11514 2024.10.03 20:36:31.467064 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11515 2024.10.03 20:36:31.467110 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11516 2024.10.03 20:36:31.467266 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11517 2024.10.03 20:36:31.467540 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11518 2024.10.03 20:36:31.467574 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11519 2024.10.03 20:36:31.467935 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11520 2024.10.03 20:36:31.468275 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11521 2024.10.03 20:36:31.468406 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec.
11522 2024.10.03 20:36:31.468561 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Debug> DynamicQueryHandler: Done processing query
11523 2024.10.03 20:36:31.468585 [ 3 ] {455be413-0e2d-48da-a4a5-2de37ee4967c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11524 2024.10.03 20:36:31.468601 [ 3 ] {} <Debug> HTTP-Session: 0194ce4e-7c2a-4a51-a42c-ad31daddb001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11525 2024.10.03 20:36:31.468757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 72032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11526 2024.10.03 20:36:31.468804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11527 2024.10.03 20:36:31.468822 [ 3 ] {} <Debug> HTTP-Session: b4017e3a-6bd2-4237-8a73-788fe6ab24e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11528 2024.10.03 20:36:31.468838 [ 3 ] {} <Debug> HTTP-Session: b4017e3a-6bd2-4237-8a73-788fe6ab24e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11529 2024.10.03 20:36:31.468852 [ 3 ] {} <Debug> HTTP-Session: b4017e3a-6bd2-4237-8a73-788fe6ab24e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11530 2024.10.03 20:36:31.468884 [ 3 ] {} <Trace> HTTP-Session: b4017e3a-6bd2-4237-8a73-788fe6ab24e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11531 2024.10.03 20:36:31.469302 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11532 2024.10.03 20:36:31.469366 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11533 2024.10.03 20:36:31.469788 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11534 2024.10.03 20:36:31.470600 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11535 2024.10.03 20:36:31.470635 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11536 2024.10.03 20:36:31.471289 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
11537 2024.10.03 20:36:31.471704 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11538 2024.10.03 20:36:31.471850 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002874 sec., 15309.672929714685 rows/sec., 27.43 MiB/sec.
11539 2024.10.03 20:36:31.472076 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Debug> DynamicQueryHandler: Done processing query
11540 2024.10.03 20:36:31.472100 [ 3 ] {b5ac6274-e0e2-4fd6-8536-c4fbb65c1cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
11541 2024.10.03 20:36:31.472116 [ 3 ] {} <Debug> HTTP-Session: b4017e3a-6bd2-4237-8a73-788fe6ab24e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11542 2024.10.03 20:36:31.472231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11543 2024.10.03 20:36:31.472279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11544 2024.10.03 20:36:31.472297 [ 3 ] {} <Debug> HTTP-Session: f00e55ae-7e09-4fd8-b3f8-12385f934d6b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11545 2024.10.03 20:36:31.472313 [ 3 ] {} <Debug> HTTP-Session: f00e55ae-7e09-4fd8-b3f8-12385f934d6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11546 2024.10.03 20:36:31.472327 [ 3 ] {} <Debug> HTTP-Session: f00e55ae-7e09-4fd8-b3f8-12385f934d6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11547 2024.10.03 20:36:31.472357 [ 3 ] {} <Trace> HTTP-Session: f00e55ae-7e09-4fd8-b3f8-12385f934d6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11548 2024.10.03 20:36:31.472454 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
11549 2024.10.03 20:36:31.472499 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
11550 2024.10.03 20:36:31.472626 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11551 2024.10.03 20:36:31.472913 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11552 2024.10.03 20:36:31.472948 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11553 2024.10.03 20:36:31.473301 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
11554 2024.10.03 20:36:31.473630 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11555 2024.10.03 20:36:31.473758 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001329 sec., 6772.009029345372 rows/sec., 478.36 KiB/sec.
11556 2024.10.03 20:36:31.473965 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Debug> DynamicQueryHandler: Done processing query
11557 2024.10.03 20:36:31.473989 [ 3 ] {1d67d62d-4ba0-4b61-8a56-ab6a353798a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11558 2024.10.03 20:36:31.474005 [ 3 ] {} <Debug> HTTP-Session: f00e55ae-7e09-4fd8-b3f8-12385f934d6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11559 2024.10.03 20:36:31.474153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11560 2024.10.03 20:36:31.474200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11561 2024.10.03 20:36:31.474218 [ 3 ] {} <Debug> HTTP-Session: c4ce4bb7-1e61-49e2-aeaf-ca3d7ba47656 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11562 2024.10.03 20:36:31.474234 [ 3 ] {} <Debug> HTTP-Session: c4ce4bb7-1e61-49e2-aeaf-ca3d7ba47656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11563 2024.10.03 20:36:31.474248 [ 3 ] {} <Debug> HTTP-Session: c4ce4bb7-1e61-49e2-aeaf-ca3d7ba47656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11564 2024.10.03 20:36:31.474277 [ 3 ] {} <Trace> HTTP-Session: c4ce4bb7-1e61-49e2-aeaf-ca3d7ba47656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11565 2024.10.03 20:36:31.474394 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11566 2024.10.03 20:36:31.474436 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11567 2024.10.03 20:36:31.474563 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11568 2024.10.03 20:36:31.474858 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11569 2024.10.03 20:36:31.474891 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11570 2024.10.03 20:36:31.475255 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11571 2024.10.03 20:36:31.475553 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11572 2024.10.03 20:36:31.475752 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001397 sec., 58697.20830350751 rows/sec., 3.73 MiB/sec.
11573 2024.10.03 20:36:31.475925 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Debug> DynamicQueryHandler: Done processing query
11574 2024.10.03 20:36:31.475948 [ 3 ] {6212cdfe-19c7-4f3a-9ec8-9847ed5d51ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11575 2024.10.03 20:36:31.475963 [ 3 ] {} <Debug> HTTP-Session: c4ce4bb7-1e61-49e2-aeaf-ca3d7ba47656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11576 2024.10.03 20:36:35.793713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1134
11577 2024.10.03 20:36:35.796762 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11578 2024.10.03 20:36:35.796808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11579 2024.10.03 20:36:35.798397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11580 2024.10.03 20:36:35.799509 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11581 2024.10.03 20:36:35.800343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1134
11582 2024.10.03 20:36:36.440355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11583 2024.10.03 20:36:36.440512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11584 2024.10.03 20:36:36.440555 [ 3 ] {} <Debug> HTTP-Session: 78f04f22-0736-4873-a93c-2c7ecca70a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11585 2024.10.03 20:36:36.440592 [ 3 ] {} <Debug> HTTP-Session: 78f04f22-0736-4873-a93c-2c7ecca70a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11586 2024.10.03 20:36:36.440619 [ 3 ] {} <Debug> HTTP-Session: 78f04f22-0736-4873-a93c-2c7ecca70a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11587 2024.10.03 20:36:36.440693 [ 3 ] {} <Trace> HTTP-Session: 78f04f22-0736-4873-a93c-2c7ecca70a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11588 2024.10.03 20:36:36.440996 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11589 2024.10.03 20:36:36.441093 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11590 2024.10.03 20:36:36.441438 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11591 2024.10.03 20:36:36.441951 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11592 2024.10.03 20:36:36.441997 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11593 2024.10.03 20:36:36.442443 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11594 2024.10.03 20:36:36.442841 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11595 2024.10.03 20:36:36.443006 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002129 sec., 33818.69422263974 rows/sec., 2.75 MiB/sec.
11596 2024.10.03 20:36:36.443057 [ 134 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11597 2024.10.03 20:36:36.443177 [ 134 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11598 2024.10.03 20:36:36.443211 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11599 2024.10.03 20:36:36.443336 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Debug> DynamicQueryHandler: Done processing query
11600 2024.10.03 20:36:36.443385 [ 3 ] {5f521866-288f-4914-8f5b-3c6d1b6635ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11601 2024.10.03 20:36:36.443401 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11602 2024.10.03 20:36:36.443411 [ 3 ] {} <Debug> HTTP-Session: 78f04f22-0736-4873-a93c-2c7ecca70a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11603 2024.10.03 20:36:36.443666 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11604 2024.10.03 20:36:36.443672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11605 2024.10.03 20:36:36.443730 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1417 rows starting from the beginning of the part
11606 2024.10.03 20:36:36.443783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11607 2024.10.03 20:36:36.443856 [ 3 ] {} <Debug> HTTP-Session: 9156e977-3108-4800-a61e-3992a0abc006 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11608 2024.10.03 20:36:36.443933 [ 3 ] {} <Debug> HTTP-Session: 9156e977-3108-4800-a61e-3992a0abc006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11609 2024.10.03 20:36:36.443999 [ 3 ] {} <Debug> HTTP-Session: 9156e977-3108-4800-a61e-3992a0abc006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11610 2024.10.03 20:36:36.444003 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 266 rows starting from the beginning of the part
11611 2024.10.03 20:36:36.444113 [ 3 ] {} <Trace> HTTP-Session: 9156e977-3108-4800-a61e-3992a0abc006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11612 2024.10.03 20:36:36.444326 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1215 rows starting from the beginning of the part
11613 2024.10.03 20:36:36.444405 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11614 2024.10.03 20:36:36.444558 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11615 2024.10.03 20:36:36.444563 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
11616 2024.10.03 20:36:36.444947 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 277 rows starting from the beginning of the part
11617 2024.10.03 20:36:36.445231 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part
11618 2024.10.03 20:36:36.445949 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11619 2024.10.03 20:36:36.446667 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11620 2024.10.03 20:36:36.446741 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11621 2024.10.03 20:36:36.447750 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11622 2024.10.03 20:36:36.448328 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11623 2024.10.03 20:36:36.448771 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004445 sec., 1799.7750281214846 rows/sec., 135.33 KiB/sec.
11624 2024.10.03 20:36:36.448850 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 5 columns (5 merged, 0 gathered) in 0.005550158 sec., 595118.1930316217 rows/sec., 52.25 MiB/sec.
11625 2024.10.03 20:36:36.449057 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Debug> DynamicQueryHandler: Done processing query
11626 2024.10.03 20:36:36.449089 [ 3 ] {0d5bdb08-18c0-40f6-a4b3-e187c76cf0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11627 2024.10.03 20:36:36.449123 [ 3 ] {} <Debug> HTTP-Session: 9156e977-3108-4800-a61e-3992a0abc006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11628 2024.10.03 20:36:36.449164 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11629 2024.10.03 20:36:36.449329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11630 2024.10.03 20:36:36.449467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11631 2024.10.03 20:36:36.449551 [ 3 ] {} <Debug> HTTP-Session: b026144a-a179-451e-9e48-79d5ed87fcee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11632 2024.10.03 20:36:36.449608 [ 3 ] {} <Debug> HTTP-Session: b026144a-a179-451e-9e48-79d5ed87fcee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11633 2024.10.03 20:36:36.449650 [ 3 ] {} <Debug> HTTP-Session: b026144a-a179-451e-9e48-79d5ed87fcee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11634 2024.10.03 20:36:36.449721 [ 3 ] {} <Trace> HTTP-Session: b026144a-a179-451e-9e48-79d5ed87fcee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11635 2024.10.03 20:36:36.449981 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11636 2024.10.03 20:36:36.449995 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11637 2024.10.03 20:36:36.450066 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11638 2024.10.03 20:36:36.450190 [ 195 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_61_12} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11639 2024.10.03 20:36:36.450353 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
11640 2024.10.03 20:36:36.450514 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11641 2024.10.03 20:36:36.450888 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11642 2024.10.03 20:36:36.450928 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11643 2024.10.03 20:36:36.451308 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11644 2024.10.03 20:36:36.451685 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11645 2024.10.03 20:36:36.451848 [ 134 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11646 2024.10.03 20:36:36.451860 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00197 sec., 36548.22335025381 rows/sec., 2.85 MiB/sec.
11647 2024.10.03 20:36:36.451905 [ 134 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11648 2024.10.03 20:36:36.451970 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11649 2024.10.03 20:36:36.452223 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Debug> DynamicQueryHandler: Done processing query
11650 2024.10.03 20:36:36.452241 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11651 2024.10.03 20:36:36.452256 [ 3 ] {a92f0f70-3666-42a2-baa6-8965df496231} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11652 2024.10.03 20:36:36.452340 [ 3 ] {} <Debug> HTTP-Session: b026144a-a179-451e-9e48-79d5ed87fcee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11653 2024.10.03 20:36:36.452502 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11654 2024.10.03 20:36:36.452552 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
11655 2024.10.03 20:36:36.452608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11656 2024.10.03 20:36:36.452765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11657 2024.10.03 20:36:36.452836 [ 3 ] {} <Debug> HTTP-Session: 79eaed88-37b2-4597-a23b-d39baed6236b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11658 2024.10.03 20:36:36.452876 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 428 rows starting from the beginning of the part
11659 2024.10.03 20:36:36.452906 [ 3 ] {} <Debug> HTTP-Session: 79eaed88-37b2-4597-a23b-d39baed6236b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11660 2024.10.03 20:36:36.452974 [ 3 ] {} <Debug> HTTP-Session: 79eaed88-37b2-4597-a23b-d39baed6236b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11661 2024.10.03 20:36:36.453120 [ 3 ] {} <Trace> HTTP-Session: 79eaed88-37b2-4597-a23b-d39baed6236b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11662 2024.10.03 20:36:36.453236 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 534 rows starting from the beginning of the part
11663 2024.10.03 20:36:36.453540 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
11664 2024.10.03 20:36:36.453558 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11665 2024.10.03 20:36:36.453732 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11666 2024.10.03 20:36:36.453765 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 435 rows starting from the beginning of the part
11667 2024.10.03 20:36:36.454173 [ 189 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part
11668 2024.10.03 20:36:36.454891 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11669 2024.10.03 20:36:36.455783 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11670 2024.10.03 20:36:36.455848 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11671 2024.10.03 20:36:36.456813 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11672 2024.10.03 20:36:36.457530 [ 192 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.005408925 sec., 452215.5511492579 rows/sec., 34.72 MiB/sec.
11673 2024.10.03 20:36:36.457665 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11674 2024.10.03 20:36:36.457895 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11675 2024.10.03 20:36:36.457925 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004566 sec., 35041.61191414805 rows/sec., 2.44 MiB/sec.
11676 2024.10.03 20:36:36.457966 [ 194 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11677 2024.10.03 20:36:36.457980 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11678 2024.10.03 20:36:36.458054 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11679 2024.10.03 20:36:36.458617 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11680 2024.10.03 20:36:36.458756 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Debug> DynamicQueryHandler: Done processing query
11681 2024.10.03 20:36:36.458851 [ 3 ] {f719647a-c7af-4910-b199-62c200540368} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
11682 2024.10.03 20:36:36.458939 [ 3 ] {} <Debug> HTTP-Session: 79eaed88-37b2-4597-a23b-d39baed6236b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11683 2024.10.03 20:36:36.459321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11684 2024.10.03 20:36:36.459351 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11685 2024.10.03 20:36:36.459506 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17165 rows starting from the beginning of the part
11686 2024.10.03 20:36:36.459518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11687 2024.10.03 20:36:36.459645 [ 3 ] {} <Debug> HTTP-Session: b7cabc2f-e90c-4344-a59a-24c7e31b90a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11688 2024.10.03 20:36:36.459800 [ 3 ] {} <Debug> HTTP-Session: b7cabc2f-e90c-4344-a59a-24c7e31b90a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11689 2024.10.03 20:36:36.459929 [ 3 ] {} <Debug> HTTP-Session: b7cabc2f-e90c-4344-a59a-24c7e31b90a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11690 2024.10.03 20:36:36.460146 [ 3 ] {} <Trace> HTTP-Session: b7cabc2f-e90c-4344-a59a-24c7e31b90a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11691 2024.10.03 20:36:36.460148 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 238 rows starting from the beginning of the part
11692 2024.10.03 20:36:36.460633 [ 194 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11693 2024.10.03 20:36:36.460767 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 955 rows starting from the beginning of the part
11694 2024.10.03 20:36:36.460838 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11695 2024.10.03 20:36:36.461153 [ 194 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_61_12} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11696 2024.10.03 20:36:36.461411 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 54 rows starting from the beginning of the part
11697 2024.10.03 20:36:36.461578 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11698 2024.10.03 20:36:36.461839 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
11699 2024.10.03 20:36:36.462071 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
11700 2024.10.03 20:36:36.462769 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part
11701 2024.10.03 20:36:36.464586 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11702 2024.10.03 20:36:36.465205 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11703 2024.10.03 20:36:36.465250 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11704 2024.10.03 20:36:36.466238 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11705 2024.10.03 20:36:36.466809 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2024.10.03 20:36:36.467239 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0068 sec., 1176.4705882352941 rows/sec., 2.11 MiB/sec.
11707 2024.10.03 20:36:36.467495 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Debug> DynamicQueryHandler: Done processing query
11708 2024.10.03 20:36:36.467521 [ 3 ] {e7be9791-035e-4a1c-8964-000988d8c0ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
11709 2024.10.03 20:36:36.467538 [ 3 ] {} <Debug> HTTP-Session: b7cabc2f-e90c-4344-a59a-24c7e31b90a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11710 2024.10.03 20:36:36.467676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11711 2024.10.03 20:36:36.467728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11712 2024.10.03 20:36:36.467755 [ 3 ] {} <Debug> HTTP-Session: b3df51fc-62f7-473e-9509-3873320c8e3c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11713 2024.10.03 20:36:36.467773 [ 3 ] {} <Debug> HTTP-Session: b3df51fc-62f7-473e-9509-3873320c8e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11714 2024.10.03 20:36:36.467789 [ 3 ] {} <Debug> HTTP-Session: b3df51fc-62f7-473e-9509-3873320c8e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11715 2024.10.03 20:36:36.467821 [ 3 ] {} <Trace> HTTP-Session: b3df51fc-62f7-473e-9509-3873320c8e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11716 2024.10.03 20:36:36.467939 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11717 2024.10.03 20:36:36.467987 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11718 2024.10.03 20:36:36.468128 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11719 2024.10.03 20:36:36.468626 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11720 2024.10.03 20:36:36.468663 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11721 2024.10.03 20:36:36.469118 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11722 2024.10.03 20:36:36.469498 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11723 2024.10.03 20:36:36.469709 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001801 sec., 33314.825097168236 rows/sec., 2.25 MiB/sec.
11724 2024.10.03 20:36:36.469721 [ 134 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11725 2024.10.03 20:36:36.469869 [ 134 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11726 2024.10.03 20:36:36.470019 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11727 2024.10.03 20:36:36.470202 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Debug> DynamicQueryHandler: Done processing query
11728 2024.10.03 20:36:36.470289 [ 3 ] {14fba994-4726-4b6c-be59-ec6072a8733a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11729 2024.10.03 20:36:36.470369 [ 3 ] {} <Debug> HTTP-Session: b3df51fc-62f7-473e-9509-3873320c8e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11730 2024.10.03 20:36:36.470411 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11731 2024.10.03 20:36:36.470546 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18809 rows, containing 5 columns (5 merged, 0 gathered) in 0.012306926 sec., 1528326.4074229423 rows/sec., 103.12 MiB/sec.
11732 2024.10.03 20:36:36.470596 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11733 2024.10.03 20:36:36.470626 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3372 rows starting from the beginning of the part
11734 2024.10.03 20:36:36.470703 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part
11735 2024.10.03 20:36:36.470788 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part
11736 2024.10.03 20:36:36.470891 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11737 2024.10.03 20:36:36.471232 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part
11738 2024.10.03 20:36:36.471354 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
11739 2024.10.03 20:36:36.471637 [ 192 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
11740 2024.10.03 20:36:36.472387 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11741 2024.10.03 20:36:36.472509 [ 188 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11742 2024.10.03 20:36:36.472600 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB.
11743 2024.10.03 20:36:36.473434 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3656 rows, containing 4 columns (4 merged, 0 gathered) in 0.003272802 sec., 1117085.6043231457 rows/sec., 72.73 MiB/sec.
11744 2024.10.03 20:36:36.473782 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11745 2024.10.03 20:36:36.474220 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11746 2024.10.03 20:36:36.474306 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_61_12} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11747 2024.10.03 20:36:36.474393 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
11748 2024.10.03 20:36:40.545904 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
11749 2024.10.03 20:36:40.545994 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
11750 2024.10.03 20:36:41.433451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11751 2024.10.03 20:36:41.433565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11752 2024.10.03 20:36:41.433589 [ 3 ] {} <Debug> HTTP-Session: 0cd40eb2-c26f-4891-8ff4-20fa6c76d8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11753 2024.10.03 20:36:41.433613 [ 3 ] {} <Debug> HTTP-Session: 0cd40eb2-c26f-4891-8ff4-20fa6c76d8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11754 2024.10.03 20:36:41.433628 [ 3 ] {} <Debug> HTTP-Session: 0cd40eb2-c26f-4891-8ff4-20fa6c76d8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11755 2024.10.03 20:36:41.433678 [ 3 ] {} <Trace> HTTP-Session: 0cd40eb2-c26f-4891-8ff4-20fa6c76d8b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11756 2024.10.03 20:36:41.433934 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
11757 2024.10.03 20:36:41.434357 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
11758 2024.10.03 20:36:41.434412 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
11759 2024.10.03 20:36:41.434820 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
11760 2024.10.03 20:36:41.434912 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
11761 2024.10.03 20:36:41.435110 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
11762 2024.10.03 20:36:41.435239 [ 261 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
11763 2024.10.03 20:36:41.435315 [ 258 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
11764 2024.10.03 20:36:41.435329 [ 255 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps
11765 2024.10.03 20:36:41.435490 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Selected 3/3 parts by partition key, 1 parts by primary key, 1/3 marks by primary key, 1 marks to read from 1 ranges
11766 2024.10.03 20:36:41.435519 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7) (SelectExecutor): Spreading mark ranges among streams (default reading)
11767 2024.10.03 20:36:41.435576 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
11768 2024.10.03 20:36:41.435604 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
11769 2024.10.03 20:36:41.436747 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002933 sec., 13637.913399249916 rows/sec., 520.08 KiB/sec.
11770 2024.10.03 20:36:41.437025 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> DynamicQueryHandler: Done processing query
11771 2024.10.03 20:36:41.437052 [ 3 ] {a22eef94-69e6-4779-833a-1058d92441b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
11772 2024.10.03 20:36:41.437070 [ 3 ] {} <Debug> HTTP-Session: 0cd40eb2-c26f-4891-8ff4-20fa6c76d8b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11773 2024.10.03 20:36:41.451072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11774 2024.10.03 20:36:41.451139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11775 2024.10.03 20:36:41.451162 [ 3 ] {} <Debug> HTTP-Session: 0d6c8f7e-3355-404b-91ca-0b5de759e2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11776 2024.10.03 20:36:41.451182 [ 3 ] {} <Debug> HTTP-Session: 0d6c8f7e-3355-404b-91ca-0b5de759e2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11777 2024.10.03 20:36:41.451197 [ 3 ] {} <Debug> HTTP-Session: 0d6c8f7e-3355-404b-91ca-0b5de759e2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11778 2024.10.03 20:36:41.451236 [ 3 ] {} <Trace> HTTP-Session: 0d6c8f7e-3355-404b-91ca-0b5de759e2f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11779 2024.10.03 20:36:41.451360 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
11780 2024.10.03 20:36:41.451413 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
11781 2024.10.03 20:36:41.451593 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11782 2024.10.03 20:36:41.451972 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11783 2024.10.03 20:36:41.452020 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11784 2024.10.03 20:36:41.452535 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
11785 2024.10.03 20:36:41.452921 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Trace> oximeter.timeseries_schema (c0de8042-7d77-4d14-8d68-03ad72299cd7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11786 2024.10.03 20:36:41.453072 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001745 sec., 573.0659025787966 rows/sec., 159.50 KiB/sec.
11787 2024.10.03 20:36:41.453545 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Debug> DynamicQueryHandler: Done processing query
11788 2024.10.03 20:36:41.453572 [ 3 ] {d51cae50-d806-463b-a27e-a1d0c15ce47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
11789 2024.10.03 20:36:41.453590 [ 3 ] {} <Debug> HTTP-Session: 0d6c8f7e-3355-404b-91ca-0b5de759e2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11790 2024.10.03 20:36:41.453733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11791 2024.10.03 20:36:41.453784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11792 2024.10.03 20:36:41.453810 [ 3 ] {} <Debug> HTTP-Session: af759ba2-3207-4c3b-9c34-76c62635a7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11793 2024.10.03 20:36:41.453832 [ 3 ] {} <Debug> HTTP-Session: af759ba2-3207-4c3b-9c34-76c62635a7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11794 2024.10.03 20:36:41.453854 [ 3 ] {} <Debug> HTTP-Session: af759ba2-3207-4c3b-9c34-76c62635a7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11795 2024.10.03 20:36:41.453896 [ 3 ] {} <Trace> HTTP-Session: af759ba2-3207-4c3b-9c34-76c62635a7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11796 2024.10.03 20:36:41.453999 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
11797 2024.10.03 20:36:41.454045 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11798 2024.10.03 20:36:41.454344 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11799 2024.10.03 20:36:41.454682 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11800 2024.10.03 20:36:41.454728 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11801 2024.10.03 20:36:41.455126 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11802 2024.10.03 20:36:41.455516 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11803 2024.10.03 20:36:41.455670 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.001693 sec., 2953.3372711163615 rows/sec., 227.85 KiB/sec.
11804 2024.10.03 20:36:41.455873 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Debug> DynamicQueryHandler: Done processing query
11805 2024.10.03 20:36:41.455899 [ 3 ] {696a3a88-c729-4ca4-addb-151537480b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
11806 2024.10.03 20:36:41.455924 [ 3 ] {} <Debug> HTTP-Session: af759ba2-3207-4c3b-9c34-76c62635a7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11807 2024.10.03 20:36:41.456101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 43200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11808 2024.10.03 20:36:41.456152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11809 2024.10.03 20:36:41.456173 [ 3 ] {} <Debug> HTTP-Session: ae863c63-72b7-4e35-9997-c30c5747649d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11810 2024.10.03 20:36:41.456189 [ 3 ] {} <Debug> HTTP-Session: ae863c63-72b7-4e35-9997-c30c5747649d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11811 2024.10.03 20:36:41.456204 [ 3 ] {} <Debug> HTTP-Session: ae863c63-72b7-4e35-9997-c30c5747649d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11812 2024.10.03 20:36:41.456235 [ 3 ] {} <Trace> HTTP-Session: ae863c63-72b7-4e35-9997-c30c5747649d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11813 2024.10.03 20:36:41.456423 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
11814 2024.10.03 20:36:41.456467 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11815 2024.10.03 20:36:41.456716 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11816 2024.10.03 20:36:41.457243 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11817 2024.10.03 20:36:41.457281 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11818 2024.10.03 20:36:41.457678 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11819 2024.10.03 20:36:41.458050 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11820 2024.10.03 20:36:41.458205 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Debug> executeQuery: Read 286 rows, 25.83 KiB in 0.001874 sec., 152614.7278548559 rows/sec., 13.46 MiB/sec.
11821 2024.10.03 20:36:41.458388 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Debug> DynamicQueryHandler: Done processing query
11822 2024.10.03 20:36:41.458414 [ 3 ] {61e35eb0-64b2-4521-8d2a-80714b076a23} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
11823 2024.10.03 20:36:41.458430 [ 3 ] {} <Debug> HTTP-Session: ae863c63-72b7-4e35-9997-c30c5747649d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11824 2024.10.03 20:36:41.458590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11825 2024.10.03 20:36:41.458640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11826 2024.10.03 20:36:41.458661 [ 3 ] {} <Debug> HTTP-Session: 6a68031b-f980-4558-a5a7-d9097d87166b Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11827 2024.10.03 20:36:41.458677 [ 3 ] {} <Debug> HTTP-Session: 6a68031b-f980-4558-a5a7-d9097d87166b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11828 2024.10.03 20:36:41.458691 [ 3 ] {} <Debug> HTTP-Session: 6a68031b-f980-4558-a5a7-d9097d87166b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11829 2024.10.03 20:36:41.458722 [ 3 ] {} <Trace> HTTP-Session: 6a68031b-f980-4558-a5a7-d9097d87166b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11830 2024.10.03 20:36:41.458857 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
11831 2024.10.03 20:36:41.458902 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11832 2024.10.03 20:36:41.459132 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11833 2024.10.03 20:36:41.459495 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11834 2024.10.03 20:36:41.459533 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11835 2024.10.03 20:36:41.459897 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11836 2024.10.03 20:36:41.460292 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11837 2024.10.03 20:36:41.460471 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001636 sec., 30562.34718826406 rows/sec., 2.22 MiB/sec.
11838 2024.10.03 20:36:41.460476 [ 130 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11839 2024.10.03 20:36:41.460579 [ 130 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11840 2024.10.03 20:36:41.460637 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11841 2024.10.03 20:36:41.460776 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Debug> DynamicQueryHandler: Done processing query
11842 2024.10.03 20:36:41.460816 [ 3 ] {a8874940-67d9-4c54-870e-a55a430f4e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
11843 2024.10.03 20:36:41.460838 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
11844 2024.10.03 20:36:41.460846 [ 3 ] {} <Debug> HTTP-Session: 6a68031b-f980-4558-a5a7-d9097d87166b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11845 2024.10.03 20:36:41.461059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11846 2024.10.03 20:36:41.461120 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11847 2024.10.03 20:36:41.461143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11848 2024.10.03 20:36:41.461179 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 57 rows starting from the beginning of the part
11849 2024.10.03 20:36:41.461189 [ 3 ] {} <Debug> HTTP-Session: ffa88eca-328c-47cf-88c8-58ab2bd2f522 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11850 2024.10.03 20:36:41.461241 [ 3 ] {} <Debug> HTTP-Session: ffa88eca-328c-47cf-88c8-58ab2bd2f522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11851 2024.10.03 20:36:41.461288 [ 3 ] {} <Debug> HTTP-Session: ffa88eca-328c-47cf-88c8-58ab2bd2f522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11852 2024.10.03 20:36:41.461411 [ 3 ] {} <Trace> HTTP-Session: ffa88eca-328c-47cf-88c8-58ab2bd2f522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11853 2024.10.03 20:36:41.461488 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
11854 2024.10.03 20:36:41.461744 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
11855 2024.10.03 20:36:41.461810 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
11856 2024.10.03 20:36:41.461876 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11857 2024.10.03 20:36:41.462177 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part
11858 2024.10.03 20:36:41.462404 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part
11859 2024.10.03 20:36:41.462665 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 50 rows starting from the beginning of the part
11860 2024.10.03 20:36:41.463540 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11861 2024.10.03 20:36:41.464268 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11862 2024.10.03 20:36:41.464327 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
11863 2024.10.03 20:36:41.465293 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11864 2024.10.03 20:36:41.466210 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005476196 sec., 38895.61294007738 rows/sec., 2.97 MiB/sec.
11865 2024.10.03 20:36:41.466385 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11866 2024.10.03 20:36:41.466408 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11867 2024.10.03 20:36:41.466727 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005105 sec., 2742.409402546523 rows/sec., 192.06 KiB/sec.
11868 2024.10.03 20:36:41.467285 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Debug> DynamicQueryHandler: Done processing query
11869 2024.10.03 20:36:41.467333 [ 3 ] {ccbe97a7-4950-41de-bb7b-a7742552b4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11870 2024.10.03 20:36:41.467360 [ 3 ] {} <Debug> HTTP-Session: ffa88eca-328c-47cf-88c8-58ab2bd2f522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11871 2024.10.03 20:36:41.467412 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11872 2024.10.03 20:36:41.467520 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_51_10} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11873 2024.10.03 20:36:41.467557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11874 2024.10.03 20:36:41.467665 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11875 2024.10.03 20:36:41.467683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11876 2024.10.03 20:36:41.467720 [ 3 ] {} <Debug> HTTP-Session: 0f4c1281-6ae9-4513-a242-40681a381299 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11877 2024.10.03 20:36:41.467737 [ 3 ] {} <Debug> HTTP-Session: 0f4c1281-6ae9-4513-a242-40681a381299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11878 2024.10.03 20:36:41.467751 [ 3 ] {} <Debug> HTTP-Session: 0f4c1281-6ae9-4513-a242-40681a381299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11879 2024.10.03 20:36:41.467787 [ 3 ] {} <Trace> HTTP-Session: 0f4c1281-6ae9-4513-a242-40681a381299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11880 2024.10.03 20:36:41.467901 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
11881 2024.10.03 20:36:41.467955 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11882 2024.10.03 20:36:41.468216 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11883 2024.10.03 20:36:41.468543 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11884 2024.10.03 20:36:41.468579 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11885 2024.10.03 20:36:41.468943 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11886 2024.10.03 20:36:41.469325 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11887 2024.10.03 20:36:41.469479 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 221.28 KiB/sec.
11888 2024.10.03 20:36:41.469668 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Debug> DynamicQueryHandler: Done processing query
11889 2024.10.03 20:36:41.469693 [ 3 ] {0566b477-3707-498b-a402-ba6fb8224e39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11890 2024.10.03 20:36:41.469709 [ 3 ] {} <Debug> HTTP-Session: 0f4c1281-6ae9-4513-a242-40681a381299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11891 2024.10.03 20:36:41.469889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 73105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11892 2024.10.03 20:36:41.469943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11893 2024.10.03 20:36:41.469985 [ 3 ] {} <Debug> HTTP-Session: 52f71e43-6add-4f0f-8fae-1369c3e5a0af Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11894 2024.10.03 20:36:41.470008 [ 3 ] {} <Debug> HTTP-Session: 52f71e43-6add-4f0f-8fae-1369c3e5a0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11895 2024.10.03 20:36:41.470024 [ 3 ] {} <Debug> HTTP-Session: 52f71e43-6add-4f0f-8fae-1369c3e5a0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11896 2024.10.03 20:36:41.470069 [ 3 ] {} <Trace> HTTP-Session: 52f71e43-6add-4f0f-8fae-1369c3e5a0af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11897 2024.10.03 20:36:41.470320 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
11898 2024.10.03 20:36:41.470366 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11899 2024.10.03 20:36:41.470599 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11900 2024.10.03 20:36:41.471235 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11901 2024.10.03 20:36:41.471274 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11902 2024.10.03 20:36:41.471678 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11903 2024.10.03 20:36:41.472134 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11904 2024.10.03 20:36:41.472306 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Debug> executeQuery: Read 450 rows, 32.92 KiB in 0.0021 sec., 214285.7142857143 rows/sec., 15.31 MiB/sec.
11905 2024.10.03 20:36:41.472487 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Debug> DynamicQueryHandler: Done processing query
11906 2024.10.03 20:36:41.472512 [ 3 ] {f3db7631-68ad-45ad-a736-c14d48aa3bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
11907 2024.10.03 20:36:41.472528 [ 3 ] {} <Debug> HTTP-Session: 52f71e43-6add-4f0f-8fae-1369c3e5a0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11908 2024.10.03 20:36:41.472677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11909 2024.10.03 20:36:41.472749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11910 2024.10.03 20:36:41.472769 [ 3 ] {} <Debug> HTTP-Session: 3bc9c3ce-8625-41a3-b5e4-5792392e8bee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11911 2024.10.03 20:36:41.472786 [ 3 ] {} <Debug> HTTP-Session: 3bc9c3ce-8625-41a3-b5e4-5792392e8bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11912 2024.10.03 20:36:41.472799 [ 3 ] {} <Debug> HTTP-Session: 3bc9c3ce-8625-41a3-b5e4-5792392e8bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11913 2024.10.03 20:36:41.472831 [ 3 ] {} <Trace> HTTP-Session: 3bc9c3ce-8625-41a3-b5e4-5792392e8bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11914 2024.10.03 20:36:41.472928 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
11915 2024.10.03 20:36:41.472974 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11916 2024.10.03 20:36:41.473107 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11917 2024.10.03 20:36:41.473453 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11918 2024.10.03 20:36:41.473489 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11919 2024.10.03 20:36:41.473873 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11920 2024.10.03 20:36:41.474196 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11921 2024.10.03 20:36:41.474357 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec.
11922 2024.10.03 20:36:41.474532 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Debug> DynamicQueryHandler: Done processing query
11923 2024.10.03 20:36:41.474556 [ 3 ] {b8131047-e6fd-4676-a065-854790873bc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
11924 2024.10.03 20:36:41.474572 [ 3 ] {} <Debug> HTTP-Session: 3bc9c3ce-8625-41a3-b5e4-5792392e8bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11925 2024.10.03 20:36:41.474748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11926 2024.10.03 20:36:41.474801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11927 2024.10.03 20:36:41.474820 [ 3 ] {} <Debug> HTTP-Session: bccef225-8165-4860-9ecd-3fe7b8661d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11928 2024.10.03 20:36:41.474837 [ 3 ] {} <Debug> HTTP-Session: bccef225-8165-4860-9ecd-3fe7b8661d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11929 2024.10.03 20:36:41.474850 [ 3 ] {} <Debug> HTTP-Session: bccef225-8165-4860-9ecd-3fe7b8661d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11930 2024.10.03 20:36:41.474882 [ 3 ] {} <Trace> HTTP-Session: bccef225-8165-4860-9ecd-3fe7b8661d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11931 2024.10.03 20:36:41.475088 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
11932 2024.10.03 20:36:41.475136 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11933 2024.10.03 20:36:41.475281 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11934 2024.10.03 20:36:41.475754 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11935 2024.10.03 20:36:41.475791 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11936 2024.10.03 20:36:41.476179 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11937 2024.10.03 20:36:41.476533 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11938 2024.10.03 20:36:41.476695 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Debug> executeQuery: Read 241 rows, 16.52 KiB in 0.001723 sec., 139872.31572838072 rows/sec., 9.36 MiB/sec.
11939 2024.10.03 20:36:41.476876 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Debug> DynamicQueryHandler: Done processing query
11940 2024.10.03 20:36:41.476899 [ 3 ] {f0db22d5-057b-457e-87e0-a9ab4b1ac2a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
11941 2024.10.03 20:36:41.476915 [ 3 ] {} <Debug> HTTP-Session: bccef225-8165-4860-9ecd-3fe7b8661d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11942 2024.10.03 20:36:41.477046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11943 2024.10.03 20:36:41.477095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11944 2024.10.03 20:36:41.477114 [ 3 ] {} <Debug> HTTP-Session: 8eb424f2-c47f-436e-af37-57810c80a86d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11945 2024.10.03 20:36:41.477130 [ 3 ] {} <Debug> HTTP-Session: 8eb424f2-c47f-436e-af37-57810c80a86d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11946 2024.10.03 20:36:41.477144 [ 3 ] {} <Debug> HTTP-Session: 8eb424f2-c47f-436e-af37-57810c80a86d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11947 2024.10.03 20:36:41.477174 [ 3 ] {} <Trace> HTTP-Session: 8eb424f2-c47f-436e-af37-57810c80a86d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11948 2024.10.03 20:36:41.477268 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
11949 2024.10.03 20:36:41.477314 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11950 2024.10.03 20:36:41.477445 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11951 2024.10.03 20:36:41.477727 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11952 2024.10.03 20:36:41.477763 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11953 2024.10.03 20:36:41.478117 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11954 2024.10.03 20:36:41.478449 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11955 2024.10.03 20:36:41.478600 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec.
11956 2024.10.03 20:36:41.478884 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Debug> DynamicQueryHandler: Done processing query
11957 2024.10.03 20:36:41.478914 [ 3 ] {34409726-88b3-4f74-8203-57cb4447cfdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
11958 2024.10.03 20:36:41.478931 [ 3 ] {} <Debug> HTTP-Session: 8eb424f2-c47f-436e-af37-57810c80a86d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11959 2024.10.03 20:36:41.479108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 73705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11960 2024.10.03 20:36:41.479156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11961 2024.10.03 20:36:41.479175 [ 3 ] {} <Debug> HTTP-Session: 65ced297-6caf-44bf-96a6-669e47afbf0f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11962 2024.10.03 20:36:41.479190 [ 3 ] {} <Debug> HTTP-Session: 65ced297-6caf-44bf-96a6-669e47afbf0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11963 2024.10.03 20:36:41.479204 [ 3 ] {} <Debug> HTTP-Session: 65ced297-6caf-44bf-96a6-669e47afbf0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11964 2024.10.03 20:36:41.479235 [ 3 ] {} <Trace> HTTP-Session: 65ced297-6caf-44bf-96a6-669e47afbf0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2024.10.03 20:36:41.479683 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
11966 2024.10.03 20:36:41.479754 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11967 2024.10.03 20:36:41.480209 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11968 2024.10.03 20:36:41.481064 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11969 2024.10.03 20:36:41.481104 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11970 2024.10.03 20:36:41.481759 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11971 2024.10.03 20:36:41.482165 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11972 2024.10.03 20:36:41.482362 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.003027 sec., 14866.204162537164 rows/sec., 26.64 MiB/sec.
11973 2024.10.03 20:36:41.482591 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Debug> DynamicQueryHandler: Done processing query
11974 2024.10.03 20:36:41.482615 [ 3 ] {407d1365-3ebb-492a-b111-d76de592eb84} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB.
11975 2024.10.03 20:36:41.482632 [ 3 ] {} <Debug> HTTP-Session: 65ced297-6caf-44bf-96a6-669e47afbf0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11976 2024.10.03 20:36:41.482779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
11977 2024.10.03 20:36:41.482827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
11978 2024.10.03 20:36:41.482847 [ 3 ] {} <Debug> HTTP-Session: 7bcd6c1c-9ebe-4510-beac-69ed5765836f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
11979 2024.10.03 20:36:41.482863 [ 3 ] {} <Debug> HTTP-Session: 7bcd6c1c-9ebe-4510-beac-69ed5765836f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
11980 2024.10.03 20:36:41.482876 [ 3 ] {} <Debug> HTTP-Session: 7bcd6c1c-9ebe-4510-beac-69ed5765836f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
11981 2024.10.03 20:36:41.482908 [ 3 ] {} <Trace> HTTP-Session: 7bcd6c1c-9ebe-4510-beac-69ed5765836f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11982 2024.10.03 20:36:41.483028 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
11983 2024.10.03 20:36:41.483072 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11984 2024.10.03 20:36:41.483203 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> ParallelParsingInputFormat: Parallel parsing is used
11985 2024.10.03 20:36:41.483507 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11986 2024.10.03 20:36:41.483544 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
11987 2024.10.03 20:36:41.483903 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11988 2024.10.03 20:36:41.484222 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2024.10.03 20:36:41.484383 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec.
11990 2024.10.03 20:36:41.484561 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Debug> DynamicQueryHandler: Done processing query
11991 2024.10.03 20:36:41.484584 [ 3 ] {e4df513a-fdc8-4560-97f0-6004f671af45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
11992 2024.10.03 20:36:41.484600 [ 3 ] {} <Debug> HTTP-Session: 7bcd6c1c-9ebe-4510-beac-69ed5765836f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
11993 2024.10.03 20:36:42.000164 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.59 MiB, peak 179.18 MiB, free memory in arenas 0.00 B, will set to 168.52 MiB (RSS), difference: -1.07 MiB
11994 2024.10.03 20:36:45.800561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1172
11995 2024.10.03 20:36:45.803891 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11996 2024.10.03 20:36:45.803937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
11997 2024.10.03 20:36:45.805487 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
11998 2024.10.03 20:36:45.806461 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11999 2024.10.03 20:36:45.806978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1172
12000 2024.10.03 20:36:46.439210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12001 2024.10.03 20:36:46.439329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12002 2024.10.03 20:36:46.439359 [ 3 ] {} <Debug> HTTP-Session: d517893a-d3b9-4bfd-bef2-d247ef225099 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12003 2024.10.03 20:36:46.439388 [ 3 ] {} <Debug> HTTP-Session: d517893a-d3b9-4bfd-bef2-d247ef225099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12004 2024.10.03 20:36:46.439406 [ 3 ] {} <Debug> HTTP-Session: d517893a-d3b9-4bfd-bef2-d247ef225099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12005 2024.10.03 20:36:46.439461 [ 3 ] {} <Trace> HTTP-Session: d517893a-d3b9-4bfd-bef2-d247ef225099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12006 2024.10.03 20:36:46.439688 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12007 2024.10.03 20:36:46.439762 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12008 2024.10.03 20:36:46.440153 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12009 2024.10.03 20:36:46.440695 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12010 2024.10.03 20:36:46.440737 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12011 2024.10.03 20:36:46.441166 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12012 2024.10.03 20:36:46.441573 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12013 2024.10.03 20:36:46.441728 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002126 sec., 33866.41580432738 rows/sec., 2.75 MiB/sec.
12014 2024.10.03 20:36:46.441951 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Debug> DynamicQueryHandler: Done processing query
12015 2024.10.03 20:36:46.441978 [ 3 ] {2267dff1-f599-4a32-93e1-81e337db15ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12016 2024.10.03 20:36:46.441995 [ 3 ] {} <Debug> HTTP-Session: d517893a-d3b9-4bfd-bef2-d247ef225099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12017 2024.10.03 20:36:46.442169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12018 2024.10.03 20:36:46.442223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12019 2024.10.03 20:36:46.442243 [ 3 ] {} <Debug> HTTP-Session: bf861674-ef4a-4fbb-81e3-961782e09015 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12020 2024.10.03 20:36:46.442262 [ 3 ] {} <Debug> HTTP-Session: bf861674-ef4a-4fbb-81e3-961782e09015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12021 2024.10.03 20:36:46.442276 [ 3 ] {} <Debug> HTTP-Session: bf861674-ef4a-4fbb-81e3-961782e09015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12022 2024.10.03 20:36:46.442312 [ 3 ] {} <Trace> HTTP-Session: bf861674-ef4a-4fbb-81e3-961782e09015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12023 2024.10.03 20:36:46.442418 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12024 2024.10.03 20:36:46.442466 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12025 2024.10.03 20:36:46.442699 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12026 2024.10.03 20:36:46.443020 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12027 2024.10.03 20:36:46.443056 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12028 2024.10.03 20:36:46.443412 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
12029 2024.10.03 20:36:46.443792 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12030 2024.10.03 20:36:46.443933 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001545 sec., 5177.993527508091 rows/sec., 389.36 KiB/sec.
12031 2024.10.03 20:36:46.444108 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Debug> DynamicQueryHandler: Done processing query
12032 2024.10.03 20:36:46.444133 [ 3 ] {317159e4-8cd2-42e5-9c07-2a5de3c2dc54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12033 2024.10.03 20:36:46.444149 [ 3 ] {} <Debug> HTTP-Session: bf861674-ef4a-4fbb-81e3-961782e09015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12034 2024.10.03 20:36:46.444269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12035 2024.10.03 20:36:46.444316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12036 2024.10.03 20:36:46.444336 [ 3 ] {} <Debug> HTTP-Session: 87674601-3ffe-4a43-9119-4f4fc4cabe74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12037 2024.10.03 20:36:46.444352 [ 3 ] {} <Debug> HTTP-Session: 87674601-3ffe-4a43-9119-4f4fc4cabe74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12038 2024.10.03 20:36:46.444365 [ 3 ] {} <Debug> HTTP-Session: 87674601-3ffe-4a43-9119-4f4fc4cabe74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12039 2024.10.03 20:36:46.444397 [ 3 ] {} <Trace> HTTP-Session: 87674601-3ffe-4a43-9119-4f4fc4cabe74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12040 2024.10.03 20:36:46.444512 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12041 2024.10.03 20:36:46.444556 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12042 2024.10.03 20:36:46.444781 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12043 2024.10.03 20:36:46.445136 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12044 2024.10.03 20:36:46.445172 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12045 2024.10.03 20:36:46.445525 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12046 2024.10.03 20:36:46.445893 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12047 2024.10.03 20:36:46.446053 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001573 sec., 45772.40940877305 rows/sec., 3.57 MiB/sec.
12048 2024.10.03 20:36:46.446228 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Debug> DynamicQueryHandler: Done processing query
12049 2024.10.03 20:36:46.446253 [ 3 ] {90aecae3-1399-41c7-9d82-2704ca630098} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12050 2024.10.03 20:36:46.446268 [ 3 ] {} <Debug> HTTP-Session: 87674601-3ffe-4a43-9119-4f4fc4cabe74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12051 2024.10.03 20:36:46.446413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12052 2024.10.03 20:36:46.446462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12053 2024.10.03 20:36:46.446481 [ 3 ] {} <Debug> HTTP-Session: 2085e41d-9b9e-418e-8147-435bb7c2632d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12054 2024.10.03 20:36:46.446498 [ 3 ] {} <Debug> HTTP-Session: 2085e41d-9b9e-418e-8147-435bb7c2632d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12055 2024.10.03 20:36:46.446511 [ 3 ] {} <Debug> HTTP-Session: 2085e41d-9b9e-418e-8147-435bb7c2632d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12056 2024.10.03 20:36:46.446543 [ 3 ] {} <Trace> HTTP-Session: 2085e41d-9b9e-418e-8147-435bb7c2632d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12057 2024.10.03 20:36:46.446698 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12058 2024.10.03 20:36:46.446746 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12059 2024.10.03 20:36:46.446892 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12060 2024.10.03 20:36:46.447277 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12061 2024.10.03 20:36:46.447313 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12062 2024.10.03 20:36:46.447709 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12063 2024.10.03 20:36:46.448044 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12064 2024.10.03 20:36:46.448192 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec.
12065 2024.10.03 20:36:46.448353 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Debug> DynamicQueryHandler: Done processing query
12066 2024.10.03 20:36:46.448378 [ 3 ] {7129157b-dd09-4523-b722-0efb2cd20437} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12067 2024.10.03 20:36:46.448393 [ 3 ] {} <Debug> HTTP-Session: 2085e41d-9b9e-418e-8147-435bb7c2632d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12068 2024.10.03 20:36:46.448517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12069 2024.10.03 20:36:46.448565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12070 2024.10.03 20:36:46.448585 [ 3 ] {} <Debug> HTTP-Session: d4be9590-23d3-435d-80fa-4e7ee12ee2dc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12071 2024.10.03 20:36:46.448601 [ 3 ] {} <Debug> HTTP-Session: d4be9590-23d3-435d-80fa-4e7ee12ee2dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12072 2024.10.03 20:36:46.448615 [ 3 ] {} <Debug> HTTP-Session: d4be9590-23d3-435d-80fa-4e7ee12ee2dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12073 2024.10.03 20:36:46.448646 [ 3 ] {} <Trace> HTTP-Session: d4be9590-23d3-435d-80fa-4e7ee12ee2dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12074 2024.10.03 20:36:46.448791 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12075 2024.10.03 20:36:46.448854 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12076 2024.10.03 20:36:46.449281 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12077 2024.10.03 20:36:46.449823 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12078 2024.10.03 20:36:46.449858 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12079 2024.10.03 20:36:46.450468 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12080 2024.10.03 20:36:46.450885 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12081 2024.10.03 20:36:46.451075 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002357 sec., 3394.145099703012 rows/sec., 6.08 MiB/sec.
12082 2024.10.03 20:36:46.451304 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Debug> DynamicQueryHandler: Done processing query
12083 2024.10.03 20:36:46.451328 [ 3 ] {084b2301-d301-46f7-8a92-e222c1c7818c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
12084 2024.10.03 20:36:46.451344 [ 3 ] {} <Debug> HTTP-Session: d4be9590-23d3-435d-80fa-4e7ee12ee2dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12085 2024.10.03 20:36:46.451469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12086 2024.10.03 20:36:46.451518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12087 2024.10.03 20:36:46.451538 [ 3 ] {} <Debug> HTTP-Session: 0cf018aa-8ca7-4af9-a20e-9edf4d3b38eb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12088 2024.10.03 20:36:46.451554 [ 3 ] {} <Debug> HTTP-Session: 0cf018aa-8ca7-4af9-a20e-9edf4d3b38eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12089 2024.10.03 20:36:46.451567 [ 3 ] {} <Debug> HTTP-Session: 0cf018aa-8ca7-4af9-a20e-9edf4d3b38eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12090 2024.10.03 20:36:46.451598 [ 3 ] {} <Trace> HTTP-Session: 0cf018aa-8ca7-4af9-a20e-9edf4d3b38eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12091 2024.10.03 20:36:46.451725 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12092 2024.10.03 20:36:46.451770 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12093 2024.10.03 20:36:46.451899 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12094 2024.10.03 20:36:46.452188 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12095 2024.10.03 20:36:46.452224 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12096 2024.10.03 20:36:46.452582 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12097 2024.10.03 20:36:46.452908 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12098 2024.10.03 20:36:46.453055 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec.
12099 2024.10.03 20:36:46.453215 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Debug> DynamicQueryHandler: Done processing query
12100 2024.10.03 20:36:46.453239 [ 3 ] {b183dd5a-e862-4271-b7ac-534c7436eb2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12101 2024.10.03 20:36:46.453254 [ 3 ] {} <Debug> HTTP-Session: 0cf018aa-8ca7-4af9-a20e-9edf4d3b38eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12102 2024.10.03 20:36:51.446934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12103 2024.10.03 20:36:51.447074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12104 2024.10.03 20:36:51.447104 [ 3 ] {} <Debug> HTTP-Session: e1c16dfb-30e1-4e6b-9717-4185d1b4e484 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12105 2024.10.03 20:36:51.447132 [ 3 ] {} <Debug> HTTP-Session: e1c16dfb-30e1-4e6b-9717-4185d1b4e484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12106 2024.10.03 20:36:51.447150 [ 3 ] {} <Debug> HTTP-Session: e1c16dfb-30e1-4e6b-9717-4185d1b4e484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12107 2024.10.03 20:36:51.447207 [ 3 ] {} <Trace> HTTP-Session: e1c16dfb-30e1-4e6b-9717-4185d1b4e484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12108 2024.10.03 20:36:51.447407 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12109 2024.10.03 20:36:51.447482 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12110 2024.10.03 20:36:51.447834 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12111 2024.10.03 20:36:51.448262 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12112 2024.10.03 20:36:51.448303 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12113 2024.10.03 20:36:51.448711 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
12114 2024.10.03 20:36:51.449106 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12115 2024.10.03 20:36:51.449303 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001943 sec., 1544.0041173443128 rows/sec., 114.59 KiB/sec.
12116 2024.10.03 20:36:51.449513 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Debug> DynamicQueryHandler: Done processing query
12117 2024.10.03 20:36:51.449539 [ 3 ] {c8e0aaef-9a79-4af5-a835-c45cfed5b72f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12118 2024.10.03 20:36:51.449555 [ 3 ] {} <Debug> HTTP-Session: e1c16dfb-30e1-4e6b-9717-4185d1b4e484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12119 2024.10.03 20:36:51.449772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12120 2024.10.03 20:36:51.449823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12121 2024.10.03 20:36:51.449842 [ 3 ] {} <Debug> HTTP-Session: 2fd007f3-1e60-4fee-bb14-47e0274b97dd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12122 2024.10.03 20:36:51.449859 [ 3 ] {} <Debug> HTTP-Session: 2fd007f3-1e60-4fee-bb14-47e0274b97dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12123 2024.10.03 20:36:51.449872 [ 3 ] {} <Debug> HTTP-Session: 2fd007f3-1e60-4fee-bb14-47e0274b97dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12124 2024.10.03 20:36:51.449903 [ 3 ] {} <Trace> HTTP-Session: 2fd007f3-1e60-4fee-bb14-47e0274b97dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12125 2024.10.03 20:36:51.450094 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12126 2024.10.03 20:36:51.450137 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12127 2024.10.03 20:36:51.450364 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12128 2024.10.03 20:36:51.450944 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12129 2024.10.03 20:36:51.450980 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12130 2024.10.03 20:36:51.451353 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12131 2024.10.03 20:36:51.451714 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12132 2024.10.03 20:36:51.451878 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Debug> executeQuery: Read 299 rows, 27.06 KiB in 0.001873 sec., 159636.9460758142 rows/sec., 14.11 MiB/sec.
12133 2024.10.03 20:36:51.452143 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Debug> DynamicQueryHandler: Done processing query
12134 2024.10.03 20:36:51.452206 [ 3 ] {ce04dab3-50c5-42f4-a7d4-909da3e6f9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
12135 2024.10.03 20:36:51.452264 [ 3 ] {} <Debug> HTTP-Session: 2fd007f3-1e60-4fee-bb14-47e0274b97dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12136 2024.10.03 20:36:51.452485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7899, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12137 2024.10.03 20:36:51.452538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12138 2024.10.03 20:36:51.452558 [ 3 ] {} <Debug> HTTP-Session: cce4a505-4064-4b3d-857d-3dbed2e7ae95 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12139 2024.10.03 20:36:51.452574 [ 3 ] {} <Debug> HTTP-Session: cce4a505-4064-4b3d-857d-3dbed2e7ae95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12140 2024.10.03 20:36:51.452588 [ 3 ] {} <Debug> HTTP-Session: cce4a505-4064-4b3d-857d-3dbed2e7ae95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12141 2024.10.03 20:36:51.452620 [ 3 ] {} <Trace> HTTP-Session: cce4a505-4064-4b3d-857d-3dbed2e7ae95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12142 2024.10.03 20:36:51.452734 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12143 2024.10.03 20:36:51.452780 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12144 2024.10.03 20:36:51.453023 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12145 2024.10.03 20:36:51.453373 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12146 2024.10.03 20:36:51.453410 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12147 2024.10.03 20:36:51.453755 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
12148 2024.10.03 20:36:51.454112 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12149 2024.10.03 20:36:51.454250 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Debug> executeQuery: Read 55 rows, 4.10 KiB in 0.001552 sec., 35438.14432989691 rows/sec., 2.58 MiB/sec.
12150 2024.10.03 20:36:51.454430 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Debug> DynamicQueryHandler: Done processing query
12151 2024.10.03 20:36:51.454454 [ 3 ] {8d094d43-16cd-4b8b-9ce4-5e065e66c2f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
12152 2024.10.03 20:36:51.454470 [ 3 ] {} <Debug> HTTP-Session: cce4a505-4064-4b3d-857d-3dbed2e7ae95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12153 2024.10.03 20:36:51.454620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12154 2024.10.03 20:36:51.454669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12155 2024.10.03 20:36:51.454687 [ 3 ] {} <Debug> HTTP-Session: 9b865e91-787d-43ff-b335-0559ddb50674 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12156 2024.10.03 20:36:51.454703 [ 3 ] {} <Debug> HTTP-Session: 9b865e91-787d-43ff-b335-0559ddb50674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12157 2024.10.03 20:36:51.454716 [ 3 ] {} <Debug> HTTP-Session: 9b865e91-787d-43ff-b335-0559ddb50674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12158 2024.10.03 20:36:51.454746 [ 3 ] {} <Trace> HTTP-Session: 9b865e91-787d-43ff-b335-0559ddb50674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12159 2024.10.03 20:36:51.454842 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12160 2024.10.03 20:36:51.454885 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12161 2024.10.03 20:36:51.455110 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12162 2024.10.03 20:36:51.455432 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12163 2024.10.03 20:36:51.455467 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12164 2024.10.03 20:36:51.455819 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
12165 2024.10.03 20:36:51.456183 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12166 2024.10.03 20:36:51.456345 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec.
12167 2024.10.03 20:36:51.456345 [ 117 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
12168 2024.10.03 20:36:51.456466 [ 117 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12169 2024.10.03 20:36:51.456515 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12170 2024.10.03 20:36:51.456596 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Debug> DynamicQueryHandler: Done processing query
12171 2024.10.03 20:36:51.456651 [ 3 ] {b362a109-0a28-4fc6-880f-dbf4ecc7d065} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12172 2024.10.03 20:36:51.456698 [ 3 ] {} <Debug> HTTP-Session: 9b865e91-787d-43ff-b335-0559ddb50674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12173 2024.10.03 20:36:51.456734 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
12174 2024.10.03 20:36:51.456857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12175 2024.10.03 20:36:51.456968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12176 2024.10.03 20:36:51.457018 [ 3 ] {} <Debug> HTTP-Session: a316c0c7-451f-45f0-ac97-fa0a950bc7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12177 2024.10.03 20:36:51.457069 [ 3 ] {} <Debug> HTTP-Session: a316c0c7-451f-45f0-ac97-fa0a950bc7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12178 2024.10.03 20:36:51.457087 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12179 2024.10.03 20:36:51.457099 [ 3 ] {} <Debug> HTTP-Session: a316c0c7-451f-45f0-ac97-fa0a950bc7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12180 2024.10.03 20:36:51.457159 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part
12181 2024.10.03 20:36:51.457172 [ 3 ] {} <Trace> HTTP-Session: a316c0c7-451f-45f0-ac97-fa0a950bc7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12182 2024.10.03 20:36:51.457383 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
12183 2024.10.03 20:36:51.457475 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12184 2024.10.03 20:36:51.457661 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12185 2024.10.03 20:36:51.457781 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part
12186 2024.10.03 20:36:51.458114 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
12187 2024.10.03 20:36:51.458452 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
12188 2024.10.03 20:36:51.458799 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
12189 2024.10.03 20:36:51.459576 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12190 2024.10.03 20:36:51.460304 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12191 2024.10.03 20:36:51.460363 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12192 2024.10.03 20:36:51.461413 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12193 2024.10.03 20:36:51.462168 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005571299 sec., 94591.94345878762 rows/sec., 6.43 MiB/sec.
12194 2024.10.03 20:36:51.462385 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
12195 2024.10.03 20:36:51.462479 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12196 2024.10.03 20:36:51.462802 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00544 sec., 1102.941176470588 rows/sec., 65.16 KiB/sec.
12197 2024.10.03 20:36:51.463667 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Debug> DynamicQueryHandler: Done processing query
12198 2024.10.03 20:36:51.463762 [ 3 ] {7e6e8f7c-3bd9-4019-abcc-b3e808f520aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12199 2024.10.03 20:36:51.463832 [ 3 ] {} <Debug> HTTP-Session: a316c0c7-451f-45f0-ac97-fa0a950bc7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12200 2024.10.03 20:36:51.463990 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12201 2024.10.03 20:36:51.464092 [ 199 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_36_7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
12202 2024.10.03 20:36:51.464119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 75478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12203 2024.10.03 20:36:51.464214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12204 2024.10.03 20:36:51.464229 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
12205 2024.10.03 20:36:51.464245 [ 3 ] {} <Debug> HTTP-Session: c407081c-db2c-4ae9-85c9-a968909a85a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12206 2024.10.03 20:36:51.464280 [ 3 ] {} <Debug> HTTP-Session: c407081c-db2c-4ae9-85c9-a968909a85a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12207 2024.10.03 20:36:51.464295 [ 3 ] {} <Debug> HTTP-Session: c407081c-db2c-4ae9-85c9-a968909a85a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12208 2024.10.03 20:36:51.464326 [ 3 ] {} <Trace> HTTP-Session: c407081c-db2c-4ae9-85c9-a968909a85a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12209 2024.10.03 20:36:51.464565 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12210 2024.10.03 20:36:51.464609 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12211 2024.10.03 20:36:51.464864 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12212 2024.10.03 20:36:51.465521 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12213 2024.10.03 20:36:51.465557 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12214 2024.10.03 20:36:51.465945 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12215 2024.10.03 20:36:51.466313 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12216 2024.10.03 20:36:51.466470 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Debug> executeQuery: Read 464 rows, 34.04 KiB in 0.002022 sec., 229475.7665677547 rows/sec., 16.44 MiB/sec.
12217 2024.10.03 20:36:51.466650 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Debug> DynamicQueryHandler: Done processing query
12218 2024.10.03 20:36:51.466674 [ 3 ] {84a837fa-9137-4e80-9b9c-206dfbe6d8ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
12219 2024.10.03 20:36:51.466690 [ 3 ] {} <Debug> HTTP-Session: c407081c-db2c-4ae9-85c9-a968909a85a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12220 2024.10.03 20:36:51.466834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12221 2024.10.03 20:36:51.466884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12222 2024.10.03 20:36:51.466903 [ 3 ] {} <Debug> HTTP-Session: 1b500ed8-bd43-454e-bab9-bccb2d4069af Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12223 2024.10.03 20:36:51.466919 [ 3 ] {} <Debug> HTTP-Session: 1b500ed8-bd43-454e-bab9-bccb2d4069af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12224 2024.10.03 20:36:51.466932 [ 3 ] {} <Debug> HTTP-Session: 1b500ed8-bd43-454e-bab9-bccb2d4069af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12225 2024.10.03 20:36:51.466963 [ 3 ] {} <Trace> HTTP-Session: 1b500ed8-bd43-454e-bab9-bccb2d4069af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12226 2024.10.03 20:36:51.467058 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12227 2024.10.03 20:36:51.467103 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12228 2024.10.03 20:36:51.467234 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12229 2024.10.03 20:36:51.467507 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12230 2024.10.03 20:36:51.467543 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12231 2024.10.03 20:36:51.467903 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12232 2024.10.03 20:36:51.468230 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12233 2024.10.03 20:36:51.468384 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec.
12234 2024.10.03 20:36:51.468550 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Debug> DynamicQueryHandler: Done processing query
12235 2024.10.03 20:36:51.468573 [ 3 ] {9208c588-f094-4ceb-82ee-ef10ffc80d40} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12236 2024.10.03 20:36:51.468590 [ 3 ] {} <Debug> HTTP-Session: 1b500ed8-bd43-454e-bab9-bccb2d4069af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12237 2024.10.03 20:36:51.468767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12238 2024.10.03 20:36:51.468815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12239 2024.10.03 20:36:51.468835 [ 3 ] {} <Debug> HTTP-Session: 2f537ff4-cf3c-4a20-be21-4f7cd7d315f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12240 2024.10.03 20:36:51.468851 [ 3 ] {} <Debug> HTTP-Session: 2f537ff4-cf3c-4a20-be21-4f7cd7d315f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12241 2024.10.03 20:36:51.468865 [ 3 ] {} <Debug> HTTP-Session: 2f537ff4-cf3c-4a20-be21-4f7cd7d315f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12242 2024.10.03 20:36:51.468895 [ 3 ] {} <Trace> HTTP-Session: 2f537ff4-cf3c-4a20-be21-4f7cd7d315f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12243 2024.10.03 20:36:51.469122 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12244 2024.10.03 20:36:51.469168 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12245 2024.10.03 20:36:51.469314 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12246 2024.10.03 20:36:51.469742 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12247 2024.10.03 20:36:51.469778 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12248 2024.10.03 20:36:51.470155 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12249 2024.10.03 20:36:51.470491 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12250 2024.10.03 20:36:51.470649 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001661 sec., 144491.2703190849 rows/sec., 9.67 MiB/sec.
12251 2024.10.03 20:36:51.470825 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Debug> DynamicQueryHandler: Done processing query
12252 2024.10.03 20:36:51.470849 [ 3 ] {010e1b1e-3f0f-45c0-af57-5630d15c75d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12253 2024.10.03 20:36:51.470865 [ 3 ] {} <Debug> HTTP-Session: 2f537ff4-cf3c-4a20-be21-4f7cd7d315f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12254 2024.10.03 20:36:51.470989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12255 2024.10.03 20:36:51.471038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12256 2024.10.03 20:36:51.471057 [ 3 ] {} <Debug> HTTP-Session: 0431faab-4b71-47da-8150-aa2783424330 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12257 2024.10.03 20:36:51.471073 [ 3 ] {} <Debug> HTTP-Session: 0431faab-4b71-47da-8150-aa2783424330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12258 2024.10.03 20:36:51.471087 [ 3 ] {} <Debug> HTTP-Session: 0431faab-4b71-47da-8150-aa2783424330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12259 2024.10.03 20:36:51.471117 [ 3 ] {} <Trace> HTTP-Session: 0431faab-4b71-47da-8150-aa2783424330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12260 2024.10.03 20:36:51.471207 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12261 2024.10.03 20:36:51.471278 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12262 2024.10.03 20:36:51.471408 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12263 2024.10.03 20:36:51.471661 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12264 2024.10.03 20:36:51.471696 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12265 2024.10.03 20:36:51.472044 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12266 2024.10.03 20:36:51.472366 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12267 2024.10.03 20:36:51.472527 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec.
12268 2024.10.03 20:36:51.472817 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Debug> DynamicQueryHandler: Done processing query
12269 2024.10.03 20:36:51.472899 [ 3 ] {c0999eb0-ce31-4a03-bea5-cb6b9db4eea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12270 2024.10.03 20:36:51.472935 [ 3 ] {} <Debug> HTTP-Session: 0431faab-4b71-47da-8150-aa2783424330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12271 2024.10.03 20:36:51.473109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12272 2024.10.03 20:36:51.473158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12273 2024.10.03 20:36:51.473176 [ 3 ] {} <Debug> HTTP-Session: d729e622-02ec-4d45-a1b3-6d6f2a9979c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12274 2024.10.03 20:36:51.473193 [ 3 ] {} <Debug> HTTP-Session: d729e622-02ec-4d45-a1b3-6d6f2a9979c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12275 2024.10.03 20:36:51.473206 [ 3 ] {} <Debug> HTTP-Session: d729e622-02ec-4d45-a1b3-6d6f2a9979c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12276 2024.10.03 20:36:51.473237 [ 3 ] {} <Trace> HTTP-Session: d729e622-02ec-4d45-a1b3-6d6f2a9979c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12277 2024.10.03 20:36:51.473827 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12278 2024.10.03 20:36:51.473899 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12279 2024.10.03 20:36:51.474343 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12280 2024.10.03 20:36:51.475498 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12281 2024.10.03 20:36:51.475534 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12282 2024.10.03 20:36:51.476207 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
12283 2024.10.03 20:36:51.476624 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12284 2024.10.03 20:36:51.476808 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
12285 2024.10.03 20:36:51.476821 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003465 sec., 15007.215007215007 rows/sec., 26.89 MiB/sec.
12286 2024.10.03 20:36:51.476868 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12287 2024.10.03 20:36:51.476943 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12288 2024.10.03 20:36:51.477675 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Debug> DynamicQueryHandler: Done processing query
12289 2024.10.03 20:36:51.477754 [ 3 ] {87576a32-d54d-4a42-8f9a-b3dde49e3aee} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
12290 2024.10.03 20:36:51.477747 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
12291 2024.10.03 20:36:51.477827 [ 3 ] {} <Debug> HTTP-Session: d729e622-02ec-4d45-a1b3-6d6f2a9979c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12292 2024.10.03 20:36:51.478112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12293 2024.10.03 20:36:51.478225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12294 2024.10.03 20:36:51.478310 [ 3 ] {} <Debug> HTTP-Session: f7f1f3fc-a7e2-4fd8-ba34-7f1cb63f40a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12295 2024.10.03 20:36:51.478369 [ 3 ] {} <Debug> HTTP-Session: f7f1f3fc-a7e2-4fd8-ba34-7f1cb63f40a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12296 2024.10.03 20:36:51.478431 [ 3 ] {} <Debug> HTTP-Session: f7f1f3fc-a7e2-4fd8-ba34-7f1cb63f40a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12297 2024.10.03 20:36:51.478533 [ 3 ] {} <Trace> HTTP-Session: f7f1f3fc-a7e2-4fd8-ba34-7f1cb63f40a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12298 2024.10.03 20:36:51.478802 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
12299 2024.10.03 20:36:51.478838 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12300 2024.10.03 20:36:51.478897 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
12301 2024.10.03 20:36:51.479020 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 854 rows starting from the beginning of the part
12302 2024.10.03 20:36:51.479804 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12303 2024.10.03 20:36:51.479914 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 44 rows starting from the beginning of the part
12304 2024.10.03 20:36:51.480617 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part
12305 2024.10.03 20:36:51.480867 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12306 2024.10.03 20:36:51.480991 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12307 2024.10.03 20:36:51.481309 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 45 rows starting from the beginning of the part
12308 2024.10.03 20:36:51.481895 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part
12309 2024.10.03 20:36:51.482524 [ 198 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 52 rows starting from the beginning of the part
12310 2024.10.03 20:36:51.482577 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
12311 2024.10.03 20:36:51.483733 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12312 2024.10.03 20:36:51.484099 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00538 sec., 1672.8624535315985 rows/sec., 118.17 KiB/sec.
12313 2024.10.03 20:36:51.484713 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Debug> DynamicQueryHandler: Done processing query
12314 2024.10.03 20:36:51.484757 [ 3 ] {9ab26fd7-d467-4636-a2e9-dee6cdebc997} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12315 2024.10.03 20:36:51.484800 [ 3 ] {} <Debug> HTTP-Session: f7f1f3fc-a7e2-4fd8-ba34-7f1cb63f40a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12316 2024.10.03 20:36:51.484947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12317 2024.10.03 20:36:51.485000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12318 2024.10.03 20:36:51.485019 [ 3 ] {} <Debug> HTTP-Session: 2780962a-e7cc-4d80-8b8f-8b4e0d7aef2a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12319 2024.10.03 20:36:51.485038 [ 3 ] {} <Debug> HTTP-Session: 2780962a-e7cc-4d80-8b8f-8b4e0d7aef2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12320 2024.10.03 20:36:51.485059 [ 3 ] {} <Debug> HTTP-Session: 2780962a-e7cc-4d80-8b8f-8b4e0d7aef2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12321 2024.10.03 20:36:51.485092 [ 3 ] {} <Trace> HTTP-Session: 2780962a-e7cc-4d80-8b8f-8b4e0d7aef2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12322 2024.10.03 20:36:51.485243 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12323 2024.10.03 20:36:51.485306 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12324 2024.10.03 20:36:51.485580 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12325 2024.10.03 20:36:51.486427 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12326 2024.10.03 20:36:51.486511 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12327 2024.10.03 20:36:51.487655 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12328 2024.10.03 20:36:51.488607 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2024.10.03 20:36:51.489026 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003814 sec., 21499.73780807551 rows/sec., 1.37 MiB/sec.
12330 2024.10.03 20:36:51.489439 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Debug> DynamicQueryHandler: Done processing query
12331 2024.10.03 20:36:51.489499 [ 3 ] {cbfb00d6-d325-4281-93bb-f32b0adc94a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12332 2024.10.03 20:36:51.489515 [ 3 ] {} <Debug> HTTP-Session: 2780962a-e7cc-4d80-8b8f-8b4e0d7aef2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12333 2024.10.03 20:36:51.492196 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 19 columns (19 merged, 0 gathered) in 0.015052985 sec., 67162.758748514 rows/sec., 120.35 MiB/sec.
12334 2024.10.03 20:36:51.493448 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
12335 2024.10.03 20:36:51.494050 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12336 2024.10.03 20:36:51.494133 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
12337 2024.10.03 20:36:51.494286 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.37 MiB.
12338 2024.10.03 20:36:54.727093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 175929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12339 2024.10.03 20:36:54.727246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12340 2024.10.03 20:36:54.727283 [ 3 ] {} <Debug> HTTP-Session: 3ead0820-27c4-4245-adc6-7abacd6e5295 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12341 2024.10.03 20:36:54.727315 [ 3 ] {} <Debug> HTTP-Session: 3ead0820-27c4-4245-adc6-7abacd6e5295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12342 2024.10.03 20:36:54.727337 [ 3 ] {} <Debug> HTTP-Session: 3ead0820-27c4-4245-adc6-7abacd6e5295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12343 2024.10.03 20:36:54.727402 [ 3 ] {} <Trace> HTTP-Session: 3ead0820-27c4-4245-adc6-7abacd6e5295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12344 2024.10.03 20:36:54.728052 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12345 2024.10.03 20:36:54.728134 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12346 2024.10.03 20:36:54.728482 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12347 2024.10.03 20:36:54.729872 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12348 2024.10.03 20:36:54.729923 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12349 2024.10.03 20:36:54.730451 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12350 2024.10.03 20:36:54.730863 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12351 2024.10.03 20:36:54.731053 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.003395 sec., 356995.5817378498 rows/sec., 29.50 MiB/sec.
12352 2024.10.03 20:36:54.731293 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Debug> DynamicQueryHandler: Done processing query
12353 2024.10.03 20:36:54.731322 [ 3 ] {7d20037a-6978-4436-a3e0-d75c3cf866cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
12354 2024.10.03 20:36:54.731339 [ 3 ] {} <Debug> HTTP-Session: 3ead0820-27c4-4245-adc6-7abacd6e5295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12355 2024.10.03 20:36:54.731550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12356 2024.10.03 20:36:54.731609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12357 2024.10.03 20:36:54.731630 [ 3 ] {} <Debug> HTTP-Session: 209471cc-fdb4-440c-bbd3-eb9f805bb7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12358 2024.10.03 20:36:54.731651 [ 3 ] {} <Debug> HTTP-Session: 209471cc-fdb4-440c-bbd3-eb9f805bb7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12359 2024.10.03 20:36:54.731667 [ 3 ] {} <Debug> HTTP-Session: 209471cc-fdb4-440c-bbd3-eb9f805bb7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12360 2024.10.03 20:36:54.731705 [ 3 ] {} <Trace> HTTP-Session: 209471cc-fdb4-440c-bbd3-eb9f805bb7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12361 2024.10.03 20:36:54.731819 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12362 2024.10.03 20:36:54.731871 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12363 2024.10.03 20:36:54.732126 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12364 2024.10.03 20:36:54.732474 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12365 2024.10.03 20:36:54.732513 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12366 2024.10.03 20:36:54.732882 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12367 2024.10.03 20:36:54.733257 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12368 2024.10.03 20:36:54.733428 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001636 sec., 4889.975550122249 rows/sec., 367.70 KiB/sec.
12369 2024.10.03 20:36:54.733600 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Debug> DynamicQueryHandler: Done processing query
12370 2024.10.03 20:36:54.733626 [ 3 ] {2abea34d-9046-4ad7-80f0-10d37f81171a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12371 2024.10.03 20:36:54.733641 [ 3 ] {} <Debug> HTTP-Session: 209471cc-fdb4-440c-bbd3-eb9f805bb7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12372 2024.10.03 20:36:54.733813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12373 2024.10.03 20:36:54.733863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12374 2024.10.03 20:36:54.733883 [ 3 ] {} <Debug> HTTP-Session: 1aad7461-946f-4431-992f-aa38da52e725 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12375 2024.10.03 20:36:54.733900 [ 3 ] {} <Debug> HTTP-Session: 1aad7461-946f-4431-992f-aa38da52e725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12376 2024.10.03 20:36:54.733915 [ 3 ] {} <Debug> HTTP-Session: 1aad7461-946f-4431-992f-aa38da52e725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12377 2024.10.03 20:36:54.733949 [ 3 ] {} <Trace> HTTP-Session: 1aad7461-946f-4431-992f-aa38da52e725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12378 2024.10.03 20:36:54.734100 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12379 2024.10.03 20:36:54.734146 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12380 2024.10.03 20:36:54.734376 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12381 2024.10.03 20:36:54.734856 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12382 2024.10.03 20:36:54.734894 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12383 2024.10.03 20:36:54.735268 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12384 2024.10.03 20:36:54.735633 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12385 2024.10.03 20:36:54.735798 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001759 sec., 129619.10176236498 rows/sec., 8.78 MiB/sec.
12386 2024.10.03 20:36:54.736174 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Debug> DynamicQueryHandler: Done processing query
12387 2024.10.03 20:36:54.736226 [ 3 ] {2a62f1fd-0e55-4cca-b192-096c94a71863} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
12388 2024.10.03 20:36:54.736245 [ 3 ] {} <Debug> HTTP-Session: 1aad7461-946f-4431-992f-aa38da52e725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12389 2024.10.03 20:36:54.736497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 87241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12390 2024.10.03 20:36:54.736549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12391 2024.10.03 20:36:54.736570 [ 3 ] {} <Debug> HTTP-Session: 7e2369fc-846c-4add-b671-605d61139f59 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12392 2024.10.03 20:36:54.736587 [ 3 ] {} <Debug> HTTP-Session: 7e2369fc-846c-4add-b671-605d61139f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12393 2024.10.03 20:36:54.736603 [ 3 ] {} <Debug> HTTP-Session: 7e2369fc-846c-4add-b671-605d61139f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12394 2024.10.03 20:36:54.736635 [ 3 ] {} <Trace> HTTP-Session: 7e2369fc-846c-4add-b671-605d61139f59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12395 2024.10.03 20:36:54.736968 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12396 2024.10.03 20:36:54.737017 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12397 2024.10.03 20:36:54.737271 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12398 2024.10.03 20:36:54.737937 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12399 2024.10.03 20:36:54.737978 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12400 2024.10.03 20:36:54.738367 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12401 2024.10.03 20:36:54.738732 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12402 2024.10.03 20:36:54.738903 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002165 sec., 243879.90762124714 rows/sec., 18.06 MiB/sec.
12403 2024.10.03 20:36:54.739074 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Debug> DynamicQueryHandler: Done processing query
12404 2024.10.03 20:36:54.739099 [ 3 ] {b9922bcd-a5e1-47e2-baf2-e0e8a7269486} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
12405 2024.10.03 20:36:54.739116 [ 3 ] {} <Debug> HTTP-Session: 7e2369fc-846c-4add-b671-605d61139f59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12406 2024.10.03 20:36:54.739375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 180835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12407 2024.10.03 20:36:54.739425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12408 2024.10.03 20:36:54.739445 [ 3 ] {} <Debug> HTTP-Session: 1e1ee691-c982-423d-8fa9-186138a8b5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12409 2024.10.03 20:36:54.739463 [ 3 ] {} <Debug> HTTP-Session: 1e1ee691-c982-423d-8fa9-186138a8b5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12410 2024.10.03 20:36:54.739478 [ 3 ] {} <Debug> HTTP-Session: 1e1ee691-c982-423d-8fa9-186138a8b5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12411 2024.10.03 20:36:54.739509 [ 3 ] {} <Trace> HTTP-Session: 1e1ee691-c982-423d-8fa9-186138a8b5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12412 2024.10.03 20:36:54.739950 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12413 2024.10.03 20:36:54.739999 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12414 2024.10.03 20:36:54.740148 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12415 2024.10.03 20:36:54.741117 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12416 2024.10.03 20:36:54.741157 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12417 2024.10.03 20:36:54.741599 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12418 2024.10.03 20:36:54.741933 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12419 2024.10.03 20:36:54.742097 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002425 sec., 392577.3195876289 rows/sec., 26.33 MiB/sec.
12420 2024.10.03 20:36:54.742281 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Debug> DynamicQueryHandler: Done processing query
12421 2024.10.03 20:36:54.742305 [ 3 ] {bcad7e90-a526-4621-8035-a3a67bfb1c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
12422 2024.10.03 20:36:54.742321 [ 3 ] {} <Debug> HTTP-Session: 1e1ee691-c982-423d-8fa9-186138a8b5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12423 2024.10.03 20:36:54.742648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12424 2024.10.03 20:36:54.742696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12425 2024.10.03 20:36:54.742716 [ 3 ] {} <Debug> HTTP-Session: 59844bf0-226f-4c46-9eb8-9f03e107a91f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12426 2024.10.03 20:36:54.742732 [ 3 ] {} <Debug> HTTP-Session: 59844bf0-226f-4c46-9eb8-9f03e107a91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12427 2024.10.03 20:36:54.742746 [ 3 ] {} <Debug> HTTP-Session: 59844bf0-226f-4c46-9eb8-9f03e107a91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12428 2024.10.03 20:36:54.742776 [ 3 ] {} <Trace> HTTP-Session: 59844bf0-226f-4c46-9eb8-9f03e107a91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12429 2024.10.03 20:36:54.742926 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12430 2024.10.03 20:36:54.742989 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12431 2024.10.03 20:36:54.743423 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12432 2024.10.03 20:36:54.744047 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12433 2024.10.03 20:36:54.744085 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12434 2024.10.03 20:36:54.744691 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
12435 2024.10.03 20:36:54.745106 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12436 2024.10.03 20:36:54.745299 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00244 sec., 3278.688524590164 rows/sec., 5.88 MiB/sec.
12437 2024.10.03 20:36:54.745751 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Debug> DynamicQueryHandler: Done processing query
12438 2024.10.03 20:36:54.745786 [ 3 ] {ed4f05f7-a6b4-44ea-8388-d8a6d64c74e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
12439 2024.10.03 20:36:54.745817 [ 3 ] {} <Debug> HTTP-Session: 59844bf0-226f-4c46-9eb8-9f03e107a91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12440 2024.10.03 20:36:54.745952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12441 2024.10.03 20:36:54.746001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12442 2024.10.03 20:36:54.746020 [ 3 ] {} <Debug> HTTP-Session: 6189dabf-acf2-4b12-b81e-a46348e6dbdc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12443 2024.10.03 20:36:54.746036 [ 3 ] {} <Debug> HTTP-Session: 6189dabf-acf2-4b12-b81e-a46348e6dbdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12444 2024.10.03 20:36:54.746049 [ 3 ] {} <Debug> HTTP-Session: 6189dabf-acf2-4b12-b81e-a46348e6dbdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12445 2024.10.03 20:36:54.746079 [ 3 ] {} <Trace> HTTP-Session: 6189dabf-acf2-4b12-b81e-a46348e6dbdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12446 2024.10.03 20:36:54.746191 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12447 2024.10.03 20:36:54.746237 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12448 2024.10.03 20:36:54.746384 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12449 2024.10.03 20:36:54.746717 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12450 2024.10.03 20:36:54.746753 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12451 2024.10.03 20:36:54.747149 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12452 2024.10.03 20:36:54.747483 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12453 2024.10.03 20:36:54.747660 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001493 sec., 26791.69457468185 rows/sec., 1.81 MiB/sec.
12454 2024.10.03 20:36:54.747973 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Debug> DynamicQueryHandler: Done processing query
12455 2024.10.03 20:36:54.748033 [ 3 ] {741185e1-d905-4586-b5a1-fa43690ddb97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
12456 2024.10.03 20:36:54.748097 [ 3 ] {} <Debug> HTTP-Session: 6189dabf-acf2-4b12-b81e-a46348e6dbdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12457 2024.10.03 20:36:55.546109 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
12458 2024.10.03 20:36:55.546196 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
12459 2024.10.03 20:36:55.807196 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1222
12460 2024.10.03 20:36:55.810665 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12461 2024.10.03 20:36:55.810716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12462 2024.10.03 20:36:55.812248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12463 2024.10.03 20:36:55.813228 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12464 2024.10.03 20:36:55.814400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222
12465 2024.10.03 20:36:56.434063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12466 2024.10.03 20:36:56.434187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12467 2024.10.03 20:36:56.434216 [ 3 ] {} <Debug> HTTP-Session: 9a2bf63b-35d2-4e90-84c7-8787eadf0663 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12468 2024.10.03 20:36:56.434245 [ 3 ] {} <Debug> HTTP-Session: 9a2bf63b-35d2-4e90-84c7-8787eadf0663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12469 2024.10.03 20:36:56.434265 [ 3 ] {} <Debug> HTTP-Session: 9a2bf63b-35d2-4e90-84c7-8787eadf0663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12470 2024.10.03 20:36:56.434320 [ 3 ] {} <Trace> HTTP-Session: 9a2bf63b-35d2-4e90-84c7-8787eadf0663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12471 2024.10.03 20:36:56.434522 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12472 2024.10.03 20:36:56.434596 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12473 2024.10.03 20:36:56.434955 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12474 2024.10.03 20:36:56.435438 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12475 2024.10.03 20:36:56.435479 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12476 2024.10.03 20:36:56.435910 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12477 2024.10.03 20:36:56.436310 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12478 2024.10.03 20:36:56.436459 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec.
12479 2024.10.03 20:36:56.436465 [ 112 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12480 2024.10.03 20:36:56.436520 [ 112 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12481 2024.10.03 20:36:56.436560 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12482 2024.10.03 20:36:56.436702 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Debug> DynamicQueryHandler: Done processing query
12483 2024.10.03 20:36:56.436744 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12484 2024.10.03 20:36:56.436751 [ 3 ] {06fe4731-ab48-4549-ba3c-864f2caac856} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
12485 2024.10.03 20:36:56.436852 [ 3 ] {} <Debug> HTTP-Session: 9a2bf63b-35d2-4e90-84c7-8787eadf0663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12486 2024.10.03 20:36:56.437051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12487 2024.10.03 20:36:56.437073 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12488 2024.10.03 20:36:56.437149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12489 2024.10.03 20:36:56.437157 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1443 rows starting from the beginning of the part
12490 2024.10.03 20:36:56.437194 [ 3 ] {} <Debug> HTTP-Session: ceec09ec-4b2a-41e0-978a-439106ca092c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12491 2024.10.03 20:36:56.437235 [ 3 ] {} <Debug> HTTP-Session: ceec09ec-4b2a-41e0-978a-439106ca092c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12492 2024.10.03 20:36:56.437275 [ 3 ] {} <Debug> HTTP-Session: ceec09ec-4b2a-41e0-978a-439106ca092c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12493 2024.10.03 20:36:56.437416 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 286 rows starting from the beginning of the part
12494 2024.10.03 20:36:56.437420 [ 3 ] {} <Trace> HTTP-Session: ceec09ec-4b2a-41e0-978a-439106ca092c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12495 2024.10.03 20:36:56.437851 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 72 rows starting from the beginning of the part
12496 2024.10.03 20:36:56.437873 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12497 2024.10.03 20:36:56.438040 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12498 2024.10.03 20:36:56.438301 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 299 rows starting from the beginning of the part
12499 2024.10.03 20:36:56.438666 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1212 rows starting from the beginning of the part
12500 2024.10.03 20:36:56.439023 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
12501 2024.10.03 20:36:56.439762 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12502 2024.10.03 20:36:56.440587 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12503 2024.10.03 20:36:56.440644 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12504 2024.10.03 20:36:56.441641 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12505 2024.10.03 20:36:56.442168 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12506 2024.10.03 20:36:56.442463 [ 112 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12507 2024.10.03 20:36:56.442594 [ 112 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12508 2024.10.03 20:36:56.442666 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12509 2024.10.03 20:36:56.442666 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004947 sec., 12937.13361633313 rows/sec., 1.01 MiB/sec.
12510 2024.10.03 20:36:56.442803 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3368 rows, containing 5 columns (5 merged, 0 gathered) in 0.006151593 sec., 547500.460449838 rows/sec., 48.11 MiB/sec.
12511 2024.10.03 20:36:56.443142 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12512 2024.10.03 20:36:56.443207 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12513 2024.10.03 20:36:56.443275 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Debug> DynamicQueryHandler: Done processing query
12514 2024.10.03 20:36:56.443342 [ 3 ] {4a0fcefb-ac53-4608-a80a-166b9dd6959b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12515 2024.10.03 20:36:56.443426 [ 3 ] {} <Debug> HTTP-Session: ceec09ec-4b2a-41e0-978a-439106ca092c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12516 2024.10.03 20:36:56.443677 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12517 2024.10.03 20:36:56.443728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12518 2024.10.03 20:36:56.443871 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 929 rows starting from the beginning of the part
12519 2024.10.03 20:36:56.443896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12520 2024.10.03 20:36:56.443995 [ 3 ] {} <Debug> HTTP-Session: fee06fe3-3321-4599-a5dc-46421056535f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12521 2024.10.03 20:36:56.444083 [ 3 ] {} <Debug> HTTP-Session: fee06fe3-3321-4599-a5dc-46421056535f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12522 2024.10.03 20:36:56.444195 [ 3 ] {} <Debug> HTTP-Session: fee06fe3-3321-4599-a5dc-46421056535f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12523 2024.10.03 20:36:56.444417 [ 3 ] {} <Trace> HTTP-Session: fee06fe3-3321-4599-a5dc-46421056535f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12524 2024.10.03 20:36:56.444449 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 450 rows starting from the beginning of the part
12525 2024.10.03 20:36:56.445022 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 72 rows starting from the beginning of the part
12526 2024.10.03 20:36:56.445070 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12527 2024.10.03 20:36:56.445366 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12528 2024.10.03 20:36:56.445488 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 464 rows starting from the beginning of the part
12529 2024.10.03 20:36:56.445991 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 528 rows starting from the beginning of the part
12530 2024.10.03 20:36:56.446044 [ 193 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12531 2024.10.03 20:36:56.446472 [ 190 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
12532 2024.10.03 20:36:56.447165 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12533 2024.10.03 20:36:56.447355 [ 193 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_66_13} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12534 2024.10.03 20:36:56.447640 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
12535 2024.10.03 20:36:56.448167 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12536 2024.10.03 20:36:56.448236 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12537 2024.10.03 20:36:56.449357 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12538 2024.10.03 20:36:56.449911 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12539 2024.10.03 20:36:56.450314 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2507 rows, containing 5 columns (5 merged, 0 gathered) in 0.007481816 sec., 335079.0770582971 rows/sec., 25.71 MiB/sec.
12540 2024.10.03 20:36:56.450324 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12541 2024.10.03 20:36:56.450364 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.005636 sec., 9581.263307310148 rows/sec., 683.91 KiB/sec.
12542 2024.10.03 20:36:56.450426 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12543 2024.10.03 20:36:56.450487 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12544 2024.10.03 20:36:56.450789 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12545 2024.10.03 20:36:56.450941 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12546 2024.10.03 20:36:56.450992 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Debug> DynamicQueryHandler: Done processing query
12547 2024.10.03 20:36:56.451056 [ 3 ] {fbf1514d-83d3-4575-9ffb-02099fe00a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12548 2024.10.03 20:36:56.451080 [ 3 ] {} <Debug> HTTP-Session: fee06fe3-3321-4599-a5dc-46421056535f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12549 2024.10.03 20:36:56.451338 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12550 2024.10.03 20:36:56.451334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12551 2024.10.03 20:36:56.451505 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18809 rows starting from the beginning of the part
12552 2024.10.03 20:36:56.451555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12553 2024.10.03 20:36:56.451703 [ 3 ] {} <Debug> HTTP-Session: 13327d4f-f66f-492f-9285-e4daf1372ac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12554 2024.10.03 20:36:56.451867 [ 3 ] {} <Debug> HTTP-Session: 13327d4f-f66f-492f-9285-e4daf1372ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12555 2024.10.03 20:36:56.451978 [ 3 ] {} <Debug> HTTP-Session: 13327d4f-f66f-492f-9285-e4daf1372ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12556 2024.10.03 20:36:56.452156 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 241 rows starting from the beginning of the part
12557 2024.10.03 20:36:56.452214 [ 3 ] {} <Trace> HTTP-Session: 13327d4f-f66f-492f-9285-e4daf1372ac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12558 2024.10.03 20:36:56.452600 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
12559 2024.10.03 20:36:56.452726 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12560 2024.10.03 20:36:56.452916 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12561 2024.10.03 20:36:56.452949 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12562 2024.10.03 20:36:56.453137 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 240 rows starting from the beginning of the part
12563 2024.10.03 20:36:56.453436 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_66_13} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12564 2024.10.03 20:36:56.453626 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 952 rows starting from the beginning of the part
12565 2024.10.03 20:36:56.453893 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
12566 2024.10.03 20:36:56.454135 [ 196 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 54 rows starting from the beginning of the part
12567 2024.10.03 20:36:56.454381 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12568 2024.10.03 20:36:56.454938 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12569 2024.10.03 20:36:56.454981 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12570 2024.10.03 20:36:56.455387 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12571 2024.10.03 20:36:56.455750 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12572 2024.10.03 20:36:56.455910 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.003436 sec., 5820.721769499418 rows/sec., 400.17 KiB/sec.
12573 2024.10.03 20:36:56.455960 [ 111 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12574 2024.10.03 20:36:56.456107 [ 111 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12575 2024.10.03 20:36:56.456203 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12576 2024.10.03 20:36:56.456275 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Debug> DynamicQueryHandler: Done processing query
12577 2024.10.03 20:36:56.456374 [ 3 ] {6534466f-f9f1-4ae6-a63c-28f4feff1879} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12578 2024.10.03 20:36:56.456452 [ 3 ] {} <Debug> HTTP-Session: 13327d4f-f66f-492f-9285-e4daf1372ac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12579 2024.10.03 20:36:56.456675 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12580 2024.10.03 20:36:56.457099 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12581 2024.10.03 20:36:56.457152 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3656 rows starting from the beginning of the part
12582 2024.10.03 20:36:56.457463 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part
12583 2024.10.03 20:36:56.457820 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
12584 2024.10.03 20:36:56.458020 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part
12585 2024.10.03 20:36:56.458202 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part
12586 2024.10.03 20:36:56.458389 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part
12587 2024.10.03 20:36:56.460215 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3940 rows, containing 4 columns (4 merged, 0 gathered) in 0.003820415 sec., 1031301.5732584025 rows/sec., 67.15 MiB/sec.
12588 2024.10.03 20:36:56.460452 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12589 2024.10.03 20:36:56.460824 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12590 2024.10.03 20:36:56.460903 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_66_13} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12591 2024.10.03 20:36:56.460976 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
12592 2024.10.03 20:36:56.463490 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20456 rows, containing 5 columns (5 merged, 0 gathered) in 0.01284614 sec., 1592384.949875994 rows/sec., 107.43 MiB/sec.
12593 2024.10.03 20:36:56.463999 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12594 2024.10.03 20:36:56.464443 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12595 2024.10.03 20:36:56.464528 [ 189 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12596 2024.10.03 20:36:56.464627 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
12597 2024.10.03 20:37:01.445796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12598 2024.10.03 20:37:01.445978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12599 2024.10.03 20:37:01.446021 [ 3 ] {} <Debug> HTTP-Session: aefcfa93-00ca-4065-be2f-3b5ebffd82b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12600 2024.10.03 20:37:01.446061 [ 3 ] {} <Debug> HTTP-Session: aefcfa93-00ca-4065-be2f-3b5ebffd82b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12601 2024.10.03 20:37:01.446089 [ 3 ] {} <Debug> HTTP-Session: aefcfa93-00ca-4065-be2f-3b5ebffd82b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12602 2024.10.03 20:37:01.446165 [ 3 ] {} <Trace> HTTP-Session: aefcfa93-00ca-4065-be2f-3b5ebffd82b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12603 2024.10.03 20:37:01.446427 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12604 2024.10.03 20:37:01.446528 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12605 2024.10.03 20:37:01.447040 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12606 2024.10.03 20:37:01.447563 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12607 2024.10.03 20:37:01.447602 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12608 2024.10.03 20:37:01.447997 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
12609 2024.10.03 20:37:01.448386 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12610 2024.10.03 20:37:01.448562 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.002212 sec., 1356.23869801085 rows/sec., 100.66 KiB/sec.
12611 2024.10.03 20:37:01.448892 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Debug> DynamicQueryHandler: Done processing query
12612 2024.10.03 20:37:01.448927 [ 3 ] {286994f2-bae6-493e-ac9c-5efe725d3296} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12613 2024.10.03 20:37:01.448944 [ 3 ] {} <Debug> HTTP-Session: aefcfa93-00ca-4065-be2f-3b5ebffd82b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12614 2024.10.03 20:37:01.449191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12615 2024.10.03 20:37:01.449239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12616 2024.10.03 20:37:01.449258 [ 3 ] {} <Debug> HTTP-Session: fd492768-21e5-4491-a754-0988742f8856 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12617 2024.10.03 20:37:01.449274 [ 3 ] {} <Debug> HTTP-Session: fd492768-21e5-4491-a754-0988742f8856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12618 2024.10.03 20:37:01.449288 [ 3 ] {} <Debug> HTTP-Session: fd492768-21e5-4491-a754-0988742f8856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12619 2024.10.03 20:37:01.449319 [ 3 ] {} <Trace> HTTP-Session: fd492768-21e5-4491-a754-0988742f8856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12620 2024.10.03 20:37:01.449502 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12621 2024.10.03 20:37:01.449546 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12622 2024.10.03 20:37:01.449793 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12623 2024.10.03 20:37:01.450330 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12624 2024.10.03 20:37:01.450366 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12625 2024.10.03 20:37:01.450738 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12626 2024.10.03 20:37:01.451106 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12627 2024.10.03 20:37:01.451264 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Debug> executeQuery: Read 299 rows, 27.06 KiB in 0.001851 sec., 161534.3057806591 rows/sec., 14.28 MiB/sec.
12628 2024.10.03 20:37:01.451463 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Debug> DynamicQueryHandler: Done processing query
12629 2024.10.03 20:37:01.451501 [ 3 ] {fc010a24-4f4b-4c6f-8190-06445b38004f} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
12630 2024.10.03 20:37:01.451534 [ 3 ] {} <Debug> HTTP-Session: fd492768-21e5-4491-a754-0988742f8856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12631 2024.10.03 20:37:01.451691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7899, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12632 2024.10.03 20:37:01.451738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12633 2024.10.03 20:37:01.451757 [ 3 ] {} <Debug> HTTP-Session: f002b436-a605-41f1-adbb-d7a4a3688d7d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12634 2024.10.03 20:37:01.451774 [ 3 ] {} <Debug> HTTP-Session: f002b436-a605-41f1-adbb-d7a4a3688d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12635 2024.10.03 20:37:01.451787 [ 3 ] {} <Debug> HTTP-Session: f002b436-a605-41f1-adbb-d7a4a3688d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12636 2024.10.03 20:37:01.451818 [ 3 ] {} <Trace> HTTP-Session: f002b436-a605-41f1-adbb-d7a4a3688d7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12637 2024.10.03 20:37:01.451923 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12638 2024.10.03 20:37:01.451964 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12639 2024.10.03 20:37:01.452189 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12640 2024.10.03 20:37:01.452535 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12641 2024.10.03 20:37:01.452571 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12642 2024.10.03 20:37:01.452914 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12643 2024.10.03 20:37:01.453267 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12644 2024.10.03 20:37:01.453416 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Debug> executeQuery: Read 55 rows, 4.10 KiB in 0.001526 sec., 36041.93971166448 rows/sec., 2.62 MiB/sec.
12645 2024.10.03 20:37:01.453734 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Debug> DynamicQueryHandler: Done processing query
12646 2024.10.03 20:37:01.453794 [ 3 ] {eb83bb8f-0543-4150-8294-b9a75573cd8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
12647 2024.10.03 20:37:01.453835 [ 3 ] {} <Debug> HTTP-Session: f002b436-a605-41f1-adbb-d7a4a3688d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12648 2024.10.03 20:37:01.453975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12649 2024.10.03 20:37:01.454026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12650 2024.10.03 20:37:01.454045 [ 3 ] {} <Debug> HTTP-Session: 1d68f8bf-e9ad-44f5-81a4-4088180bafee Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12651 2024.10.03 20:37:01.454062 [ 3 ] {} <Debug> HTTP-Session: 1d68f8bf-e9ad-44f5-81a4-4088180bafee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12652 2024.10.03 20:37:01.454076 [ 3 ] {} <Debug> HTTP-Session: 1d68f8bf-e9ad-44f5-81a4-4088180bafee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12653 2024.10.03 20:37:01.454107 [ 3 ] {} <Trace> HTTP-Session: 1d68f8bf-e9ad-44f5-81a4-4088180bafee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12654 2024.10.03 20:37:01.454221 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
12655 2024.10.03 20:37:01.454268 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12656 2024.10.03 20:37:01.454522 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12657 2024.10.03 20:37:01.454841 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12658 2024.10.03 20:37:01.454879 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12659 2024.10.03 20:37:01.455246 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12660 2024.10.03 20:37:01.455611 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12661 2024.10.03 20:37:01.455772 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec.
12662 2024.10.03 20:37:01.456005 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Debug> DynamicQueryHandler: Done processing query
12663 2024.10.03 20:37:01.456029 [ 3 ] {f2c3ac03-5c49-4709-a726-fd8f30d2c6af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12664 2024.10.03 20:37:01.456045 [ 3 ] {} <Debug> HTTP-Session: 1d68f8bf-e9ad-44f5-81a4-4088180bafee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12665 2024.10.03 20:37:01.456164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12666 2024.10.03 20:37:01.456214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12667 2024.10.03 20:37:01.456233 [ 3 ] {} <Debug> HTTP-Session: 57091fe3-7c61-4d8f-94c2-ad1fb2205490 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12668 2024.10.03 20:37:01.456249 [ 3 ] {} <Debug> HTTP-Session: 57091fe3-7c61-4d8f-94c2-ad1fb2205490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12669 2024.10.03 20:37:01.456263 [ 3 ] {} <Debug> HTTP-Session: 57091fe3-7c61-4d8f-94c2-ad1fb2205490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12670 2024.10.03 20:37:01.456293 [ 3 ] {} <Trace> HTTP-Session: 57091fe3-7c61-4d8f-94c2-ad1fb2205490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12671 2024.10.03 20:37:01.456386 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
12672 2024.10.03 20:37:01.456430 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12673 2024.10.03 20:37:01.456655 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12674 2024.10.03 20:37:01.456957 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12675 2024.10.03 20:37:01.456994 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12676 2024.10.03 20:37:01.457341 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12677 2024.10.03 20:37:01.457701 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2024.10.03 20:37:01.457858 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 238.07 KiB/sec.
12679 2024.10.03 20:37:01.457863 [ 107 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
12680 2024.10.03 20:37:01.457975 [ 107 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12681 2024.10.03 20:37:01.458023 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12682 2024.10.03 20:37:01.458123 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Debug> DynamicQueryHandler: Done processing query
12683 2024.10.03 20:37:01.458249 [ 3 ] {cb220b52-0e98-4b2a-a23a-17094a5c7334} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12684 2024.10.03 20:37:01.458389 [ 3 ] {} <Debug> HTTP-Session: 57091fe3-7c61-4d8f-94c2-ad1fb2205490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12685 2024.10.03 20:37:01.458432 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
12686 2024.10.03 20:37:01.458886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 73950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12687 2024.10.03 20:37:01.459180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12688 2024.10.03 20:37:01.459294 [ 3 ] {} <Debug> HTTP-Session: bf7d33f8-8180-4427-8662-dd1b7c8fbe51 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12689 2024.10.03 20:37:01.459340 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12690 2024.10.03 20:37:01.459404 [ 3 ] {} <Debug> HTTP-Session: bf7d33f8-8180-4427-8662-dd1b7c8fbe51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12691 2024.10.03 20:37:01.459494 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part
12692 2024.10.03 20:37:01.459505 [ 3 ] {} <Debug> HTTP-Session: bf7d33f8-8180-4427-8662-dd1b7c8fbe51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12693 2024.10.03 20:37:01.459709 [ 3 ] {} <Trace> HTTP-Session: bf7d33f8-8180-4427-8662-dd1b7c8fbe51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12694 2024.10.03 20:37:01.459998 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
12695 2024.10.03 20:37:01.460328 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12696 2024.10.03 20:37:01.460380 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
12697 2024.10.03 20:37:01.460471 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12698 2024.10.03 20:37:01.460711 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
12699 2024.10.03 20:37:01.461079 [ 195 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
12700 2024.10.03 20:37:01.461818 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12701 2024.10.03 20:37:01.463099 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12702 2024.10.03 20:37:01.463179 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12703 2024.10.03 20:37:01.463561 [ 189 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005463026 sec., 5491.462057841203 rows/sec., 348.58 KiB/sec.
12704 2024.10.03 20:37:01.463849 [ 189 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
12705 2024.10.03 20:37:01.464064 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12706 2024.10.03 20:37:01.464972 [ 189 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12707 2024.10.03 20:37:01.465120 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12708 2024.10.03 20:37:01.465173 [ 189 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_29_7} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
12709 2024.10.03 20:37:01.465397 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12710 2024.10.03 20:37:01.465488 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Debug> executeQuery: Read 455 rows, 33.32 KiB in 0.005454 sec., 83425.00916758343 rows/sec., 5.97 MiB/sec.
12711 2024.10.03 20:37:01.465870 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Debug> DynamicQueryHandler: Done processing query
12712 2024.10.03 20:37:01.465939 [ 3 ] {f37f28f2-b8cd-4b7b-b32d-05d0f7beca8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
12713 2024.10.03 20:37:01.466008 [ 3 ] {} <Debug> HTTP-Session: bf7d33f8-8180-4427-8662-dd1b7c8fbe51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12714 2024.10.03 20:37:01.466196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12715 2024.10.03 20:37:01.466250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12716 2024.10.03 20:37:01.466270 [ 3 ] {} <Debug> HTTP-Session: 30b0f05b-c012-4c7e-a45f-21a73824fed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12717 2024.10.03 20:37:01.466287 [ 3 ] {} <Debug> HTTP-Session: 30b0f05b-c012-4c7e-a45f-21a73824fed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12718 2024.10.03 20:37:01.466301 [ 3 ] {} <Debug> HTTP-Session: 30b0f05b-c012-4c7e-a45f-21a73824fed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12719 2024.10.03 20:37:01.466335 [ 3 ] {} <Trace> HTTP-Session: 30b0f05b-c012-4c7e-a45f-21a73824fed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12720 2024.10.03 20:37:01.466448 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
12721 2024.10.03 20:37:01.466495 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12722 2024.10.03 20:37:01.466648 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12723 2024.10.03 20:37:01.466924 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12724 2024.10.03 20:37:01.466961 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12725 2024.10.03 20:37:01.467328 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12726 2024.10.03 20:37:01.467667 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12727 2024.10.03 20:37:01.467827 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec.
12728 2024.10.03 20:37:01.468131 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Debug> DynamicQueryHandler: Done processing query
12729 2024.10.03 20:37:01.468160 [ 3 ] {a9305be5-0b0d-469d-a7c6-7b8e05a9ab61} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
12730 2024.10.03 20:37:01.468177 [ 3 ] {} <Debug> HTTP-Session: 30b0f05b-c012-4c7e-a45f-21a73824fed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12731 2024.10.03 20:37:01.468365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12732 2024.10.03 20:37:01.468416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12733 2024.10.03 20:37:01.468435 [ 3 ] {} <Debug> HTTP-Session: a54b056e-8275-413e-9c9a-ac91165f3d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12734 2024.10.03 20:37:01.468452 [ 3 ] {} <Debug> HTTP-Session: a54b056e-8275-413e-9c9a-ac91165f3d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12735 2024.10.03 20:37:01.468466 [ 3 ] {} <Debug> HTTP-Session: a54b056e-8275-413e-9c9a-ac91165f3d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12736 2024.10.03 20:37:01.468497 [ 3 ] {} <Trace> HTTP-Session: a54b056e-8275-413e-9c9a-ac91165f3d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12737 2024.10.03 20:37:01.468674 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12738 2024.10.03 20:37:01.468723 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12739 2024.10.03 20:37:01.468891 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12740 2024.10.03 20:37:01.469336 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12741 2024.10.03 20:37:01.469373 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12742 2024.10.03 20:37:01.469762 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12743 2024.10.03 20:37:01.470119 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12744 2024.10.03 20:37:01.470274 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001692 sec., 141843.97163120567 rows/sec., 9.50 MiB/sec.
12745 2024.10.03 20:37:01.470447 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Debug> DynamicQueryHandler: Done processing query
12746 2024.10.03 20:37:01.470471 [ 3 ] {32efba2a-8bfe-492b-9e6a-46d40c5f31f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
12747 2024.10.03 20:37:01.470487 [ 3 ] {} <Debug> HTTP-Session: a54b056e-8275-413e-9c9a-ac91165f3d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12748 2024.10.03 20:37:01.470612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12749 2024.10.03 20:37:01.470661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12750 2024.10.03 20:37:01.470680 [ 3 ] {} <Debug> HTTP-Session: 815925f3-9730-4698-9e76-213b0ffd51b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12751 2024.10.03 20:37:01.470697 [ 3 ] {} <Debug> HTTP-Session: 815925f3-9730-4698-9e76-213b0ffd51b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12752 2024.10.03 20:37:01.470711 [ 3 ] {} <Debug> HTTP-Session: 815925f3-9730-4698-9e76-213b0ffd51b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12753 2024.10.03 20:37:01.470742 [ 3 ] {} <Trace> HTTP-Session: 815925f3-9730-4698-9e76-213b0ffd51b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12754 2024.10.03 20:37:01.470835 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
12755 2024.10.03 20:37:01.470886 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12756 2024.10.03 20:37:01.471023 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12757 2024.10.03 20:37:01.471274 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12758 2024.10.03 20:37:01.471309 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12759 2024.10.03 20:37:01.471660 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12760 2024.10.03 20:37:01.471999 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12761 2024.10.03 20:37:01.472159 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec.
12762 2024.10.03 20:37:01.472474 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Debug> DynamicQueryHandler: Done processing query
12763 2024.10.03 20:37:01.472525 [ 3 ] {e7a20a4d-4c3e-4990-8fc8-6b2bf9958b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
12764 2024.10.03 20:37:01.472564 [ 3 ] {} <Debug> HTTP-Session: 815925f3-9730-4698-9e76-213b0ffd51b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12765 2024.10.03 20:37:01.472774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12766 2024.10.03 20:37:01.472826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12767 2024.10.03 20:37:01.472846 [ 3 ] {} <Debug> HTTP-Session: 8742ea1a-dc65-41b5-8f13-fb991ca8918e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12768 2024.10.03 20:37:01.472865 [ 3 ] {} <Debug> HTTP-Session: 8742ea1a-dc65-41b5-8f13-fb991ca8918e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12769 2024.10.03 20:37:01.472879 [ 3 ] {} <Debug> HTTP-Session: 8742ea1a-dc65-41b5-8f13-fb991ca8918e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12770 2024.10.03 20:37:01.472912 [ 3 ] {} <Trace> HTTP-Session: 8742ea1a-dc65-41b5-8f13-fb991ca8918e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12771 2024.10.03 20:37:01.473363 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12772 2024.10.03 20:37:01.473435 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12773 2024.10.03 20:37:01.473889 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12774 2024.10.03 20:37:01.474775 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12775 2024.10.03 20:37:01.474811 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12776 2024.10.03 20:37:01.475498 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
12777 2024.10.03 20:37:01.475912 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12778 2024.10.03 20:37:01.476101 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003086 sec., 16850.29163966299 rows/sec., 30.19 MiB/sec.
12779 2024.10.03 20:37:01.476339 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Debug> DynamicQueryHandler: Done processing query
12780 2024.10.03 20:37:01.476362 [ 3 ] {1ad132b0-dcd3-41f5-8c94-ca0485c21e25} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
12781 2024.10.03 20:37:01.476379 [ 3 ] {} <Debug> HTTP-Session: 8742ea1a-dc65-41b5-8f13-fb991ca8918e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12782 2024.10.03 20:37:01.476519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12783 2024.10.03 20:37:01.476570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12784 2024.10.03 20:37:01.476589 [ 3 ] {} <Debug> HTTP-Session: e37c1b74-f821-40b6-9c53-9b49f746139d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12785 2024.10.03 20:37:01.476606 [ 3 ] {} <Debug> HTTP-Session: e37c1b74-f821-40b6-9c53-9b49f746139d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12786 2024.10.03 20:37:01.476620 [ 3 ] {} <Debug> HTTP-Session: e37c1b74-f821-40b6-9c53-9b49f746139d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12787 2024.10.03 20:37:01.476650 [ 3 ] {} <Trace> HTTP-Session: e37c1b74-f821-40b6-9c53-9b49f746139d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12788 2024.10.03 20:37:01.476768 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12789 2024.10.03 20:37:01.476813 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12790 2024.10.03 20:37:01.476950 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12791 2024.10.03 20:37:01.477312 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12792 2024.10.03 20:37:01.477349 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12793 2024.10.03 20:37:01.477717 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12794 2024.10.03 20:37:01.478049 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12795 2024.10.03 20:37:01.478201 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec.
12796 2024.10.03 20:37:01.478372 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Debug> DynamicQueryHandler: Done processing query
12797 2024.10.03 20:37:01.478396 [ 3 ] {bfdc0e18-4ffe-4139-85ea-5241d06120ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12798 2024.10.03 20:37:01.478412 [ 3 ] {} <Debug> HTTP-Session: e37c1b74-f821-40b6-9c53-9b49f746139d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12799 2024.10.03 20:37:04.491944 [ 104 ] {} <Debug> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
12800 2024.10.03 20:37:04.492061 [ 104 ] {} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12801 2024.10.03 20:37:04.492105 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12802 2024.10.03 20:37:04.492403 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::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
12803 2024.10.03 20:37:04.492712 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12804 2024.10.03 20:37:04.492777 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
12805 2024.10.03 20:37:04.492910 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
12806 2024.10.03 20:37:04.493338 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::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
12807 2024.10.03 20:37:04.493579 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part
12808 2024.10.03 20:37:04.493813 [ 201 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part
12809 2024.10.03 20:37:04.495121 [ 189 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002909643 sec., 17527.923528762807 rows/sec., 1.25 MiB/sec.
12810 2024.10.03 20:37:04.495323 [ 191 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
12811 2024.10.03 20:37:04.495862 [ 191 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12812 2024.10.03 20:37:04.495964 [ 191 ] {8ce177e6-707d-4a60-85c4-2fe5c48a9ff5::all_1_5_1} <Trace> oximeter.measurements_i64 (8ce177e6-707d-4a60-85c4-2fe5c48a9ff5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
12813 2024.10.03 20:37:04.496075 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
12814 2024.10.03 20:37:05.814700 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1252
12815 2024.10.03 20:37:05.817675 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12816 2024.10.03 20:37:05.817727 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12817 2024.10.03 20:37:05.819238 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12818 2024.10.03 20:37:05.820231 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12819 2024.10.03 20:37:05.821604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252
12820 2024.10.03 20:37:06.440402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12821 2024.10.03 20:37:06.440517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12822 2024.10.03 20:37:06.440542 [ 3 ] {} <Debug> HTTP-Session: 885506fe-717b-4e9d-9e11-16a80c76e3e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12823 2024.10.03 20:37:06.440566 [ 3 ] {} <Debug> HTTP-Session: 885506fe-717b-4e9d-9e11-16a80c76e3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12824 2024.10.03 20:37:06.440580 [ 3 ] {} <Debug> HTTP-Session: 885506fe-717b-4e9d-9e11-16a80c76e3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12825 2024.10.03 20:37:06.440628 [ 3 ] {} <Trace> HTTP-Session: 885506fe-717b-4e9d-9e11-16a80c76e3e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12826 2024.10.03 20:37:06.440828 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12827 2024.10.03 20:37:06.440896 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12828 2024.10.03 20:37:06.441235 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12829 2024.10.03 20:37:06.441763 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12830 2024.10.03 20:37:06.441804 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12831 2024.10.03 20:37:06.442245 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12832 2024.10.03 20:37:06.442641 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12833 2024.10.03 20:37:06.442802 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002043 sec., 35242.290748898675 rows/sec., 2.86 MiB/sec.
12834 2024.10.03 20:37:06.443039 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Debug> DynamicQueryHandler: Done processing query
12835 2024.10.03 20:37:06.443065 [ 3 ] {77eee9c7-3596-4abf-9c8b-b65971d75c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12836 2024.10.03 20:37:06.443082 [ 3 ] {} <Debug> HTTP-Session: 885506fe-717b-4e9d-9e11-16a80c76e3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12837 2024.10.03 20:37:06.443250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12838 2024.10.03 20:37:06.443301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12839 2024.10.03 20:37:06.443319 [ 3 ] {} <Debug> HTTP-Session: 89094ddb-28ea-4140-8bdb-23c93f3fc350 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12840 2024.10.03 20:37:06.443336 [ 3 ] {} <Debug> HTTP-Session: 89094ddb-28ea-4140-8bdb-23c93f3fc350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12841 2024.10.03 20:37:06.443350 [ 3 ] {} <Debug> HTTP-Session: 89094ddb-28ea-4140-8bdb-23c93f3fc350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12842 2024.10.03 20:37:06.443382 [ 3 ] {} <Trace> HTTP-Session: 89094ddb-28ea-4140-8bdb-23c93f3fc350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12843 2024.10.03 20:37:06.443481 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12844 2024.10.03 20:37:06.443527 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12845 2024.10.03 20:37:06.443763 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12846 2024.10.03 20:37:06.444121 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12847 2024.10.03 20:37:06.444158 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12848 2024.10.03 20:37:06.444503 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12849 2024.10.03 20:37:06.444875 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12850 2024.10.03 20:37:06.445034 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 383.89 KiB/sec.
12851 2024.10.03 20:37:06.445036 [ 99 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12852 2024.10.03 20:37:06.445135 [ 99 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12853 2024.10.03 20:37:06.445187 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12854 2024.10.03 20:37:06.445320 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Debug> DynamicQueryHandler: Done processing query
12855 2024.10.03 20:37:06.445392 [ 3 ] {db44edcb-07ae-4480-ac58-234c2a1e6430} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12856 2024.10.03 20:37:06.445426 [ 3 ] {} <Debug> HTTP-Session: 89094ddb-28ea-4140-8bdb-23c93f3fc350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12857 2024.10.03 20:37:06.445450 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::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
12858 2024.10.03 20:37:06.445620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12859 2024.10.03 20:37:06.445740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12860 2024.10.03 20:37:06.445786 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12861 2024.10.03 20:37:06.445798 [ 3 ] {} <Debug> HTTP-Session: afa10915-8edc-4f0a-9f16-be91f0b00967 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12862 2024.10.03 20:37:06.445855 [ 3 ] {} <Debug> HTTP-Session: afa10915-8edc-4f0a-9f16-be91f0b00967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12863 2024.10.03 20:37:06.445872 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 74 rows starting from the beginning of the part
12864 2024.10.03 20:37:06.445886 [ 3 ] {} <Debug> HTTP-Session: afa10915-8edc-4f0a-9f16-be91f0b00967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12865 2024.10.03 20:37:06.445967 [ 3 ] {} <Trace> HTTP-Session: afa10915-8edc-4f0a-9f16-be91f0b00967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12866 2024.10.03 20:37:06.446175 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part
12867 2024.10.03 20:37:06.446364 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
12868 2024.10.03 20:37:06.446529 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 55 rows starting from the beginning of the part
12869 2024.10.03 20:37:06.446549 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12870 2024.10.03 20:37:06.446981 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part
12871 2024.10.03 20:37:06.447293 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 55 rows starting from the beginning of the part
12872 2024.10.03 20:37:06.447754 [ 189 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part
12873 2024.10.03 20:37:06.448155 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12874 2024.10.03 20:37:06.449149 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12875 2024.10.03 20:37:06.449214 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
12876 2024.10.03 20:37:06.450279 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12877 2024.10.03 20:37:06.450760 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.005462336 sec., 38078.9464434264 rows/sec., 2.90 MiB/sec.
12878 2024.10.03 20:37:06.451141 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12879 2024.10.03 20:37:06.451388 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12880 2024.10.03 20:37:06.451940 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005728 sec., 12569.832402234637 rows/sec., 1004.86 KiB/sec.
12881 2024.10.03 20:37:06.452238 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12882 2024.10.03 20:37:06.452352 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Debug> DynamicQueryHandler: Done processing query
12883 2024.10.03 20:37:06.452384 [ 191 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_56_11} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12884 2024.10.03 20:37:06.452406 [ 3 ] {3e037e50-f5f7-476d-bfa0-74aac1a3765f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
12885 2024.10.03 20:37:06.452452 [ 3 ] {} <Debug> HTTP-Session: afa10915-8edc-4f0a-9f16-be91f0b00967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12886 2024.10.03 20:37:06.452571 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
12887 2024.10.03 20:37:06.452721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12888 2024.10.03 20:37:06.452796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12889 2024.10.03 20:37:06.452826 [ 3 ] {} <Debug> HTTP-Session: 2b05ee81-e217-4fda-b2da-eabfc1ae0abb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12890 2024.10.03 20:37:06.452851 [ 3 ] {} <Debug> HTTP-Session: 2b05ee81-e217-4fda-b2da-eabfc1ae0abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12891 2024.10.03 20:37:06.452874 [ 3 ] {} <Debug> HTTP-Session: 2b05ee81-e217-4fda-b2da-eabfc1ae0abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12892 2024.10.03 20:37:06.452922 [ 3 ] {} <Trace> HTTP-Session: 2b05ee81-e217-4fda-b2da-eabfc1ae0abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12893 2024.10.03 20:37:06.453147 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
12894 2024.10.03 20:37:06.453211 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12895 2024.10.03 20:37:06.453451 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12896 2024.10.03 20:37:06.453955 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12897 2024.10.03 20:37:06.454001 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12898 2024.10.03 20:37:06.454551 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12899 2024.10.03 20:37:06.455036 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12900 2024.10.03 20:37:06.455228 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002188 sec., 73126.14259597806 rows/sec., 5.09 MiB/sec.
12901 2024.10.03 20:37:06.455589 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Debug> DynamicQueryHandler: Done processing query
12902 2024.10.03 20:37:06.455670 [ 3 ] {3b470783-7985-4630-b726-b90d5762cb17} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
12903 2024.10.03 20:37:06.455746 [ 3 ] {} <Debug> HTTP-Session: 2b05ee81-e217-4fda-b2da-eabfc1ae0abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12904 2024.10.03 20:37:06.455961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12905 2024.10.03 20:37:06.456038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12906 2024.10.03 20:37:06.456065 [ 3 ] {} <Debug> HTTP-Session: 435b9eb2-83f7-44c1-8f2b-f2117a9a2a9e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12907 2024.10.03 20:37:06.456088 [ 3 ] {} <Debug> HTTP-Session: 435b9eb2-83f7-44c1-8f2b-f2117a9a2a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12908 2024.10.03 20:37:06.456108 [ 3 ] {} <Debug> HTTP-Session: 435b9eb2-83f7-44c1-8f2b-f2117a9a2a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12909 2024.10.03 20:37:06.456149 [ 3 ] {} <Trace> HTTP-Session: 435b9eb2-83f7-44c1-8f2b-f2117a9a2a9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12910 2024.10.03 20:37:06.456360 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
12911 2024.10.03 20:37:06.456449 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12912 2024.10.03 20:37:06.457009 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12913 2024.10.03 20:37:06.457703 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12914 2024.10.03 20:37:06.457750 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12915 2024.10.03 20:37:06.458652 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12916 2024.10.03 20:37:06.459124 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12917 2024.10.03 20:37:06.459309 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003052 sec., 2621.231979030144 rows/sec., 4.70 MiB/sec.
12918 2024.10.03 20:37:06.459552 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Debug> DynamicQueryHandler: Done processing query
12919 2024.10.03 20:37:06.459577 [ 3 ] {9820cfce-7699-45c2-90d1-c7c1ea0e32f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
12920 2024.10.03 20:37:06.459594 [ 3 ] {} <Debug> HTTP-Session: 435b9eb2-83f7-44c1-8f2b-f2117a9a2a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12921 2024.10.03 20:37:06.459729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12922 2024.10.03 20:37:06.459776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12923 2024.10.03 20:37:06.459796 [ 3 ] {} <Debug> HTTP-Session: 87a676e5-1567-4589-90d0-c6f7028c1eaa Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12924 2024.10.03 20:37:06.459812 [ 3 ] {} <Debug> HTTP-Session: 87a676e5-1567-4589-90d0-c6f7028c1eaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12925 2024.10.03 20:37:06.459826 [ 3 ] {} <Debug> HTTP-Session: 87a676e5-1567-4589-90d0-c6f7028c1eaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12926 2024.10.03 20:37:06.459857 [ 3 ] {} <Trace> HTTP-Session: 87a676e5-1567-4589-90d0-c6f7028c1eaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12927 2024.10.03 20:37:06.459973 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
12928 2024.10.03 20:37:06.460018 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12929 2024.10.03 20:37:06.460150 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12930 2024.10.03 20:37:06.460463 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12931 2024.10.03 20:37:06.460499 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
12932 2024.10.03 20:37:06.460864 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12933 2024.10.03 20:37:06.461189 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12934 2024.10.03 20:37:06.461338 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec.
12935 2024.10.03 20:37:06.461506 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Debug> DynamicQueryHandler: Done processing query
12936 2024.10.03 20:37:06.461531 [ 3 ] {f19dfa53-2faf-43a5-a248-fa20e8451926} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
12937 2024.10.03 20:37:06.461547 [ 3 ] {} <Debug> HTTP-Session: 87a676e5-1567-4589-90d0-c6f7028c1eaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12938 2024.10.03 20:37:10.546244 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
12939 2024.10.03 20:37:10.546317 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
12940 2024.10.03 20:37:11.446242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12941 2024.10.03 20:37:11.446357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12942 2024.10.03 20:37:11.446400 [ 3 ] {} <Debug> HTTP-Session: 6c98e6c8-6b37-4a54-ab77-fb1d7ca768c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12943 2024.10.03 20:37:11.446441 [ 3 ] {} <Debug> HTTP-Session: 6c98e6c8-6b37-4a54-ab77-fb1d7ca768c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12944 2024.10.03 20:37:11.446470 [ 3 ] {} <Debug> HTTP-Session: 6c98e6c8-6b37-4a54-ab77-fb1d7ca768c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12945 2024.10.03 20:37:11.446544 [ 3 ] {} <Trace> HTTP-Session: 6c98e6c8-6b37-4a54-ab77-fb1d7ca768c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12946 2024.10.03 20:37:11.446811 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
12947 2024.10.03 20:37:11.446917 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12948 2024.10.03 20:37:11.447431 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12949 2024.10.03 20:37:11.447872 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12950 2024.10.03 20:37:11.447913 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
12951 2024.10.03 20:37:11.448306 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12952 2024.10.03 20:37:11.448683 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12953 2024.10.03 20:37:11.448864 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00213 sec., 2816.9014084507044 rows/sec., 229.70 KiB/sec.
12954 2024.10.03 20:37:11.448864 [ 94 ] {} <Debug> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
12955 2024.10.03 20:37:11.448965 [ 94 ] {} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12956 2024.10.03 20:37:11.449027 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
12957 2024.10.03 20:37:11.449171 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Debug> DynamicQueryHandler: Done processing query
12958 2024.10.03 20:37:11.449196 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
12959 2024.10.03 20:37:11.449209 [ 3 ] {edc95a4e-85c9-46ea-a268-ed84c7009a01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
12960 2024.10.03 20:37:11.449286 [ 3 ] {} <Debug> HTTP-Session: 6c98e6c8-6b37-4a54-ab77-fb1d7ca768c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12961 2024.10.03 20:37:11.449425 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12962 2024.10.03 20:37:11.449465 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 18 rows starting from the beginning of the part
12963 2024.10.03 20:37:11.449562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12964 2024.10.03 20:37:11.449658 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
12965 2024.10.03 20:37:11.449719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12966 2024.10.03 20:37:11.449799 [ 3 ] {} <Debug> HTTP-Session: 43d7f405-8038-472d-b1e4-c8cb45827afb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12967 2024.10.03 20:37:11.449912 [ 3 ] {} <Debug> HTTP-Session: 43d7f405-8038-472d-b1e4-c8cb45827afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12968 2024.10.03 20:37:11.449963 [ 3 ] {} <Debug> HTTP-Session: 43d7f405-8038-472d-b1e4-c8cb45827afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12969 2024.10.03 20:37:11.449976 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
12970 2024.10.03 20:37:11.450122 [ 3 ] {} <Trace> HTTP-Session: 43d7f405-8038-472d-b1e4-c8cb45827afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12971 2024.10.03 20:37:11.450303 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part
12972 2024.10.03 20:37:11.450702 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3 rows starting from the beginning of the part
12973 2024.10.03 20:37:11.450723 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
12974 2024.10.03 20:37:11.450893 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12975 2024.10.03 20:37:11.450964 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
12976 2024.10.03 20:37:11.451996 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12977 2024.10.03 20:37:11.453202 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12978 2024.10.03 20:37:11.453263 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
12979 2024.10.03 20:37:11.453825 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 5 columns (5 merged, 0 gathered) in 0.004706477 sec., 8711.399205817856 rows/sec., 730.38 KiB/sec.
12980 2024.10.03 20:37:11.454045 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
12981 2024.10.03 20:37:11.454154 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12982 2024.10.03 20:37:11.455176 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2024.10.03 20:37:11.455283 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12984 2024.10.03 20:37:11.455343 [ 199 ] {85f50691-8f85-422c-a6e3-71b8d610f85a::all_1_25_5} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
12985 2024.10.03 20:37:11.455556 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12986 2024.10.03 20:37:11.455633 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Debug> executeQuery: Read 296 rows, 26.88 KiB in 0.005246 sec., 56423.942051086546 rows/sec., 5.00 MiB/sec.
12987 2024.10.03 20:37:11.455980 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Debug> DynamicQueryHandler: Done processing query
12988 2024.10.03 20:37:11.456037 [ 3 ] {b5ae7d00-8218-4ed7-adb3-3b379ed76a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
12989 2024.10.03 20:37:11.456101 [ 3 ] {} <Debug> HTTP-Session: 43d7f405-8038-472d-b1e4-c8cb45827afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
12990 2024.10.03 20:37:11.456301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 8343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
12991 2024.10.03 20:37:11.456351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
12992 2024.10.03 20:37:11.456370 [ 3 ] {} <Debug> HTTP-Session: 6f8399f6-b106-46aa-a31b-6f5874af7eac Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
12993 2024.10.03 20:37:11.456387 [ 3 ] {} <Debug> HTTP-Session: 6f8399f6-b106-46aa-a31b-6f5874af7eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
12994 2024.10.03 20:37:11.456401 [ 3 ] {} <Debug> HTTP-Session: 6f8399f6-b106-46aa-a31b-6f5874af7eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
12995 2024.10.03 20:37:11.456435 [ 3 ] {} <Trace> HTTP-Session: 6f8399f6-b106-46aa-a31b-6f5874af7eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12996 2024.10.03 20:37:11.456558 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
12997 2024.10.03 20:37:11.456602 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12998 2024.10.03 20:37:11.456859 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
12999 2024.10.03 20:37:11.457201 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13000 2024.10.03 20:37:11.457238 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13001 2024.10.03 20:37:11.457589 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
13002 2024.10.03 20:37:11.457946 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13003 2024.10.03 20:37:11.458100 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Debug> executeQuery: Read 58 rows, 4.33 KiB in 0.001579 sec., 36732.10892970234 rows/sec., 2.68 MiB/sec.
13004 2024.10.03 20:37:11.458274 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Debug> DynamicQueryHandler: Done processing query
13005 2024.10.03 20:37:11.458299 [ 3 ] {dcfec0cf-8ed4-43af-b1f5-522fee9ca7a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13006 2024.10.03 20:37:11.458316 [ 3 ] {} <Debug> HTTP-Session: 6f8399f6-b106-46aa-a31b-6f5874af7eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13007 2024.10.03 20:37:11.458438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13008 2024.10.03 20:37:11.458486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13009 2024.10.03 20:37:11.458506 [ 3 ] {} <Debug> HTTP-Session: 3912ff03-adb5-4a9a-9c40-4e05706f801e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13010 2024.10.03 20:37:11.458522 [ 3 ] {} <Debug> HTTP-Session: 3912ff03-adb5-4a9a-9c40-4e05706f801e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13011 2024.10.03 20:37:11.458536 [ 3 ] {} <Debug> HTTP-Session: 3912ff03-adb5-4a9a-9c40-4e05706f801e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13012 2024.10.03 20:37:11.458566 [ 3 ] {} <Trace> HTTP-Session: 3912ff03-adb5-4a9a-9c40-4e05706f801e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13013 2024.10.03 20:37:11.458664 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13014 2024.10.03 20:37:11.458706 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13015 2024.10.03 20:37:11.458932 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13016 2024.10.03 20:37:11.459223 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13017 2024.10.03 20:37:11.459261 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13018 2024.10.03 20:37:11.459616 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
13019 2024.10.03 20:37:11.459973 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13020 2024.10.03 20:37:11.460129 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec.
13021 2024.10.03 20:37:11.460332 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Debug> DynamicQueryHandler: Done processing query
13022 2024.10.03 20:37:11.460359 [ 3 ] {66610dc1-866d-40b8-99eb-a9828a671551} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13023 2024.10.03 20:37:11.460377 [ 3 ] {} <Debug> HTTP-Session: 3912ff03-adb5-4a9a-9c40-4e05706f801e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13024 2024.10.03 20:37:11.460494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13025 2024.10.03 20:37:11.460541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13026 2024.10.03 20:37:11.460560 [ 3 ] {} <Debug> HTTP-Session: ad4d84b0-2e7e-4a80-9d6d-522994294731 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13027 2024.10.03 20:37:11.460577 [ 3 ] {} <Debug> HTTP-Session: ad4d84b0-2e7e-4a80-9d6d-522994294731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13028 2024.10.03 20:37:11.460590 [ 3 ] {} <Debug> HTTP-Session: ad4d84b0-2e7e-4a80-9d6d-522994294731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13029 2024.10.03 20:37:11.460620 [ 3 ] {} <Trace> HTTP-Session: ad4d84b0-2e7e-4a80-9d6d-522994294731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13030 2024.10.03 20:37:11.460714 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13031 2024.10.03 20:37:11.460757 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13032 2024.10.03 20:37:11.460989 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13033 2024.10.03 20:37:11.461286 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13034 2024.10.03 20:37:11.461321 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13035 2024.10.03 20:37:11.461655 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13036 2024.10.03 20:37:11.462012 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13037 2024.10.03 20:37:11.462169 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 240.50 KiB/sec.
13038 2024.10.03 20:37:11.462344 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Debug> DynamicQueryHandler: Done processing query
13039 2024.10.03 20:37:11.462369 [ 3 ] {3012f447-ebea-4465-b199-969599a38125} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13040 2024.10.03 20:37:11.462385 [ 3 ] {} <Debug> HTTP-Session: ad4d84b0-2e7e-4a80-9d6d-522994294731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13041 2024.10.03 20:37:11.462566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 71634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13042 2024.10.03 20:37:11.462633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13043 2024.10.03 20:37:11.462652 [ 3 ] {} <Debug> HTTP-Session: 263544b8-fe42-4f78-924f-af290aee32e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13044 2024.10.03 20:37:11.462669 [ 3 ] {} <Debug> HTTP-Session: 263544b8-fe42-4f78-924f-af290aee32e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13045 2024.10.03 20:37:11.462683 [ 3 ] {} <Debug> HTTP-Session: 263544b8-fe42-4f78-924f-af290aee32e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13046 2024.10.03 20:37:11.462714 [ 3 ] {} <Trace> HTTP-Session: 263544b8-fe42-4f78-924f-af290aee32e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13047 2024.10.03 20:37:11.462921 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13048 2024.10.03 20:37:11.462964 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13049 2024.10.03 20:37:11.463188 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13050 2024.10.03 20:37:11.463735 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13051 2024.10.03 20:37:11.463773 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13052 2024.10.03 20:37:11.464144 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13053 2024.10.03 20:37:11.464495 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13054 2024.10.03 20:37:11.464644 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001833 sec., 240043.64429896345 rows/sec., 17.23 MiB/sec.
13055 2024.10.03 20:37:11.464812 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Debug> DynamicQueryHandler: Done processing query
13056 2024.10.03 20:37:11.464836 [ 3 ] {8789663b-1ee7-431a-ab2b-ab169a2e1f27} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
13057 2024.10.03 20:37:11.464852 [ 3 ] {} <Debug> HTTP-Session: 263544b8-fe42-4f78-924f-af290aee32e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13058 2024.10.03 20:37:11.464993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13059 2024.10.03 20:37:11.465040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13060 2024.10.03 20:37:11.465060 [ 3 ] {} <Debug> HTTP-Session: 4f94592e-b46f-49cd-93b7-e8702d9d6e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13061 2024.10.03 20:37:11.465076 [ 3 ] {} <Debug> HTTP-Session: 4f94592e-b46f-49cd-93b7-e8702d9d6e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13062 2024.10.03 20:37:11.465090 [ 3 ] {} <Debug> HTTP-Session: 4f94592e-b46f-49cd-93b7-e8702d9d6e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13063 2024.10.03 20:37:11.465121 [ 3 ] {} <Trace> HTTP-Session: 4f94592e-b46f-49cd-93b7-e8702d9d6e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13064 2024.10.03 20:37:11.465215 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13065 2024.10.03 20:37:11.465260 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13066 2024.10.03 20:37:11.465390 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13067 2024.10.03 20:37:11.465651 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13068 2024.10.03 20:37:11.465689 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13069 2024.10.03 20:37:11.466041 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13070 2024.10.03 20:37:11.466360 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13071 2024.10.03 20:37:11.466521 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec.
13072 2024.10.03 20:37:11.466690 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Debug> DynamicQueryHandler: Done processing query
13073 2024.10.03 20:37:11.466715 [ 3 ] {48202372-627e-4349-826a-539de905a860} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13074 2024.10.03 20:37:11.466731 [ 3 ] {} <Debug> HTTP-Session: 4f94592e-b46f-49cd-93b7-e8702d9d6e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13075 2024.10.03 20:37:11.466917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 45214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13076 2024.10.03 20:37:11.466964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13077 2024.10.03 20:37:11.466983 [ 3 ] {} <Debug> HTTP-Session: 9f5ee2c6-2d62-47ff-ab19-3a65ec40b832 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13078 2024.10.03 20:37:11.467000 [ 3 ] {} <Debug> HTTP-Session: 9f5ee2c6-2d62-47ff-ab19-3a65ec40b832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13079 2024.10.03 20:37:11.467014 [ 3 ] {} <Debug> HTTP-Session: 9f5ee2c6-2d62-47ff-ab19-3a65ec40b832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13080 2024.10.03 20:37:11.467044 [ 3 ] {} <Trace> HTTP-Session: 9f5ee2c6-2d62-47ff-ab19-3a65ec40b832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13081 2024.10.03 20:37:11.467217 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13082 2024.10.03 20:37:11.467263 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13083 2024.10.03 20:37:11.467412 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13084 2024.10.03 20:37:11.467808 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13085 2024.10.03 20:37:11.467843 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13086 2024.10.03 20:37:11.468229 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13087 2024.10.03 20:37:11.468561 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13088 2024.10.03 20:37:11.468719 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001586 sec., 151324.08575031525 rows/sec., 10.15 MiB/sec.
13089 2024.10.03 20:37:11.468892 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Debug> DynamicQueryHandler: Done processing query
13090 2024.10.03 20:37:11.468917 [ 3 ] {41f4b010-3e0c-4c87-b1b2-3e8b24b124bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13091 2024.10.03 20:37:11.468934 [ 3 ] {} <Debug> HTTP-Session: 9f5ee2c6-2d62-47ff-ab19-3a65ec40b832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13092 2024.10.03 20:37:11.469059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13093 2024.10.03 20:37:11.469106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13094 2024.10.03 20:37:11.469125 [ 3 ] {} <Debug> HTTP-Session: ffe846a5-9139-4bf6-93c6-d1c14ab123d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13095 2024.10.03 20:37:11.469140 [ 3 ] {} <Debug> HTTP-Session: ffe846a5-9139-4bf6-93c6-d1c14ab123d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13096 2024.10.03 20:37:11.469154 [ 3 ] {} <Debug> HTTP-Session: ffe846a5-9139-4bf6-93c6-d1c14ab123d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13097 2024.10.03 20:37:11.469185 [ 3 ] {} <Trace> HTTP-Session: ffe846a5-9139-4bf6-93c6-d1c14ab123d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13098 2024.10.03 20:37:11.469276 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13099 2024.10.03 20:37:11.469321 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13100 2024.10.03 20:37:11.469451 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13101 2024.10.03 20:37:11.469697 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13102 2024.10.03 20:37:11.469732 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13103 2024.10.03 20:37:11.470074 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13104 2024.10.03 20:37:11.470390 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13105 2024.10.03 20:37:11.470545 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec.
13106 2024.10.03 20:37:11.470544 [ 93 ] {} <Debug> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
13107 2024.10.03 20:37:11.470658 [ 93 ] {} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13108 2024.10.03 20:37:11.470701 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13109 2024.10.03 20:37:11.470803 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Debug> DynamicQueryHandler: Done processing query
13110 2024.10.03 20:37:11.470855 [ 3 ] {ff2b5f52-372c-40ab-b888-8b7792aa1ef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13111 2024.10.03 20:37:11.470885 [ 3 ] {} <Debug> HTTP-Session: ffe846a5-9139-4bf6-93c6-d1c14ab123d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13112 2024.10.03 20:37:11.470891 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
13113 2024.10.03 20:37:11.471049 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13114 2024.10.03 20:37:11.471089 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 26 rows starting from the beginning of the part
13115 2024.10.03 20:37:11.471138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13116 2024.10.03 20:37:11.471275 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
13117 2024.10.03 20:37:11.471291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13118 2024.10.03 20:37:11.471384 [ 3 ] {} <Debug> HTTP-Session: 1b371650-0f96-47ed-9ca0-24a2febc86cc Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13119 2024.10.03 20:37:11.471490 [ 3 ] {} <Debug> HTTP-Session: 1b371650-0f96-47ed-9ca0-24a2febc86cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13120 2024.10.03 20:37:11.471586 [ 3 ] {} <Debug> HTTP-Session: 1b371650-0f96-47ed-9ca0-24a2febc86cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13121 2024.10.03 20:37:11.471608 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
13122 2024.10.03 20:37:11.471732 [ 3 ] {} <Trace> HTTP-Session: 1b371650-0f96-47ed-9ca0-24a2febc86cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13123 2024.10.03 20:37:11.471899 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
13124 2024.10.03 20:37:11.472224 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
13125 2024.10.03 20:37:11.472368 [ 187 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
13126 2024.10.03 20:37:11.472613 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13127 2024.10.03 20:37:11.472911 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13128 2024.10.03 20:37:11.474816 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13129 2024.10.03 20:37:11.475632 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004851011 sec., 6390.4204711141665 rows/sec., 429.80 KiB/sec.
13130 2024.10.03 20:37:11.475818 [ 186 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
13131 2024.10.03 20:37:11.476828 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13132 2024.10.03 20:37:11.476891 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13133 2024.10.03 20:37:11.476996 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13134 2024.10.03 20:37:11.477260 [ 194 ] {b05220b4-16c5-4649-ad81-7bdf000ef3ce::all_1_30_6} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
13135 2024.10.03 20:37:11.477421 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
13136 2024.10.03 20:37:11.477953 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
13137 2024.10.03 20:37:11.478388 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13138 2024.10.03 20:37:11.478584 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.00657 sec., 7914.764079147641 rows/sec., 14.18 MiB/sec.
13139 2024.10.03 20:37:11.478843 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Debug> DynamicQueryHandler: Done processing query
13140 2024.10.03 20:37:11.478868 [ 3 ] {d30d8d72-9254-48d9-8950-15241eea1069} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
13141 2024.10.03 20:37:11.478885 [ 3 ] {} <Debug> HTTP-Session: 1b371650-0f96-47ed-9ca0-24a2febc86cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13142 2024.10.03 20:37:11.479028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13143 2024.10.03 20:37:11.479077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13144 2024.10.03 20:37:11.479096 [ 3 ] {} <Debug> HTTP-Session: c177e79e-3157-4990-a17e-946584bae20d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13145 2024.10.03 20:37:11.479112 [ 3 ] {} <Debug> HTTP-Session: c177e79e-3157-4990-a17e-946584bae20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13146 2024.10.03 20:37:11.479126 [ 3 ] {} <Debug> HTTP-Session: c177e79e-3157-4990-a17e-946584bae20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13147 2024.10.03 20:37:11.479157 [ 3 ] {} <Trace> HTTP-Session: c177e79e-3157-4990-a17e-946584bae20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13148 2024.10.03 20:37:11.479275 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13149 2024.10.03 20:37:11.479319 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13150 2024.10.03 20:37:11.479451 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13151 2024.10.03 20:37:11.479764 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13152 2024.10.03 20:37:11.479800 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13153 2024.10.03 20:37:11.480150 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13154 2024.10.03 20:37:11.480465 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13155 2024.10.03 20:37:11.480618 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec.
13156 2024.10.03 20:37:11.480878 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Debug> DynamicQueryHandler: Done processing query
13157 2024.10.03 20:37:11.480935 [ 3 ] {2b00d08f-0065-4904-90d4-46616aa09aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13158 2024.10.03 20:37:11.480997 [ 3 ] {} <Debug> HTTP-Session: c177e79e-3157-4990-a17e-946584bae20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13159 2024.10.03 20:37:15.821773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1286
13160 2024.10.03 20:37:15.824974 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13161 2024.10.03 20:37:15.825019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13162 2024.10.03 20:37:15.826510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13163 2024.10.03 20:37:15.827521 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13164 2024.10.03 20:37:15.827689 [ 90 ] {} <Debug> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
13165 2024.10.03 20:37:15.827763 [ 90 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13166 2024.10.03 20:37:15.827810 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13167 2024.10.03 20:37:15.828208 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::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
13168 2024.10.03 20:37:15.828928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286
13169 2024.10.03 20:37:15.829504 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13170 2024.10.03 20:37:15.829622 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1104 rows starting from the beginning of the part
13171 2024.10.03 20:37:15.830047 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
13172 2024.10.03 20:37:15.830446 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 38 rows starting from the beginning of the part
13173 2024.10.03 20:37:15.830836 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part
13174 2024.10.03 20:37:15.831231 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part
13175 2024.10.03 20:37:15.831612 [ 186 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
13176 2024.10.03 20:37:15.839817 [ 190 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 72 columns (72 merged, 0 gathered) in 0.011903026 sec., 108039.75392475829 rows/sec., 72.64 MiB/sec.
13177 2024.10.03 20:37:15.841542 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
13178 2024.10.03 20:37:15.843357 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13179 2024.10.03 20:37:15.843479 [ 193 ] {d668f090-36a5-485e-9d61-3e528b7eff71::all_1_31_6} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
13180 2024.10.03 20:37:15.843846 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB.
13181 2024.10.03 20:37:16.439559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13182 2024.10.03 20:37:16.439686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13183 2024.10.03 20:37:16.439716 [ 3 ] {} <Debug> HTTP-Session: 5aabc735-f907-4c97-a75b-481a66db1761 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13184 2024.10.03 20:37:16.439745 [ 3 ] {} <Debug> HTTP-Session: 5aabc735-f907-4c97-a75b-481a66db1761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13185 2024.10.03 20:37:16.439763 [ 3 ] {} <Debug> HTTP-Session: 5aabc735-f907-4c97-a75b-481a66db1761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13186 2024.10.03 20:37:16.439819 [ 3 ] {} <Trace> HTTP-Session: 5aabc735-f907-4c97-a75b-481a66db1761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13187 2024.10.03 20:37:16.440015 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
13188 2024.10.03 20:37:16.440091 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13189 2024.10.03 20:37:16.440482 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13190 2024.10.03 20:37:16.440934 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13191 2024.10.03 20:37:16.440977 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13192 2024.10.03 20:37:16.441391 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
13193 2024.10.03 20:37:16.441782 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13194 2024.10.03 20:37:16.441955 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001993 sec., 1003.5122930255895 rows/sec., 81.83 KiB/sec.
13195 2024.10.03 20:37:16.442161 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Debug> DynamicQueryHandler: Done processing query
13196 2024.10.03 20:37:16.442188 [ 3 ] {e7351d4b-8345-45e1-bfe0-2c732f9bc03a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13197 2024.10.03 20:37:16.442204 [ 3 ] {} <Debug> HTTP-Session: 5aabc735-f907-4c97-a75b-481a66db1761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13198 2024.10.03 20:37:16.442378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13199 2024.10.03 20:37:16.442428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13200 2024.10.03 20:37:16.442447 [ 3 ] {} <Debug> HTTP-Session: 5517eddb-a2b3-4463-a4ee-471fd22fbe15 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13201 2024.10.03 20:37:16.442463 [ 3 ] {} <Debug> HTTP-Session: 5517eddb-a2b3-4463-a4ee-471fd22fbe15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13202 2024.10.03 20:37:16.442477 [ 3 ] {} <Debug> HTTP-Session: 5517eddb-a2b3-4463-a4ee-471fd22fbe15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13203 2024.10.03 20:37:16.442508 [ 3 ] {} <Trace> HTTP-Session: 5517eddb-a2b3-4463-a4ee-471fd22fbe15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13204 2024.10.03 20:37:16.442624 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13205 2024.10.03 20:37:16.442666 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13206 2024.10.03 20:37:16.442888 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13207 2024.10.03 20:37:16.443293 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13208 2024.10.03 20:37:16.443331 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13209 2024.10.03 20:37:16.443686 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13210 2024.10.03 20:37:16.444056 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13211 2024.10.03 20:37:16.444220 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001628 sec., 44840.29484029484 rows/sec., 3.64 MiB/sec.
13212 2024.10.03 20:37:16.444508 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Debug> DynamicQueryHandler: Done processing query
13213 2024.10.03 20:37:16.444567 [ 3 ] {65e56ac8-4b20-4dec-9c21-169badb0ce0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13214 2024.10.03 20:37:16.444623 [ 3 ] {} <Debug> HTTP-Session: 5517eddb-a2b3-4463-a4ee-471fd22fbe15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13215 2024.10.03 20:37:16.444833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13216 2024.10.03 20:37:16.444903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13217 2024.10.03 20:37:16.444924 [ 3 ] {} <Debug> HTTP-Session: e4be0bd3-2ed5-4aaa-9f9d-6ebbc5dff5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13218 2024.10.03 20:37:16.444940 [ 3 ] {} <Debug> HTTP-Session: e4be0bd3-2ed5-4aaa-9f9d-6ebbc5dff5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13219 2024.10.03 20:37:16.444954 [ 3 ] {} <Debug> HTTP-Session: e4be0bd3-2ed5-4aaa-9f9d-6ebbc5dff5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13220 2024.10.03 20:37:16.444986 [ 3 ] {} <Trace> HTTP-Session: e4be0bd3-2ed5-4aaa-9f9d-6ebbc5dff5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13221 2024.10.03 20:37:16.445091 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13222 2024.10.03 20:37:16.445136 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13223 2024.10.03 20:37:16.445381 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13224 2024.10.03 20:37:16.445734 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13225 2024.10.03 20:37:16.445770 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13226 2024.10.03 20:37:16.446112 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
13227 2024.10.03 20:37:16.446469 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13228 2024.10.03 20:37:16.446631 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001561 sec., 6406.149903907751 rows/sec., 474.83 KiB/sec.
13229 2024.10.03 20:37:16.446802 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Debug> DynamicQueryHandler: Done processing query
13230 2024.10.03 20:37:16.446827 [ 3 ] {fdd1d750-d8cb-4d2b-ad48-4be05c3dce6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13231 2024.10.03 20:37:16.446843 [ 3 ] {} <Debug> HTTP-Session: e4be0bd3-2ed5-4aaa-9f9d-6ebbc5dff5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13232 2024.10.03 20:37:16.446980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13233 2024.10.03 20:37:16.447029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13234 2024.10.03 20:37:16.447047 [ 3 ] {} <Debug> HTTP-Session: aef5baad-54d7-4b00-a997-ff84da2b0dbd Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13235 2024.10.03 20:37:16.447064 [ 3 ] {} <Debug> HTTP-Session: aef5baad-54d7-4b00-a997-ff84da2b0dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13236 2024.10.03 20:37:16.447077 [ 3 ] {} <Debug> HTTP-Session: aef5baad-54d7-4b00-a997-ff84da2b0dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13237 2024.10.03 20:37:16.447107 [ 3 ] {} <Trace> HTTP-Session: aef5baad-54d7-4b00-a997-ff84da2b0dbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13238 2024.10.03 20:37:16.447219 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13239 2024.10.03 20:37:16.447261 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13240 2024.10.03 20:37:16.447485 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13241 2024.10.03 20:37:16.447859 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13242 2024.10.03 20:37:16.447895 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13243 2024.10.03 20:37:16.448245 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13244 2024.10.03 20:37:16.448615 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13245 2024.10.03 20:37:16.448777 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001588 sec., 46599.49622166247 rows/sec., 3.64 MiB/sec.
13246 2024.10.03 20:37:16.449053 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Debug> DynamicQueryHandler: Done processing query
13247 2024.10.03 20:37:16.449106 [ 3 ] {d654e334-78f6-4398-983e-e90f21718f5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13248 2024.10.03 20:37:16.449162 [ 3 ] {} <Debug> HTTP-Session: aef5baad-54d7-4b00-a997-ff84da2b0dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13249 2024.10.03 20:37:16.449352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13250 2024.10.03 20:37:16.449403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13251 2024.10.03 20:37:16.449422 [ 3 ] {} <Debug> HTTP-Session: dd6cd91b-5e5f-4d15-b8db-7ec6b5add89f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13252 2024.10.03 20:37:16.449439 [ 3 ] {} <Debug> HTTP-Session: dd6cd91b-5e5f-4d15-b8db-7ec6b5add89f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13253 2024.10.03 20:37:16.449453 [ 3 ] {} <Debug> HTTP-Session: dd6cd91b-5e5f-4d15-b8db-7ec6b5add89f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13254 2024.10.03 20:37:16.449487 [ 3 ] {} <Trace> HTTP-Session: dd6cd91b-5e5f-4d15-b8db-7ec6b5add89f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13255 2024.10.03 20:37:16.449637 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13256 2024.10.03 20:37:16.449686 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13257 2024.10.03 20:37:16.449851 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13258 2024.10.03 20:37:16.450360 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13259 2024.10.03 20:37:16.450396 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13260 2024.10.03 20:37:16.450783 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13261 2024.10.03 20:37:16.451125 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13262 2024.10.03 20:37:16.451285 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001713 sec., 93987.1570344425 rows/sec., 6.55 MiB/sec.
13263 2024.10.03 20:37:16.451557 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Debug> DynamicQueryHandler: Done processing query
13264 2024.10.03 20:37:16.451621 [ 3 ] {d3d7e0e7-e742-42a9-b889-e7edc440e361} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
13265 2024.10.03 20:37:16.451678 [ 3 ] {} <Debug> HTTP-Session: dd6cd91b-5e5f-4d15-b8db-7ec6b5add89f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13266 2024.10.03 20:37:16.451873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13267 2024.10.03 20:37:16.451935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13268 2024.10.03 20:37:16.451955 [ 3 ] {} <Debug> HTTP-Session: edf2ba14-c371-49f8-a30a-5f03a4fcb363 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13269 2024.10.03 20:37:16.451971 [ 3 ] {} <Debug> HTTP-Session: edf2ba14-c371-49f8-a30a-5f03a4fcb363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13270 2024.10.03 20:37:16.451985 [ 3 ] {} <Debug> HTTP-Session: edf2ba14-c371-49f8-a30a-5f03a4fcb363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13271 2024.10.03 20:37:16.452017 [ 3 ] {} <Trace> HTTP-Session: edf2ba14-c371-49f8-a30a-5f03a4fcb363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13272 2024.10.03 20:37:16.452181 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13273 2024.10.03 20:37:16.452253 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13274 2024.10.03 20:37:16.452706 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13275 2024.10.03 20:37:16.453262 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13276 2024.10.03 20:37:16.453298 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13277 2024.10.03 20:37:16.453897 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
13278 2024.10.03 20:37:16.454321 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13279 2024.10.03 20:37:16.454536 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
13280 2024.10.03 20:37:16.454539 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec.
13281 2024.10.03 20:37:16.454665 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13282 2024.10.03 20:37:16.454773 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13283 2024.10.03 20:37:16.455082 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::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
13284 2024.10.03 20:37:16.455118 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Debug> DynamicQueryHandler: Done processing query
13285 2024.10.03 20:37:16.455146 [ 3 ] {d8f3838d-b788-4826-8092-1d83afbf82a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
13286 2024.10.03 20:37:16.455171 [ 3 ] {} <Debug> HTTP-Session: edf2ba14-c371-49f8-a30a-5f03a4fcb363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13287 2024.10.03 20:37:16.455308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13288 2024.10.03 20:37:16.455385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13289 2024.10.03 20:37:16.455424 [ 3 ] {} <Debug> HTTP-Session: a7192d51-1a7a-473f-8480-05b2e287677f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13290 2024.10.03 20:37:16.455451 [ 3 ] {} <Debug> HTTP-Session: a7192d51-1a7a-473f-8480-05b2e287677f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13291 2024.10.03 20:37:16.455476 [ 3 ] {} <Debug> HTTP-Session: a7192d51-1a7a-473f-8480-05b2e287677f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13292 2024.10.03 20:37:16.455529 [ 3 ] {} <Trace> HTTP-Session: a7192d51-1a7a-473f-8480-05b2e287677f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13293 2024.10.03 20:37:16.455578 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13294 2024.10.03 20:37:16.455657 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1011 rows starting from the beginning of the part
13295 2024.10.03 20:37:16.455694 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13296 2024.10.03 20:37:16.455759 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13297 2024.10.03 20:37:16.456289 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part
13298 2024.10.03 20:37:16.456430 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13299 2024.10.03 20:37:16.456737 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 52 rows starting from the beginning of the part
13300 2024.10.03 20:37:16.457229 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part
13301 2024.10.03 20:37:16.457310 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13302 2024.10.03 20:37:16.457373 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13303 2024.10.03 20:37:16.457608 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 52 rows starting from the beginning of the part
13304 2024.10.03 20:37:16.457986 [ 200 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part
13305 2024.10.03 20:37:16.458271 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13306 2024.10.03 20:37:16.458857 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13307 2024.10.03 20:37:16.459199 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003544 sec., 16930.022573363432 rows/sec., 1.14 MiB/sec.
13308 2024.10.03 20:37:16.459604 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Debug> DynamicQueryHandler: Done processing query
13309 2024.10.03 20:37:16.459657 [ 3 ] {cbf711c9-2989-4d81-b0a6-0a1a2e868728} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13310 2024.10.03 20:37:16.459716 [ 3 ] {} <Debug> HTTP-Session: a7192d51-1a7a-473f-8480-05b2e287677f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13311 2024.10.03 20:37:16.463275 [ 197 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1139 rows, containing 19 columns (19 merged, 0 gathered) in 0.008323227 sec., 136845.9613080359 rows/sec., 245.22 MiB/sec.
13312 2024.10.03 20:37:16.464994 [ 197 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
13313 2024.10.03 20:37:16.465706 [ 197 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13314 2024.10.03 20:37:16.465811 [ 197 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
13315 2024.10.03 20:37:16.465996 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB.
13316 2024.10.03 20:37:21.446408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13317 2024.10.03 20:37:21.446590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13318 2024.10.03 20:37:21.446636 [ 3 ] {} <Debug> HTTP-Session: 582e472b-ab76-4df5-92bd-4f83ba1eee01 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13319 2024.10.03 20:37:21.446678 [ 3 ] {} <Debug> HTTP-Session: 582e472b-ab76-4df5-92bd-4f83ba1eee01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13320 2024.10.03 20:37:21.446707 [ 3 ] {} <Debug> HTTP-Session: 582e472b-ab76-4df5-92bd-4f83ba1eee01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13321 2024.10.03 20:37:21.446782 [ 3 ] {} <Trace> HTTP-Session: 582e472b-ab76-4df5-92bd-4f83ba1eee01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13322 2024.10.03 20:37:21.446955 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
13323 2024.10.03 20:37:21.447018 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13324 2024.10.03 20:37:21.447351 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13325 2024.10.03 20:37:21.447791 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13326 2024.10.03 20:37:21.447832 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13327 2024.10.03 20:37:21.448243 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13328 2024.10.03 20:37:21.448644 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13329 2024.10.03 20:37:21.448806 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001904 sec., 1050.4201680672268 rows/sec., 85.65 KiB/sec.
13330 2024.10.03 20:37:21.449168 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Debug> DynamicQueryHandler: Done processing query
13331 2024.10.03 20:37:21.449240 [ 3 ] {6d90e7d0-fa01-4013-a653-7fcf746b5cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
13332 2024.10.03 20:37:21.449290 [ 3 ] {} <Debug> HTTP-Session: 582e472b-ab76-4df5-92bd-4f83ba1eee01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13333 2024.10.03 20:37:21.449495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13334 2024.10.03 20:37:21.449551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13335 2024.10.03 20:37:21.449570 [ 3 ] {} <Debug> HTTP-Session: 93089149-be85-464f-88b3-5b3b36aaf25f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13336 2024.10.03 20:37:21.449587 [ 3 ] {} <Debug> HTTP-Session: 93089149-be85-464f-88b3-5b3b36aaf25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13337 2024.10.03 20:37:21.449601 [ 3 ] {} <Debug> HTTP-Session: 93089149-be85-464f-88b3-5b3b36aaf25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13338 2024.10.03 20:37:21.449633 [ 3 ] {} <Trace> HTTP-Session: 93089149-be85-464f-88b3-5b3b36aaf25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13339 2024.10.03 20:37:21.449824 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13340 2024.10.03 20:37:21.449868 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13341 2024.10.03 20:37:21.450117 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13342 2024.10.03 20:37:21.450623 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13343 2024.10.03 20:37:21.450660 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13344 2024.10.03 20:37:21.451049 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13345 2024.10.03 20:37:21.451417 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13346 2024.10.03 20:37:21.451579 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Debug> executeQuery: Read 294 rows, 26.73 KiB in 0.001847 sec., 159177.04385489985 rows/sec., 14.13 MiB/sec.
13347 2024.10.03 20:37:21.451588 [ 82 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13348 2024.10.03 20:37:21.451703 [ 82 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13349 2024.10.03 20:37:21.451764 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13350 2024.10.03 20:37:21.451838 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Debug> DynamicQueryHandler: Done processing query
13351 2024.10.03 20:37:21.451909 [ 3 ] {a6ec0345-1bc1-4785-bff2-21bdbd9cbf0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
13352 2024.10.03 20:37:21.451939 [ 3 ] {} <Debug> HTTP-Session: 93089149-be85-464f-88b3-5b3b36aaf25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13353 2024.10.03 20:37:21.451990 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13354 2024.10.03 20:37:21.452108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13355 2024.10.03 20:37:21.452162 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13356 2024.10.03 20:37:21.452170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13357 2024.10.03 20:37:21.452206 [ 3 ] {} <Debug> HTTP-Session: aa42f5d6-69d7-4ae6-8e2d-d5cadecaf60e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13358 2024.10.03 20:37:21.452210 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1465 rows starting from the beginning of the part
13359 2024.10.03 20:37:21.452228 [ 3 ] {} <Debug> HTTP-Session: aa42f5d6-69d7-4ae6-8e2d-d5cadecaf60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13360 2024.10.03 20:37:21.452248 [ 3 ] {} <Debug> HTTP-Session: aa42f5d6-69d7-4ae6-8e2d-d5cadecaf60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13361 2024.10.03 20:37:21.452294 [ 3 ] {} <Trace> HTTP-Session: aa42f5d6-69d7-4ae6-8e2d-d5cadecaf60e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13362 2024.10.03 20:37:21.452359 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 299 rows starting from the beginning of the part
13363 2024.10.03 20:37:21.452522 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13364 2024.10.03 20:37:21.452563 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part
13365 2024.10.03 20:37:21.452683 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13366 2024.10.03 20:37:21.453079 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 296 rows starting from the beginning of the part
13367 2024.10.03 20:37:21.453216 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 73 rows starting from the beginning of the part
13368 2024.10.03 20:37:21.453521 [ 188 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 294 rows starting from the beginning of the part
13369 2024.10.03 20:37:21.454032 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13370 2024.10.03 20:37:21.454550 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13371 2024.10.03 20:37:21.454600 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13372 2024.10.03 20:37:21.455155 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13373 2024.10.03 20:37:21.455654 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13374 2024.10.03 20:37:21.455779 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2499 rows, containing 5 columns (5 merged, 0 gathered) in 0.003881666 sec., 643795.7310082836 rows/sec., 57.47 MiB/sec.
13375 2024.10.03 20:37:21.455933 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Debug> executeQuery: Read 54 rows, 4.05 KiB in 0.003471 sec., 15557.476231633535 rows/sec., 1.14 MiB/sec.
13376 2024.10.03 20:37:21.456380 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Debug> DynamicQueryHandler: Done processing query
13377 2024.10.03 20:37:21.456456 [ 3 ] {ff3fe084-93ad-460c-82bc-74957a5a100d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
13378 2024.10.03 20:37:21.456551 [ 3 ] {} <Debug> HTTP-Session: aa42f5d6-69d7-4ae6-8e2d-d5cadecaf60e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13379 2024.10.03 20:37:21.456581 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13380 2024.10.03 20:37:21.456893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13381 2024.10.03 20:37:21.457069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13382 2024.10.03 20:37:21.457164 [ 3 ] {} <Debug> HTTP-Session: 9cfe2aab-7f42-4225-9038-626b46bd10ea Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13383 2024.10.03 20:37:21.457209 [ 3 ] {} <Debug> HTTP-Session: 9cfe2aab-7f42-4225-9038-626b46bd10ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13384 2024.10.03 20:37:21.457256 [ 3 ] {} <Debug> HTTP-Session: 9cfe2aab-7f42-4225-9038-626b46bd10ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13385 2024.10.03 20:37:21.457389 [ 3 ] {} <Trace> HTTP-Session: 9cfe2aab-7f42-4225-9038-626b46bd10ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13386 2024.10.03 20:37:21.457670 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13387 2024.10.03 20:37:21.457741 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13388 2024.10.03 20:37:21.457868 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13389 2024.10.03 20:37:21.458122 [ 197 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_71_14} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13390 2024.10.03 20:37:21.458352 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
13391 2024.10.03 20:37:21.458376 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13392 2024.10.03 20:37:21.458720 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13393 2024.10.03 20:37:21.458759 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13394 2024.10.03 20:37:21.459134 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13395 2024.10.03 20:37:21.459515 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13396 2024.10.03 20:37:21.459681 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002085 sec., 6714.62829736211 rows/sec., 470.25 KiB/sec.
13397 2024.10.03 20:37:21.459858 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Debug> DynamicQueryHandler: Done processing query
13398 2024.10.03 20:37:21.459882 [ 3 ] {60b111c5-6123-482f-b5c1-abea6fe14dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13399 2024.10.03 20:37:21.459899 [ 3 ] {} <Debug> HTTP-Session: 9cfe2aab-7f42-4225-9038-626b46bd10ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13400 2024.10.03 20:37:21.460013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13401 2024.10.03 20:37:21.460060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13402 2024.10.03 20:37:21.460079 [ 3 ] {} <Debug> HTTP-Session: 0cfeebd8-000e-4ad7-ab7f-d4589677ca3f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13403 2024.10.03 20:37:21.460096 [ 3 ] {} <Debug> HTTP-Session: 0cfeebd8-000e-4ad7-ab7f-d4589677ca3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13404 2024.10.03 20:37:21.460110 [ 3 ] {} <Debug> HTTP-Session: 0cfeebd8-000e-4ad7-ab7f-d4589677ca3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13405 2024.10.03 20:37:21.460142 [ 3 ] {} <Trace> HTTP-Session: 0cfeebd8-000e-4ad7-ab7f-d4589677ca3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13406 2024.10.03 20:37:21.460238 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13407 2024.10.03 20:37:21.460282 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13408 2024.10.03 20:37:21.460514 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13409 2024.10.03 20:37:21.460819 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13410 2024.10.03 20:37:21.460855 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13411 2024.10.03 20:37:21.461212 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13412 2024.10.03 20:37:21.461585 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13413 2024.10.03 20:37:21.461741 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 232.61 KiB/sec.
13414 2024.10.03 20:37:21.461911 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Debug> DynamicQueryHandler: Done processing query
13415 2024.10.03 20:37:21.461935 [ 3 ] {ae6a67df-e405-460b-8674-1f30071acb86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13416 2024.10.03 20:37:21.461951 [ 3 ] {} <Debug> HTTP-Session: 0cfeebd8-000e-4ad7-ab7f-d4589677ca3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13417 2024.10.03 20:37:21.462144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 70950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13418 2024.10.03 20:37:21.462192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13419 2024.10.03 20:37:21.462211 [ 3 ] {} <Debug> HTTP-Session: cf25d9ff-3ebe-414f-8ce2-cef3478709f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13420 2024.10.03 20:37:21.462227 [ 3 ] {} <Debug> HTTP-Session: cf25d9ff-3ebe-414f-8ce2-cef3478709f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13421 2024.10.03 20:37:21.462241 [ 3 ] {} <Debug> HTTP-Session: cf25d9ff-3ebe-414f-8ce2-cef3478709f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13422 2024.10.03 20:37:21.462272 [ 3 ] {} <Trace> HTTP-Session: cf25d9ff-3ebe-414f-8ce2-cef3478709f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13423 2024.10.03 20:37:21.462490 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13424 2024.10.03 20:37:21.462534 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13425 2024.10.03 20:37:21.462761 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13426 2024.10.03 20:37:21.463309 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13427 2024.10.03 20:37:21.463346 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13428 2024.10.03 20:37:21.463723 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13429 2024.10.03 20:37:21.464084 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13430 2024.10.03 20:37:21.464241 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Debug> executeQuery: Read 436 rows, 32.01 KiB in 0.001863 sec., 234031.1325818572 rows/sec., 16.78 MiB/sec.
13431 2024.10.03 20:37:21.464262 [ 82 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13432 2024.10.03 20:37:21.464380 [ 82 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13433 2024.10.03 20:37:21.464440 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13434 2024.10.03 20:37:21.464533 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Debug> DynamicQueryHandler: Done processing query
13435 2024.10.03 20:37:21.464586 [ 3 ] {3d0787f5-85aa-42e1-a114-549b69d31fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
13436 2024.10.03 20:37:21.464616 [ 3 ] {} <Debug> HTTP-Session: cf25d9ff-3ebe-414f-8ce2-cef3478709f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13437 2024.10.03 20:37:21.464650 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13438 2024.10.03 20:37:21.464767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13439 2024.10.03 20:37:21.464818 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13440 2024.10.03 20:37:21.464828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13441 2024.10.03 20:37:21.464860 [ 3 ] {} <Debug> HTTP-Session: 2c1aafe0-7f0e-4e42-8efd-5d79aa9e2382 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13442 2024.10.03 20:37:21.464863 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 958 rows starting from the beginning of the part
13443 2024.10.03 20:37:21.464882 [ 3 ] {} <Debug> HTTP-Session: 2c1aafe0-7f0e-4e42-8efd-5d79aa9e2382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13444 2024.10.03 20:37:21.464904 [ 3 ] {} <Debug> HTTP-Session: 2c1aafe0-7f0e-4e42-8efd-5d79aa9e2382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13445 2024.10.03 20:37:21.464980 [ 3 ] {} <Trace> HTTP-Session: 2c1aafe0-7f0e-4e42-8efd-5d79aa9e2382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13446 2024.10.03 20:37:21.465090 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 455 rows starting from the beginning of the part
13447 2024.10.03 20:37:21.465343 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13448 2024.10.03 20:37:21.465421 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part
13449 2024.10.03 20:37:21.465434 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13450 2024.10.03 20:37:21.465641 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 440 rows starting from the beginning of the part
13451 2024.10.03 20:37:21.465978 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 74 rows starting from the beginning of the part
13452 2024.10.03 20:37:21.466329 [ 188 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 436 rows starting from the beginning of the part
13453 2024.10.03 20:37:21.466355 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13454 2024.10.03 20:37:21.466907 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13455 2024.10.03 20:37:21.466949 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13456 2024.10.03 20:37:21.467462 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13457 2024.10.03 20:37:21.467843 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13458 2024.10.03 20:37:21.468139 [ 82 ] {} <Debug> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
13459 2024.10.03 20:37:21.468257 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003032 sec., 1978.891820580475 rows/sec., 103.39 KiB/sec.
13460 2024.10.03 20:37:21.468319 [ 82 ] {} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13461 2024.10.03 20:37:21.468497 [ 195 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2435 rows, containing 5 columns (5 merged, 0 gathered) in 0.003939438 sec., 618108.471309867 rows/sec., 47.16 MiB/sec.
13462 2024.10.03 20:37:21.468514 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13463 2024.10.03 20:37:21.468834 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Debug> DynamicQueryHandler: Done processing query
13464 2024.10.03 20:37:21.468856 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::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
13465 2024.10.03 20:37:21.468872 [ 3 ] {e6d7945f-d636-4aa2-bfca-45e6568e6f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13466 2024.10.03 20:37:21.468918 [ 3 ] {} <Debug> HTTP-Session: 2c1aafe0-7f0e-4e42-8efd-5d79aa9e2382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13467 2024.10.03 20:37:21.468987 [ 195 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13468 2024.10.03 20:37:21.469191 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13469 2024.10.03 20:37:21.469207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13470 2024.10.03 20:37:21.469281 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
13471 2024.10.03 20:37:21.469299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13472 2024.10.03 20:37:21.469335 [ 3 ] {} <Debug> HTTP-Session: 9652a7f9-bdad-432a-a9d0-68b4d98e5e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13473 2024.10.03 20:37:21.469458 [ 3 ] {} <Debug> HTTP-Session: 9652a7f9-bdad-432a-a9d0-68b4d98e5e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13474 2024.10.03 20:37:21.469550 [ 3 ] {} <Debug> HTTP-Session: 9652a7f9-bdad-432a-a9d0-68b4d98e5e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13475 2024.10.03 20:37:21.469616 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
13476 2024.10.03 20:37:21.469717 [ 3 ] {} <Trace> HTTP-Session: 9652a7f9-bdad-432a-a9d0-68b4d98e5e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13477 2024.10.03 20:37:21.469995 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
13478 2024.10.03 20:37:21.470410 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13479 2024.10.03 20:37:21.470593 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
13480 2024.10.03 20:37:21.470710 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13481 2024.10.03 20:37:21.471280 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
13482 2024.10.03 20:37:21.471825 [ 188 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
13483 2024.10.03 20:37:21.471862 [ 195 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13484 2024.10.03 20:37:21.472495 [ 195 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_71_14} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13485 2024.10.03 20:37:21.472929 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
13486 2024.10.03 20:37:21.473040 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13487 2024.10.03 20:37:21.473794 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13488 2024.10.03 20:37:21.473833 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13489 2024.10.03 20:37:21.474252 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005551668 sec., 33503.444370232515 rows/sec., 1.71 MiB/sec.
13490 2024.10.03 20:37:21.474523 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
13491 2024.10.03 20:37:21.474609 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13492 2024.10.03 20:37:21.475568 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13493 2024.10.03 20:37:21.475682 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13494 2024.10.03 20:37:21.475743 [ 189 ] {95533ca2-506c-42fb-b8a5-09c600d31609::all_1_31_6} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
13495 2024.10.03 20:37:21.475970 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13496 2024.10.03 20:37:21.476010 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13497 2024.10.03 20:37:21.476019 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.006015 sec., 39567.74729842061 rows/sec., 2.65 MiB/sec.
13498 2024.10.03 20:37:21.476045 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2024.10.03 20:37:21.476113 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13500 2024.10.03 20:37:21.476470 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13501 2024.10.03 20:37:21.476588 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Debug> DynamicQueryHandler: Done processing query
13502 2024.10.03 20:37:21.476709 [ 3 ] {42ebcdcf-b487-45fb-a68f-086f268c0b5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13503 2024.10.03 20:37:21.476834 [ 3 ] {} <Debug> HTTP-Session: 9652a7f9-bdad-432a-a9d0-68b4d98e5e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13504 2024.10.03 20:37:21.477086 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13505 2024.10.03 20:37:21.477188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13506 2024.10.03 20:37:21.477219 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20456 rows starting from the beginning of the part
13507 2024.10.03 20:37:21.477386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13508 2024.10.03 20:37:21.477511 [ 3 ] {} <Debug> HTTP-Session: 76c05bde-4220-4714-9195-b6ae06701dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13509 2024.10.03 20:37:21.477583 [ 3 ] {} <Debug> HTTP-Session: 76c05bde-4220-4714-9195-b6ae06701dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13510 2024.10.03 20:37:21.477641 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 240 rows starting from the beginning of the part
13511 2024.10.03 20:37:21.477651 [ 3 ] {} <Debug> HTTP-Session: 76c05bde-4220-4714-9195-b6ae06701dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13512 2024.10.03 20:37:21.477767 [ 3 ] {} <Trace> HTTP-Session: 76c05bde-4220-4714-9195-b6ae06701dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13513 2024.10.03 20:37:21.477924 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part
13514 2024.10.03 20:37:21.478073 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13515 2024.10.03 20:37:21.478222 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 240 rows starting from the beginning of the part
13516 2024.10.03 20:37:21.478248 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13517 2024.10.03 20:37:21.478588 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 161 rows starting from the beginning of the part
13518 2024.10.03 20:37:21.478932 [ 198 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 238 rows starting from the beginning of the part
13519 2024.10.03 20:37:21.479490 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13520 2024.10.03 20:37:21.480536 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13521 2024.10.03 20:37:21.480634 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13522 2024.10.03 20:37:21.481700 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13523 2024.10.03 20:37:21.482698 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13524 2024.10.03 20:37:21.482942 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004974 sec., 201.0454362685967 rows/sec., 13.55 KiB/sec.
13525 2024.10.03 20:37:21.483199 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Debug> DynamicQueryHandler: Done processing query
13526 2024.10.03 20:37:21.483223 [ 3 ] {b5cd37bf-ad87-4f96-a8cd-dadc1e5a6951} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13527 2024.10.03 20:37:21.483239 [ 3 ] {} <Debug> HTTP-Session: 76c05bde-4220-4714-9195-b6ae06701dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13528 2024.10.03 20:37:21.483583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13529 2024.10.03 20:37:21.483649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13530 2024.10.03 20:37:21.483675 [ 3 ] {} <Debug> HTTP-Session: edc975ee-f46b-4088-aafc-b5cb204f243d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13531 2024.10.03 20:37:21.483698 [ 3 ] {} <Debug> HTTP-Session: edc975ee-f46b-4088-aafc-b5cb204f243d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13532 2024.10.03 20:37:21.483714 [ 3 ] {} <Debug> HTTP-Session: edc975ee-f46b-4088-aafc-b5cb204f243d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13533 2024.10.03 20:37:21.483757 [ 3 ] {} <Trace> HTTP-Session: edc975ee-f46b-4088-aafc-b5cb204f243d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13534 2024.10.03 20:37:21.484967 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13535 2024.10.03 20:37:21.485080 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13536 2024.10.03 20:37:21.485904 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13537 2024.10.03 20:37:21.486591 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21495 rows, containing 5 columns (5 merged, 0 gathered) in 0.010355698 sec., 2075668.873310133 rows/sec., 140.07 MiB/sec.
13538 2024.10.03 20:37:21.487153 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13539 2024.10.03 20:37:21.487338 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13540 2024.10.03 20:37:21.487383 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13541 2024.10.03 20:37:21.487823 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13542 2024.10.03 20:37:21.487938 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13543 2024.10.03 20:37:21.488049 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13544 2024.10.03 20:37:21.488371 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
13545 2024.10.03 20:37:21.488800 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13546 2024.10.03 20:37:21.488995 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.005069 sec., 10258.433616097851 rows/sec., 18.38 MiB/sec.
13547 2024.10.03 20:37:21.489614 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Debug> DynamicQueryHandler: Done processing query
13548 2024.10.03 20:37:21.489679 [ 3 ] {30c0742e-2c1c-4b57-a668-6cd4948997d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
13549 2024.10.03 20:37:21.489745 [ 3 ] {} <Debug> HTTP-Session: edc975ee-f46b-4088-aafc-b5cb204f243d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13550 2024.10.03 20:37:21.489926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13551 2024.10.03 20:37:21.489979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13552 2024.10.03 20:37:21.489997 [ 3 ] {} <Debug> HTTP-Session: f5090847-db05-49b9-b96a-61a6fe52d599 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13553 2024.10.03 20:37:21.490014 [ 3 ] {} <Debug> HTTP-Session: f5090847-db05-49b9-b96a-61a6fe52d599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13554 2024.10.03 20:37:21.490028 [ 3 ] {} <Debug> HTTP-Session: f5090847-db05-49b9-b96a-61a6fe52d599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13555 2024.10.03 20:37:21.490063 [ 3 ] {} <Trace> HTTP-Session: f5090847-db05-49b9-b96a-61a6fe52d599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13556 2024.10.03 20:37:21.490199 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13557 2024.10.03 20:37:21.490245 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13558 2024.10.03 20:37:21.490392 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13559 2024.10.03 20:37:21.490700 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13560 2024.10.03 20:37:21.490736 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13561 2024.10.03 20:37:21.491112 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13562 2024.10.03 20:37:21.491442 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13563 2024.10.03 20:37:21.491611 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec.
13564 2024.10.03 20:37:21.491611 [ 78 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13565 2024.10.03 20:37:21.491708 [ 78 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13566 2024.10.03 20:37:21.491776 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13567 2024.10.03 20:37:21.491908 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Debug> DynamicQueryHandler: Done processing query
13568 2024.10.03 20:37:21.491968 [ 3 ] {0ea02f3d-63cc-4018-b6c7-1958b09b1085} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13569 2024.10.03 20:37:21.492015 [ 3 ] {} <Debug> HTTP-Session: f5090847-db05-49b9-b96a-61a6fe52d599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13570 2024.10.03 20:37:21.492044 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13571 2024.10.03 20:37:21.492225 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13572 2024.10.03 20:37:21.492266 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3940 rows starting from the beginning of the part
13573 2024.10.03 20:37:21.492410 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
13574 2024.10.03 20:37:21.492607 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
13575 2024.10.03 20:37:21.492848 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part
13576 2024.10.03 20:37:21.492958 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
13577 2024.10.03 20:37:21.493168 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part
13578 2024.10.03 20:37:21.495021 [ 199 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4306 rows, containing 4 columns (4 merged, 0 gathered) in 0.003130798 sec., 1375368.1968622697 rows/sec., 89.51 MiB/sec.
13579 2024.10.03 20:37:21.495477 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13580 2024.10.03 20:37:21.495939 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13581 2024.10.03 20:37:21.496038 [ 194 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_71_14} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13582 2024.10.03 20:37:21.496131 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
13583 2024.10.03 20:37:24.725481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13584 2024.10.03 20:37:24.725661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13585 2024.10.03 20:37:24.725706 [ 3 ] {} <Debug> HTTP-Session: 59febffc-49db-4b39-838c-c31187f57646 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13586 2024.10.03 20:37:24.725746 [ 3 ] {} <Debug> HTTP-Session: 59febffc-49db-4b39-838c-c31187f57646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13587 2024.10.03 20:37:24.725774 [ 3 ] {} <Debug> HTTP-Session: 59febffc-49db-4b39-838c-c31187f57646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13588 2024.10.03 20:37:24.725855 [ 3 ] {} <Trace> HTTP-Session: 59febffc-49db-4b39-838c-c31187f57646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13589 2024.10.03 20:37:24.726053 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
13590 2024.10.03 20:37:24.726122 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13591 2024.10.03 20:37:24.726458 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13592 2024.10.03 20:37:24.726913 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13593 2024.10.03 20:37:24.726958 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13594 2024.10.03 20:37:24.727380 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13595 2024.10.03 20:37:24.727808 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13596 2024.10.03 20:37:24.727993 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001985 sec., 3022.6700251889174 rows/sec., 246.48 KiB/sec.
13597 2024.10.03 20:37:24.728228 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Debug> DynamicQueryHandler: Done processing query
13598 2024.10.03 20:37:24.728254 [ 3 ] {2e1538a5-9124-4fa5-a94c-24d51c9ee443} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13599 2024.10.03 20:37:24.728271 [ 3 ] {} <Debug> HTTP-Session: 59febffc-49db-4b39-838c-c31187f57646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13600 2024.10.03 20:37:24.728653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 176329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13601 2024.10.03 20:37:24.728709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13602 2024.10.03 20:37:24.728728 [ 3 ] {} <Debug> HTTP-Session: e33edfb4-0ae5-4714-8be5-0d9ba4d1a131 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13603 2024.10.03 20:37:24.728746 [ 3 ] {} <Debug> HTTP-Session: e33edfb4-0ae5-4714-8be5-0d9ba4d1a131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13604 2024.10.03 20:37:24.728761 [ 3 ] {} <Debug> HTTP-Session: e33edfb4-0ae5-4714-8be5-0d9ba4d1a131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13605 2024.10.03 20:37:24.728796 [ 3 ] {} <Trace> HTTP-Session: e33edfb4-0ae5-4714-8be5-0d9ba4d1a131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13606 2024.10.03 20:37:24.729256 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13607 2024.10.03 20:37:24.729304 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13608 2024.10.03 20:37:24.729548 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13609 2024.10.03 20:37:24.730687 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13610 2024.10.03 20:37:24.730725 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13611 2024.10.03 20:37:24.731185 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13612 2024.10.03 20:37:24.731560 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13613 2024.10.03 20:37:24.731720 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Debug> executeQuery: Read 1215 rows, 102.77 KiB in 0.002767 sec., 439103.72244307917 rows/sec., 36.27 MiB/sec.
13614 2024.10.03 20:37:24.732047 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Debug> DynamicQueryHandler: Done processing query
13615 2024.10.03 20:37:24.732106 [ 3 ] {392dc4e9-3201-43bf-9805-110dfdb0bb91} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
13616 2024.10.03 20:37:24.732152 [ 3 ] {} <Debug> HTTP-Session: e33edfb4-0ae5-4714-8be5-0d9ba4d1a131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13617 2024.10.03 20:37:24.732522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13618 2024.10.03 20:37:24.732574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13619 2024.10.03 20:37:24.732593 [ 3 ] {} <Debug> HTTP-Session: 18e3c7d5-7281-466c-ab74-e972d3a846a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13620 2024.10.03 20:37:24.732611 [ 3 ] {} <Debug> HTTP-Session: 18e3c7d5-7281-466c-ab74-e972d3a846a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13621 2024.10.03 20:37:24.732625 [ 3 ] {} <Debug> HTTP-Session: 18e3c7d5-7281-466c-ab74-e972d3a846a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13622 2024.10.03 20:37:24.732658 [ 3 ] {} <Trace> HTTP-Session: 18e3c7d5-7281-466c-ab74-e972d3a846a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13623 2024.10.03 20:37:24.732766 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13624 2024.10.03 20:37:24.732812 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13625 2024.10.03 20:37:24.733057 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13626 2024.10.03 20:37:24.733392 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13627 2024.10.03 20:37:24.733431 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13628 2024.10.03 20:37:24.733792 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13629 2024.10.03 20:37:24.734152 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13630 2024.10.03 20:37:24.734310 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001572 sec., 8905.852417302798 rows/sec., 649.18 KiB/sec.
13631 2024.10.03 20:37:24.734493 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Debug> DynamicQueryHandler: Done processing query
13632 2024.10.03 20:37:24.734518 [ 3 ] {3c3ddb73-b3c9-4682-a056-deda8719a404} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13633 2024.10.03 20:37:24.734534 [ 3 ] {} <Debug> HTTP-Session: 18e3c7d5-7281-466c-ab74-e972d3a846a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13634 2024.10.03 20:37:24.734722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13635 2024.10.03 20:37:24.734771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13636 2024.10.03 20:37:24.734790 [ 3 ] {} <Debug> HTTP-Session: cce5acdb-e577-48ca-b97f-e4b153131fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13637 2024.10.03 20:37:24.734806 [ 3 ] {} <Debug> HTTP-Session: cce5acdb-e577-48ca-b97f-e4b153131fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13638 2024.10.03 20:37:24.734820 [ 3 ] {} <Debug> HTTP-Session: cce5acdb-e577-48ca-b97f-e4b153131fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13639 2024.10.03 20:37:24.734852 [ 3 ] {} <Trace> HTTP-Session: cce5acdb-e577-48ca-b97f-e4b153131fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13640 2024.10.03 20:37:24.735003 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13641 2024.10.03 20:37:24.735046 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13642 2024.10.03 20:37:24.735270 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13643 2024.10.03 20:37:24.735689 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13644 2024.10.03 20:37:24.735725 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13645 2024.10.03 20:37:24.736137 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13646 2024.10.03 20:37:24.736498 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13647 2024.10.03 20:37:24.736654 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001715 sec., 132944.60641399416 rows/sec., 9.00 MiB/sec.
13648 2024.10.03 20:37:24.736674 [ 74 ] {} <Debug> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
13649 2024.10.03 20:37:24.736772 [ 74 ] {} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13650 2024.10.03 20:37:24.736826 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13651 2024.10.03 20:37:24.736947 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Debug> DynamicQueryHandler: Done processing query
13652 2024.10.03 20:37:24.737003 [ 3 ] {b083ca34-daa9-4508-b582-8c0d43c63646} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
13653 2024.10.03 20:37:24.737010 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::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
13654 2024.10.03 20:37:24.737025 [ 3 ] {} <Debug> HTTP-Session: cce5acdb-e577-48ca-b97f-e4b153131fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13655 2024.10.03 20:37:24.737196 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13656 2024.10.03 20:37:24.737236 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part
13657 2024.10.03 20:37:24.737358 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part
13658 2024.10.03 20:37:24.737417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 88266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13659 2024.10.03 20:37:24.737650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13660 2024.10.03 20:37:24.737677 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
13661 2024.10.03 20:37:24.737731 [ 3 ] {} <Debug> HTTP-Session: a51a209f-8fcd-4a7d-8083-0f5d8de64181 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13662 2024.10.03 20:37:24.737814 [ 3 ] {} <Debug> HTTP-Session: a51a209f-8fcd-4a7d-8083-0f5d8de64181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13663 2024.10.03 20:37:24.737904 [ 3 ] {} <Debug> HTTP-Session: a51a209f-8fcd-4a7d-8083-0f5d8de64181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13664 2024.10.03 20:37:24.737975 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
13665 2024.10.03 20:37:24.738036 [ 3 ] {} <Trace> HTTP-Session: a51a209f-8fcd-4a7d-8083-0f5d8de64181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13666 2024.10.03 20:37:24.738213 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
13667 2024.10.03 20:37:24.738429 [ 190 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part
13668 2024.10.03 20:37:24.738630 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13669 2024.10.03 20:37:24.738798 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13670 2024.10.03 20:37:24.739727 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13671 2024.10.03 20:37:24.741099 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13672 2024.10.03 20:37:24.741179 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13673 2024.10.03 20:37:24.741212 [ 194 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004305427 sec., 172108.36462910648 rows/sec., 11.68 MiB/sec.
13674 2024.10.03 20:37:24.741481 [ 194 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
13675 2024.10.03 20:37:24.742224 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13676 2024.10.03 20:37:24.742446 [ 194 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13677 2024.10.03 20:37:24.742745 [ 194 ] {7582fd4c-1651-483d-a42b-26fc45dea463::all_1_41_8} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
13678 2024.10.03 20:37:24.742921 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
13679 2024.10.03 20:37:24.743079 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13680 2024.10.03 20:37:24.743296 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.005014 sec., 106501.79497407259 rows/sec., 7.89 MiB/sec.
13681 2024.10.03 20:37:24.743642 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Debug> DynamicQueryHandler: Done processing query
13682 2024.10.03 20:37:24.743705 [ 3 ] {41682f24-6168-4acd-9bbd-edbabe0fe014} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
13683 2024.10.03 20:37:24.743754 [ 3 ] {} <Debug> HTTP-Session: a51a209f-8fcd-4a7d-8083-0f5d8de64181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13684 2024.10.03 20:37:24.744061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 181414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13685 2024.10.03 20:37:24.744114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13686 2024.10.03 20:37:24.744133 [ 3 ] {} <Debug> HTTP-Session: 474f9b7a-2277-464b-bddb-9bec2113f769 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13687 2024.10.03 20:37:24.744150 [ 3 ] {} <Debug> HTTP-Session: 474f9b7a-2277-464b-bddb-9bec2113f769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13688 2024.10.03 20:37:24.744164 [ 3 ] {} <Debug> HTTP-Session: 474f9b7a-2277-464b-bddb-9bec2113f769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13689 2024.10.03 20:37:24.744285 [ 3 ] {} <Trace> HTTP-Session: 474f9b7a-2277-464b-bddb-9bec2113f769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13690 2024.10.03 20:37:24.744714 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13691 2024.10.03 20:37:24.744764 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13692 2024.10.03 20:37:24.744937 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13693 2024.10.03 20:37:24.745802 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13694 2024.10.03 20:37:24.745840 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13695 2024.10.03 20:37:24.746307 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13696 2024.10.03 20:37:24.746660 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13697 2024.10.03 20:37:24.746796 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Debug> executeQuery: Read 955 rows, 65.60 KiB in 0.00237 sec., 402953.5864978903 rows/sec., 27.03 MiB/sec.
13698 2024.10.03 20:37:24.747017 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Debug> DynamicQueryHandler: Done processing query
13699 2024.10.03 20:37:24.747045 [ 3 ] {1aaba840-3d2a-4a68-818e-d325f1eb2cd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
13700 2024.10.03 20:37:24.747061 [ 3 ] {} <Debug> HTTP-Session: 474f9b7a-2277-464b-bddb-9bec2113f769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13701 2024.10.03 20:37:24.747396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13702 2024.10.03 20:37:24.747447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13703 2024.10.03 20:37:24.747467 [ 3 ] {} <Debug> HTTP-Session: b5041ccb-1977-400f-a065-3f3f408f340c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13704 2024.10.03 20:37:24.747484 [ 3 ] {} <Debug> HTTP-Session: b5041ccb-1977-400f-a065-3f3f408f340c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13705 2024.10.03 20:37:24.747498 [ 3 ] {} <Debug> HTTP-Session: b5041ccb-1977-400f-a065-3f3f408f340c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13706 2024.10.03 20:37:24.747529 [ 3 ] {} <Trace> HTTP-Session: b5041ccb-1977-400f-a065-3f3f408f340c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13707 2024.10.03 20:37:24.747678 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13708 2024.10.03 20:37:24.747745 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13709 2024.10.03 20:37:24.748194 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13710 2024.10.03 20:37:24.748653 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13711 2024.10.03 20:37:24.748690 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13712 2024.10.03 20:37:24.749297 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
13713 2024.10.03 20:37:24.749716 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13714 2024.10.03 20:37:24.749924 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002321 sec., 3446.7901766479963 rows/sec., 6.18 MiB/sec.
13715 2024.10.03 20:37:24.750141 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Debug> DynamicQueryHandler: Done processing query
13716 2024.10.03 20:37:24.750166 [ 3 ] {8e8def58-616b-4091-8f8f-b30e15e2d9b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
13717 2024.10.03 20:37:24.750182 [ 3 ] {} <Debug> HTTP-Session: b5041ccb-1977-400f-a065-3f3f408f340c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13718 2024.10.03 20:37:24.750307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13719 2024.10.03 20:37:24.750356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13720 2024.10.03 20:37:24.750375 [ 3 ] {} <Debug> HTTP-Session: 06cc6a8e-79ac-408d-9005-f2a6bf5d74db Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13721 2024.10.03 20:37:24.750392 [ 3 ] {} <Debug> HTTP-Session: 06cc6a8e-79ac-408d-9005-f2a6bf5d74db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13722 2024.10.03 20:37:24.750406 [ 3 ] {} <Debug> HTTP-Session: 06cc6a8e-79ac-408d-9005-f2a6bf5d74db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13723 2024.10.03 20:37:24.750438 [ 3 ] {} <Trace> HTTP-Session: 06cc6a8e-79ac-408d-9005-f2a6bf5d74db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13724 2024.10.03 20:37:24.750545 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13725 2024.10.03 20:37:24.750589 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13726 2024.10.03 20:37:24.750719 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13727 2024.10.03 20:37:24.750996 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13728 2024.10.03 20:37:24.751032 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13729 2024.10.03 20:37:24.751396 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13730 2024.10.03 20:37:24.751759 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13731 2024.10.03 20:37:24.751915 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.0014 sec., 28571.428571428572 rows/sec., 1.93 MiB/sec.
13732 2024.10.03 20:37:24.752096 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Debug> DynamicQueryHandler: Done processing query
13733 2024.10.03 20:37:24.752134 [ 3 ] {db46a218-496c-48b2-b741-50c6cc072f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
13734 2024.10.03 20:37:24.752151 [ 3 ] {} <Debug> HTTP-Session: 06cc6a8e-79ac-408d-9005-f2a6bf5d74db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13735 2024.10.03 20:37:25.546362 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
13736 2024.10.03 20:37:25.546420 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
13737 2024.10.03 20:37:25.829169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1338
13738 2024.10.03 20:37:25.832774 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13739 2024.10.03 20:37:25.832829 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13740 2024.10.03 20:37:25.834460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13741 2024.10.03 20:37:25.835483 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13742 2024.10.03 20:37:25.836396 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1338
13743 2024.10.03 20:37:26.434525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13744 2024.10.03 20:37:26.434696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13745 2024.10.03 20:37:26.434743 [ 3 ] {} <Debug> HTTP-Session: 621783f4-3ba9-4733-89e4-156b83be9729 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13746 2024.10.03 20:37:26.434784 [ 3 ] {} <Debug> HTTP-Session: 621783f4-3ba9-4733-89e4-156b83be9729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13747 2024.10.03 20:37:26.434813 [ 3 ] {} <Debug> HTTP-Session: 621783f4-3ba9-4733-89e4-156b83be9729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13748 2024.10.03 20:37:26.434898 [ 3 ] {} <Trace> HTTP-Session: 621783f4-3ba9-4733-89e4-156b83be9729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13749 2024.10.03 20:37:26.435137 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13750 2024.10.03 20:37:26.435204 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13751 2024.10.03 20:37:26.435548 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13752 2024.10.03 20:37:26.436022 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13753 2024.10.03 20:37:26.436066 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13754 2024.10.03 20:37:26.436539 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13755 2024.10.03 20:37:26.436956 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13756 2024.10.03 20:37:26.437130 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.09 MiB/sec.
13757 2024.10.03 20:37:26.437349 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Debug> DynamicQueryHandler: Done processing query
13758 2024.10.03 20:37:26.437376 [ 3 ] {f5f4958d-3cca-43ab-814d-7ef1885deb51} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
13759 2024.10.03 20:37:26.437393 [ 3 ] {} <Debug> HTTP-Session: 621783f4-3ba9-4733-89e4-156b83be9729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13760 2024.10.03 20:37:26.437541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13761 2024.10.03 20:37:26.437594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13762 2024.10.03 20:37:26.437616 [ 3 ] {} <Debug> HTTP-Session: 399a5b40-5d5e-487a-b820-e0f759cba34d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13763 2024.10.03 20:37:26.437635 [ 3 ] {} <Debug> HTTP-Session: 399a5b40-5d5e-487a-b820-e0f759cba34d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13764 2024.10.03 20:37:26.437649 [ 3 ] {} <Debug> HTTP-Session: 399a5b40-5d5e-487a-b820-e0f759cba34d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13765 2024.10.03 20:37:26.437685 [ 3 ] {} <Trace> HTTP-Session: 399a5b40-5d5e-487a-b820-e0f759cba34d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13766 2024.10.03 20:37:26.437816 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13767 2024.10.03 20:37:26.437863 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13768 2024.10.03 20:37:26.438103 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13769 2024.10.03 20:37:26.438484 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13770 2024.10.03 20:37:26.438522 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13771 2024.10.03 20:37:26.438899 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13772 2024.10.03 20:37:26.439288 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13773 2024.10.03 20:37:26.439448 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001671 sec., 38300.41891083184 rows/sec., 2.99 MiB/sec.
13774 2024.10.03 20:37:26.439655 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Debug> DynamicQueryHandler: Done processing query
13775 2024.10.03 20:37:26.439691 [ 3 ] {452da5e6-98ad-4ec6-9c1b-1ab61799bdf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
13776 2024.10.03 20:37:26.439723 [ 3 ] {} <Debug> HTTP-Session: 399a5b40-5d5e-487a-b820-e0f759cba34d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13777 2024.10.03 20:37:26.439909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13778 2024.10.03 20:37:26.439963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13779 2024.10.03 20:37:26.439984 [ 3 ] {} <Debug> HTTP-Session: 41dbc5e5-0028-4a95-8874-ad0b5873365e Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13780 2024.10.03 20:37:26.440002 [ 3 ] {} <Debug> HTTP-Session: 41dbc5e5-0028-4a95-8874-ad0b5873365e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13781 2024.10.03 20:37:26.440016 [ 3 ] {} <Debug> HTTP-Session: 41dbc5e5-0028-4a95-8874-ad0b5873365e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13782 2024.10.03 20:37:26.440049 [ 3 ] {} <Trace> HTTP-Session: 41dbc5e5-0028-4a95-8874-ad0b5873365e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13783 2024.10.03 20:37:26.440168 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13784 2024.10.03 20:37:26.440218 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13785 2024.10.03 20:37:26.440367 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13786 2024.10.03 20:37:26.440685 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13787 2024.10.03 20:37:26.440722 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13788 2024.10.03 20:37:26.441115 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13789 2024.10.03 20:37:26.441471 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13790 2024.10.03 20:37:26.441629 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001505 sec., 35880.39867109634 rows/sec., 2.50 MiB/sec.
13791 2024.10.03 20:37:26.441793 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Debug> DynamicQueryHandler: Done processing query
13792 2024.10.03 20:37:26.441817 [ 3 ] {190bce22-6620-4f30-b0cb-1ff567419045} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13793 2024.10.03 20:37:26.441834 [ 3 ] {} <Debug> HTTP-Session: 41dbc5e5-0028-4a95-8874-ad0b5873365e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13794 2024.10.03 20:37:26.441960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 3081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13795 2024.10.03 20:37:26.442008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13796 2024.10.03 20:37:26.442028 [ 3 ] {} <Debug> HTTP-Session: 003d5f44-26dd-4eca-a0fd-5d1b91e571e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13797 2024.10.03 20:37:26.442045 [ 3 ] {} <Debug> HTTP-Session: 003d5f44-26dd-4eca-a0fd-5d1b91e571e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13798 2024.10.03 20:37:26.442059 [ 3 ] {} <Debug> HTTP-Session: 003d5f44-26dd-4eca-a0fd-5d1b91e571e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13799 2024.10.03 20:37:26.442092 [ 3 ] {} <Trace> HTTP-Session: 003d5f44-26dd-4eca-a0fd-5d1b91e571e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13800 2024.10.03 20:37:26.442217 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13801 2024.10.03 20:37:26.442262 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13802 2024.10.03 20:37:26.442394 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13803 2024.10.03 20:37:26.442717 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13804 2024.10.03 20:37:26.442754 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13805 2024.10.03 20:37:26.443124 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13806 2024.10.03 20:37:26.443467 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13807 2024.10.03 20:37:26.443621 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001435 sec., 13937.282229965156 rows/sec., 958.19 KiB/sec.
13808 2024.10.03 20:37:26.443790 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Debug> DynamicQueryHandler: Done processing query
13809 2024.10.03 20:37:26.443815 [ 3 ] {f86ad5ce-8985-4153-b659-f2e01887eedc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13810 2024.10.03 20:37:26.443831 [ 3 ] {} <Debug> HTTP-Session: 003d5f44-26dd-4eca-a0fd-5d1b91e571e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13811 2024.10.03 20:37:31.446353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13812 2024.10.03 20:37:31.446536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13813 2024.10.03 20:37:31.446582 [ 3 ] {} <Debug> HTTP-Session: 9733da68-847d-430f-86fa-68115ffae4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13814 2024.10.03 20:37:31.446623 [ 3 ] {} <Debug> HTTP-Session: 9733da68-847d-430f-86fa-68115ffae4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13815 2024.10.03 20:37:31.446652 [ 3 ] {} <Debug> HTTP-Session: 9733da68-847d-430f-86fa-68115ffae4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13816 2024.10.03 20:37:31.446733 [ 3 ] {} <Trace> HTTP-Session: 9733da68-847d-430f-86fa-68115ffae4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13817 2024.10.03 20:37:31.447159 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
13818 2024.10.03 20:37:31.447236 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13819 2024.10.03 20:37:31.447578 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13820 2024.10.03 20:37:31.448271 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13821 2024.10.03 20:37:31.448315 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13822 2024.10.03 20:37:31.448772 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13823 2024.10.03 20:37:31.449170 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13824 2024.10.03 20:37:31.449348 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Debug> executeQuery: Read 293 rows, 26.66 KiB in 0.002399 sec., 122134.22259274697 rows/sec., 10.85 MiB/sec.
13825 2024.10.03 20:37:31.449673 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Debug> DynamicQueryHandler: Done processing query
13826 2024.10.03 20:37:31.449733 [ 3 ] {7b2fc9d4-2cc5-4b2a-b575-a44776bf26c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
13827 2024.10.03 20:37:31.449787 [ 3 ] {} <Debug> HTTP-Session: 9733da68-847d-430f-86fa-68115ffae4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13828 2024.10.03 20:37:31.450058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13829 2024.10.03 20:37:31.450119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13830 2024.10.03 20:37:31.450140 [ 3 ] {} <Debug> HTTP-Session: 608e2fcc-6d7e-4dc4-9395-444936652bf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13831 2024.10.03 20:37:31.450160 [ 3 ] {} <Debug> HTTP-Session: 608e2fcc-6d7e-4dc4-9395-444936652bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13832 2024.10.03 20:37:31.450174 [ 3 ] {} <Debug> HTTP-Session: 608e2fcc-6d7e-4dc4-9395-444936652bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13833 2024.10.03 20:37:31.450211 [ 3 ] {} <Trace> HTTP-Session: 608e2fcc-6d7e-4dc4-9395-444936652bf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13834 2024.10.03 20:37:31.450337 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
13835 2024.10.03 20:37:31.450387 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13836 2024.10.03 20:37:31.450653 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13837 2024.10.03 20:37:31.451091 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13838 2024.10.03 20:37:31.451130 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13839 2024.10.03 20:37:31.451500 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
13840 2024.10.03 20:37:31.451879 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13841 2024.10.03 20:37:31.452023 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Debug> executeQuery: Read 52 rows, 3.91 KiB in 0.001727 sec., 30110.017371163867 rows/sec., 2.21 MiB/sec.
13842 2024.10.03 20:37:31.452112 [ 66 ] {} <Debug> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
13843 2024.10.03 20:37:31.452239 [ 66 ] {} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13844 2024.10.03 20:37:31.452298 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13845 2024.10.03 20:37:31.452309 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Debug> DynamicQueryHandler: Done processing query
13846 2024.10.03 20:37:31.452362 [ 3 ] {9f8b1bfb-2a17-49ce-ac67-ed3131881368} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
13847 2024.10.03 20:37:31.452432 [ 3 ] {} <Debug> HTTP-Session: 608e2fcc-6d7e-4dc4-9395-444936652bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13848 2024.10.03 20:37:31.452526 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
13849 2024.10.03 20:37:31.452589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13850 2024.10.03 20:37:31.452661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13851 2024.10.03 20:37:31.452697 [ 3 ] {} <Debug> HTTP-Session: c017d277-0a1d-4801-b6ef-2de79c511ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13852 2024.10.03 20:37:31.452719 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13853 2024.10.03 20:37:31.452726 [ 3 ] {} <Debug> HTTP-Session: c017d277-0a1d-4801-b6ef-2de79c511ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13854 2024.10.03 20:37:31.452757 [ 3 ] {} <Debug> HTTP-Session: c017d277-0a1d-4801-b6ef-2de79c511ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13855 2024.10.03 20:37:31.452770 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 81 rows starting from the beginning of the part
13856 2024.10.03 20:37:31.452801 [ 3 ] {} <Trace> HTTP-Session: c017d277-0a1d-4801-b6ef-2de79c511ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13857 2024.10.03 20:37:31.452915 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 58 rows starting from the beginning of the part
13858 2024.10.03 20:37:31.453008 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
13859 2024.10.03 20:37:31.453129 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13860 2024.10.03 20:37:31.453148 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part
13861 2024.10.03 20:37:31.453393 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 54 rows starting from the beginning of the part
13862 2024.10.03 20:37:31.453538 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
13863 2024.10.03 20:37:31.453769 [ 200 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 52 rows starting from the beginning of the part
13864 2024.10.03 20:37:31.454184 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13865 2024.10.03 20:37:31.454774 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13866 2024.10.03 20:37:31.454823 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
13867 2024.10.03 20:37:31.455416 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
13868 2024.10.03 20:37:31.455472 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 5 columns (5 merged, 0 gathered) in 0.003028715 sec., 88816.54431004568 rows/sec., 6.79 MiB/sec.
13869 2024.10.03 20:37:31.455769 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
13870 2024.10.03 20:37:31.456080 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13871 2024.10.03 20:37:31.456621 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003674 sec., 3810.5606967882413 rows/sec., 266.87 KiB/sec.
13872 2024.10.03 20:37:31.456990 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13873 2024.10.03 20:37:31.457008 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Debug> DynamicQueryHandler: Done processing query
13874 2024.10.03 20:37:31.457067 [ 3 ] {5f155e8c-d7f0-45b6-9aa1-6e6df3065df4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13875 2024.10.03 20:37:31.457101 [ 3 ] {} <Debug> HTTP-Session: c017d277-0a1d-4801-b6ef-2de79c511ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13876 2024.10.03 20:37:31.457178 [ 193 ] {59bb752b-425c-40ea-9edc-49a8194ccd4e::all_1_61_12} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
13877 2024.10.03 20:37:31.457286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13878 2024.10.03 20:37:31.457336 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
13879 2024.10.03 20:37:31.457387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13880 2024.10.03 20:37:31.457414 [ 3 ] {} <Debug> HTTP-Session: 84cbc9d3-ae25-4b29-b35e-fd8f58fe53be Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13881 2024.10.03 20:37:31.457430 [ 3 ] {} <Debug> HTTP-Session: 84cbc9d3-ae25-4b29-b35e-fd8f58fe53be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13882 2024.10.03 20:37:31.457444 [ 3 ] {} <Debug> HTTP-Session: 84cbc9d3-ae25-4b29-b35e-fd8f58fe53be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13883 2024.10.03 20:37:31.457479 [ 3 ] {} <Trace> HTTP-Session: 84cbc9d3-ae25-4b29-b35e-fd8f58fe53be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13884 2024.10.03 20:37:31.457582 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
13885 2024.10.03 20:37:31.457627 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13886 2024.10.03 20:37:31.457886 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13887 2024.10.03 20:37:31.458206 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13888 2024.10.03 20:37:31.458244 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13889 2024.10.03 20:37:31.458603 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13890 2024.10.03 20:37:31.458981 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13891 2024.10.03 20:37:31.459145 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 224.36 KiB/sec.
13892 2024.10.03 20:37:31.459383 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Debug> DynamicQueryHandler: Done processing query
13893 2024.10.03 20:37:31.459409 [ 3 ] {898334ca-bbe9-4e20-9c40-a17ea43daade} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13894 2024.10.03 20:37:31.459426 [ 3 ] {} <Debug> HTTP-Session: 84cbc9d3-ae25-4b29-b35e-fd8f58fe53be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13895 2024.10.03 20:37:31.459622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 70607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13896 2024.10.03 20:37:31.459673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13897 2024.10.03 20:37:31.459693 [ 3 ] {} <Debug> HTTP-Session: f4e357e9-83f5-45f1-b841-fe217f8341d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13898 2024.10.03 20:37:31.459709 [ 3 ] {} <Debug> HTTP-Session: f4e357e9-83f5-45f1-b841-fe217f8341d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13899 2024.10.03 20:37:31.459723 [ 3 ] {} <Debug> HTTP-Session: f4e357e9-83f5-45f1-b841-fe217f8341d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13900 2024.10.03 20:37:31.459754 [ 3 ] {} <Trace> HTTP-Session: f4e357e9-83f5-45f1-b841-fe217f8341d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13901 2024.10.03 20:37:31.459997 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
13902 2024.10.03 20:37:31.460065 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13903 2024.10.03 20:37:31.460353 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13904 2024.10.03 20:37:31.461038 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13905 2024.10.03 20:37:31.461083 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13906 2024.10.03 20:37:31.461498 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13907 2024.10.03 20:37:31.461876 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13908 2024.10.03 20:37:31.462049 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Debug> executeQuery: Read 434 rows, 31.85 KiB in 0.002179 sec., 199173.9329967875 rows/sec., 14.27 MiB/sec.
13909 2024.10.03 20:37:31.462233 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Debug> DynamicQueryHandler: Done processing query
13910 2024.10.03 20:37:31.462258 [ 3 ] {37d8fbc7-83ac-4733-ba56-a12d97b8cb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
13911 2024.10.03 20:37:31.462274 [ 3 ] {} <Debug> HTTP-Session: f4e357e9-83f5-45f1-b841-fe217f8341d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13912 2024.10.03 20:37:31.462486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13913 2024.10.03 20:37:31.462537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13914 2024.10.03 20:37:31.462556 [ 3 ] {} <Debug> HTTP-Session: c3c6569a-9304-4475-805a-b880a0a26688 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13915 2024.10.03 20:37:31.462574 [ 3 ] {} <Debug> HTTP-Session: c3c6569a-9304-4475-805a-b880a0a26688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13916 2024.10.03 20:37:31.462589 [ 3 ] {} <Debug> HTTP-Session: c3c6569a-9304-4475-805a-b880a0a26688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13917 2024.10.03 20:37:31.462620 [ 3 ] {} <Trace> HTTP-Session: c3c6569a-9304-4475-805a-b880a0a26688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13918 2024.10.03 20:37:31.462720 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
13919 2024.10.03 20:37:31.462766 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13920 2024.10.03 20:37:31.462900 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13921 2024.10.03 20:37:31.463180 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13922 2024.10.03 20:37:31.463218 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13923 2024.10.03 20:37:31.463578 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13924 2024.10.03 20:37:31.463909 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13925 2024.10.03 20:37:31.464068 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec.
13926 2024.10.03 20:37:31.464387 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Debug> DynamicQueryHandler: Done processing query
13927 2024.10.03 20:37:31.464423 [ 3 ] {5c253e4f-1422-4d9d-be27-e7fb3dc77bc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
13928 2024.10.03 20:37:31.464440 [ 3 ] {} <Debug> HTTP-Session: c3c6569a-9304-4475-805a-b880a0a26688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13929 2024.10.03 20:37:31.464600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13930 2024.10.03 20:37:31.464652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13931 2024.10.03 20:37:31.464672 [ 3 ] {} <Debug> HTTP-Session: 4d188b6c-fe99-419c-aa72-ca5192665e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13932 2024.10.03 20:37:31.464691 [ 3 ] {} <Debug> HTTP-Session: 4d188b6c-fe99-419c-aa72-ca5192665e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13933 2024.10.03 20:37:31.464705 [ 3 ] {} <Debug> HTTP-Session: 4d188b6c-fe99-419c-aa72-ca5192665e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13934 2024.10.03 20:37:31.464737 [ 3 ] {} <Trace> HTTP-Session: 4d188b6c-fe99-419c-aa72-ca5192665e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13935 2024.10.03 20:37:31.464923 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
13936 2024.10.03 20:37:31.464974 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13937 2024.10.03 20:37:31.465145 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13938 2024.10.03 20:37:31.465600 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13939 2024.10.03 20:37:31.465637 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13940 2024.10.03 20:37:31.466027 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13941 2024.10.03 20:37:31.466385 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13942 2024.10.03 20:37:31.466551 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001725 sec., 137391.30434782608 rows/sec., 9.21 MiB/sec.
13943 2024.10.03 20:37:31.466756 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Debug> DynamicQueryHandler: Done processing query
13944 2024.10.03 20:37:31.466794 [ 3 ] {b875a44f-8ce6-42a5-bfcb-702d4fa6fe5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
13945 2024.10.03 20:37:31.466826 [ 3 ] {} <Debug> HTTP-Session: 4d188b6c-fe99-419c-aa72-ca5192665e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13946 2024.10.03 20:37:31.467003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13947 2024.10.03 20:37:31.467054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13948 2024.10.03 20:37:31.467073 [ 3 ] {} <Debug> HTTP-Session: bda6ae57-dae0-4aee-a033-6ca2c93ae56a Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13949 2024.10.03 20:37:31.467091 [ 3 ] {} <Debug> HTTP-Session: bda6ae57-dae0-4aee-a033-6ca2c93ae56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13950 2024.10.03 20:37:31.467105 [ 3 ] {} <Debug> HTTP-Session: bda6ae57-dae0-4aee-a033-6ca2c93ae56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13951 2024.10.03 20:37:31.467135 [ 3 ] {} <Trace> HTTP-Session: bda6ae57-dae0-4aee-a033-6ca2c93ae56a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13952 2024.10.03 20:37:31.467229 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
13953 2024.10.03 20:37:31.467276 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13954 2024.10.03 20:37:31.467407 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13955 2024.10.03 20:37:31.467669 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13956 2024.10.03 20:37:31.467706 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13957 2024.10.03 20:37:31.468065 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13958 2024.10.03 20:37:31.468399 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13959 2024.10.03 20:37:31.468569 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec.
13960 2024.10.03 20:37:31.468737 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Debug> DynamicQueryHandler: Done processing query
13961 2024.10.03 20:37:31.468762 [ 3 ] {a8555428-7639-4498-85ea-b5d8e9bcb0cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
13962 2024.10.03 20:37:31.468778 [ 3 ] {} <Debug> HTTP-Session: bda6ae57-dae0-4aee-a033-6ca2c93ae56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13963 2024.10.03 20:37:31.468933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13964 2024.10.03 20:37:31.468984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13965 2024.10.03 20:37:31.469004 [ 3 ] {} <Debug> HTTP-Session: a70b6c37-d49c-4541-bc26-f056356611fb Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13966 2024.10.03 20:37:31.469021 [ 3 ] {} <Debug> HTTP-Session: a70b6c37-d49c-4541-bc26-f056356611fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13967 2024.10.03 20:37:31.469036 [ 3 ] {} <Debug> HTTP-Session: a70b6c37-d49c-4541-bc26-f056356611fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13968 2024.10.03 20:37:31.469067 [ 3 ] {} <Trace> HTTP-Session: a70b6c37-d49c-4541-bc26-f056356611fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13969 2024.10.03 20:37:31.469542 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
13970 2024.10.03 20:37:31.469610 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13971 2024.10.03 20:37:31.470037 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13972 2024.10.03 20:37:31.470969 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13973 2024.10.03 20:37:31.471008 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13974 2024.10.03 20:37:31.471683 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13975 2024.10.03 20:37:31.472117 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13976 2024.10.03 20:37:31.472317 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003133 sec., 16597.510373443984 rows/sec., 29.74 MiB/sec.
13977 2024.10.03 20:37:31.472550 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Debug> DynamicQueryHandler: Done processing query
13978 2024.10.03 20:37:31.472575 [ 3 ] {5b6f13c9-eae1-46e6-8897-a1066fe9d3ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
13979 2024.10.03 20:37:31.472592 [ 3 ] {} <Debug> HTTP-Session: a70b6c37-d49c-4541-bc26-f056356611fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13980 2024.10.03 20:37:31.472721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
13981 2024.10.03 20:37:31.472772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
13982 2024.10.03 20:37:31.472792 [ 3 ] {} <Debug> HTTP-Session: 7ffabcfe-8354-4575-a46c-5fd141e86139 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
13983 2024.10.03 20:37:31.472808 [ 3 ] {} <Debug> HTTP-Session: 7ffabcfe-8354-4575-a46c-5fd141e86139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
13984 2024.10.03 20:37:31.472823 [ 3 ] {} <Debug> HTTP-Session: 7ffabcfe-8354-4575-a46c-5fd141e86139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
13985 2024.10.03 20:37:31.472854 [ 3 ] {} <Trace> HTTP-Session: 7ffabcfe-8354-4575-a46c-5fd141e86139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13986 2024.10.03 20:37:31.472972 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
13987 2024.10.03 20:37:31.473019 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13988 2024.10.03 20:37:31.473152 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
13989 2024.10.03 20:37:31.473460 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13990 2024.10.03 20:37:31.473497 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
13991 2024.10.03 20:37:31.473864 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13992 2024.10.03 20:37:31.474209 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13993 2024.10.03 20:37:31.474370 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec.
13994 2024.10.03 20:37:31.474545 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Debug> DynamicQueryHandler: Done processing query
13995 2024.10.03 20:37:31.474570 [ 3 ] {3cecb2ca-3457-4607-9ed9-fe47865d47b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
13996 2024.10.03 20:37:31.474586 [ 3 ] {} <Debug> HTTP-Session: 7ffabcfe-8354-4575-a46c-5fd141e86139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
13997 2024.10.03 20:37:35.836691 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1366
13998 2024.10.03 20:37:35.839704 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13999 2024.10.03 20:37:35.839751 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14000 2024.10.03 20:37:35.841284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14001 2024.10.03 20:37:35.842277 [ 242 ] {} <Trace> system.query_log (d668f090-36a5-485e-9d61-3e528b7eff71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14002 2024.10.03 20:37:35.843546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1366
14003 2024.10.03 20:37:36.439708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 10399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14004 2024.10.03 20:37:36.439838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14005 2024.10.03 20:37:36.439869 [ 3 ] {} <Debug> HTTP-Session: 7cac0fb6-01ab-4640-8e93-baa2e9b8516d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14006 2024.10.03 20:37:36.439897 [ 3 ] {} <Debug> HTTP-Session: 7cac0fb6-01ab-4640-8e93-baa2e9b8516d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14007 2024.10.03 20:37:36.439917 [ 3 ] {} <Debug> HTTP-Session: 7cac0fb6-01ab-4640-8e93-baa2e9b8516d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14008 2024.10.03 20:37:36.439988 [ 3 ] {} <Trace> HTTP-Session: 7cac0fb6-01ab-4640-8e93-baa2e9b8516d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14009 2024.10.03 20:37:36.440275 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14010 2024.10.03 20:37:36.440451 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14011 2024.10.03 20:37:36.441583 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14012 2024.10.03 20:37:36.442067 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14013 2024.10.03 20:37:36.442112 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14014 2024.10.03 20:37:36.442557 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14015 2024.10.03 20:37:36.442964 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14016 2024.10.03 20:37:36.443153 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002974 sec., 24209.818426361802 rows/sec., 1.97 MiB/sec.
14017 2024.10.03 20:37:36.443365 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Debug> DynamicQueryHandler: Done processing query
14018 2024.10.03 20:37:36.443392 [ 3 ] {c7c93573-049a-4784-9d31-256b85d339f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14019 2024.10.03 20:37:36.443410 [ 3 ] {} <Debug> HTTP-Session: 7cac0fb6-01ab-4640-8e93-baa2e9b8516d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14020 2024.10.03 20:37:36.443591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14021 2024.10.03 20:37:36.443644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14022 2024.10.03 20:37:36.443664 [ 3 ] {} <Debug> HTTP-Session: db6ae445-2595-4b98-b899-0e424343fd8c Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14023 2024.10.03 20:37:36.443682 [ 3 ] {} <Debug> HTTP-Session: db6ae445-2595-4b98-b899-0e424343fd8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14024 2024.10.03 20:37:36.443697 [ 3 ] {} <Debug> HTTP-Session: db6ae445-2595-4b98-b899-0e424343fd8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14025 2024.10.03 20:37:36.443729 [ 3 ] {} <Trace> HTTP-Session: db6ae445-2595-4b98-b899-0e424343fd8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14026 2024.10.03 20:37:36.443830 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14027 2024.10.03 20:37:36.443875 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14028 2024.10.03 20:37:36.444103 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14029 2024.10.03 20:37:36.444494 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14030 2024.10.03 20:37:36.444533 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14031 2024.10.03 20:37:36.444887 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
14032 2024.10.03 20:37:36.445263 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14033 2024.10.03 20:37:36.445411 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001602 sec., 4993.757802746567 rows/sec., 375.51 KiB/sec.
14034 2024.10.03 20:37:36.445597 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Debug> DynamicQueryHandler: Done processing query
14035 2024.10.03 20:37:36.445624 [ 3 ] {e808c1de-9692-4897-927e-dcaa4b2268c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14036 2024.10.03 20:37:36.445641 [ 3 ] {} <Debug> HTTP-Session: db6ae445-2595-4b98-b899-0e424343fd8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14037 2024.10.03 20:37:36.445824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14038 2024.10.03 20:37:36.445874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14039 2024.10.03 20:37:36.445893 [ 3 ] {} <Debug> HTTP-Session: 30324aab-c061-4ca4-a634-3da508b358e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14040 2024.10.03 20:37:36.445911 [ 3 ] {} <Debug> HTTP-Session: 30324aab-c061-4ca4-a634-3da508b358e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14041 2024.10.03 20:37:36.445926 [ 3 ] {} <Debug> HTTP-Session: 30324aab-c061-4ca4-a634-3da508b358e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14042 2024.10.03 20:37:36.445957 [ 3 ] {} <Trace> HTTP-Session: 30324aab-c061-4ca4-a634-3da508b358e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14043 2024.10.03 20:37:36.446076 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14044 2024.10.03 20:37:36.446121 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14045 2024.10.03 20:37:36.446345 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14046 2024.10.03 20:37:36.446714 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14047 2024.10.03 20:37:36.446751 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14048 2024.10.03 20:37:36.447128 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14049 2024.10.03 20:37:36.447495 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14050 2024.10.03 20:37:36.447654 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001606 sec., 44831.88044831881 rows/sec., 3.50 MiB/sec.
14051 2024.10.03 20:37:36.447908 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Debug> DynamicQueryHandler: Done processing query
14052 2024.10.03 20:37:36.447968 [ 3 ] {057d0b35-3ddb-4806-9127-cf2157e0ca60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
14053 2024.10.03 20:37:36.448030 [ 3 ] {} <Debug> HTTP-Session: 30324aab-c061-4ca4-a634-3da508b358e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14054 2024.10.03 20:37:36.448289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14055 2024.10.03 20:37:36.448344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14056 2024.10.03 20:37:36.448363 [ 3 ] {} <Debug> HTTP-Session: 3addf13e-2335-4c6d-bf08-b7102fa0393f Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14057 2024.10.03 20:37:36.448380 [ 3 ] {} <Debug> HTTP-Session: 3addf13e-2335-4c6d-bf08-b7102fa0393f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14058 2024.10.03 20:37:36.448395 [ 3 ] {} <Debug> HTTP-Session: 3addf13e-2335-4c6d-bf08-b7102fa0393f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14059 2024.10.03 20:37:36.448427 [ 3 ] {} <Trace> HTTP-Session: 3addf13e-2335-4c6d-bf08-b7102fa0393f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14060 2024.10.03 20:37:36.448577 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14061 2024.10.03 20:37:36.448628 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14062 2024.10.03 20:37:36.448786 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14063 2024.10.03 20:37:36.449196 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14064 2024.10.03 20:37:36.449233 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14065 2024.10.03 20:37:36.449626 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14066 2024.10.03 20:37:36.449972 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14067 2024.10.03 20:37:36.450130 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
14068 2024.10.03 20:37:36.450393 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Debug> DynamicQueryHandler: Done processing query
14069 2024.10.03 20:37:36.450455 [ 3 ] {213a09ab-be1c-4024-8f0a-64a939671f3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
14070 2024.10.03 20:37:36.450521 [ 3 ] {} <Debug> HTTP-Session: 3addf13e-2335-4c6d-bf08-b7102fa0393f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14071 2024.10.03 20:37:36.450720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 14203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14072 2024.10.03 20:37:36.450774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14073 2024.10.03 20:37:36.450795 [ 3 ] {} <Debug> HTTP-Session: 1ec6a4b2-cc54-4865-85eb-f65384cea452 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14074 2024.10.03 20:37:36.450812 [ 3 ] {} <Debug> HTTP-Session: 1ec6a4b2-cc54-4865-85eb-f65384cea452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14075 2024.10.03 20:37:36.450826 [ 3 ] {} <Debug> HTTP-Session: 1ec6a4b2-cc54-4865-85eb-f65384cea452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14076 2024.10.03 20:37:36.450858 [ 3 ] {} <Trace> HTTP-Session: 1ec6a4b2-cc54-4865-85eb-f65384cea452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14077 2024.10.03 20:37:36.451011 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14078 2024.10.03 20:37:36.451083 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14079 2024.10.03 20:37:36.451525 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14080 2024.10.03 20:37:36.452047 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14081 2024.10.03 20:37:36.452083 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14082 2024.10.03 20:37:36.452690 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
14083 2024.10.03 20:37:36.453121 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14084 2024.10.03 20:37:36.453307 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002372 sec., 3372.681281618887 rows/sec., 6.04 MiB/sec.
14085 2024.10.03 20:37:36.453523 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Debug> DynamicQueryHandler: Done processing query
14086 2024.10.03 20:37:36.453547 [ 3 ] {a06b97e2-c3f3-4428-ad4f-58973b24ce9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
14087 2024.10.03 20:37:36.453563 [ 3 ] {} <Debug> HTTP-Session: 1ec6a4b2-cc54-4865-85eb-f65384cea452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14088 2024.10.03 20:37:36.453699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14089 2024.10.03 20:37:36.453748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14090 2024.10.03 20:37:36.453766 [ 3 ] {} <Debug> HTTP-Session: e5460d81-afcd-4ca3-a977-1b2a9d5dd542 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14091 2024.10.03 20:37:36.453783 [ 3 ] {} <Debug> HTTP-Session: e5460d81-afcd-4ca3-a977-1b2a9d5dd542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14092 2024.10.03 20:37:36.453798 [ 3 ] {} <Debug> HTTP-Session: e5460d81-afcd-4ca3-a977-1b2a9d5dd542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14093 2024.10.03 20:37:36.453829 [ 3 ] {} <Trace> HTTP-Session: e5460d81-afcd-4ca3-a977-1b2a9d5dd542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14094 2024.10.03 20:37:36.453940 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14095 2024.10.03 20:37:36.453985 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14096 2024.10.03 20:37:36.454109 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14097 2024.10.03 20:37:36.454418 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14098 2024.10.03 20:37:36.454455 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14099 2024.10.03 20:37:36.454809 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14100 2024.10.03 20:37:36.455141 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14101 2024.10.03 20:37:36.455295 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec.
14102 2024.10.03 20:37:36.455469 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Debug> DynamicQueryHandler: Done processing query
14103 2024.10.03 20:37:36.455494 [ 3 ] {38759e36-b936-4d0c-ac03-27aa15e72455} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14104 2024.10.03 20:37:36.455510 [ 3 ] {} <Debug> HTTP-Session: e5460d81-afcd-4ca3-a977-1b2a9d5dd542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14105 2024.10.03 20:37:40.546468 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
14106 2024.10.03 20:37:40.546569 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
14107 2024.10.03 20:37:41.446381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14108 2024.10.03 20:37:41.446489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14109 2024.10.03 20:37:41.446515 [ 3 ] {} <Debug> HTTP-Session: 7ec2653f-2ddb-4f20-9700-089bba2057d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14110 2024.10.03 20:37:41.446540 [ 3 ] {} <Debug> HTTP-Session: 7ec2653f-2ddb-4f20-9700-089bba2057d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14111 2024.10.03 20:37:41.446556 [ 3 ] {} <Debug> HTTP-Session: 7ec2653f-2ddb-4f20-9700-089bba2057d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14112 2024.10.03 20:37:41.446603 [ 3 ] {} <Trace> HTTP-Session: 7ec2653f-2ddb-4f20-9700-089bba2057d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14113 2024.10.03 20:37:41.446781 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
14114 2024.10.03 20:37:41.446847 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14115 2024.10.03 20:37:41.447180 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14116 2024.10.03 20:37:41.447607 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14117 2024.10.03 20:37:41.447649 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14118 2024.10.03 20:37:41.448067 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14119 2024.10.03 20:37:41.448478 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Trace> oximeter.fields_ipaddr (85f50691-8f85-422c-a6e3-71b8d610f85a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14120 2024.10.03 20:37:41.448658 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001922 sec., 1040.5827263267429 rows/sec., 84.85 KiB/sec.
14121 2024.10.03 20:37:41.448884 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Debug> DynamicQueryHandler: Done processing query
14122 2024.10.03 20:37:41.448912 [ 3 ] {00468a93-976b-4db6-8cc9-ed24c3439af3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
14123 2024.10.03 20:37:41.448928 [ 3 ] {} <Debug> HTTP-Session: 7ec2653f-2ddb-4f20-9700-089bba2057d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14124 2024.10.03 20:37:41.449153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14125 2024.10.03 20:37:41.449208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14126 2024.10.03 20:37:41.449228 [ 3 ] {} <Debug> HTTP-Session: 7494e640-481c-4747-8534-a1b64ad0a28d Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14127 2024.10.03 20:37:41.449246 [ 3 ] {} <Debug> HTTP-Session: 7494e640-481c-4747-8534-a1b64ad0a28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14128 2024.10.03 20:37:41.449260 [ 3 ] {} <Debug> HTTP-Session: 7494e640-481c-4747-8534-a1b64ad0a28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14129 2024.10.03 20:37:41.449296 [ 3 ] {} <Trace> HTTP-Session: 7494e640-481c-4747-8534-a1b64ad0a28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14130 2024.10.03 20:37:41.449492 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
14131 2024.10.03 20:37:41.449540 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14132 2024.10.03 20:37:41.449779 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14133 2024.10.03 20:37:41.450370 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14134 2024.10.03 20:37:41.450411 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14135 2024.10.03 20:37:41.450807 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14136 2024.10.03 20:37:41.451194 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14137 2024.10.03 20:37:41.451354 [ 43 ] {} <Debug> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14138 2024.10.03 20:37:41.451363 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Debug> executeQuery: Read 294 rows, 26.73 KiB in 0.001961 sec., 149923.50841407446 rows/sec., 13.31 MiB/sec.
14139 2024.10.03 20:37:41.451437 [ 43 ] {} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14140 2024.10.03 20:37:41.451510 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14141 2024.10.03 20:37:41.451743 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Debug> DynamicQueryHandler: Done processing query
14142 2024.10.03 20:37:41.451741 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14143 2024.10.03 20:37:41.451777 [ 3 ] {d8e0bb79-2fa3-471d-8cbe-4f93f4a8ced3} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB.
14144 2024.10.03 20:37:41.451829 [ 3 ] {} <Debug> HTTP-Session: 7494e640-481c-4747-8534-a1b64ad0a28d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14145 2024.10.03 20:37:41.452017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 7781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14146 2024.10.03 20:37:41.452038 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14147 2024.10.03 20:37:41.452111 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1465 rows starting from the beginning of the part
14148 2024.10.03 20:37:41.452116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14149 2024.10.03 20:37:41.452176 [ 3 ] {} <Debug> HTTP-Session: 3c86431c-97b0-4aa1-a971-da08f03ddd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14150 2024.10.03 20:37:41.452258 [ 3 ] {} <Debug> HTTP-Session: 3c86431c-97b0-4aa1-a971-da08f03ddd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14151 2024.10.03 20:37:41.452335 [ 3 ] {} <Debug> HTTP-Session: 3c86431c-97b0-4aa1-a971-da08f03ddd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14152 2024.10.03 20:37:41.452355 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1215 rows starting from the beginning of the part
14153 2024.10.03 20:37:41.452478 [ 3 ] {} <Trace> HTTP-Session: 3c86431c-97b0-4aa1-a971-da08f03ddd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14154 2024.10.03 20:37:41.452644 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part
14155 2024.10.03 20:37:41.452924 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 293 rows starting from the beginning of the part
14156 2024.10.03 20:37:41.453007 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
14157 2024.10.03 20:37:41.453131 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 72 rows starting from the beginning of the part
14158 2024.10.03 20:37:41.453200 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14159 2024.10.03 20:37:41.453454 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 294 rows starting from the beginning of the part
14160 2024.10.03 20:37:41.454400 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14161 2024.10.03 20:37:41.455234 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14162 2024.10.03 20:37:41.455306 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14163 2024.10.03 20:37:41.456325 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
14164 2024.10.03 20:37:41.456863 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Trace> oximeter.fields_u16 (59bb752b-425c-40ea-9edc-49a8194ccd4e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14165 2024.10.03 20:37:41.457260 [ 200 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3395 rows, containing 5 columns (5 merged, 0 gathered) in 0.00562622 sec., 603424.679447302 rows/sec., 53.07 MiB/sec.
14166 2024.10.03 20:37:41.457262 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Debug> executeQuery: Read 54 rows, 4.05 KiB in 0.004465 sec., 12094.064949608062 rows/sec., 907.01 KiB/sec.
14167 2024.10.03 20:37:41.457555 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14168 2024.10.03 20:37:41.457579 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Debug> DynamicQueryHandler: Done processing query
14169 2024.10.03 20:37:41.457640 [ 3 ] {8b5de266-a713-42bc-919f-371bc084538c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
14170 2024.10.03 20:37:41.457692 [ 3 ] {} <Debug> HTTP-Session: 3c86431c-97b0-4aa1-a971-da08f03ddd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14171 2024.10.03 20:37:41.457864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14172 2024.10.03 20:37:41.458028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14173 2024.10.03 20:37:41.458077 [ 3 ] {} <Debug> HTTP-Session: 2ca654aa-d6e2-46e4-8783-653f24a98e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14174 2024.10.03 20:37:41.458126 [ 3 ] {} <Debug> HTTP-Session: 2ca654aa-d6e2-46e4-8783-653f24a98e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14175 2024.10.03 20:37:41.458173 [ 3 ] {} <Debug> HTTP-Session: 2ca654aa-d6e2-46e4-8783-653f24a98e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14176 2024.10.03 20:37:41.458245 [ 3 ] {} <Trace> HTTP-Session: 2ca654aa-d6e2-46e4-8783-653f24a98e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14177 2024.10.03 20:37:41.458445 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14178 2024.10.03 20:37:41.458448 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
14179 2024.10.03 20:37:41.458575 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14180 2024.10.03 20:37:41.458633 [ 186 ] {f3c36224-f36a-4575-96e8-49cfa4c19796::all_1_76_15} <Trace> oximeter.fields_string (f3c36224-f36a-4575-96e8-49cfa4c19796) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14181 2024.10.03 20:37:41.458804 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
14182 2024.10.03 20:37:41.458982 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14183 2024.10.03 20:37:41.459332 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14184 2024.10.03 20:37:41.459371 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14185 2024.10.03 20:37:41.459739 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
14186 2024.10.03 20:37:41.460119 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Trace> oximeter.fields_u32 (7582fd4c-1651-483d-a42b-26fc45dea463): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14187 2024.10.03 20:37:41.460281 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001903 sec., 7356.8050446663165 rows/sec., 515.22 KiB/sec.
14188 2024.10.03 20:37:41.460462 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Debug> DynamicQueryHandler: Done processing query
14189 2024.10.03 20:37:41.460488 [ 3 ] {568204bf-846f-44cb-9558-77b369c06b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14190 2024.10.03 20:37:41.460505 [ 3 ] {} <Debug> HTTP-Session: 2ca654aa-d6e2-46e4-8783-653f24a98e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14191 2024.10.03 20:37:41.460655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14192 2024.10.03 20:37:41.460706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14193 2024.10.03 20:37:41.460726 [ 3 ] {} <Debug> HTTP-Session: 6e989d4e-804b-4f1d-b31b-ea8a74266922 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14194 2024.10.03 20:37:41.460743 [ 3 ] {} <Debug> HTTP-Session: 6e989d4e-804b-4f1d-b31b-ea8a74266922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14195 2024.10.03 20:37:41.460758 [ 3 ] {} <Debug> HTTP-Session: 6e989d4e-804b-4f1d-b31b-ea8a74266922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14196 2024.10.03 20:37:41.460789 [ 3 ] {} <Trace> HTTP-Session: 6e989d4e-804b-4f1d-b31b-ea8a74266922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14197 2024.10.03 20:37:41.460887 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
14198 2024.10.03 20:37:41.460929 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14199 2024.10.03 20:37:41.461163 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14200 2024.10.03 20:37:41.461500 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14201 2024.10.03 20:37:41.461538 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14202 2024.10.03 20:37:41.461903 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14203 2024.10.03 20:37:41.462269 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14204 2024.10.03 20:37:41.462416 [ 43 ] {} <Debug> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
14205 2024.10.03 20:37:41.462428 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 227.53 KiB/sec.
14206 2024.10.03 20:37:41.462468 [ 43 ] {} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14207 2024.10.03 20:37:41.462527 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14208 2024.10.03 20:37:41.462750 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
14209 2024.10.03 20:37:41.462812 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Debug> DynamicQueryHandler: Done processing query
14210 2024.10.03 20:37:41.462877 [ 3 ] {6b07586e-adf7-4b3d-9a98-7c7ea90b7825} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14211 2024.10.03 20:37:41.462940 [ 3 ] {} <Debug> HTTP-Session: 6e989d4e-804b-4f1d-b31b-ea8a74266922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14212 2024.10.03 20:37:41.463109 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14213 2024.10.03 20:37:41.463149 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part
14214 2024.10.03 20:37:41.463216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 70948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14215 2024.10.03 20:37:41.463301 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
14216 2024.10.03 20:37:41.463377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14217 2024.10.03 20:37:41.463506 [ 3 ] {} <Debug> HTTP-Session: c314e1df-bcc4-4389-adac-b33981abe7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14218 2024.10.03 20:37:41.463633 [ 3 ] {} <Debug> HTTP-Session: c314e1df-bcc4-4389-adac-b33981abe7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14219 2024.10.03 20:37:41.463742 [ 3 ] {} <Debug> HTTP-Session: c314e1df-bcc4-4389-adac-b33981abe7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14220 2024.10.03 20:37:41.463812 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
14221 2024.10.03 20:37:41.463854 [ 3 ] {} <Trace> HTTP-Session: c314e1df-bcc4-4389-adac-b33981abe7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14222 2024.10.03 20:37:41.464116 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
14223 2024.10.03 20:37:41.464297 [ 196 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
14224 2024.10.03 20:37:41.464428 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
14225 2024.10.03 20:37:41.464606 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14226 2024.10.03 20:37:41.465156 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14227 2024.10.03 20:37:41.466035 [ 186 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003401795 sec., 8818.873565279508 rows/sec., 559.79 KiB/sec.
14228 2024.10.03 20:37:41.466172 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14229 2024.10.03 20:37:41.466217 [ 186 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
14230 2024.10.03 20:37:41.466226 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14231 2024.10.03 20:37:41.467156 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14232 2024.10.03 20:37:41.467211 [ 186 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14233 2024.10.03 20:37:41.467353 [ 186 ] {81273fed-b96e-4c69-9a52-80e554abd388::all_1_33_8} <Trace> oximeter.fields_u8 (81273fed-b96e-4c69-9a52-80e554abd388) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
14234 2024.10.03 20:37:41.467547 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14235 2024.10.03 20:37:41.467851 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14236 2024.10.03 20:37:41.468031 [ 43 ] {} <Debug> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14237 2024.10.03 20:37:41.468030 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Debug> executeQuery: Read 436 rows, 32.01 KiB in 0.003932 sec., 110885.04577822992 rows/sec., 7.95 MiB/sec.
14238 2024.10.03 20:37:41.468077 [ 43 ] {} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14239 2024.10.03 20:37:41.468137 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14240 2024.10.03 20:37:41.468478 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14241 2024.10.03 20:37:41.468493 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Debug> DynamicQueryHandler: Done processing query
14242 2024.10.03 20:37:41.468566 [ 3 ] {8885306d-8d93-4792-8be7-111763e02262} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
14243 2024.10.03 20:37:41.468637 [ 3 ] {} <Debug> HTTP-Session: c314e1df-bcc4-4389-adac-b33981abe7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14244 2024.10.03 20:37:41.468918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14245 2024.10.03 20:37:41.469085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14246 2024.10.03 20:37:41.469145 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14247 2024.10.03 20:37:41.469176 [ 3 ] {} <Debug> HTTP-Session: 2d8279dd-65ec-433d-a761-21cf35fedf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14248 2024.10.03 20:37:41.469256 [ 3 ] {} <Debug> HTTP-Session: 2d8279dd-65ec-433d-a761-21cf35fedf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14249 2024.10.03 20:37:41.469280 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 958 rows starting from the beginning of the part
14250 2024.10.03 20:37:41.469321 [ 3 ] {} <Debug> HTTP-Session: 2d8279dd-65ec-433d-a761-21cf35fedf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14251 2024.10.03 20:37:41.469479 [ 3 ] {} <Trace> HTTP-Session: 2d8279dd-65ec-433d-a761-21cf35fedf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14252 2024.10.03 20:37:41.469636 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 534 rows starting from the beginning of the part
14253 2024.10.03 20:37:41.470003 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part
14254 2024.10.03 20:37:41.470018 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
14255 2024.10.03 20:37:41.470317 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14256 2024.10.03 20:37:41.470417 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 434 rows starting from the beginning of the part
14257 2024.10.03 20:37:41.470817 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 72 rows starting from the beginning of the part
14258 2024.10.03 20:37:41.471259 [ 186 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 436 rows starting from the beginning of the part
14259 2024.10.03 20:37:41.471964 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14260 2024.10.03 20:37:41.472832 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14261 2024.10.03 20:37:41.472876 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14262 2024.10.03 20:37:41.473941 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14263 2024.10.03 20:37:41.474444 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Trace> oximeter.measurements_bool (95533ca2-506c-42fb-b8a5-09c600d31609): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14264 2024.10.03 20:37:41.474965 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005208 sec., 1152.073732718894 rows/sec., 60.19 KiB/sec.
14265 2024.10.03 20:37:41.475041 [ 196 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2498 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771119 sec., 368919.819604411 rows/sec., 28.33 MiB/sec.
14266 2024.10.03 20:37:41.475422 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Debug> DynamicQueryHandler: Done processing query
14267 2024.10.03 20:37:41.475516 [ 3 ] {5cb15827-cea1-4017-8c61-564d35884b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
14268 2024.10.03 20:37:41.475549 [ 196 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14269 2024.10.03 20:37:41.475635 [ 3 ] {} <Debug> HTTP-Session: 2d8279dd-65ec-433d-a761-21cf35fedf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14270 2024.10.03 20:37:41.475986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 44832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14271 2024.10.03 20:37:41.476059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14272 2024.10.03 20:37:41.476088 [ 3 ] {} <Debug> HTTP-Session: 23d081b4-9043-4b8f-90c3-81297f6c9297 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14273 2024.10.03 20:37:41.476119 [ 3 ] {} <Debug> HTTP-Session: 23d081b4-9043-4b8f-90c3-81297f6c9297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14274 2024.10.03 20:37:41.476150 [ 3 ] {} <Debug> HTTP-Session: 23d081b4-9043-4b8f-90c3-81297f6c9297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14275 2024.10.03 20:37:41.476208 [ 3 ] {} <Trace> HTTP-Session: 23d081b4-9043-4b8f-90c3-81297f6c9297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14276 2024.10.03 20:37:41.476433 [ 196 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14277 2024.10.03 20:37:41.476453 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
14278 2024.10.03 20:37:41.476510 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14279 2024.10.03 20:37:41.476530 [ 196 ] {29a5a728-6017-4f4a-9ec8-05c450e4fb25::all_1_76_15} <Trace> oximeter.fields_uuid (29a5a728-6017-4f4a-9ec8-05c450e4fb25) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14280 2024.10.03 20:37:41.476652 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
14281 2024.10.03 20:37:41.476744 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14282 2024.10.03 20:37:41.477232 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14283 2024.10.03 20:37:41.477269 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14284 2024.10.03 20:37:41.477659 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14285 2024.10.03 20:37:41.478010 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14286 2024.10.03 20:37:41.478168 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14287 2024.10.03 20:37:41.478170 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00184 sec., 129347.82608695651 rows/sec., 8.67 MiB/sec.
14288 2024.10.03 20:37:41.478236 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14289 2024.10.03 20:37:41.478312 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14290 2024.10.03 20:37:41.478591 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Debug> DynamicQueryHandler: Done processing query
14291 2024.10.03 20:37:41.478603 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14292 2024.10.03 20:37:41.478656 [ 3 ] {5d2fcfda-9b6b-40be-857a-61cbdd025fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
14293 2024.10.03 20:37:41.478738 [ 3 ] {} <Debug> HTTP-Session: 23d081b4-9043-4b8f-90c3-81297f6c9297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14294 2024.10.03 20:37:41.478998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14295 2024.10.03 20:37:41.479167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14296 2024.10.03 20:37:41.479263 [ 3 ] {} <Debug> HTTP-Session: 52fcd3ec-1a56-4e50-857c-33c83df8b3a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14297 2024.10.03 20:37:41.479337 [ 3 ] {} <Debug> HTTP-Session: 52fcd3ec-1a56-4e50-857c-33c83df8b3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14298 2024.10.03 20:37:41.479417 [ 3 ] {} <Debug> HTTP-Session: 52fcd3ec-1a56-4e50-857c-33c83df8b3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14299 2024.10.03 20:37:41.479447 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14300 2024.10.03 20:37:41.479536 [ 3 ] {} <Trace> HTTP-Session: 52fcd3ec-1a56-4e50-857c-33c83df8b3a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14301 2024.10.03 20:37:41.479601 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21495 rows starting from the beginning of the part
14302 2024.10.03 20:37:41.479877 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
14303 2024.10.03 20:37:41.480045 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 955 rows starting from the beginning of the part
14304 2024.10.03 20:37:41.480093 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14305 2024.10.03 20:37:41.480447 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 54 rows starting from the beginning of the part
14306 2024.10.03 20:37:41.480931 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
14307 2024.10.03 20:37:41.481403 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
14308 2024.10.03 20:37:41.481436 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14309 2024.10.03 20:37:41.481699 [ 191 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 238 rows starting from the beginning of the part
14310 2024.10.03 20:37:41.482322 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14311 2024.10.03 20:37:41.482380 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14312 2024.10.03 20:37:41.482997 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14313 2024.10.03 20:37:41.483414 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Trace> oximeter.measurements_f64 (b05220b4-16c5-4649-ad81-7bdf000ef3ce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14314 2024.10.03 20:37:41.483687 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003967 sec., 252.07965717166624 rows/sec., 16.99 KiB/sec.
14315 2024.10.03 20:37:41.483907 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Debug> DynamicQueryHandler: Done processing query
14316 2024.10.03 20:37:41.483959 [ 3 ] {eeb02cce-044b-4655-b7bc-0f4bb278d91e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
14317 2024.10.03 20:37:41.484004 [ 3 ] {} <Debug> HTTP-Session: 52fcd3ec-1a56-4e50-857c-33c83df8b3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14318 2024.10.03 20:37:41.484285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 85438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14319 2024.10.03 20:37:41.484388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14320 2024.10.03 20:37:41.484453 [ 3 ] {} <Debug> HTTP-Session: d74db75b-096d-4b65-8bd2-ca41de6f7e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14321 2024.10.03 20:37:41.484497 [ 3 ] {} <Debug> HTTP-Session: d74db75b-096d-4b65-8bd2-ca41de6f7e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14322 2024.10.03 20:37:41.484529 [ 3 ] {} <Debug> HTTP-Session: d74db75b-096d-4b65-8bd2-ca41de6f7e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14323 2024.10.03 20:37:41.484622 [ 3 ] {} <Trace> HTTP-Session: d74db75b-096d-4b65-8bd2-ca41de6f7e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14324 2024.10.03 20:37:41.485835 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
14325 2024.10.03 20:37:41.485944 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14326 2024.10.03 20:37:41.486430 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14327 2024.10.03 20:37:41.487338 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14328 2024.10.03 20:37:41.487374 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14329 2024.10.03 20:37:41.498084 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
14330 2024.10.03 20:37:41.498751 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14331 2024.10.03 20:37:41.498902 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.014106 sec., 3686.3745923720403 rows/sec., 6.61 MiB/sec.
14332 2024.10.03 20:37:41.498913 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
14333 2024.10.03 20:37:41.498981 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14334 2024.10.03 20:37:41.499028 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14335 2024.10.03 20:37:41.499215 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
14336 2024.10.03 20:37:41.499215 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Debug> DynamicQueryHandler: Done processing query
14337 2024.10.03 20:37:41.499287 [ 3 ] {437ba354-4db8-417c-bb36-0ce7e8b90907} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB.
14338 2024.10.03 20:37:41.499329 [ 3 ] {} <Debug> HTTP-Session: d74db75b-096d-4b65-8bd2-ca41de6f7e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14339 2024.10.03 20:37:41.499594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43504, User-Agent: (none), Length: 12164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
14340 2024.10.03 20:37:41.499761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
14341 2024.10.03 20:37:41.499880 [ 3 ] {} <Debug> HTTP-Session: ab2bdb67-03f6-40f8-8e70-f1895dd54894 Authenticating user 'default' from [fd00:1122:3344:101::d]:43504
14342 2024.10.03 20:37:41.499974 [ 3 ] {} <Debug> HTTP-Session: ab2bdb67-03f6-40f8-8e70-f1895dd54894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
14343 2024.10.03 20:37:41.500041 [ 3 ] {} <Debug> HTTP-Session: ab2bdb67-03f6-40f8-8e70-f1895dd54894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
14344 2024.10.03 20:37:41.500199 [ 3 ] {} <Trace> HTTP-Session: ab2bdb67-03f6-40f8-8e70-f1895dd54894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14345 2024.10.03 20:37:41.500597 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43504) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
14346 2024.10.03 20:37:41.500763 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14347 2024.10.03 20:37:41.501487 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14348 2024.10.03 20:37:41.501647 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1139 rows starting from the beginning of the part
14349 2024.10.03 20:37:41.501662 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> ParallelParsingInputFormat: Parallel parsing is used
14350 2024.10.03 20:37:41.502218 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 52 rows starting from the beginning of the part
14351 2024.10.03 20:37:41.503147 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14352 2024.10.03 20:37:41.503170 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
14353 2024.10.03 20:37:41.503200 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14354 2024.10.03 20:37:41.503886 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 52 rows starting from the beginning of the part
14355 2024.10.03 20:37:41.504565 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
14356 2024.10.03 20:37:41.504576 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14357 2024.10.03 20:37:41.505591 [ 196 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 52 rows starting from the beginning of the part
14358 2024.10.03 20:37:41.505746 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23139 rows, containing 5 columns (5 merged, 0 gathered) in 0.02733625 sec., 846458.4571768256 rows/sec., 57.12 MiB/sec.
14359 2024.10.03 20:37:41.506051 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14360 2024.10.03 20:37:41.506293 [ 40 ] {} <Debug> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14361 2024.10.03 20:37:41.506308 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14362 2024.10.03 20:37:41.506369 [ 40 ] {} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14363 2024.10.03 20:37:41.506401 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005954 sec., 13772.253946926436 rows/sec., 895.70 KiB/sec.
14364 2024.10.03 20:37:41.506445 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
14365 2024.10.03 20:37:41.507144 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14366 2024.10.03 20:37:41.507783 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Debug> DynamicQueryHandler: Done processing query
14367 2024.10.03 20:37:41.507936 [ 3 ] {f2a9fec9-dc14-4d6c-9b41-1e312e63c352} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
14368 2024.10.03 20:37:41.508094 [ 3 ] {} <Debug> HTTP-Session: ab2bdb67-03f6-40f8-8e70-f1895dd54894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
14369 2024.10.03 20:37:41.508097 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14370 2024.10.03 20:37:41.508278 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4306 rows starting from the beginning of the part
14371 2024.10.03 20:37:41.508794 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part
14372 2024.10.03 20:37:41.509293 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part
14373 2024.10.03 20:37:41.509862 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part
14374 2024.10.03 20:37:41.510372 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
14375 2024.10.03 20:37:41.510777 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
14376 2024.10.03 20:37:41.511777 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14377 2024.10.03 20:37:41.512374 [ 192 ] {0c61f5e0-2786-4ea1-bee7-9f3dec031398::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (0c61f5e0-2786-4ea1-bee7-9f3dec031398) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14378 2024.10.03 20:37:41.512915 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
14379 2024.10.03 20:37:41.515285 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4590 rows, containing 4 columns (4 merged, 0 gathered) in 0.008683406 sec., 528594.4248144104 rows/sec., 34.40 MiB/sec.
14380 2024.10.03 20:37:41.515728 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14381 2024.10.03 20:37:41.516636 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14382 2024.10.03 20:37:41.516720 [ 187 ] {ba240737-a167-4682-9981-23aff74142ca::all_1_76_15} <Trace> oximeter.measurements_u64 (ba240737-a167-4682-9981-23aff74142ca) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14383 2024.10.03 20:37:41.516802 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
14384 2024.10.03 20:37:41.519880 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1311 rows, containing 19 columns (19 merged, 0 gathered) in 0.020778277 sec., 63094.74072368945 rows/sec., 113.06 MiB/sec.
14385 2024.10.03 20:37:41.520963 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
14386 2024.10.03 20:37:41.521496 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14387 2024.10.03 20:37:41.521569 [ 188 ] {4deb2313-3738-4324-8f02-702e1f294d73::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4deb2313-3738-4324-8f02-702e1f294d73) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
14388 2024.10.03 20:37:41.521676 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB.
14389 2024.10.03 20:37:42.000200 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.56 MiB, peak 187.28 MiB, free memory in arenas 0.00 B, will set to 177.15 MiB (RSS), difference: 2.59 MiB